Add task category, language, and link to paper

#2
by nielsr HF Staff - opened
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: text
@@ -25,3 +29,5 @@ configs:
25
  - split: test
26
  path: data/test-*
27
  ---
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ task_categories:
5
+ - table-question-answering
6
  dataset_info:
7
  features:
8
  - name: text
 
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).