T^2: An Adaptive Test-Time Scaling Strategy for Contextual Question Answering
The Chinese University of Hong Kong · Jarvis Research Center, Tencent YouTu Lab · Tencent AI Lab · Westlake University · Tencent
PDF 由论文原始站点提供,PaperCompass 不保存论文文件。DOI 10.18653/v1/2025.emnlp-main.185 ↗
摘要
Recent advances in large language models have demonstrated remarkable performance on Contextual Question Answering (CQA). However, prior approaches typically employ elaborate reasoning strategies regardless of question complexity, leading to low adaptability. Recent efficient test-time scaling methods introduce budget constraints or early stop mechanisms to avoid overthinking for straightforward questions. But they add human bias to the reasoning process and fail to leverage models’ inherent reasoning capabilities. To address these limitations, we present T^2: Think-to-Think, a novel framework that dynamically adapts reasoning depth based on question complexity. T^2 leverages the insight that if an LLM can effectively solve similar questions using specific reasoning strategies, it can apply the same strategy to the original question. This insight enables to adoption of concise reasoning for straightforward questions while maintaining detailed analysis for complex problems. T^2 works through four key steps: decomposing questions into structural elements, generating similar examples with candidate reasoning strategies, evaluating these strategies against multiple criteria, and applying the most appropriate strategy to the original question. Experimental evaluation across seven diverse CQA benchmarks demonstrates that T^2 not only achieves higher accuracy than baseline methods but also reduces computational overhead by up to 25.2%.