--- base_model: - Qwen/Qwen2.5-1.5B-Instruct language: - en - zh license: cc-by-nc-nd-4.0 library_name: transformers pipeline_tag: text-generation tags: - instruction-finetuning - reasoning - evaluation inference: false ---

🔍 xVerify-1.5B-I

GitHub Hugging Face Paper

xVerify is an evaluation tool fine-tuned from a pre-trained large language model, designed specifically for objective questions with a single correct answer. It was introduced in the paper [xVerify: Efficient Answer Verifier for Reasoning Model Evaluations](https://huggingface.co/papers/2504.10481). The model accurately extracts the final answer from lengthy reasoning processes and efficiently identifies equivalence across different forms of expressions, helping to evaluate reasoning models that adopt slow-thinking strategies. --- ## ✨ Key Features ### 📊 Broad Applicability Suitable for various objective question evaluation scenarios including math problems, multiple-choice questions, classification tasks, and short-answer questions. ### ⛓️ Handles Long Reasoning Chains Effectively processes answers with extensive reasoning steps to extract the final answer, regardless of complexity. ### 🌐 Multilingual Support Primarily handles Chinese and English responses while remaining compatible with other languages. ### 🔄 Powerful Equivalence Judgment - **Basic Transformations**: Recognizes letter case changes and Greek letter conversions. - **Mathematical Expressions**: Identifies equivalent expressions across formats like LaTeX, fractions, and scientific notation. - **Semantic Equivalence**: Determines if natural language answers align with the correct reference. - **Advanced Multiple-Choice**: Matches responses by content rather than just option identifiers. --- ## 📚 Citation ```bibtex @article{xVerify, title={xVerify: Efficient Answer Verifier for Reasoning Model Evaluations}, author={Ding Chen and Qingchen Yu and Pengyuan Wang and Wentao Zhang and Bo Tang and Feiyu Xiong and Xinchi Li and Minchuan Yang and Zhiyu Li}, journal={arXiv preprint arXiv:2504.10481}, year={2025}, } ``` --- *Authors: [Ding Chen](https://huggingface.co/Hush-cd), [Qingchen Yu](https://huggingface.co/Duguce), [Pengyuan Wang](https://huggingface.co/deflinhec), Wentao Zhang, Bo Tang, Feiyu Xiong, Xinchi Li, Minchuan Yang, Zhiyu Li.*