Add paper link and library metadata (#1)
Browse files- Add paper link and library metadata (64d6c909faecc7a6c77214781e4ccb118a2a7c2d)
Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,61 +1,67 @@
|
|
| 1 |
-
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
<h1 align="center">
|
| 15 |
-
π xVerify-9B-I
|
| 16 |
-
</h1>
|
| 17 |
-
|
| 18 |
-
<p align="center">
|
| 19 |
-
<div style="display: flex; justify-content: center; gap: 10px;">
|
| 20 |
-
<a href="https://github.com/IAAR-Shanghai/xVerify">
|
| 21 |
-
<img src="https://img.shields.io/badge/GitHub-Repository-blue?logo=github" alt="GitHub"/>
|
| 22 |
-
</a>
|
| 23 |
-
<a href="https://huggingface.co/IAAR-Shanghai/xVerify-9B-I">
|
| 24 |
-
<img src="https://img.shields.io/badge/π€%20Hugging%20Face-xVerify--9B--I-yellow" alt="Hugging Face"/>
|
| 25 |
-
</a>
|
| 26 |
-
|
| 27 |
-
</
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
###
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
###
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model:
|
| 3 |
+
- google/gemma-2-9b-it
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
- zh
|
| 7 |
+
license: cc-by-nc-nd-4.0
|
| 8 |
+
library_name: transformers
|
| 9 |
+
pipeline_tag: text-generation
|
| 10 |
+
tags:
|
| 11 |
+
- instruction-finetuning
|
| 12 |
+
---
|
| 13 |
+
|
| 14 |
+
<h1 align="center">
|
| 15 |
+
π xVerify-9B-I
|
| 16 |
+
</h1>
|
| 17 |
+
|
| 18 |
+
<p align="center">
|
| 19 |
+
<div style="display: flex; justify-content: center; gap: 10px;">
|
| 20 |
+
<a href="https://github.com/IAAR-Shanghai/xVerify">
|
| 21 |
+
<img src="https://img.shields.io/badge/GitHub-Repository-blue?logo=github" alt="GitHub"/>
|
| 22 |
+
</a>
|
| 23 |
+
<a href="https://huggingface.co/IAAR-Shanghai/xVerify-9B-I">
|
| 24 |
+
<img src="https://img.shields.io/badge/π€%20Hugging%20Face-xVerify--9B--I-yellow" alt="Hugging Face"/>
|
| 25 |
+
</a>
|
| 26 |
+
<a href="https://huggingface.co/papers/2504.10481">
|
| 27 |
+
<img src="https://img.shields.io/badge/Paper-Arxiv-red?logo=arxiv" alt="Paper"/>
|
| 28 |
+
</a>
|
| 29 |
+
</div>
|
| 30 |
+
</p>
|
| 31 |
+
|
| 32 |
+
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).
|
| 33 |
+
|
| 34 |
+
The model accurately extracts the final answer from lengthy reasoning processes and efficiently identifies equivalence across different forms of expressions.
|
| 35 |
+
|
| 36 |
+
---
|
| 37 |
+
|
| 38 |
+
## β¨ Key Features
|
| 39 |
+
|
| 40 |
+
### π Broad Applicability
|
| 41 |
+
Suitable for various objective question evaluation scenarios including math problems, multiple-choice questions, classification tasks, and short-answer questions.
|
| 42 |
+
|
| 43 |
+
### βοΈ Handles Long Reasoning Chains
|
| 44 |
+
Effectively processes answers with extensive reasoning steps to extract the final answer, regardless of complexity.
|
| 45 |
+
|
| 46 |
+
### π Multilingual Support
|
| 47 |
+
Primarily handles Chinese and English responses while remaining compatible with other languages.
|
| 48 |
+
|
| 49 |
+
### π Powerful Equivalence Judgment
|
| 50 |
+
- β Recognizes basic transformations like letter case changes and Greek letter conversions
|
| 51 |
+
- β Identifies equivalent mathematical expressions across formats (LaTeX, fractions, scientific notation)
|
| 52 |
+
- β Determines semantic equivalence in natural language answers
|
| 53 |
+
- β Matches multiple-choice responses by content rather than just option identifiers
|
| 54 |
+
|
| 55 |
+
---
|
| 56 |
+
|
| 57 |
+
|
| 58 |
+
## π Citation
|
| 59 |
+
|
| 60 |
+
```bibtex
|
| 61 |
+
@article{xVerify,
|
| 62 |
+
title={xVerify: Efficient Answer Verifier for Reasoning Model Evaluations},
|
| 63 |
+
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},
|
| 64 |
+
journal={arXiv preprint arXiv:2504.10481},
|
| 65 |
+
year={2025},
|
| 66 |
+
}
|
| 67 |
```
|