Add dataset card
#2
by nielsr HF Staff - opened
README.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- text-generation
|
| 4 |
+
license: mit
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
This repository contains the dataset used in the paper [Number Cookbook: Number Understanding of Language Models and How to Improve It](https://huggingface.co/papers/2411.03766).
|
| 10 |
+
|
| 11 |
+
Code: https://github.com/GraphPKU/number_cookbook.
|
| 12 |
+
|
| 13 |
+
The dataset includes four number representations (Integer, Float, Fraction, Scientific Notation) and 17 tasks. The details about the benchmark can be found in the paper.
|