paper-with-me

Papers

QDER: Query-Specific Document and Entity Representations for Multi-Vector Document Re-Ranking

2025-10-13 · Shubham Chatterjee, Jeff Dalton arxiv

Neural IR has advanced through two distinct paths: entity-oriented approaches leveraging knowledge graphs and multi-vector models capturing fine-grained semantics. We introduce QDER, a neural re-ranking model that unifies these approaches by integrating knowledge graph semantics into a multi-vector model. QDER's key innovation lies in its modeling of query-document relationships: rather than computing similarity scores on aggregated embeddings, we maintain individual token and entity representations throughout the ranking process, performing aggregation only at the final scoring stage - an approach we call "late aggregation." We first transform these fine-grained representations through learned attention patterns, then apply carefully chosen mathematical operations for precise matches. Experiments across five standard benchmarks show that QDER achieves significant performance gains, with improvements of 36% in nDCG@20 over the strongest baseline on TREC Robust 2004 and similar improvements on other datasets. QDER particularly excels on difficult queries, achieving an nDCG@20 of 0.70 where traditional approaches fail completely (nDCG@20 = 0.0), setting a foundation for future work in entity-aware retrieval.

📄 PDF Abstract BibTeX arXiv:2510.11589

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

Semantic Driven Fielded Entity Retrieval

2019-07-02 · Shahrzad Naseri, Sheikh Muhammad Sarwar, James Allan

A common approach for knowledge-base entity search is to consider an entity as a document with multiple fields. Models that focus on matching query terms in different fields are popular choices for searching such entity …

Entity RetrievalRe-RankingRetrieval

QueryForm: A Simple Zero-shot Form Entity Query Framework

2022-11-14 · Zifeng Wang, Zizhao Zhang, Jacob Devlin, Chen-Yu Lee 외

Zero-shot transfer learning for document understanding is a crucial yet under-investigated scenario to help reduce the high cost involved in annotating document entities. We present a novel query-based framework, QueryFo…

document understandingFormTransfer Learning

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 …

Re-Ranking

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