paper-with-me

Papers

DeepThink: Aligning Language Models with Domain-Specific User Intents

2025-02-08 · Yang Li, Mingxuan Luo, Yeyun Gong, Chen Lin, Jian Jiao, Yi Liu, Kaili Huang

Supervised fine-tuning with synthesized instructions has been a common practice for adapting LLMs to domain-specific QA tasks. However, the synthesized instructions deviate from real user questions and expected answers. This study proposes a novel framework called DeepThink to generate high-quality instructions. DeepThink first generates a few seed questions to mimic actual user questions, simulates conversations to uncover the hidden user needs, and refines the answer by conversational contexts and the retrieved documents for more comprehensive answers. Experiments demonstrate that DeepThink achieves an average performance improvement of 7.92% compared to a GPT-4-turbo+RAG-based assistant on the real user test set in the advertising domain across dimensions such as relevance, completeness, clarity, accuracy, and actionability.

📄 PDF Abstract BibTeX arXiv:2502.05497

Code (0)

등록된 구현이 없습니다.

Tasks

RAG

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

DeepThinkVLA: Enhancing Reasoning Capability of Vision-Language-Action Models

2025-10-31 · Cheng Yin, Yankai Lin, Wang Xu, Sikyuen Tam 외 arxiv

Does Chain-of-Thought (CoT) reasoning genuinely improve Vision-Language-Action (VLA) models, or does it merely add overhead? Existing CoT-VLA systems report limited and inconsistent gains, yet no prior work has rigorousl…

OpenDeepThink: Parallel Reasoning via Bradley-Terry Aggregation

2026-05-14 · Shang Zhou, Wenhao Chai, Kaiyuan Liu, Huanzhi Mao 외 arxiv

Test-time compute scaling is a primary axis for improving LLM reasoning. Existing methods primarily scale depth by extending a single reasoning trace. Scaling breadth by sampling multiple candidates in parallel is straig…

Audio-DeepThinker: Progressive Reasoning-Aware Reinforcement Learning for High-Quality Chain-of-Thought Emergence in Audio Language Models

2026-04-20 · Xiang He, Chenxing Li, Jinting Wang, Yan Rong 외 arxiv

Large Audio-Language Models (LALMs) have made significant progress in audio understanding, yet they primarily operate as perception-and-answer systems without explicit reasoning processes. Existing methods for enhancing …

Reinforcement Learning

DeepThink3D: Enhancing Large Language Models with Programmatic Reasoning in Complex 3D Situated Reasoning Tasks

2025-08-21 · Jiayi Song, Rui Wan, Lipeng Ma, Weidong Yang 외 arxiv

This work enhances the ability of large language models (LLMs) to perform complex reasoning in 3D scenes. Recent work has addressed the 3D situated reasoning task by invoking tool usage through large language models. Lar…

PRISM: Pushing the Frontier of Deep Think via Process Reward Model-Guided Inference

2026-03-03 · Rituraj Sharma, Weiyuan Chen, Noah Provenzano, Tu Vu arxiv

DEEPTHINK methods improve reasoning by generating, refining, and aggregating populations of candidate solutions, which enables strong performance on complex mathematical and scientific tasks. However, existing frameworks…