Duguce commited on
Commit
74710b2
·
verified ·
1 Parent(s): f2919b1

docs: update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -21,13 +21,13 @@ xFinder-qwen1505 is a model specifically designed for key answer extraction in l
21
 
22
  ## Model Sources
23
  - **Repository:** https://github.com/IAAR-Shanghai/xFinder
24
- - **Paper:** https://arxiv.org/abs/2405.11874
25
 
26
  ## Uses
27
  xFinder is primarily used to enhance the evaluation of LLMs by accurately extracting key answers from their outputs. It addresses the limitations of traditional regular expression (RegEx)-based extraction methods, which often fail to handle the diverse and complex outputs generated by LLMs. xFinder improves the reliability of model assessments across various tasks.
28
 
29
  ## Training Details
30
- xFinder-qwen1505 is fine-tuned from Qwen-1.5-0.5B. The training data consists of approximately 26.9K samples from the Key Answer Finder (KAF) dataset. This dataset is designed to enhance the accuracy and robustness of key answer extraction and includes a variety of tasks. It has been meticulously annotated by GPT-4 and human experts to ensure high-quality training and evaluation. For more details, see this [paper](https://arxiv.org/abs/2405.11874) and try it with [code](https://github.com/IAAR-Shanghai/xFinder).
31
  ## Evaluation
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
 
21
 
22
  ## Model Sources
23
  - **Repository:** https://github.com/IAAR-Shanghai/xFinder
24
+ - **Paper:** https://openreview.net/forum?id=7UqQJUKaLM
25
 
26
  ## Uses
27
  xFinder is primarily used to enhance the evaluation of LLMs by accurately extracting key answers from their outputs. It addresses the limitations of traditional regular expression (RegEx)-based extraction methods, which often fail to handle the diverse and complex outputs generated by LLMs. xFinder improves the reliability of model assessments across various tasks.
28
 
29
  ## Training Details
30
+ xFinder-qwen1505 is fine-tuned from Qwen-1.5-0.5B. The training data consists of approximately 26.9K samples from the Key Answer Finder (KAF) dataset. This dataset is designed to enhance the accuracy and robustness of key answer extraction and includes a variety of tasks. It has been meticulously annotated by GPT-4 and human experts to ensure high-quality training and evaluation. For more details, see this [paper](https://openreview.net/forum?id=7UqQJUKaLM) and try it with [code](https://github.com/IAAR-Shanghai/xFinder).
31
  ## Evaluation
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