paper-with-me

Papers

Disentangling Questions from Query Generation for Task-Adaptive Retrieval

2024-09-25 · Yoonsang Lee, Minsoo Kim, Seung-won Hwang

This paper studies the problem of information retrieval, to adapt to unseen tasks. Existing work generates synthetic queries from domain-specific documents to jointly train the retriever. However, the conventional query generator assumes the query as a question, thus failing to accommodate general search intents. A more lenient approach incorporates task-adaptive elements, such as few-shot learning with an 137B LLM. In this paper, we challenge a trend equating query and question, and instead conceptualize query generation task as a "compilation" of high-level intent into task-adaptive query. Specifically, we propose EGG, a query generator that better adapts to wide search intents expressed in the BeIR benchmark. Our method outperforms baselines and existing models on four tasks with underexplored intents, while utilizing a query generator 47 times smaller than the previous state-of-the-art. Our findings reveal that instructing the LM with explicit search intent is a key aspect of modeling an effective query generator.

📄 PDF Abstract BibTeX arXiv:2409.16570

Code (0)

등록된 구현이 없습니다.

Tasks

Few-Shot LearningInformation RetrievalRetrieval

Similar Papers 제목 키워드 기반

PathQG: Neural Question Generation from Facts

2020-11-01 · EMNLP 2020 11 · Siyuan Wang, Zhongyu Wei, Zhihao Fan, Zengfeng Huang 외

Existing research for question generation encodes the input text as a sequence of tokens without explicitly modeling fact information. These models tend to generate irrelevant and uninformative questions. In this paper, …

Question GenerationQuestion-GenerationRepresentation Learning

PolyG: Effective and Efficient GraphRAG with Adaptive Graph Traversal

2025-04-02 · Renjie Liu, Haitian Jiang, Xiao Yan, Bo Tang 외

GraphRAG enhances large language models (LLMs) to generate quality answers for user questions by retrieving related facts from external knowledge graphs. Existing GraphRAG methods adopt a fixed graph traversal strategy f…

Knowledge Graphs

Formal Query Building with Query Structure Prediction for Complex Question Answering over Knowledge Base

2021-09-08 · Yongrui Chen, Huiying Li, Yuncheng Hua, Guilin Qi

Formal query building is an important part of complex question answering over knowledge bases. It aims to build correct executable queries for questions. Recent methods try to rank candidate queries generated by a state-…

DecoderGraph GenerationKnowledge Base Question AnsweringQuestion Answering

Query Graph Generation for Answering Multi-hop Complex Questions from Knowledge Bases

2020-07-01 · ACL 2020 6 · Yunshi Lan, Jing Jiang

Previous work on answering complex questions from knowledge bases usually separately addresses two types of complexity: questions with constraints and questions with multiple hops of relations. In this paper, we handle b…

Graph Generation

Benchmarking Multimodal Retrieval Augmented Generation with Dynamic VQA Dataset and Self-adaptive Planning Agent

2024-11-05 · Yangning Li, Yinghui Li, Xinyu Wang, Yong Jiang 외

Multimodal Retrieval Augmented Generation (mRAG) plays an important role in mitigating the "hallucination" issue inherent in multimodal large language models (MLLMs). Although promising, existing heuristic mRAGs typicall…

BenchmarkingHallucinationQuestion AnsweringRetrieval+3