paper-with-me

홈 › Papers

Learning to Truncate Ranked Lists for Information Retrieval

2021-02-25 · Chen Wu, Ruqing Zhang, Jiafeng Guo, Yixing Fan, Yanyan Lan, Xueqi Cheng

Ranked list truncation is of critical importance in a variety of professional information retrieval applications such as patent search or legal search. The goal is to dynamically determine the number of returned documents according to some user-defined objectives, in order to reach a balance between the overall utility of the results and user efforts. Existing methods formulate this task as a sequential decision problem and take some pre-defined loss as a proxy objective, which suffers from the limitation of local decision and non-direct optimization. In this work, we propose a global decision based truncation model named AttnCut, which directly optimizes user-defined objectives for the ranked list truncation. Specifically, we take the successful transformer architecture to capture the global dependency within the ranked list for truncation decision, and employ the reward augmented maximum likelihood (RAML) for direct optimization. We consider two types of user-defined objectives which are of practical usage. One is the widely adopted metric such as F1 which acts as a balanced objective, and the other is the best F1 under some minimal recall constraint which represents a typical objective in professional search. Empirical results over the Robust04 and MQ2007 datasets demonstrate the effectiveness of our approach as compared with the state-of-the-art baselines.

📄 PDF Abstract BibTeX arXiv:2102.12793

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalRetrieval

Similar Papers 제목 키워드 기반

Beyond Ranked Lists: The SARAL Framework for Cross-Lingual Document Set Retrieval

2025-11-05 · Shantanu Agarwal, Joel Barry, Elizabeth Boschee, Scott Miller arxiv

Machine Translation for English Retrieval of Information in Any Language (MATERIAL) is an IARPA initiative targeted to advance the state of cross-lingual information retrieval (CLIR). This report provides a detailed desc…

Information RetrievalMachine Translation

Language Fairness in Multilingual Information Retrieval

2024-05-02 · Eugene Yang, Thomas Jänich, James Mayfield, Dawn Lawrie

Multilingual information retrieval (MLIR) considers the problem of ranking documents in several languages for a query expressed in a language that may differ from any of those languages. Recent work has observed that app…

FairnessInformation RetrievalRetrieval

Online and Offline Evaluation in Search Clarification

2024-03-14 · Leila Tavakoli, Johanne R. Trippas, Hamed Zamani, Falk Scholer 외

The effectiveness of clarification question models in engaging users within search systems is currently constrained, casting doubt on their overall usefulness. To improve the performance of these models, it is crucial to…

Information RetrievalRetrieval

Choppy: Cut Transformer For Ranked List Truncation

2020-04-26 · Dara Bahri, Yi Tay, Che Zheng, Donald Metzler 외

Work in information retrieval has traditionally focused on ranking and relevance: given a query, return some number of results ordered by relevance to the user. However, the problem of determining how many results to ret…

Information RetrievalRetrieval

Answer Interaction in Non-factoid Question Answering Systems

2019-01-11 · Chen Qu, Liu Yang, Bruce Croft, Falk Scholer 외

Information retrieval systems are evolving from document retrieval to answer retrieval. Web search logs provide large amounts of data about how people interact with ranked lists of documents, but very little is known abo…

Information RetrievalQuestion AnsweringRetrieval