Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: llama3.1
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: llama3.1
|
| 3 |
+
base_model:
|
| 4 |
+
- meta-llama/Llama-3.1-8B-Instruct
|
| 5 |
+
---
|
| 6 |
+
|
| 7 |
+
# RACE-CoT-Extractor-Llama-8B
|
| 8 |
+
|
| 9 |
+
This is the CoT-Extractor used in the paper "[Joint Evaluation of Answer and Reasoning Consistency for Hallucination Detection in Large Reasoning Models](https://arxiv.org/abs/2506.04832)," which extracts the long reasoning process of a reasoning model into a CoT that only includes essential steps.
|
| 10 |
+
|
| 11 |
+
For details on the prompt format, please refer to our [GitHub repository](https://github.com/bebr2/RACE).
|