paper-with-me

Papers

Building Interpretable and Reliable Open Information Retriever for New Domains Overnight

2023-08-09 · Xiaodong Yu, Ben Zhou, Dan Roth

Information retrieval (IR) or knowledge retrieval, is a critical component for many down-stream tasks such as open-domain question answering (QA). It is also very challenging, as it requires succinctness, completeness, and correctness. In recent works, dense retrieval models have achieved state-of-the-art (SOTA) performance on in-domain IR and QA benchmarks by representing queries and knowledge passages with dense vectors and learning the lexical and semantic similarity. However, using single dense vectors and end-to-end supervision are not always optimal because queries may require attention to multiple aspects and event implicit knowledge. In this work, we propose an information retrieval pipeline that uses entity/event linking model and query decomposition model to focus more accurately on different information units of the query. We show that, while being more interpretable and reliable, our proposed pipeline significantly improves passage coverages and denotation accuracies across five IR and QA benchmarks. It will be the go-to system to use for applications that need to perform IR on a new domain without much dedicated effort, because of its superior interpretability and cross-domain performance.

📄 PDF Abstract BibTeX arXiv:2308.04756

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalOpen-Domain Question AnsweringQuestion AnsweringRetrievalSemantic SimilaritySemantic Textual Similarity

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Zero-Shot Retrieval with Search Agents and Hybrid Environments

2022-09-30 · Michelle Chen Huebscher, Christian Buck, Massimiliano Ciaramita, Sascha Rothe

Learning to search is the task of building artificial agents that learn to autonomously use a search box to find information. So far, it has been shown that current language models can learn symbolic query reformulation …

Retrieval

LLM Alignment as Retriever Optimization: An Information Retrieval Perspective

2025-02-06 · Bowen Jin, Jinsung Yoon, Zhen Qin, Ziqi Wang 외

Large Language Models (LLMs) have revolutionized artificial intelligence with capabilities in reasoning, coding, and communication, driving innovation across industries. Their true potential depends on effective alignmen…

Information RetrievalMisinformationReinforcement Learning (RL)Retrieval

HyperRAG: Reasoning N-ary Facts over Hypergraphs for Retrieval Augmented Generation

2026-02-16 · Wen-Sheng Lien, Yu-Kai Chan, Hao-Lung Hsiao, Bo-Kai Ruan 외 arxiv

Graph-based retrieval-augmented generation (RAG) methods, typically built on knowledge graphs (KGs) with binary relational facts, have shown promise in multi-hop open-domain QA. However, their rigid retrieval schemes and…

Knowledge Graphs

With Argus Eyes: Assessing Retrieval Gaps via Uncertainty Scoring to Detect and Remedy Retrieval Blind Spots

2026-02-10 · Zeinab Sadat Taghavi, Ali Modarressi, Hinrich Schutze, Andreas Marfurt arxiv

Reliable retrieval-augmented generation (RAG) systems depend fundamentally on the retriever's ability to find relevant information. We show that neural retrievers used in RAG systems have blind spots, which we define as …

OpenRAG: Optimizing RAG End-to-End via In-Context Retrieval Learning

2025-03-11 · Jiawei Zhou, Lei Chen

In this paper, we analyze and empirically show that the learned relevance for conventional information retrieval (IR) scenarios may be inconsistent in retrieval-augmented generation (RAG) scenarios. To bridge this gap, w…

Information RetrievalRAGRetrievalRetrieval-augmented Generation