Add metadata and link to paper

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +13 -6
README.md CHANGED
@@ -1,15 +1,17 @@
1
  ---
2
- inference: false
 
3
  language:
4
  - en
5
  - zh
 
6
  tags:
7
  - instruction-finetuning
 
8
  task_categories:
9
  - text-generation
10
- base_model:
11
- - THUDM/glm-4-9b-chat
12
- license: cc-by-nc-nd-4.0
13
  ---
14
 
15
  <h1 align="center">
@@ -24,10 +26,15 @@ license: cc-by-nc-nd-4.0
24
  <a href="https://huggingface.co/IAAR-Shanghai/xVerify-9B-C">
25
  <img src="https://img.shields.io/badge/๐Ÿค—%20Hugging%20Face-xVerify--9B--C-yellow" alt="Hugging Face"/>
26
  </a>
 
 
 
27
  </div>
28
  </p>
29
 
30
- 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 accurately extracts the final answer from lengthy reasoning processes and efficiently identifies equivalence across different forms of expressions.
 
 
31
 
32
  ---
33
 
@@ -60,4 +67,4 @@ Primarily handles Chinese and English responses while remaining compatible with
60
  journal={arXiv preprint arXiv:2504.10481},
61
  year={2025},
62
  }
63
- ```
 
1
  ---
2
+ base_model:
3
+ - THUDM/glm-4-9b-chat
4
  language:
5
  - en
6
  - zh
7
+ license: cc-by-nc-nd-4.0
8
  tags:
9
  - instruction-finetuning
10
+ inference: false
11
  task_categories:
12
  - text-generation
13
+ pipeline_tag: text-generation
14
+ library_name: transformers
 
15
  ---
16
 
17
  <h1 align="center">
 
26
  <a href="https://huggingface.co/IAAR-Shanghai/xVerify-9B-C">
27
  <img src="https://img.shields.io/badge/๐Ÿค—%20Hugging%20Face-xVerify--9B--C-yellow" alt="Hugging Face"/>
28
  </a>
29
+ <a href="https://huggingface.co/papers/2504.10481">
30
+ <img src="https://img.shields.io/badge/Paper-Arxiv-red" alt="Paper"/>
31
+ </a>
32
  </div>
33
  </p>
34
 
35
+ 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).
36
+
37
+ It accurately extracts the final answer from lengthy reasoning processes and efficiently identifies equivalence across different forms of expressions.
38
 
39
  ---
40
 
 
67
  journal={arXiv preprint arXiv:2504.10481},
68
  year={2025},
69
  }
70
+ ```