Skip to content

Commit 504c247

Browse files
authored
Update README.md
1 parent 2c245dd commit 504c247

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Project Status](https://img.shields.io/badge/status-active-brightgreen.svg)]()
44
[![Python 3.11+](https://img.shields.io/badge/python-3.11%2B-blue)]()
55
![GitHub](https://img.shields.io/github/license/gbup-group/DIANet.svg)
6-
[![paper](https://img.shields.io/badge/cs.AI-2503.10657-b31b1b?logo=arxiv&logoColor=red)](https://arxiv.org/abs/2503.10657)
6+
[![paper](https://img.shields.io/badge/cs.AI-2505.19959-b31b1b?logo=arxiv&logoColor=red)](https://arxiv.org/abs/2505.19959)
77

88

99
This repository is the official codebase of our paper "MiniLongBench: The Low-cost Long Context Understanding Benchmark for Large Language Models".
@@ -17,7 +17,7 @@ Through empirical analysis of over 60 LLMs, MiniLongBench reduces the average ev
1717

1818
2025-05 - We released MiniLongBench dataset in [[Baidu Drive]](https://pan.baidu.com/s/1vUq3C5JR3ICo_g8_JXxJ0w?pwd=6erx) [[Google Drive]](https://drive.google.com/drive/folders/1Ps1_VoI1ExI1ZvVbBSCEKBuJGUlTeMmA?usp=sharing) [[Hugging Face]](https://huggingface.co/datasets/linggm/MiniLongBench). 👈🎉Please try it!
1919

20-
2025-05 - Our paper "MiniLongBench" has been accepted to **ACL'25 main track**! [[Paper]](https://huggingface.co/datasets/linggm/MiniLongBench) 👈🎉Please read it!
20+
2025-05 - Our paper "MiniLongBench" has been accepted to **ACL'25 main track**! [[Paper]](https://arxiv.org/abs/2505.19959) 👈🎉Please read it!
2121

2222

2323
## ⚙️ Environment Setup
@@ -78,13 +78,3 @@ There are two evaluation methods for MiniLongBench.
7878
2. Directly calculate the scores of LLMs on MiniLongBench (`eval_directly.ipynb`).
7979

8080

81-
## 📜 Citation
82-
83-
```bibtex
84-
@inproceedings{xxx,
85-
title={xxx},
86-
author={xxx},
87-
booktitle={xxx},
88-
year={xxx}
89-
}
90-
```

0 commit comments

Comments
 (0)