nielsr HF Staff commited on
Commit
cb8dc0f
·
verified ·
1 Parent(s): 35fb5b0

Add task category, link to paper

Browse files

This PR ensures the dataset can be found at https://huggingface.co/papers/2505.20650 and https://huggingface.co/datasets?task_categories=task_categories:table-question-answering.

Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -1,4 +1,8 @@
1
  ---
 
 
 
 
2
  dataset_info:
3
  features:
4
  - name: context
@@ -25,3 +29,5 @@ configs:
25
  - split: test
26
  path: data/test-*
27
  ---
 
 
 
1
  ---
2
+ task_categories:
3
+ - table-question-answering
4
+ license: apache-2.0
5
+ library_name: datasets
6
  dataset_info:
7
  features:
8
  - name: context
 
29
  - split: test
30
  path: data/test-*
31
  ---
32
+
33
+ This dataset is from the paper [FinTagging: An LLM-ready Benchmark for Extracting and Structuring Financial Information](https://huggingface.co/papers/2505.20650).