paper-with-me

Papers

Parenting: Optimizing Knowledge Selection of Retrieval-Augmented Language Models with Parameter Decoupling and Tailored Tuning

2024-10-14 · Yongxin Xu, Ruizhe Zhang, Xinke Jiang, Yujie Feng, Yuzhen Xiao, Xinyu Ma, Runchuan Zhu, Xu Chu, Junfeng Zhao, Yasha Wang

Retrieval-Augmented Generation (RAG) offers an effective solution to the issues faced by Large Language Models (LLMs) in hallucination generation and knowledge obsolescence by incorporating externally retrieved knowledge. However, existing methods lack effective control mechanisms for integrating internal and external knowledge. Inspired by human cognitive processes, we propose Parenting, a novel framework that decouples, identifies, and purposefully optimizes parameter subspaces related to adherence and robustness. Specifically, Parenting utilizes a key parameter mining method that combines forward and backward propagation signals to localize subspaces representing different capabilities. Then, Parenting employs a type-tailored tuning strategy, applying specific and appropriate optimizations to different subspaces, aiming to achieve a balanced enhancement of both adherence and robustness. Extensive experiments on various datasets and models validate the effectiveness and generalizability of our method.

📄 PDF Abstract BibTeX arXiv:2410.10360

Code (0)

등록된 구현이 없습니다.

Tasks

HallucinationRAGRetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

Optimizing Knowledge Integration in Retrieval-Augmented Generation with Self-Selection

2025-02-10 · Yan Weng, Fengbin Zhu, Tong Ye, Haoyan Liu 외

Retrieval-Augmented Generation (RAG), which integrates external knowledge into Large Language Models (LLMs), has proven effective in enabling LLMs to produce more accurate and reliable responses. However, it remains a si…

Natural QuestionsRAGRetrievalRetrieval-augmented Generation

Direct Retrieval-augmented Optimization: Synergizing Knowledge Selection and Language Models

2025-05-05 · Zhengliang Shi, Lingyong Yan, Weiwei Sun, Yue Feng 외

Retrieval-augmented generation (RAG) integrates large language models ( LLM s) with retrievers to access external knowledge, improving the factuality of LLM generation in knowledge-grounded tasks. To optimize the RAG per…

Policy Gradient MethodsRAGRetrievalRetrieval-augmented Generation

Context-Augmented Code Generation Using Programming Knowledge Graphs

2024-10-09 · Iman Saberi, Fatemeh Fard

Large Language Models (LLMs) and Code-LLMs (CLLMs) have significantly improved code generation, but, they frequently face difficulties when dealing with challenging and complex problems. Retrieval-Augmented Generation (R…

Code GenerationHumanEvalKnowledge Graphsmbpp+4

Unanswerability Evaluation for Retrieval Augmented Generation

2024-12-16 · Xiangyu Peng, Prafulla Kumar Choubey, Caiming Xiong, Chien-Sheng Wu

Existing evaluation frameworks for retrieval-augmented generation (RAG) systems focus on answerable queries, but they overlook the importance of appropriately rejecting unanswerable requests. In this paper, we introduce …

RAGRetrievalRetrieval-augmented Generation

How Does Knowledge Selection Help Retrieval Augmented Generation?

2024-10-17 · Xiangci Li, Jessica Ouyang

Retrieval-augmented generation (RAG) is a powerful method for enhancing natural language generation by integrating external knowledge into a model's output. While prior work has demonstrated the importance of improving k…

RAGRetrievalRetrieval-augmented GenerationText Generation