paper-with-me

홈 › Papers

Reverse-Engineered Reasoning for Open-Ended Generation

2025-09-07 · Haozhe Wang, Haoran Que, Qixin Xu, Minghao Liu, Wangchunshu Zhou, Jiazhan Feng, Wanjun Zhong, Wei Ye, Tong Yang, Wenhao Huang, Ge Zhang, Fangzhen Lin arxiv

While the `deep reasoning'' paradigm has spurred significant advances in verifiable domains like mathematics, its application to open-ended, creative generation remains a critical challenge. The two dominant methods for instilling reasoning -- reinforcement learning (RL) and instruction distillation -- falter in this area; RL struggles with the absence of clear reward signals and high-quality reward models, while distillation is prohibitively expensive and capped by the teacher model's capabilities. To overcome these limitations, we introduce REverse-Engineered Reasoning (REER), a new paradigm that fundamentally shifts the approach. Instead of building a reasoning process forwards'' through trial-and-error or imitation, REER works `backwards'' from known-good solutions to computationally discover the latent, step-by-step deep reasoning process that could have produced them. Using this scalable, gradient-free approach, we curate and open-source DeepWriting-20K, a large-scale dataset of 20,000 deep reasoning trajectories for open-ended tasks. Our model, DeepWriter-8B, trained on this data, not only surpasses strong open-source baselines but also achieves performance competitive with, and at times superior to, leading proprietary models like GPT-4o and Claude 3.5.

📄 PDF Abstract BibTeX arXiv:2509.06160

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Classification of Reverse-Engineered Class Diagram and Forward-Engineered Class Diagram using Machine Learning

2020-11-14 · Kaushil Mangaroliya, Het Patel

UML Class diagram is very important to visualize the whole software we are working on and helps understand the whole system in the easiest way possible by showing the system classes, its attributes, methods, and relation…

BIG-bench Machine LearningGeneral Classification

RE-Adapt: Reverse Engineered Adaptation of Large Language Models

2024-05-23 · William Fleshman, Benjamin Van Durme

We introduce RE-Adapt, an approach to fine-tuning large language models on new domains without degrading any pre-existing instruction-tuning. We reverse engineer an adapter which isolates what an instruction-tuned model …

Instruction FollowingRetrievalRetrieval-augmented Generation

Fingerprints of Super Resolution Networks

2024-10-29 · Jeremy Vonderfecht, Feng Liu

Several recent studies have demonstrated that deep-learning based image generation models, such as GANs, can be uniquely identified, and possibly even reverse-engineered, by the fingerprints they leave on their output im…

Image GenerationImage Super-ResolutionSuper-Resolutionvalid

Measuring and Mitigating Post-hoc Rationalization in Reverse Chain-of-Thought Generation

2026-02-16 · Guangyue Peng, Zongchao Chen, Wen Luo, Yuntao Wen 외 arxiv

Reverse Chain-of-Thought Generation (RCG) synthesizes reasoning traces from query-answer pairs, but it risks producing post-hoc rationalizations: when models can see the answer during generation, a systematic train-infer…

Taiji: Pareto Optimal Policy Optimization with Semantics-IDs Trade-off for Industrial LLM-Enhanced Recommendation

2026-06-02 · Yuecheng Li, Zeyu Song, Jing Yao, Chi Lu 외 arxiv

Scaling recommender systems via large language models (LLMs) has become a prominent trend in the industry. However, aligning the LLM's semantic space with the recommender's ID space via post-training (e.g., SFT and RL) r…