Datasets:
Gresham
commited on
Commit
·
a9a09dd
1
Parent(s):
4906ab8
docs(readme):
Browse files
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
---
|
2 |
-
license: mit
|
3 |
task_categories:
|
4 |
- question-answering
|
5 |
- summarization
|
|
|
6 |
language:
|
7 |
- en
|
8 |
tags:
|
@@ -12,4 +12,10 @@ tags:
|
|
12 |
pretty_name: NumericBench
|
13 |
size_categories:
|
14 |
- 10K<n<100K
|
15 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
|
|
2 |
task_categories:
|
3 |
- question-answering
|
4 |
- summarization
|
5 |
+
- choice
|
6 |
language:
|
7 |
- en
|
8 |
tags:
|
|
|
12 |
pretty_name: NumericBench
|
13 |
size_categories:
|
14 |
- 10K<n<100K
|
15 |
+
---
|
16 |
+
|
17 |
+
# Introduction
|
18 |
+
|
19 |
+
**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-4 and DeepSeek-V3 reveal significant weaknesses, emphasizing the need for numerically-aware modeling to enhance LLMs' real-world applicability.
|
20 |
+
|
21 |
+
Github Repo: https://github.com/TreeAI-Lab/NumericBench
|