paper-with-me

Papers

Re3val: Reinforced and Reranked Generative Retrieval

2024-01-30 · EuiYul Song, Sangryul Kim, Haeju Lee, Joonkee Kim, James Thorne

Generative retrieval models encode pointers to information in a corpus as an index within the model's parameters. These models serve as part of a larger pipeline, where retrieved information conditions generation for knowledge-intensive NLP tasks. However, we identify two limitations: the generative retrieval does not account for contextual information. Secondly, the retrieval can't be tuned for the downstream readers as decoding the page title is a non-differentiable operation. This paper introduces Re3val, trained with generative reranking and reinforcement learning using limited data. Re3val leverages context acquired via Dense Passage Retrieval to rerank the retrieved page titles and utilizes REINFORCE to maximize rewards generated by constrained decoding. Additionally, we generate questions from our pre-training dataset to mitigate epistemic uncertainty and bridge the domain gap between the pre-training and fine-tuning datasets. Subsequently, we extract and rerank contexts from the KILT database using the rerank page titles. Upon grounding the top five reranked contexts, Re3val demonstrates the Top 1 KILT scores compared to all other generative retrieval models across five KILT datasets.

📄 PDF Abstract BibTeX arXiv:2401.16979

Code (0)

등록된 구현이 없습니다.

Tasks

Passage RetrievalRerankingRetrieval

Methods 이 논문이 사용한 방법론

REINFORCE REINFORCE is a Monte Carlo variant of a policy gradient algorithm in reinforcement learning. The agent collects samples of an episode using its current policy, and uses it to…

Similar Papers 제목 키워드 기반

Generative Recall, Dense Reranking: Learning Multi-View Semantic IDs for Efficient Text-to-Video Retrieval

2026-01-29 · Zecheng Zhao, Zhi Chen, Zi Huang, Shazia Sadiq 외 arxiv

Text-to-Video Retrieval (TVR) is essential in video platforms. Dense retrieval with dual-modality encoders leads in accuracy, but its computation and storage scale poorly with corpus size. Thus, real-time large-scale app…

Video Retrieval

Translating Questions to SQL Queries with Generative Parsers Discriminatively Reranked

2012-12-01 · COLING 2012 12 · Aless Giordani, ra, Aless Moschitti, ro
Semantic Parsing

Qwen Goes Brrr: Off-the-Shelf RAG for Ukrainian Multi-Domain Document Understanding

2026-05-11 · Anton Bazdyrev, Ivan Bashtovyi, Ivan Havlytskyi, Oleksandr Kharytonov 외 arxiv

We participated in the Fifth UNLP shared task on multi-domain document understanding, where systems must answer Ukrainian multiple-choice questions from PDF collections and localize the supporting document and page. We p…

Answer GenerationAnswer SelectionPassage Ranking

EchoSight: Advancing Visual-Language Models with Wiki Knowledge

2024-07-17 · Yibin Yan, Weidi Xie

Knowledge-based Visual Question Answering (KVQA) tasks require answering questions about images using extensive background knowledge. Despite significant advancements, generative models often struggle with these tasks du…

ArticlesQuestion AnsweringRAGRetrieval+3

Reinforced Information Retrieval

2025-02-17 · Chaofan Li, Zheng Liu, Jianlyv Chen, Defu Lian 외

While retrieval techniques are widely used in practice, they still face significant challenges in cross-domain scenarios. Recently, generation-augmented methods have emerged as a promising solution to this problem. These…

Domain AdaptationInformation RetrievalRetrieval