paper-with-me

Papers

Adaptive Multi-Expert Reasoning via Difficulty-Aware Routing and Uncertainty-Guided Aggregation

2026-04-11 · Mohamed Ehab, Ali Hamdi arxiv

Large language models (LLMs) demonstrate strong performance in math reasoning benchmarks, but their performance varies inconsistently across problems with varying levels of difficulty. This paper describes Adaptive Multi-Expert Reasoning (AMR), a framework that focuses on problem complexity by reasoning with dynamically adapted strategies. An agile routing system that focuses on problem text predicts problems' difficulty and uncertainty and guides a reconfigurable sampling mechanism to manage the breadth of generation. Three specialized experts create candidate responses, which are modified during multiple correction and finalization phases. A neural verifier assesses the correctness of responses, while a clustering-based aggregation technique identifies the final candidate answer based on a combination of consensus and answer quality. When evaluated on the GSM8K dataset, AMR achieved 75.28% accuracy while only using the original training data. This result outperformed the majority of comparable 7B models that were trained on synthetic data. This showcases that models using difficulty-based routing and uncertainty-driven aggregation are efficient and effective in improving math reasoning models' robustness.

📄 PDF Abstract BibTeX arXiv:2604.10335

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AdaCtrl: Towards Adaptive and Controllable Reasoning via Difficulty-Aware Budgeting

2025-05-24 · Shijue Huang, Hongru Wang, Wanjun Zhong, Zhaochen Su 외

Modern large reasoning models demonstrate impressive problem-solving capabilities by employing sophisticated reasoning strategies. However, they often struggle to balance efficiency and effectiveness, frequently generati…

GSM8KReinforcement Learning (RL)

ARES: Multimodal Adaptive Reasoning via Difficulty-Aware Token-Level Entropy Shaping

2025-10-09 · Shuang Chen, Yue Guo, Yimeng Ye, Shijue Huang 외 arxiv

Recent advances in multimodal large reasoning models (MLRMs) have substantially improved their ability to solve complex textual and visual tasks. However, these models tend to overthink on simple problems, producing unne…

Divide, Weight, and Route: Difficulty-Aware Optimization with Dynamic Expert Fusion for Long-tailed Recognition

2025-08-27 · Xiaolei Wei, Yi Ouyang, Haibo Ye arxiv

Long-tailed visual recognition is challenging not only due to class imbalance but also because of varying classification difficulty across categories. Simply reweighting classes by frequency often overlooks those that ar…

Incentivizing Dual Process Thinking for Efficient Large Language Model Reasoning

2025-05-22 · Xiaoxue Cheng, Junyi Li, Zhenduo Zhang, Xinyu Tang 외

Large reasoning models (LRMs) have demonstrated strong performance on complex reasoning tasks, but often suffer from overthinking, generating redundant content regardless of task difficulty. Inspired by the dual process …

Language ModelingLanguage ModellingLarge Language Modelreinforcement-learning+1

CODA: Difficulty-Aware Compute Allocation for Adaptive Reasoning

2026-03-09 · Siye Wu, Jian Xie, Yikai Zhang, Yanghua Xiao arxiv

The emergence of large reasoning models demonstrates that scaling inference-time compute significantly enhances performance on complex tasks. However, it often falls into another trap: overthinking simple problems, where…