paper-with-me

홈 › Papers

GRAG: Generic Response-Augmented Generation Framework for Personalized Conversational Systems

2026-06-19 · Junfeng Liu, Christopher T. Symons, Ranga Raju Vatsavai arxiv

Deploying highly capable personalized conversational agents in resource-constrained or privacy-sensitive environments remains a significant challenge. We identify a fundamental bottleneck in the existing approaches: current training paradigms treat personalization and grounding as a single monolithic learning problem. Under these paradigms, language models are forced to simultaneously address what to say (content grounding) and how to say it in a user-specific way (personalization), which introduces significant computational and optimization challenges. Consequently, contextual grounding is often sacrificed for persona adherence, or vice versa, resulting in responses that are either weakly grounded in the conversational history or insufficiently personalized. In this work, we propose the Generic Response-Augmented Generation (GRAG) framework that decouples these competing objectives by leveraging offline, generic responses from high-capacity, general-purpose LLMs as a semantic and structural scaffold to guide the fine-tuning of smaller, task-specialized models seamlessly in resource-limited environments. By decoupling the content grounding from personalization, GRAG allows the model to focus exclusively on persona injection while remaining firmly anchored to the conversational context. We instantiate the GRAG in two post- and pre-fusion-based architectural variants and evaluate them on multiple benchmark conversational datasets that cover diverse personalization structures. Our results demonstrate that GRAG significantly outperforms state-of-the-art methods that do not use auxiliary scaffolding, yielding up to 47% improvements in ROUGE-2 and 36% in BLEU scores. Ultimately, GRAG offers a generalizable blueprint for building grounding-aware personalized conversational systems in resource-limited environments.

📄 PDF Abstract BibTeX arXiv:2606.21097

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TagRAG: Tag-guided Hierarchical Knowledge Graph Retrieval-Augmented Generation

2025-10-18 · Wenbiao Tao, Xinyuan Li, Yunshi Lan, Weining Qian arxiv

Retrieval-Augmented Generation enhances language models by retrieving external knowledge to support informed and grounded responses. However, traditional RAG methods rely on fragment-level retrieval, limiting their abili…

Information Extraction

StreamingRAG: Real-time Contextual Retrieval and Generation Framework

2025-01-23 · Murugan Sankaradas, Ravi K. Rajendran, Srimat T. Chakradhar

Extracting real-time insights from multi-modal data streams from various domains such as healthcare, intelligent transportation, and satellite remote sensing remains a challenge. High computational demands and limited kn…

Knowledge GraphsRAGRetrievalRetrieval-augmented Generation

XGRAG: A Graph-Native Framework for Explaining KG-based Retrieval-Augmented Generation

2026-04-27 · Zhuoling Li, Ha Linh Hong Tran Nguyen, Valeria Bladinieres, Maxim Romanovsky arxiv

Graph-based Retrieval-Augmented Generation (GraphRAG) extends traditional RAG by using knowledge graphs (KGs) to give large language models (LLMs) a structured, semantically coherent context, yielding more grounded answe…

Knowledge Graphs

ArgRAG: Explainable Retrieval Augmented Generation using Quantitative Bipolar Argumentation

2025-08-26 · Yuqicheng Zhu, Nico Potyka, Daniel Hernández, Yuan He 외 arxiv

Retrieval-Augmented Generation (RAG) enhances large language models by incorporating external knowledge, yet suffers from critical limitations in high-stakes domains -- namely, sensitivity to noisy or contradictory evide…

Fact Verification

T-GRAG: A Dynamic GraphRAG Framework for Resolving Temporal Conflicts and Redundancy in Knowledge Retrieval

2025-08-03 · Dong Li, Yichen Niu, Ying Ai, Xiang Zou 외 arxiv

Large language models (LLMs) have demonstrated strong performance in natural language generation but remain limited in knowle- dge-intensive tasks due to outdated or incomplete internal knowledge. Retrieval-Augmented Gen…

Question AnsweringKnowledge Graphs