paper-with-me

홈 › Papers

From Meta-Thought to Execution: Cognitively Aligned Post-Training for Generalizable and Reliable LLM Reasoning

2026-01-29 · Shaojie Wang, Liang Zhang arxiv

Current LLM post-training methods optimize complete reasoning trajectories through Supervised Fine-Tuning (SFT) followed by outcome-based Reinforcement Learning (RL). While effective, a closer examination reveals a fundamental gap: this approach does not align with how humans actually solve problems. Human cognition naturally decomposes problem-solving into two distinct stages: first acquiring abstract strategies (i.e., meta-knowledge) that generalize across problems, then adapting them to specific instances. In contrast, by treating complete trajectories as basic units, current methods are inherently problem-centric, entangling abstract strategies with problem-specific execution. To address this misalignment, we propose a cognitively-inspired framework that explicitly mirrors the two-stage human cognitive process. Specifically, Chain-of-Meta-Thought CoMT focuses supervised learning on abstract reasoning patterns without specific executions, enabling acquisition of generalizable strategies. Confidence-Calibrated Reinforcement Learning (CCRL) then optimizes task adaptation via confidence-aware rewards on intermediate steps, preventing overconfident errors from cascading and improving execution reliability. Experiments across four models and ten benchmarks show 2.10% and 3.86% improvements in-distribution and out-of-distribution respectively over standard methods, while remaining highly robust to variations in teacher model selection, optimization methods, and symbolic perturbations.

📄 PDF Abstract BibTeX arXiv:2601.21909

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

PSY-STEP: Structuring Therapeutic Targets and Action Sequences for Proactive Counseling Dialogue Systems

2026-04-06 · Jihyun Lee, Yejin Min, Yejin Jeon, SungJun Yang 외 arxiv

Cognitive Behavioral Therapy (CBT) aims to identify and restructure automatic negative thoughts pertaining to involuntary interpretations of events, yet existing counseling agents struggle to identify and address them in…

Towards Cognitively-Faithful Decision-Making Models to Improve AI Alignment

2025-09-04 · Cyrus Cousins, Vijay Keswani, Vincent Conitzer, Hoda Heidari 외 arxiv

Recent AI trends seek to align AI models to learned human-centric objectives, such as personal preferences, utility, or societal values. Using standard preference elicitation methods, researchers and practitioners build …

Decision Making

ADORE: Autonomous Domain-Oriented Relevance Engine for E-commerce

2025-12-02 · Zheng Fang, Donghao Xie, Ming Pang, Chunyuan Yuan 외 arxiv

Relevance modeling in e-commerce search remains challenged by semantic gaps in term-matching methods (e.g., BM25) and neural models' reliance on the scarcity of domain-specific hard samples. We propose ADORE, a self-sust…

Knowledge Distillation

Meta-Control: Automatic Model-based Control Synthesis for Heterogeneous Robot Skills

2024-05-18 · Tianhao Wei, Liqian Ma, Rui Chen, WeiYe Zhao 외

The requirements for real-world manipulation tasks are diverse and often conflicting; some tasks require precise motion while others require force compliance; some tasks require avoidance of certain regions, while others…

Collision AvoidanceCommon Sense Reasoning

Replicable Simulation-Based Robot Validation through Provenance

2026-05-28 · Argentina Ortega, Samuel Wiest, Frederik Pasch, Nico Hochgeschwender arxiv

Robot behavior is often validated through simulation-based testing, yet the replicability of such campaigns depends critically on transparent documentation of how tests are configured, executed, and post-processed. We ar…

Robot Navigation