Improve dataset card: add metadata, paper and GitHub links
#2
by
nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,6 +1,35 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
|
|
|
| 4 |
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- text-classification
|
| 4 |
+
---
|
| 5 |
|
| 6 |
+
# Numeracy Probing (arXiv Data)
|
| 7 |
+
|
| 8 |
+
This repository contains the arXiv data used in the paper **[LLMs Know More About Numbers than They Can Say](https://huggingface.co/papers/2602.07812)**.
|
| 9 |
+
|
| 10 |
+
The dataset is derived from [allenai/peS2o](https://huggingface.co/datasets/allenai/peS2o).
|
| 11 |
+
|
| 12 |
+
## Links
|
| 13 |
+
- **Paper:** [LLMs Know More About Numbers than They Can Say](https://huggingface.co/papers/2602.07812)
|
| 14 |
+
- **GitHub Repository:** [VCY019/Numeracy-Probing](https://github.com/VCY019/Numeracy-Probing)
|
| 15 |
+
|
| 16 |
+
## Dataset Summary
|
| 17 |
+
This dataset contains a subset of approximately 100k samples from scientific papers (arXiv) used to evaluate how Large Language Models (LLMs) represent numerical magnitudes. The associated study probes the hidden states of LLMs to determine if they encode the log-magnitudes and rankings of numerals, even when the models fail to compare them correctly in verbalized text.
|
| 18 |
+
|
| 19 |
+
The data was used specifically for training and evaluating linear probes (regression and classification) on scientific text as described in the EACL 2026 paper.
|
| 20 |
+
|
| 21 |
+
## Citation
|
| 22 |
+
```bibtex
|
| 23 |
+
@inproceedings{yuchi-du-eisner-2026,
|
| 24 |
+
author = {Fengting Yuchi and Li Du and Jason Eisner},
|
| 25 |
+
title = {{LLM}s Know More About Numbers than They Can Say},
|
| 26 |
+
booktitle = {Proceedings of the Conference of the European Chapter
|
| 27 |
+
of the Association for Computational Linguistics: Human
|
| 28 |
+
Language Technologies (EACL)},
|
| 29 |
+
year = {2026},
|
| 30 |
+
month = mar,
|
| 31 |
+
address = {Rabat, Morocco},
|
| 32 |
+
note = {Oral presentation.},
|
| 33 |
+
url = {https://arxiv.org/abs/2602.07812}
|
| 34 |
+
}
|
| 35 |
+
```
|