paper-with-me

홈 › Papers

Decoupled Reasoning with Implicit Fact Tokens (DRIFT): A Dual-Model Framework for Efficient Long-Context Inference

2026-02-10 · Wenxuan Xie, Yujia Wang, Xin Tan, Chaochao Lu, Xia Hu, Xuhong Wang arxiv

The integration of extensive, dynamic knowledge into Large Language Models (LLMs) remains a significant challenge due to the inherent entanglement of factual data and reasoning patterns. Existing solutions, ranging from non-parametric Retrieval-Augmented Generation (RAG) to parametric knowledge editing, are often constrained in practice by finite context windows, retriever noise, or the risk of catastrophic forgetting. In this paper, we propose DRIFT, a novel dual-model architecture designed to explicitly decouple knowledge extraction from the reasoning process. Unlike static prompt compression, DRIFT employs a lightweight knowledge model to dynamically compress document chunks into implicit fact tokens conditioned on the query. These dense representations are projected into the reasoning model's embedding space, replacing raw, redundant text while maintaining inference accuracy. Extensive experiments show that DRIFT significantly improves performance on long-context tasks, outperforming strong baselines among comparably sized models. Our approach provides a scalable and efficient paradigm for extending the effective context window and reasoning capabilities of LLMs. Our code is available at https://github.com/Lancelot-Xie/DRIFT.

📄 PDF Abstract BibTeX arXiv:2602.10021

Code (0)

등록된 구현이 없습니다.

Tasks

knowledge editing

Similar Papers 제목 키워드 기반

Attention Reveals More Than Tokens: Training-Free Long-Context Reasoning with Attention-guided Retrieval

2025-03-12 · Yuwei Zhang, Jayanth Srinivasa, Gaowen Liu, Jingbo Shang

Large Language Models (LLMs) often exhibit substantially shorter effective context lengths than their claimed capacities, especially when handling complex reasoning tasks that require integrating information from multipl…

DRFusion: Drift-Resilient Temporally Consistent Infrared-Visible Video Fusion

2026-05-25 · Xingyuan Li, Haoyuan Xu, Shulin Li, Xiang Chen 외 arxiv

Infrared and visible video fusion is essential for achieving comprehensive perception in dynamic scenes. However, maintaining temporal consistency remains a formidable challenge. Conventional methods relying on optical f…

DRIFT: Decoupled Rollouts and Importance-Weighted Fine-Tuning for Efficient Multi-Turn Optimization

2026-05-29 · Jian Mu, Tianyi Lin, Chengwei Qin, Zhongxiang Dai 외 arxiv

Large language models are increasingly deployed in multi-turn interactive settings where users or environments can iteratively provide lightweight feedback. Unfortunately, optimizing such behavior presents a sharp dilemm…

Reinforcement Learning

The decoupled extended Kalman filter for dynamic exponential-family factorization models

2018-06-26 · Carlos Alberto Gomez-Uribe, Brian Karrer

Motivated by the needs of online large-scale recommender systems, we specialize the decoupled extended Kalman filter (DEKF) to factorization models, including factorization machines, matrix and tensor factorization, and …

Recommendation Systems

Overthinking Reduction with Decoupled Rewards and Curriculum Data Scheduling

2025-09-30 · Shuyang Jiang, Yusheng Liao, Ya Zhang, Yanfeng Wang 외 arxiv

While large reasoning models trained with critic-free reinforcement learning and verifiable rewards (RLVR) represent the state-of-the-art, their practical utility is hampered by ``overthinking'', a critical issue where m…

Reinforcement Learning