paper-with-me

Papers

RRRA: Resampling and Reranking through a Retriever Adapter

2025-08-07 · Bongsu Kim arxiv

In dense retrieval, effective training hinges on selecting high quality hard negatives while avoiding false negatives. Recent methods apply heuristics based on positive document scores to identify hard negatives, improving both performance and interpretability. However, these global, example agnostic strategies often miss instance specific false negatives. To address this, we propose a learnable adapter module that monitors Bi-Encoder representations to estimate the likelihood that a hard negative is actually a false negative. This probability is modeled dynamically and contextually, enabling fine-grained, query specific judgments. The predicted scores are used in two downstream components: (1) resampling, where negatives are reweighted during training, and (2) reranking, where top-k retrieved documents are reordered at inference. Empirical results on standard benchmarks show that our adapter-enhanced framework consistently outperforms strong Bi-Encoder baselines, underscoring the benefit of explicit false negative modeling in dense retrieval.

📄 PDF Abstract BibTeX arXiv:2508.11670

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Hybrid and Collaborative Passage Reranking

2023-05-16 · Zongmeng Zhang, Wengang Zhou, Jiaxin Shi, Houqiang Li

In passage retrieval system, the initial passage retrieval results may be unsatisfactory, which can be refined by a reranking scheme. Existing solutions to passage reranking focus on enriching the interaction between que…

Passage RerankingPassage RetrievalRerankingRetrieval

Rider: Reader-Guided Passage Reranking for Open-Domain Question Answering

2021-01-01 · Yuning Mao, Pengcheng He, Xiaodong Liu, Yelong Shen 외

Current open-domain question answering systems often follow a Retriever-Reader architecture, where the retriever first retrieves relevant passages and the reader then reads the retrieved passages to form an answer. In th…

Natural QuestionsOpen-Domain Question AnsweringPassage RerankingQuestion Answering+3

The Retriever Should Remember: Experience-Amortized Reranking for Long-Term Agent Memory

2026-08-24 · Qi Feng, Chris Ding, Jicong Fan arxiv

Long-term language-model agents accumulate memories across interactions, but their retrievers typically do not accumulate retrieval experience. Semantic retrieval is efficient, but embedding similarity does not always re…

Semantic Retrieval

HYRR: Hybrid Infused Reranking for Passage Retrieval

2022-12-20 · Jing Lu, Keith Hall, Ji Ma, Jianmo Ni

We present Hybrid Infused Reranking for Passages Retrieval (HYRR), a framework for training rerankers based on a hybrid of BM25 and neural retrieval models. Retrievers based on hybrid models have been shown to outperform…

Passage RetrievalRerankingRetrieval

Multimodal Reranking for Knowledge-Intensive Visual Question Answering

2024-07-17 · Haoyang Wen, Honglei Zhuang, Hamed Zamani, Alexander Hauptmann 외

Knowledge-intensive visual question answering requires models to effectively use external knowledge to help answer visual questions. A typical pipeline includes a knowledge retriever and an answer generator. However, a r…

Answer GenerationQuestion AnsweringRerankingVisual Question Answering+1