paper-with-me

Papers

Word-Entity Duet Representations for Document Ranking

2017-06-20 · Chenyan Xiong, Jamie Callan, Tie-Yan Liu

This paper presents a word-entity duet framework for utilizing knowledge bases in ad-hoc retrieval. In this work, the query and documents are modeled by word-based representations and entity-based representations. Ranking features are generated by the interactions between the two representations, incorporating information from the word space, the entity space, and the cross-space connections through the knowledge graph. To handle the uncertainties from the automatically constructed entity representations, an attention-based ranking model AttR-Duet is developed. With back-propagation from ranking labels, the model learns simultaneously how to demote noisy entities and how to rank documents with the word-entity duet. Evaluation results on TREC Web Track ad-hoc task demonstrate that all of the four-way interactions in the duet are useful, the attention mechanism successfully steers the model away from noisy entities, and together they significantly outperform both word-based and entity-based learning to rank systems.

📄 PDF Abstract BibTeX arXiv:1706.06636

Code (0)

등록된 구현이 없습니다.

Tasks

Document RankingLearning-To-RankRetrieval

Similar Papers 제목 키워드 기반

Entity-Duet Neural Ranking: Understanding the Role of Knowledge Graph Semantics in Neural Information Retrieval

2018-05-19 · ACL 2018 7 · Zhenghao Liu, Chenyan Xiong, Maosong Sun, Zhiyuan Liu

This paper presents the Entity-Duet Neural Ranking Model (EDRM), which introduces knowledge graphs to neural search systems. EDRM represents queries and documents by their words and entity annotations. The semantics from…

Information RetrievalKnowledge GraphsRetrieval

Learning to Match Using Local and Distributed Representations of Text for Web Search

2016-10-26 · Proceedings of the 26th International Conference on World Wide Web, WWW '17 2017 4 · Bhaskar Mitra, Fernando Diaz, Nick Craswell

Models such as latent semantic analysis and those based on neural embeddings learn distributed representations of text, and match the query against the document in the latent semantic space. In traditional information re…

Document RankingInformation RetrievalRetrieval

Incorporating Query Term Independence Assumption for Efficient Retrieval and Ranking using Deep Neural Networks

2019-07-08 · Bhaskar Mitra, Corby Rosset, David Hawking, Nick Craswell 외

Classical information retrieval (IR) methods, such as query likelihood and BM25, score documents independently w.r.t. each query term, and then accumulate the scores. Assuming query term independence allows precomputing …

Information RetrievalPassage RankingRe-RankingRetrieval

Duet at TREC 2019 Deep Learning Track

2019-12-10 · Bhaskar Mitra, Nick Craswell

This report discusses three submissions based on the Duet architecture to the Deep Learning track at TREC 2019. For the document retrieval task, we adapt the Duet model to ingest a "multiple field" view of documents---we…

Deep LearningLearning-To-RankPassage RetrievalRetrieval

An Updated Duet Model for Passage Re-ranking

2019-03-18 · Bhaskar Mitra, Nick Craswell

We propose several small modifications to Duet---a deep neural ranking model---and evaluate the updated model on the MS MARCO passage ranking task. We report significant improvements from the proposed changes based on an…

modelPassage RankingPassage Re-RankingRe-Ranking