paper-with-me

Papers

DREQ: Document Re-Ranking Using Entity-based Query Understanding

2024-01-11 · Shubham Chatterjee, Iain Mackie, Jeff Dalton

While entity-oriented neural IR models have advanced significantly, they often overlook a key nuance: the varying degrees of influence individual entities within a document have on its overall relevance. Addressing this gap, we present DREQ, an entity-oriented dense document re-ranking model. Uniquely, we emphasize the query-relevant entities within a document's representation while simultaneously attenuating the less relevant ones, thus obtaining a query-specific entity-centric document representation. We then combine this entity-centric document representation with the text-centric representation of the document to obtain a "hybrid" representation of the document. We learn a relevance score for the document using this hybrid representation. Using four large-scale benchmarks, we show that DREQ outperforms state-of-the-art neural and non-neural re-ranking methods, highlighting the effectiveness of our entity-oriented representation approach.

📄 PDF Abstract BibTeX arXiv:2401.05939

Code (1)

shubham526/ecir2024-dreq 공식 구현 pytorch

Tasks

Re-Ranking

Similar Papers 제목 키워드 기반

CODEC: Complex Document and Entity Collection

2022-05-09 · Iain Mackie, Paul Owoicho, Carlos Gemmell, Sophie Fischer 외

CODEC is a document and entity ranking benchmark that focuses on complex research topics. We target essay-style information needs of social science researchers, i.e. "How has the UK's Open Banking Regulation benefited Ch…

Document RankingRe-RankingRetrieval

Towards Better Text Understanding and Retrieval through Kernel Entity Salience Modeling

2018-05-03 · Chenyan Xiong, Zhengzhong Liu, Jamie Callan, Tie-Yan Liu

This paper presents a Kernel Entity Salience Model (KESM) that improves text understanding and retrieval by better estimating entity salience (importance) in documents. KESM represents entities by knowledge enriched dist…

Retrieval

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. Rankin…

Document RankingLearning-To-RankRetrieval

Query-Specific Knowledge Graphs for Complex Finance Topics

2022-11-08 · Iain Mackie, Jeffrey Dalton

Across the financial domain, researchers answer complex questions by extensively "searching" for relevant information to generate long-form reports. This workshop paper discusses automating the construction of query-spec…

Document RankingKnowledge GraphsRetrieval

Entity Labels Are Not Entity Signals: A Framework for Observable Relevance in Document Re-Ranking

2026-06-14 · Utshab Kumar Ghosh, Shubham Chatterjee arxiv

Entity-aware document retrieval uses query-associated entities as ranking signals, assuming that semantically relevant entities are also useful retrieval signals. We show this assumption is insufficient- and explain why.…