File size: 511 Bytes
4627424 | 1 2 3 4 5 6 7 8 9 10 11 | ---
license: llama3.1
base_model:
- meta-llama/Llama-3.1-8B-Instruct
---
# RACE-CoT-Extractor-Llama-8B
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.
For details on the prompt format, please refer to our [GitHub repository](https://github.com/bebr2/RACE). |