Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,10 @@ base_model:
|
|
| 6 |
- deepseek-ai/DeepSeek-R1-Distill-Qwen-32B
|
| 7 |
pipeline_tag: question-answering
|
| 8 |
---
|
| 9 |
-
#
|
|
|
|
|
|
|
|
|
|
| 10 |
In this repository, we introduce the **Thinking-supervised Reward Model (TRM)**: a sentence-level generative reward model that equips language models with *critical thinking* abilities. TRM enables stepwise reasoning—from document faithfulness to factual correctness—for Chinese question answering (QA) tasks with supporting documents.
|
| 11 |
|
| 12 |
## Thinking-supervised Reward Model (TRM)
|
|
@@ -18,10 +21,4 @@ TRM is further incorporated into policy optimization within a reinforcement lear
|
|
| 18 |
<img src='Policy Model.png' />
|
| 19 |
|
| 20 |
## Getting Started
|
| 21 |
-
Please follow instructions in [https://github.com/Martin-qyma/TRM](https://github.com/Martin-qyma/TRM) for detailed implementation.
|
| 22 |
-
|
| 23 |
-
## Citation
|
| 24 |
-
If you find this repository useful for your research, please consider citing our paper:
|
| 25 |
-
```
|
| 26 |
-
|
| 27 |
-
```
|
|
|
|
| 6 |
- deepseek-ai/DeepSeek-R1-Distill-Qwen-32B
|
| 7 |
pipeline_tag: question-answering
|
| 8 |
---
|
| 9 |
+
# From Faithfulness to Correctness: Generative Reward Models that Think Critically
|
| 10 |
+
|
| 11 |
+
[[📜 Paper](https://arxiv.org/abs/2509.25409)] [[🖥️ Code](https://github.com/Martin-qyma/TRM)] [[🤗 Hugging Face](https://huggingface.co/QiyaoMa/TRM)]
|
| 12 |
+
|
| 13 |
In this repository, we introduce the **Thinking-supervised Reward Model (TRM)**: a sentence-level generative reward model that equips language models with *critical thinking* abilities. TRM enables stepwise reasoning—from document faithfulness to factual correctness—for Chinese question answering (QA) tasks with supporting documents.
|
| 14 |
|
| 15 |
## Thinking-supervised Reward Model (TRM)
|
|
|
|
| 21 |
<img src='Policy Model.png' />
|
| 22 |
|
| 23 |
## Getting Started
|
| 24 |
+
Please follow instructions in [https://github.com/Martin-qyma/TRM](https://github.com/Martin-qyma/TRM) for detailed implementation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|