{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2601-22139","title":"Reasoning While Asking: Transforming Reasoning Large Language Models from Passive Solvers to Proactive Inquirers","arxiv_id":"2601.22139","date":"2026-01-29","proceeding":null,"authors":["Xin Chen","Feng Jiang","Yiqian Zhang","Hardy Chen","Shuo Yan","Wenya Xie","Min Yang","Shujian Huang"],"abstract":"Reasoning-oriented Large Language Models (LLMs) have achieved remarkable progress with Chain-of-Thought (CoT) prompting, yet they remain fundamentally limited by a \\emph{blind self-thinking} paradigm: performing extensive internal reasoning even when critical information is missing or ambiguous. We propose Proactive Interactive Reasoning (PIR), a new reasoning paradigm that transforms LLMs from passive solvers into proactive inquirers that interleave reasoning with clarification. Unlike existing search- or tool-based frameworks that primarily address knowledge uncertainty by querying external environments, PIR targets premise- and intent-level uncertainty through direct interaction with the user. PIR is implemented via two core components: (1) an uncertainty-aware supervised fine-tuning procedure that equips models with interactive reasoning capability, and (2) a user-simulator-based policy optimization framework driven by a composite reward that aligns model behavior with user intent. Extensive experiments on mathematical reasoning, code generation, and document editing demonstrate that PIR consistently outperforms strong baselines, achieving up to 32.70\\% higher accuracy, 22.90\\% higher pass rate, and 41.36 BLEU improvement, while reducing nearly half of the reasoning computation and unnecessary interaction turns. Further reliability evaluations on factual knowledge, question answering, and missing-premise scenarios confirm the strong generalization and robustness of PIR. Model and code are publicly available at: \\href{https://github.com/SUAT-AIRI/Proactive-Interactive-R1}","url_abs":"https://arxiv.org/abs/2601.22139","url_pdf":"https://arxiv.org/pdf/2601.22139","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2601.22139","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2601.22139"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/SUAT-AIRI/Proactive-Interactive-R1","reach":null}],"summary":{"ran_draft_wrong":3,"unverified":9},"by_repo_kind":{"found_in_text":{"samples":12,"ran":3,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"628ba40cfdad9e0a","entry":"extract_again","repo":"SUAT-AIRI/Proactive-Interactive-R1","repo_kind":"found_in_text","path":"generalization_eval/factual_knowledge/run_mmlu_interactive_generation.py","file_url":"https://github.com/SUAT-AIRI/Proactive-Interactive-R1/blob/HEAD/generalization_eval/factual_knowledge/run_mmlu_interactive_generation.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"628ba40cfdad9e0a"}},{"code_sha256_prefix":"bfcfbf7614a49849","entry":"extract_final","repo":"SUAT-AIRI/Proactive-Interactive-R1","repo_kind":"found_in_text","path":"generalization_eval/factual_knowledge/run_mmlu_interactive_generation.py","file_url":"https://github.com/SUAT-AIRI/Proactive-Interactive-R1/blob/HEAD/generalization_eval/factual_knowledge/run_mmlu_interactive_generation.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":true,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"bfcfbf7614a49849"}},{"code_sha256_prefix":"c48a904c128bab0a","entry":"preprocess","repo":"SUAT-AIRI/Proactive-Interactive-R1","repo_kind":"found_in_text","path":"generalization_eval/factual_knowledge/run_mmlu_pro_interactive_generation.py","file_url":"https://github.com/SUAT-AIRI/Proactive-Interactive-R1/blob/HEAD/generalization_eval/factual_knowledge/run_mmlu_pro_interactive_generation.py","link_basis":"plan_row","language":"python","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"c48a904c128bab0a"}},{"code_sha256_prefix":"02755726312368bd","entry":"construct_context","repo":"SUAT-AIRI/Proactive-Interactive-R1","repo_kind":"found_in_text","path":"generalization_eval/retrieval_question_answering/run_retriaqa_interactive_generation.py","file_url":"https://github.com/SUAT-AIRI/Proactive-Interactive-R1/blob/HEAD/generalization_eval/retrieval_question_answering/run_retriaqa_interactive_generation.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"02755726312368bd"}},{"code_sha256_prefix":"adf4a17f6030f2ef","entry":"extract_answer","repo":"SUAT-AIRI/Proactive-Interactive-R1","repo_kind":"found_in_text","path":"generalization_eval/factual_knowledge/run_mmlu_interactive_generation.py","file_url":"https://github.com/SUAT-AIRI/Proactive-Interactive-R1/blob/HEAD/generalization_eval/factual_knowledge/run_mmlu_interactive_generation.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"adf4a17f6030f2ef"}},{"code_sha256_prefix":"f0838bc794ef059f","entry":"format_history","repo":"SUAT-AIRI/Proactive-Interactive-R1","repo_kind":"found_in_text","path":"data_construction/utils.py","file_url":"https://github.com/SUAT-AIRI/Proactive-Interactive-R1/blob/HEAD/data_construction/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"f0838bc794ef059f"}},{"code_sha256_prefix":"3517afb83a982f26","entry":"generate_question_think_template","repo":"SUAT-AIRI/Proactive-Interactive-R1","repo_kind":"found_in_text","path":"data_construction/utils.py","file_url":"https://github.com/SUAT-AIRI/Proactive-Interactive-R1/blob/HEAD/data_construction/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"3517afb83a982f26"}},{"code_sha256_prefix":"6275174328ddcda4","entry":"get_user_prompt","repo":"SUAT-AIRI/Proactive-Interactive-R1","repo_kind":"found_in_text","path":"data_construction/utils.py","file_url":"https://github.com/SUAT-AIRI/Proactive-Interactive-R1/blob/HEAD/data_construction/utils.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"6275174328ddcda4"}},{"code_sha256_prefix":"d63b85061479dfbb","entry":"load_coqa_dataset","repo":"SUAT-AIRI/Proactive-Interactive-R1","repo_kind":"found_in_text","path":"generalization_eval/abg_coqa/run_coqa_interactive_generation.py","file_url":"https://github.com/SUAT-AIRI/Proactive-Interactive-R1/blob/HEAD/generalization_eval/abg_coqa/run_coqa_interactive_generation.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"d63b85061479dfbb"}},{"code_sha256_prefix":"6968fb7e3a3eb934","entry":"normalize_api_url","repo":"SUAT-AIRI/Proactive-Interactive-R1","repo_kind":"found_in_text","path":"data_construction/dialogue_construction.py","file_url":"https://github.com/SUAT-AIRI/Proactive-Interactive-R1/blob/HEAD/data_construction/dialogue_construction.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"6968fb7e3a3eb934"}},{"code_sha256_prefix":"260d26b856ead32c","entry":"output_file_path","repo":"SUAT-AIRI/Proactive-Interactive-R1","repo_kind":"found_in_text","path":"data_construction/dialogue_construction.py","file_url":"https://github.com/SUAT-AIRI/Proactive-Interactive-R1/blob/HEAD/data_construction/dialogue_construction.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"260d26b856ead32c"}},{"code_sha256_prefix":"36f2772c2188a4d8","entry":"read_dataset","repo":"SUAT-AIRI/Proactive-Interactive-R1","repo_kind":"found_in_text","path":"data_construction/dialogue_construction.py","file_url":"https://github.com/SUAT-AIRI/Proactive-Interactive-R1/blob/HEAD/data_construction/dialogue_construction.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"mcp_get_code":{"code_sha256":"36f2772c2188a4d8"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.CL","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}