Datasets:
Gresham
commited on
Commit
·
ddc37b9
1
Parent(s):
63ef558
docs(readme): refactor
Browse files
README.md
CHANGED
@@ -11,10 +11,27 @@ tags:
|
|
11 |
pretty_name: NumericBench
|
12 |
size_categories:
|
13 |
- 10K<n<100K
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
---
|
15 |
|
16 |
# Introduction
|
17 |
|
18 |
-
**NumericBench** is a comprehensive benchmark designed to evaluate the numerical reasoning capabilities of Large Language Models, addressing their limitations in tasks like arithmetic, number recognition, contextual retrieval, comparison, summarization, and logical reasoning. By incorporating diverse datasets ranging from synthetic number lists to real-world domains like stock trends and weather patterns, NumericBench systematically tests LLMs in both structured and noisy contexts. Experiments on models such as GPT-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
|
20 |
-
Github Repo: https://github.com/TreeAI-Lab/NumericBench
|
|
|
11 |
pretty_name: NumericBench
|
12 |
size_categories:
|
13 |
- 10K<n<100K
|
14 |
+
|
15 |
+
configs:
|
16 |
+
- config_name: default
|
17 |
+
data_files:
|
18 |
+
- split: test
|
19 |
+
path: "*/*.csv"
|
20 |
---
|
21 |
|
22 |
# Introduction
|
23 |
|
24 |
+
**NumericBench** is a comprehensive benchmark designed to evaluate the numerical reasoning capabilities of Large Language Models, addressing their limitations in tasks like arithmetic, number recognition, contextual retrieval, comparison, summarization, and logical reasoning. By incorporating diverse datasets ranging from synthetic number lists to real-world domains like stock trends and weather patterns, NumericBench systematically tests LLMs in both structured and noisy contexts. Experiments on models such as GPT-4o and DeepSeek-V3 reveal significant weaknesses, emphasizing the need for numerically-aware modeling to enhance LLMs' real-world applicability.
|
25 |
+
|
26 |
+
Github Repo: https://github.com/TreeAI-Lab/NumericBench
|
27 |
+
|
28 |
+
# How to use it?
|
29 |
+
|
30 |
+
### Loading Data
|
31 |
+
|
32 |
+
### Data Format
|
33 |
+
|
34 |
+
### Evaluation
|
35 |
+
|
36 |
+
# Dataset statistics
|
37 |
|
|