paper-with-me

홈 › Papers

Learning to Explore and Select for Coverage-Conditioned Retrieval-Augmented Generation

2024-07-01 · Takyoung Kim, Kyungjae Lee, Young Rok Jang, Ji Yong Cho, Gangwoo Kim, Minseok Cho, Moontae Lee

Interactions with large language models (LLMs) often yield long and detailed responses, leveraging both parametric knowledge and retrieval-augmented generation (RAG). While these responses can provide rich insights, they often include redundant or less engaging content not aligned with user interests. This issue becomes apparent when users specify particular subtopics to include or exclude -- termed coverage-conditioned ($C^2$) queries -- as LLMs often struggle to provide tailored responses. To address this challenge, we investigate the role of query outlines, sequences of subqueries designed to guide LLMs in generating responses that meet specific user requirements. To systematically create and evaluate these outlines, we introduce QTree, a dataset of 10K hierarchical sets of information-seeking subqueries that define structured boundaries for outline creation and evaluation in $C^2$ scenarios. Additionally, we develop QPlanner, a 7B language model trained to generate customized outlines within boundaries of QTree. We evaluate the effectiveness of the generated outlines through automatic and human judgements, focusing on their impact within retrieval-augmented generation (RAG) systems. Experimental results demonstrate that QPlanner, especially when trained with alignment techniques like DPO, generates higher-quality outlines that better fulfill diverse user needs.

📄 PDF Abstract BibTeX arXiv:2407.01158

Code (1)

youngerous/qtree 공식 구현

Tasks

Language ModelingLanguage ModellingRAGRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

DPO 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Optimizing example selection for retrieval-augmented machine translation with translation memories

2024-05-23 · Maxime Bouthors, Josep Crego, François Yvon

Retrieval-augmented machine translation leverages examples from a translation memory by retrieving similar instances. These examples are used to condition the predictions of a neural decoder. We aim to improve the upstre…

DecoderMachine TranslationRetrievalSentence+1

Structure and Diversity Aware Context Bubble Construction for Enterprise Retrieval Augmented Systems

2026-01-15 · Amir Khurshid, Abhishek Sehgal arxiv

Large language model (LLM) contexts are typically constructed using retrieval-augmented generation (RAG), which involves ranking and selecting the top-k passages. The approach causes fragmentation in information graphs i…

Joint Passage Ranking for Diverse Multi-Answer Retrieval

2021-04-17 · EMNLP 2021 11 · Sewon Min, Kenton Lee, Ming-Wei Chang, Kristina Toutanova 외

We study multi-answer retrieval, an under-explored problem that requires retrieving passages to cover multiple distinct answers for a given question. This task requires joint modeling of retrieved passages, as models sho…

Answer GenerationDiversityPassage RankingPassage Retrieval+3

MAP-Law: Coverage-Driven Retrieval Control for Multi-Turn Legal Consultation

2026-05-02 · Qinchuan Cheng, Jiaqi Liu, Ruixuan Xie, Xiaoya Yuan 외 arxiv

Legal consultation is inherently iterative: before giving advice, a system must identify relevant legal elements, gather missing facts and authorities, and determine whether the current evidence is sufficient. Existing r…

Retrieve What's Missing: Coverage-Maximizing Retrieval for Consistent Long Video Generation

2026-06-01 · Minseok Joo, Dogyun Park, Taehoon Lee, Kyujin Lee 외 arxiv

Maintaining long-term geometric consistency remains challenging for long-horizon autoregressive video generation. Memory-augmented generative models address this by retrieving historical frames, but their effectiveness d…

3D ReconstructionVideo Generation