paper-with-me

홈 › Papers

Can we Retrieve Everything All at Once? ARM: An Alignment-Oriented LLM-based Retrieval Method

2025-01-30 · Peter Baile Chen, Yi Zhang, Michael Cafarella, Dan Roth

Real-world open-domain questions can be complicated, particularly when answering them involves information from multiple information sources. LLMs have demonstrated impressive performance in decomposing complex tasks into simpler steps, and previous work has used it for better retrieval in support of complex questions. However, LLM's decomposition of questions is unaware of what data is available and how data is organized, often leading to a sub-optimal retrieval performance. Recent effort in agentic RAG proposes to perform retrieval in an iterative fashion, where a followup query is derived as an action based on previous rounds of retrieval. While this provides one way of interacting with the data collection, agentic RAG's exploration of data is inefficient because successive queries depend on previous results rather than being guided by the organization of available data in the collection. To address this problem, we propose an LLM-based retrieval method -- ARM, that aims to better align the question with the organization of the data collection by exploring relationships among data objects beyond matching the utterance of the query, thus leading to a retrieve-all-at-once solution for complex queries. We evaluated ARM on two datasets, Bird and OTT-QA. On Bird, it outperforms standard RAG with query decomposition by up to 5.2 pt in execution accuracy and agentic RAG (ReAct) by up to 15.9 pt. On OTT-QA, it achieves up to 5.5 pt and 19.3 pt higher F1 match scores compared to these approaches.

📄 PDF Abstract BibTeX arXiv:2501.18539

Code (0)

등록된 구현이 없습니다.

Tasks

AllRAGRetrieval

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Adam 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Analytical Search

2026-02-12 · Yiteng Tu, Shuo Miao, Weihang Su, Yiqun Liu 외 arxiv

Analytical information needs, such as trend analysis and causal impact assessment, are prevalent across various domains including law, finance, science, and much more. However, existing information retrieval paradigms, w…

Information RetrievalQuestion AnsweringDocument Ranking

Retrieval-Generation Alignment for End-to-End Task-Oriented Dialogue System

2023-10-13 · Weizhou Shen, Yingqi Gao, Canbin Huang, Fanqi Wan 외

Developing an efficient retriever to retrieve knowledge from a large-scale knowledge base (KB) is critical for task-oriented dialogue systems to effectively handle localized and specialized tasks. However, widely used ge…

Response GenerationRetrievalTask-Oriented Dialogue Systems

How Can Graph Neural Networks Help Document Retrieval: A Case Study on CORD19 with Concept Map Generation

2022-01-12 · Hejie Cui, Jiaying Lu, Yao Ge, Carl Yang

Graph neural networks (GNNs), as a group of powerful tools for representation learning on irregular data, have manifested superiority in various downstream tasks. With unstructured texts represented as concept maps, GNNs…

Representation LearningRetrieval

CPRet: A Dataset, Benchmark, and Model for Retrieval in Competitive Programming

2025-05-19 · Han Deng, Yuan Meng, Shixiang Tang, Wanli Ouyang 외

Competitive programming benchmarks are widely used in scenarios such as programming contests and large language model assessments. However, the growing presence of duplicate or highly similar problems raises concerns not…

FairnessLarge Language ModelRetrieval

Dual-Feedback Knowledge Retrieval for Task-Oriented Dialogue Systems

2023-10-23 · Tianyuan Shi, Liangzhi Li, Zijian Lin, Tao Yang 외

Efficient knowledge retrieval plays a pivotal role in ensuring the success of end-to-end task-oriented dialogue systems by facilitating the selection of relevant information necessary to fulfill user requests. However, c…

Open-Domain Question AnsweringQuestion AnsweringResponse GenerationRetrieval+1