paper-with-me

Papers

ThinkTuning: Instilling Cognitive Reflections without Distillation

2025-08-11 · Aswin RRV, Jacob Dineen, Divij Handa, Md Nayem Uddin, Mihir Parmar, Chitta Baral, Ben Zhou arxiv

Recent advances in test-time scaling have led to the emergence of thinking LLMs that exhibit self-reflective behaviors and multi-step reasoning. While RL drives this self-improvement paradigm, a recent study (Gandhi et al., 2025) shows that RL alone does not truly instill these new reasoning abilities - it merely draws out behaviors already present in the base models. This raises a question: How can we train the models that don't exhibit such thinking behavior to develop it in the first place? To this end, we propose ThinkTuning, a GRPO-based interactive training approach where we augment the rollouts of a student model with the guidance from a teacher model. A simple idea from classroom practice inspires our method: a teacher poses a problem, lets the student try an answer, then gives corrective feedback -- enough to point the mind in the right direction and then show the solution. Each piece of feedback reshapes the student's thoughts, leading them to arrive at the correct solution. Similarly, we find that this type of implicit supervision through feedback from a teacher model of the same size improves the reasoning capabilities of the student model. In particular, on average, our method shows a 3.85% improvement over zero-shot baselines across benchmarks, and on MATH-500, AIME and GPQA-Diamond it shows 2.08%, 2.23% and 3.99% improvements over the vanilla-GRPO baseline. Source code is available at https://github.com/3rdAT/ThinkTuning.

📄 PDF Abstract BibTeX arXiv:2508.07616

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CogDriver: Integrating Cognitive Inertia for Temporally Coherent Planning in Autonomous Driving

2025-08-31 · Pei Liu, Qingtian Ning, Xinyan Lu, Haipeng Liu 외 arxiv

The pursuit of autonomous agents capable of temporally coherent planning is hindered by a fundamental flaw in current vision-language models (VLMs): they lack cognitive inertia. Operating on isolated snapshots, these mod…

Knowledge DistillationAutonomous Driving

Think Socially via Cognitive Reasoning

2025-09-26 · Jinfeng Zhou, Zheyu Chen, Shuai Wang, Quanyu Dai 외 arxiv

LLMs trained for logical reasoning excel at step-by-step deduction to reach verifiable answers. However, this paradigm is ill-suited for navigating social situations, which induce an interpretive process of analyzing amb…

Reinforcement LearningLogical Reasoning

Generative AI in Mafia-like Game Simulation

2023-09-20 · Munyeong Kim, Sungsu Kim

In this research, we explore the efficacy and potential of Generative AI models, specifically focusing on their application in role-playing simulations exemplified through Spyfall, a renowned mafia-style game. By leverag…

Decision Making

Embrace Opportunities and Face Challenges: Using ChatGPT in Undergraduate Students' Collaborative Interdisciplinary Learning

2023-05-23 · Gaoxia Zhu, Xiuyi Fan, Chenyu Hou, Tianlong Zhong 외

ChatGPT, launched in November 2022, has gained widespread attention from students and educators globally, with an online report by Hu (2023) stating it as the fastest-growing consumer application in history. While discus…

Sentiment Analysis

Hán Dān Xué Bù (Mimicry) or Qīng Chū Yú Lán (Mastery)? A Cognitive Perspective on Reasoning Distillation in Large Language Models

2026-01-08 · Yueqing Hu, Xinyang Peng, Shuting Peng, Hanqi Wang 외 arxiv

Recent Large Reasoning Models trained via reinforcement learning exhibit a "natural" alignment with human cognitive costs. However, we show that the prevailing paradigm of reasoning distillation -- training student model…

Reinforcement Learning