paper-with-me

Papers

Mining Hidden Thoughts from Texts: Evaluating Continual Pretraining with Synthetic Data for LLM Reasoning

2025-05-15 · Yoichi Ishibashi, Taro Yano, Masafumi Oyamada

Large Language Models (LLMs) have demonstrated significant improvements in reasoning capabilities through supervised fine-tuning and reinforcement learning. However, when training reasoning models, these approaches are primarily applicable to specific domains such as mathematics and programming, which imposes fundamental constraints on the breadth and scalability of training data. In contrast, continual pretraining (CPT) offers the advantage of not requiring task-specific signals. Nevertheless, how to effectively synthesize training data for reasoning and how such data affect a wide range of domains remain largely unexplored. This study provides a detailed evaluation of Reasoning CPT, a form of CPT that uses synthetic data to reconstruct the hidden thought processes underlying texts, based on the premise that texts are the result of the author's thinking process. Specifically, we apply Reasoning CPT to Gemma2-9B using synthetic data with hidden thoughts derived from STEM and Law corpora, and compare it to standard CPT on the MMLU benchmark. Our analysis reveals that Reasoning CPT consistently improves performance across all evaluated domains. Notably, reasoning skills acquired in one domain transfer effectively to others; the performance gap with conventional methods widens as problem difficulty increases, with gains of up to 8 points on the most challenging problems. Furthermore, models trained with hidden thoughts learn to adjust the depth of their reasoning according to problem difficulty.

📄 PDF Abstract BibTeX arXiv:2505.10182

Code (0)

등록된 구현이 없습니다.

Tasks

Continual PretrainingMMLU

Similar Papers 제목 키워드 기반

ToW: Thoughts of Words Improve Reasoning in Large Language Models

2024-10-21 · Zhikun Xu, Ming Shen, Jacob Dineen, Zhaonan Li 외

We introduce thoughts of words (ToW), a novel training-time data-augmentation method for next-word prediction. ToW views next-word prediction as a core reasoning task and injects fine-grained thoughts explaining what the…

Data AugmentationHallucinationPrediction

Hidden Forgetting in Continual Multimodal Learning: When Accuracy Survives but Grounding Fails

2026-07-02 · Qianyu Chen, Canran Xiao, Runxuan Tang arxiv

Multimodal large language models must continually adapt to evolving tasks and domains, yet standard continual learning metrics mainly measure whether old answers remain correct, leaving the stability of multimodal ground…

Continual Learning

Uncovering the Hidden Threat of Text Watermarking from Users with Cross-Lingual Knowledge

2025-02-23 · Mansour Al Ghanim, Jiaqi Xue, Rochana Prih Hastuti, Mengxin Zheng 외

In this study, we delve into the hidden threats posed to text watermarking by users with cross-lingual knowledge. While most research focuses on watermarking methods for English, there is a significant gap in evaluating …

Observable Patterns Are Not Explanations: A Causal-Geometric Analysis of Latent Reasoning Models

2026-06-10 · Darpan Aswal, Thomas Palmeira Ferraz, Yongxin Zhou, Maxime Peyrard arxiv

Latent reasoning models (LRMs) replace explicit chain-of-thought with continuous thoughts. Recent work treats observable latent-state patterns, such as BFS-like frontiers and decodable arithmetic computation, as evidence…

LongReD: Mitigating Short-Text Degradation of Long-Context Large Language Models via Restoration Distillation

2025-02-11 · Zican Dong, Junyi Li, Jinhao Jiang, Mingyu Xu 외

Large language models (LLMs) have gained extended context windows through scaling positional encodings and lightweight continual pre-training. However, this often leads to degraded performance on short-text tasks, while …