Gresham nielsr HF Staff commited on
Commit
b2f802c
·
verified ·
1 Parent(s): 7728a8c

Add link to paper (HF papers), add table-question-answering task category (#1)

Browse files

- Add link to paper (HF papers), add table-question-answering task category (f6a2124983f7603c11e0e2a9ca136ca99dcbccd3)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +16 -16
README.md CHANGED
@@ -1,34 +1,34 @@
1
  ---
 
 
 
 
2
  task_categories:
3
  - question-answering
4
  - summarization
5
- language:
6
- - en
7
  tags:
8
  - numeric
9
  - arithmetic
10
  - math
11
- pretty_name: NumericBench
12
- size_categories:
13
- - 10K<n<100K
14
-
15
  configs:
16
  - config_name: arithmetic_operation
17
- data_files: "arithmetic_operation/*.json"
18
  - config_name: mixed_number_sting
19
- data_files: "mixed_number_sting/*.json"
20
  - config_name: num_list
21
- data_files: "num_list/*.json"
22
  - config_name: sequence
23
- data_files: "sequence/*.json"
24
  - config_name: stock-single-trun
25
- data_files: "stock/single-turn/*.json"
26
  - config_name: stock-multi-turn
27
- data_files: "stock/multi-turn/*.json"
28
  - config_name: weather-single-turn
29
- data_files: "weather/single-turn/*.json"
30
  - config_name: weather-multi-turn
31
- data_files: "weather/multi-turn/*.json"
32
  ---
33
 
34
  # Introduction
@@ -37,7 +37,7 @@ configs:
37
 
38
  Github Repo: https://github.com/TreeAI-Lab/NumericBench
39
 
40
- Arxiv Paper: https://arxiv.org/abs/2502.11075
41
 
42
  # How to use it?
43
 
@@ -133,4 +133,4 @@ For more details, please refer to our paper.
133
  primaryClass={cs.CL},
134
  url={https://arxiv.org/abs/2502.11075},
135
  }
136
- ```
 
1
  ---
2
+ language:
3
+ - en
4
+ size_categories:
5
+ - 10K<n<100K
6
  task_categories:
7
  - question-answering
8
  - summarization
9
+ - table-question-answering
10
+ pretty_name: NumericBench
11
  tags:
12
  - numeric
13
  - arithmetic
14
  - math
 
 
 
 
15
  configs:
16
  - config_name: arithmetic_operation
17
+ data_files: arithmetic_operation/*.json
18
  - config_name: mixed_number_sting
19
+ data_files: mixed_number_sting/*.json
20
  - config_name: num_list
21
+ data_files: num_list/*.json
22
  - config_name: sequence
23
+ data_files: sequence/*.json
24
  - config_name: stock-single-trun
25
+ data_files: stock/single-turn/*.json
26
  - config_name: stock-multi-turn
27
+ data_files: stock/multi-turn/*.json
28
  - config_name: weather-single-turn
29
+ data_files: weather/single-turn/*.json
30
  - config_name: weather-multi-turn
31
+ data_files: weather/multi-turn/*.json
32
  ---
33
 
34
  # Introduction
 
37
 
38
  Github Repo: https://github.com/TreeAI-Lab/NumericBench
39
 
40
+ Arxiv Paper: https://huggingface.co/papers/2502.11075
41
 
42
  # How to use it?
43
 
 
133
  primaryClass={cs.CL},
134
  url={https://arxiv.org/abs/2502.11075},
135
  }
136
+ ```