Files
AutoRefine-Qwen2.5-3B-Base/README.md
ModelHub XC 02ef462c84 初始化项目,由ModelHub XC社区提供模型
Model: yrshi/AutoRefine-Qwen2.5-3B-Base
Source: Original Platform
2026-08-26 09:30:18 +08:00

1.6 KiB

license, pipeline_tag, library_name, base_model
license pipeline_tag library_name base_model
cc-by-sa-4.0 question-answering transformers
Qwen/Qwen2.5-3B

Search and Refine During Think: Autonomous Retrieval-Augmented Reasoning of LLMs

The model is presented in the paper Search and Refine During Think: Autonomous Retrieval-Augmented Reasoning of LLMs.

Paper abstract

Large language models have demonstrated impressive reasoning capabilities but are inherently limited by their knowledge reservoir. Retrieval-augmented reasoning mitigates this limitation by allowing LLMs to query external resources, but existing methods often retrieve irrelevant or noisy information, hindering accurate reasoning. In this paper, we propose AutoRefine, a reinforcement learning post-training framework that adopts a new ``search-and-refine-during-think'' paradigm. AutoRefine introduces explicit knowledge refinement steps between successive search calls, enabling the model to iteratively filter, distill, and organize evidence before generating an answer. Furthermore, we incorporate tailored retrieval-specific rewards alongside answer correctness rewards using group relative policy optimization. Experiments on single-hop and multi-hop QA benchmarks demonstrate that AutoRefine significantly outperforms existing approaches, particularly in complex, multi-hop reasoning scenarios. Detailed analysis shows that AutoRefine issues frequent, higher-quality searches and synthesizes evidence effectively.

Code

The code for this project is available on GitHub: https://github.com/syr-cn/AutoRefine