docs: update README.md
Browse files
README.md
CHANGED
@@ -32,10 +32,12 @@ xFinder-qwen1505 is fine-tuned from Qwen-1.5-0.5B. The training data consists of
|
|
32 |
xFinder is evaluated on the fully human-annotated test and generalization sets of the KAF dataset. The results demonstrate significant improvements in extraction accuracy and robustness compared to traditional methods. For more details, please refer to the paper and try it out using the provided code.
|
33 |
## Citation
|
34 |
```
|
35 |
-
@
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
|
|
|
|
40 |
}
|
41 |
```
|
|
|
32 |
xFinder is evaluated on the fully human-annotated test and generalization sets of the KAF dataset. The results demonstrate significant improvements in extraction accuracy and robustness compared to traditional methods. For more details, please refer to the paper and try it out using the provided code.
|
33 |
## Citation
|
34 |
```
|
35 |
+
@inproceedings{
|
36 |
+
xFinder,
|
37 |
+
title={xFinder: Large Language Models as Automated Evaluators for Reliable Evaluation},
|
38 |
+
author={Qingchen Yu and Zifan Zheng and Shichao Song and Zhiyu li and Feiyu Xiong and Bo Tang and Ding Chen},
|
39 |
+
booktitle={The Thirteenth International Conference on Learning Representations},
|
40 |
+
year={2025},
|
41 |
+
url={https://openreview.net/forum?id=7UqQJUKaLM}
|
42 |
}
|
43 |
```
|