Update README.md
Browse files
README.md
CHANGED
|
@@ -17,4 +17,21 @@ configs:
|
|
| 17 |
data_files:
|
| 18 |
- split: train
|
| 19 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
| 20 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
data_files:
|
| 18 |
- split: train
|
| 19 |
path: data/train-*
|
| 20 |
+
license: mit
|
| 21 |
+
language:
|
| 22 |
+
- en
|
| 23 |
---
|
| 24 |
+
|
| 25 |
+
If you use this dataset in your research, please cite:
|
| 26 |
+
|
| 27 |
+
```bibtex
|
| 28 |
+
@Article{Amalvy2026,
|
| 29 |
+
title = {Beyond Known Facts: Generating Unseen Temporal Knowledge to Address Data Contamination in LLM Evaluation},
|
| 30 |
+
author = {Amalvy, Arthur and Huang, Hen-Hsen},
|
| 31 |
+
year = {2026},
|
| 32 |
+
volume = {cs.CL},
|
| 33 |
+
url = {https://arxiv.org/abs/2601.13658},
|
| 34 |
+
pages = {2601.13658},
|
| 35 |
+
journal = {arXiv},
|
| 36 |
+
}
|
| 37 |
+
```
|