ljvmiranda921 commited on
Commit
a57d40e
·
verified ·
1 Parent(s): 77e7386

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +52 -0
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ datasets:
6
+ - rubricreward/R3-Dataset-4K
7
+ base_model:
8
+ - Qwen/Qwen3-8B
9
+ pipeline_tag: text-generation
10
+ library_name: transformers
11
+ tags:
12
+ - lora
13
+ ---
14
+
15
+ <img alt="R3 Logo" src="https://cdn-avatars.huggingface.co/v1/production/uploads/651803f834c26962535eb022/hj3UEN9_9wlkmvMfUY1OL.png" width="150px">
16
+
17
+ # R3-Qwen3-8B-LoRA-4k
18
+
19
+ R3-Qwen3-8B-LoRA-4k is part of the R3 family, a series of **R**obust **R**ubric-Agnostic **R**eward Models.
20
+ We perform SFT on the Qwen3 model family on the 4B, 8B, and 14B scales as well as on Phi-4-reasoning plus.
21
+ Check out [our paper](https://arxiv.org/abs/2505.13388) for more information!
22
+
23
+
24
+ ## Model description
25
+
26
+ - **Model type:** A reward model trained on a curated R3 dataset collected from 45 diverse sources that covers
27
+ tasks such as classification, preference optimization, and question answering. Each example in the dataset contains an instruction and task description, input, response(s),
28
+ evaluation rubrics, and a score along with the corresponding reasoning.
29
+ - **Language(s) (NLP):** English
30
+ - **License:** Apache 2.0
31
+ - **Finetuned from model:** Qwen/Qwen3-8B
32
+
33
+ ### Model Sources
34
+
35
+ - **Project Page:** https://rubricreward.github.io
36
+ - **Repository:** https://github.com/rubricreward/r3
37
+ - **Paper:** https://arxiv.org/abs/2505.13388
38
+
39
+ ## License and use
40
+
41
+ R3 is licensed under the Apache 2.0 license.
42
+
43
+ ## Citation
44
+
45
+ ```bibtex
46
+ @article{anugraha2025r3,
47
+ title={R3: Robust Rubric-Agnostic Reward Models},
48
+ author={Anugraha, David and Tang, Zilu and Miranda, Lester James V. and Zhao, Hanyang and Farhansyah, Mohammad Rifqi and Kuwanto, Garry and Wijaya, Derry and Winata, Genta Indra},
49
+ journal={arXiv preprint arXiv:2505.13388},
50
+ year={2025}
51
+ }
52
+ ```