paper-with-me

Papers

Modeling Document Interactions for Learning to Rank with Regularized Self-Attention

2020-05-08 · Shuo Sun, Kevin Duh

Learning to rank is an important task that has been successfully deployed in many real-world information retrieval systems. Most existing methods compute relevance judgments of documents independently, without holistically considering the entire set of competing documents. In this paper, we explore modeling documents interactions with self-attention based neural networks. Although self-attention networks have achieved state-of-the-art results in many NLP tasks, we find empirically that self-attention provides little benefit over baseline neural learning to rank architecture. To improve the learning of self-attention weights, We propose simple yet effective regularization terms designed to model interactions between documents. Evaluations on publicly available Learning to Rank (LETOR) datasets show that training self-attention network with our proposed regularization terms can significantly outperform existing learning to rank methods.

📄 PDF Abstract BibTeX arXiv:2005.03932

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalLearning-To-RankRetrieval

Similar Papers 제목 키워드 기반

Self-Attentive Document Interaction Networks for Permutation Equivariant Ranking

2019-10-21 · Rama Kumar Pasumarthi, Xuanhui Wang, Michael Bendersky, Marc Najork

How to leverage cross-document interactions to improve ranking performance is an important topic in information retrieval (IR) research. However, this topic has not been well-studied in the learning-to-rank setting and m…

Information RetrievalLearning-To-RankRetrieval

SetRank: Learning a Permutation-Invariant Ranking Model for Information Retrieval

2019-12-12 · Liang Pang, Jun Xu, Qingyao Ai, Yanyan Lan 외

In learning-to-rank for information retrieval, a ranking model is automatically learned from the data and then utilized to rank the sets of retrieved documents. Therefore, an ideal ranking model would be a mapping from a…

Information RetrievalLearning-To-RankRetrieval

A Multi-Agent Perspective on Modern Information Retrieval

2025-02-20 · Haya Nachimovsky, Moshe Tennenholtz, Oren Kurland

The rise of large language models (LLMs) has introduced a new era in information retrieval (IR), where queries and documents that were once assumed to be generated exclusively by humans can now also be created by automat…

Information RetrievalRetrieval

Co-BERT: A Context-Aware BERT Retrieval Model Incorporating Local and Query-specific Context

2021-04-17 · Xiaoyang Chen, Kai Hui, Ben He, Xianpei Han 외

BERT-based text ranking models have dramatically advanced the state-of-the-art in ad-hoc retrieval, wherein most models tend to consider individual query-document pairs independently. In the mean time, the importance and…

Learning-To-RankRe-RankingRetrieval

Supervised Quantile Normalization for Low Rank Matrix Factorization

2020-01-01 · ICML 2020 1 · Marco Cuturi, Olivier Teboul, Jonathan Niles-Weed, Jean-Philippe Vert

Low rank matrix factorization is a fundamental building block in machine learning, used for instance to summarize gene expression profile data or word-document counts. To be robust to outliers and differences in scale ac…