paper-with-me

Papers

GRC: Unifying Reasoning-Driven Generation, Retrieval and Compression

2026-05-09 · Zhongtao Miao, Qiyu Wu, Yoshimasa Tsuruoka arxiv

Text embedding and generative tasks are usually trained separately based on large language models (LLMs) nowadays. This causes a large amount of training cost and deployment effort. Context compression is also a challenging and pressing task, which is vital to reasoning-driven generation, and agentic tasks requiring long context and continual learning. In this paper, we explore how to unify reasoning-driven generation, reasoning-enhanced text representation and context compression tasks in one forward pass for LLMs. Through meta latent tokens and a unified generative, representative and compressive tuning approach, we propose a training framework named GRC that bridges the three tasks. The trained models can accomplish three objectives in a single forward pass while maintaining modular, LEGO-style flexibility during inference. This design greatly reduces the deployment effort for retrieval-augmented generation (RAG) and achieves efficient inference and three times data utilization during training. Furthermore, this framework design enables a new paradigm for text embedding: self-reason-latent embeds, and a new generation paradigm, latent memory-augmented generation, where compressed and internalized KV cache with O(1) length is used as the updatable memory. We also propose hybrid paged attention to speed up the inference of our models. Extensive experiments on reasoning-intensive retrieval benchmarks, generative tasks, document compression, latency evaluation, and RAG settings demonstrate the effectiveness of our method and may shed light on the truly unified model that can handle reasoning-driven generation, embedding and compression tasks seamlessly.

📄 PDF Abstract BibTeX arXiv:2605.09100

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

From Retrieval to Generation: Unifying External and Parametric Knowledge for Medical Question Answering

2025-10-21 · Lei Li, Xiao Zhou, Yingying Zhang, Xian Wu arxiv

Medical question answering (QA) requires extensive access to domain-specific knowledge. A promising direction is to enhance large language models (LLMs) with external knowledge retrieved from medical corpora or parametri…

Question AnsweringAnswer Generation

Search-R3: Unifying Reasoning and Embedding in Large Language Models

2025-10-08 · Yuntao Gui, James Cheng arxiv

Despite their remarkable natural language understanding capabilities, Large Language Models (LLMs) have been underutilized for retrieval tasks. We present Search-R3, a novel framework that addresses this limitation by ad…

Natural Language UnderstandingReinforcement LearningInformation Retrieval

CLaRa: Bridging Retrieval and Generation with Continuous Latent Reasoning

2025-11-24 · Jie He, Richard He Bai, Sinead Williamson, Jeff Z. Pan 외 arxiv

Retrieval-augmented generation (RAG) enhances large language models (LLMs) with external knowledge but still suffers from long contexts and disjoint retrieval-generation optimization. In this work, we propose CLaRa (Cont…

Question Answering

AITP: Traffic Accident Responsibility Allocation via Multimodal Large Language Models

2026-04-11 · Zijin Zhou, Songan Zhang arxiv

Multimodal Large Language Models (MLLMs) have achieved remarkable progress in Traffic Accident Detection (TAD) and Traffic Accident Understanding (TAU). However, existing studies mainly focus on describing and interpreti…

Traffic Accident Detection

Not All Heads Matter: A Head-Level KV Cache Compression Method with Integrated Retrieval and Reasoning

2024-10-25 · Yu Fu, Zefan Cai, Abedelkadir Asi, Wayne Xiong 외

Key-Value (KV) caching is a common technique to enhance the computational efficiency of Large Language Models (LLMs), but its memory overhead grows rapidly with input length. Prior work has shown that not all tokens are …

AllComputational EfficiencyQuestion AnsweringText Generation