๐ xFinder-llama38it
xFinder-llama38it is a specialized model for extracting key answers from large language models (LLMs), fine-tuned from Llama3-8B-Instruct.
๐ Quick Start
This README provides a comprehensive overview of xFinder-llama38it, including its features, installation, usage, and more.
โจ Features
- Key Answer Extraction: Specifically designed for extracting key answers from large language models (LLMs).
- Enhanced Evaluation: Addresses the limitations of traditional regular expression (RegEx)-based extraction methods, improving the reliability of model assessments across various tasks.
- Fine-tuning: Fine-tuned from Llama3-8B-Instruct, trained on approximately 26.9K samples from the Key Answer Finder (KAF) dataset.
๐ฆ Installation
No installation steps are provided in the original document.
๐ป Usage Examples
No code examples are provided in the original document.
๐ Documentation
๐ Model Details
xFinder-llama38it is a model specifically designed for key answer extraction in large language models (LLMs). It is trained by fine-tuning Llama3-8B-Instruct.
๐ Model Sources
- Repository: https://github.com/IAAR-Shanghai/xFinder
- Paper: https://openreview.net/forum?id=7UqQJUKaLM
๐ Uses
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.
๐ Training Details
xFinder-llama38it is fine-tuned from Llama3-8B-Instruct. 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 and try it with code.
๐งช Evaluation
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.
๐ License
The model is released under the cc-by-nc-nd-4.0 license.
๐ Citation
@inproceedings{
xFinder,
title={xFinder: Large Language Models as Automated Evaluators for Reliable Evaluation},
author={Qingchen Yu and Zifan Zheng and Shichao Song and Zhiyu li and Feiyu Xiong and Bo Tang and Ding Chen},
booktitle={The Thirteenth International Conference on Learning Representations},
year={2025},
url={https://openreview.net/forum?id=7UqQJUKaLM}
}