Update README.md
Browse files
README.md
CHANGED
|
@@ -51,4 +51,17 @@ configs:
|
|
| 51 |
- split: DialogRE
|
| 52 |
path: data/DialogRE-*
|
| 53 |
---
|
| 54 |
-
This is the benchmark we adopt in [Long-context LLMs Struggle with Long In-context Learning](https://arxiv.org/abs/2404.02060). Check out our leaderboard at https://huggingface.co/spaces/TIGER-Lab/LongICL-Leaderboard.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 51 |
- split: DialogRE
|
| 52 |
path: data/DialogRE-*
|
| 53 |
---
|
| 54 |
+
This is the benchmark we adopt in our TMLR2025 paper [Long-context LLMs Struggle with Long In-context Learning](https://arxiv.org/abs/2404.02060). Check out our leaderboard at https://huggingface.co/spaces/TIGER-Lab/LongICL-Leaderboard.
|
| 55 |
+
|
| 56 |
+
Cite our work by
|
| 57 |
+
|
| 58 |
+
```
|
| 59 |
+
@misc{li2024longcontext,
|
| 60 |
+
title={Long-context LLMs Struggle with Long In-context Learning},
|
| 61 |
+
author={Tianle Li and Ge Zhang and Quy Duc Do and Xiang Yue and Wenhu Chen},
|
| 62 |
+
year={2024},
|
| 63 |
+
eprint={2404.02060},
|
| 64 |
+
archivePrefix={arXiv},
|
| 65 |
+
primaryClass={cs.CL}
|
| 66 |
+
}
|
| 67 |
+
```
|