paper-with-me

홈 › Papers

Searching Meta Reasoning Skeleton to Guide LLM Reasoning

2025-10-05 · Ziying Zhang, Yaqing Wang, Quanming Yao arxiv

Meta reasoning behaviors work as a skeleton to guide large language model (LLM) reasoning, thus help to improve reasoning performance. However, prior researches implement meta reasoning skeleton with manually designed structure, limiting ability to adapt to query-specific requirement and capture intricate logical dependency among reasoning steps. To deal with the challenges, we represent meta reasoning skeleton with directed acyclic graph (DAG) to unify skeletons proposed in prior works and model intricate logical dependency. Then we propose AutoMR, a framework that searches for query-aware meta reasoning skeleton automatically inspired by automated machine learning (AutoML). Specifically, we construct search space based on DAG representation of skeleton and then formulate the search problem. We design a dynamic skeleton sampling algorithm by expanding meta reasoning skeleton along with reasoning context at inference time. This algorithm can derive any meta reasoning skeleton in search space efficiently and adapt skeleton to evolving base reasoning context, thus enable efficient query-aware skeleton search. We conduct experiments on extensive benchmark datasets. Experimental results show that AutoMR achieves better reasoning performance than previous works broadly.

📄 PDF Abstract BibTeX arXiv:2510.04116

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Universal Skeleton Understanding via Differentiable Rendering and MLLMs

2026-03-18 · Ziyi Wang, Peiming Li, Xinshun Wang, Yang Tang 외 arxiv

Multimodal large language models (MLLMs) exhibit strong visual-language reasoning, yet cannot process structured, non-visual data such as human skeletons. Existing methods either compress skeleton dynamics into lossy fea…

Action RecognitionQuestion AnsweringMotion Captioning

Graph-based Multi-hop Reasoning for Long Text Generation

2020-09-28 · Liang Zhao, Jingjing Xu, Junyang Lin, Yichang Zhang 외

Long text generation is an important but challenging task.The main problem lies in learning sentence-level semantic dependencies which traditional generative models often suffer from. To address this problem, we propose …

Review GenerationSentenceStory GenerationText Generation

SPARK: Skeleton-Guided Reasoning Synthesis from Large-Scale Scientific Literature

2026-08-31 · Yu Li, Wei Li, Xin Gao, Mengyuan Sun 외 arxiv

Scientific reasoning remains challenging for open-source models, largely due to the lack of high-quality scientific reasoning data. Existing datasets are often dominated by factual recall or formulaic problem solving, wi…

Question Generation

CoT2-Meta: Budgeted Metacognitive Control for Test-Time Reasoning

2026-03-30 · Siyuan Ma, Bo Gao, Zikai Xiao, Hailong Wang 외 arxiv

Recent test-time reasoning methods improve performance by generating more candidate chains or searching over larger reasoning trees, but they typically lack explicit control over when to expand, what to prune, how to rep…

MAXS: Meta-Adaptive Exploration with LLM Agents

2026-01-14 · Jian Zhang, Zhiyuan Wang, Zhangqi Wang, Yu He 외 arxiv

Large Language Model (LLM) Agents exhibit inherent reasoning abilities through the collaboration of multiple tools. However, during agent inference, existing methods often suffer from (i) locally myopic generation, due t…

Computational Efficiency