Paper deep dive
Entity Labels Are Not Entity Signals: A Framework for Observable Relevance in Document Re-Ranking
Utshab Kumar Ghosh, Shubham Chatterjee
Intelligence
Status: succeeded | Model: Gemma-4-26B-A4B | Prompt: intel-v1 | Confidence: 98%
Last extracted: 6/20/2026, 7:39:24 AM
Summary
The paper introduces a framework to distinguish between Conceptual Entity Relevance (CER)âtopical relatedness to a queryâand Observable Entity Relevance (OER)âthe ability of an entity's observed presence to discriminate between relevant and non-relevant documents. The authors argue that current entity-aware retrieval relies too heavily on CER, which is a flawed proxy because entity links are noisy hypotheses rather than ground-truth observations. Empirical results across four collections show that CER and OER have near-zero agreement, and that aligning entity supervision with OER significantly improves open-world retrieval performance (MAP) and non-relevant document pruning compared to CER-based methods.
Entities (11)
Relation Signals (4)
Utshab Kumar Ghosh â affiliatedwith â Missouri University of Science and Technology
confidence 100% · Utshab Kumar Ghosh Department of Computer Science Missouri University of Science and Technology
Shubham Chatterjee â affiliatedwith â Missouri University of Science and Technology
confidence 100% · Shubham Chatterjee Department of Computer Science Missouri University of Science and Technology
Gemma 3 â usedforgenerating â CER Labels
confidence 100% · Labels are generated by Gemma 3 27B
WAT â usedforlinking â Wikipedia Entities
confidence 100% · as required by the WAT (Piccinno and Ferragina, 2014) linker.
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract: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. Unlike terms, which are ground-truth observations, entity links are hypotheses produced by an imperfect linker: an entity can be topically central yet provide no discriminative signal if the linker fires indiscriminately across relevant and non-relevant documents. We formalize this as a distinction between Conceptual Entity Relevance (CER)- whether an entity is topically related to a query- and Observable Entity Relevance (OER)- whether its observed presence in a collection discriminates relevant from non-relevant documents. Across four collections and annotation sources including human entity judgments, CER and OER exhibit near-chance agreement ($\kappa \approx 0$), while OER operationalizations agree substantially ($\kappa \approx 0.5$), confirming CER as the systematic outlier. CER-based supervision selects topically plausible but weakly discriminative entities, pruning fewer than 4% of non-relevant documents on some collections. Aligning supervision with OER improves non-relevant pruning by up to 10x and open-world MAP by 0.051 over BM25. Our findings motivate a shift from conceptual to observable notions of entity relevance in entity-aware retrieval.
Tags
Links
- Source: https://arxiv.org/abs/2606.15998v1
- Canonical: https://arxiv.org/abs/2606.15998v1
Trouble viewing inline? Open PDF directly â
Full Text
75,180 characters extracted from source content.
Expand or collapse full text
by Entity Labels Are Not Entity Signals: A Framework for Observable Relevance in Document Re-Ranking Utshab Kumar Ghosh Department of Computer ScienceMissouri University of Science and TechnologyRollaMOUSA 0000-0003-3096-6909 u.ghosh@mst.edu and Shubham Chatterjee Department of Computer ScienceMissouri University of Science and TechnologyRollaMOUSA 0000-0002-6729-1346 shubham.chatterjee@mst.edu (2026) Abstract. 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. Unlike terms, which are ground-truth observations, entity links are hypotheses produced by an imperfect linker: an entity can be topically central yet provide no discriminative signal if the linker fires indiscriminately across relevant and non-relevant documents. We formalize this as a distinction between Conceptual Entity Relevance (CER)âwhether an entity is topically related to a queryâand Observable Entity Relevance (OER)âwhether its observed presence in a collection discriminates relevant from non-relevant documents. Across four collections and annotation sources including human entity judgments, CER and OER exhibit near-chance agreement (Îșâ0Îșâ 0), while OER operationalizations agree substantially (Îșâ0.5Îșâ 0.5), confirming CER as the systematic outlier. CER-based supervision selects topically plausible but weakly discriminative entities, pruning fewer than 4% of non-relevant documents on some collections. Aligning supervision with OER improves non-relevant pruning by up to 10Ă and open-world MAP by 0.051 over BM25. Our findings motivate a shift from conceptual to observable notions of entity relevance in entity-aware retrieval. Entity-aware retrieval, Observable entity relevance, Retrieval evaluation, Entity signal diagnosis â journalyear: 2026â copyright: câ conference: Proceedings of the 2026 International ACM SIGIR Conference on Innovative Concepts and Theories in Information Retrieval (ICTIR); July 25, 2026; Melbourne, VIC, Australiaâ booktitle: Proceedings of the 2026 International ACM SIGIR Conference on Innovative Concepts and Theories in Information Retrieval (ICTIR) (ICTIR â26), July 25, 2026, Melbourne, VIC, Australiaâ doi: 10.1145/3805713.3820411â isbn: 979-8-4007-2600-2/2026/07â ccs: Information systems Retrieval models and rankingâ ccs: Information systems Evaluation of retrieval resultsâ ccs: Information systems Document representation 1. Introduction Entity-aware retrieval uses query-associated entities as signals for document ranking. This raises a central question: which entities should influence ranking? The wrong entities may produce misaligned signals, so the key issue is not whether entities can help retrieval, but what makes an entity the right signal. Existing work (Xiong et al., 2017a; Liu et al., 2018; Liu and Fang, 2015; Dalton et al., 2014; Xiong and Callan, 2015; Chatterjee and Dalton, 2025; Chatterjee et al., 2024; Tran and Yates, 2022) has largely answered this question in terms of topicality: an entity is treated as useful if it is about the queryâthe notion naturally captured by human annotation and LLM judgments (Saliminabi et al., 2025). We call this Conceptual Entity Relevance (CER). This assumption is reasonable in principle: if a document discusses the query topic, it should mention topically related entities. The problem is that entity-aware retrieval does not operate directly on topicsâit operates on linked entities, and linking is noisy. This gap partly resembles a well-known phenomenon in term-based retrieval: semantically related expansion terms are not necessarily useful retrieval terms, and embedding-nearest terms may be beneficial, neutral, or harmful depending on their effect on retrieval effectiveness (Voorhees, 1994; Carpineto and Romano, 2012; Roy et al., 2016; Imani et al., 2019). Related work on locally trained word embeddings further shows that global semantic similarity can be too coarse for retrieval, and that query- or collection-specific evidence can yield better expansion terms (Diaz et al., 2016). For entities, however, the problem is sharper than it is for terms. A term occurrence is directly observed: a term either appears in a document or it does not, and its presence is a ground-truth fact. Entity occurrences must be inferred by a linker, and this inference introduces a layer of uncertainty that terms never face. The linker may miss a surface form, map a mention to the wrong entity, or fire on an incidental reference. As a result, an entity can be topically central yet non-discriminative if the linker fires indiscriminately across relevant and non-relevant documents; conversely, a peripheral entity can be a strong signal if its observed mentions concentrate in relevant documents. CER asks whether an entity is about the query, but ignores the observation layer entirelyâhow the linker fires, and whether those firings concentrate in relevant documents. This gap is not a matter of label noise or model quality. It is structural. We therefore distinguish CER from Observable Entity Relevance (OER). OER asks whether observing an entity, as linked in a specific collection, helps distinguish relevant from non-relevant documents. OER depends on how the entity is actually observed in the retrieval setting: whether it is linked, how often, and whether those links concentrate in relevant documents. The CERâOER gap is therefore not merely label noise or model weakness; it is a mismatch between topical plausibility and discriminative retrieval evidence. Our central claim is that entity-aware retrieval has relied on CER as a proxy for downstream retrieval utility, even though effective document ranking depends on discriminative evidence rather than topical plausibility. To study this mismatch, we introduce a diagnostic framework for analyzing the discriminative utility of entity signals, and show that the CERâOER gap is large, structured, and general across collections and annotation sources. This label-level mismatch has direct downstream consequences. CER-based approaches emphasize topically plausible but weakly discriminative signals. These signals can appear effective under closed-world evaluation, where ranking is restricted to documents containing at least one selected entity. However, they transfer poorly to open-world settings, where signals must operate over the full candidate set. This reflects a mismatch in supervision and evaluation, rather than a limitation of modeling. We use OER as a diagnostic and show that approximations to it yield stronger entity signals and improved open-world retrieval. We make the following contributions111Code, data, and prompts: https://github.com/shubham526/ICTIR2026-CER-vs-OER: (1) We distinguish CER from OER and formalize this distinction with coverage-based diagnostics that test whether selected entities isolate relevant documents. We show that entity-aware retrieval introduces a structural mismatch beyond query expansion: unlike terms, entity links are hypotheses produced by an imperfect linker rather than direct textual observations, and CER cannot account for how those hypotheses behave in a given collection. (2) We provide the first empirical characterization of the CERâOER gap, showing near-chance agreement (Îșâ0Îșâ 0) across four collections and annotation sources, including human entity annotations. In contrast, OER operationalizations agree substantially more strongly (Îșâ0.5Îșâ 0.5), showing that the disagreement is structured rather than random. (3) We show that this gap has direct downstream consequences: CER-based selectors produce weakly discriminative entity runs, prune fewer than 4%4\% of non-relevant documents on some collections, and yield little open-world improvement regardless of architecture or supervision source. (4) We show that aligning supervision with OER improves open-world MAP by 0.0510.051 over BM25 and non-relevant pruning by up to 10Ă10Ă, with gains that substantially exceed the variation among supervised CER-based selectors. This indicates a qualitative difference between CER- and OER-based supervision. 2. Related Work Entity-aware retrieval models. Entity-aware retrieval incorporates entities as signals for document ranking (Dalton et al., 2014). Existing approaches range from methods that explicitly rank query-relevant entities (Chatterjee et al., 2024; Chatterjee and Dalton, 2025) to architectures that integrate entities implicitly through interaction, attention, or embedding-based mechanisms (Xiong et al., 2017a, b; Liu et al., 2018; Xiong and Callan, 2015; Tran and Yates, 2022; Nguyen et al., 2024). Despite these architectural differences, they share a common assumption: some entities should matter more than others for downstream ranking. This importance is typically grounded in topical relevance to the query. Entity relevance and supervision. In many systems, entity importance is implicitly learned from document-level supervision (Xiong et al., 2017a; Liu et al., 2018; Xiong and Callan, 2015; Tran and Yates, 2022). Recent methods expose this decision more directly through a separate entity-ranking stage (Chatterjee et al., 2024; Chatterjee and Dalton, 2025), which requires entity-level labels. Because standard IR test collections provide document relevance judgements rather than entity relevance judgements, such labels must be approximated from relevant documents, structural signals such as hyperlinks (Dietz et al., 2017), or LLM judgments over queryâentity pairs (Saliminabi et al., 2025). Although these strategies differ in form, they largely share the same assumption: entities are useful insofar as they are topically related to the query. This corresponds to the notion of Conceptual Entity Relevance (CER) formalized in this paper. Relevance vs. discriminativeness in retrieval. The broader retrieval literature has long shown that topical relevance does not always imply discriminative utility. In term-based query expansion, semantically related terms may be beneficial, neutral, or harmful depending on their effect on retrieval (Voorhees, 1994; Carpineto and Romano, 2012; Roy et al., 2016; Imani et al., 2019). Global semantic similarity can also be too coarse when query- or collection-specific evidence would yield better expansion (Diaz et al., 2016). More generally, supervision proxies such as click logs, pseudo-labels, and first-stage outputs are effective only when they preserve the properties that matter for ranking (Dehghani et al., 2017; Karpukhin et al., 2020; Xiong et al., 2020). Our work identifies a specific instance of this problem in entity-aware retrieval. The CERâOER gap is not simply reducible to the term-based case: terms are directly observed in text, whereas entity links are hypotheses produced by an imperfect linker. Topical relevance can therefore fail as a proxy not only because semantic relatedness need not imply discriminative utility, but also because the observation layer itself is unreliable. Entity pruning in prior work. Many entity-aware methods restrict or denoise the entity channel before ranking. EQFE (Dalton et al., 2014) uses high-precision linking variants, including top-1 entity selection and NIL classification. JointSem (Xiong et al., 2017b) anchors the entity pool to query surface forms and restricts each surface form to its top-k candidates by commonness. EVA (Tran and Yates, 2022) constructs entity clusters with pairwise similarity thresholding, explicitly arguing that unrelated entities dilute useful ones. LES (Liu and Fang, 2015) selects only the top-k query-related entities, noting that using all entities is both computationally prohibitive and harmful. WordâEntity Duet (Xiong et al., 2017a) applies soft filtering via attention to suppress noisy query-side entities. These choices partially shield rankers from entity-linking noise. Once the entity channel is curated, topically plausible entities can appear useful because noisy evidence has already been removed. Under open-world conditions, this shield is absent, and we show that CER-based supervision fails to transfer reliably. Positioning. We distinguish CERâwhether an entity is about the queryâfrom OERâwhether its observed presence in a collection helps distinguish relevant from non-relevant documents. This distinction clarifies what closed- and open-world evaluation measure. Closed-world evaluation asks whether a ranker can exploit entity evidence once that evidence is available. Open-world evaluation asks whether the same entity signals remain useful over the full candidate set. Our paper diagnoses this mismatch and studies its consequences for entity-aware retrieval design and evaluation. 3. Framework We now formalize the distinction introduced above. This section defines the retrieval setting, CER and OER, explains why they diverge, and derives the hypotheses that structure the remainder of the paper. 3.1. Problem Setting Let D be a document collection, Q a set of queries, and ââĂR ĂD a set of relevance judgments. An entity linker Î maps each document dâd to a set of entities Îâ(d)ââ° (d) , where â°E is a knowledge-base entity vocabulary. Entities are represented by knowledge-base identifiers. In our experiments, these identifiers correspond to Wikipedia entities, as required by the WAT (Piccinno and Ferragina, 2014) linker. Mentions that cannot be linked to a Wikipedia entity are therefore outside the observed entity set. Unless otherwise stated, unjudged candidate documents contribute to dâfcanddf_cand but are excluded from dâfreldf_rel and dâfnonreldf_nonrel. Discrimination scores are therefore computed over the judged portion of the candidate set only. Task. Given a query q and a candidate set candâ(q)D_cand(q) obtained from a first-stage retrieval method, re-rank the candidates to produce an ordering where relevant documents are placed higher, using entity signals derived from q and the linked entities observed in candâ(q)D_cand(q). Although entity-aware rankers differ in how they represent and exploit entities, they share a common step: selecting which entity signals influence document ranking. We formalize this as a ranked list of candidate entities E^q=[e1,e2,âŠ] E_q=[e_1,e_2,âŠ], where each eiââ°e_i . We refer to the component that produces E^q E_q as an entity selector. This abstraction unifies several model classes. In EDRM (Liu et al., 2018), E^q E_q is simply the set of linked entities, with no separate ranking stage or explicit top-k truncation. In attention-based models such as Word-Entity Duet (Xiong et al., 2017a), linked entities are retained but weighted, which can be viewed as soft selection over E^q E_q. Retrieval-based approaches such as EsdRank (Xiong and Callan, 2015) construct E^q E_q by retrieving related objects from external resources. More recent methods make this step explicit by learning an entity scoring function and selecting the top-k for downstream use (Chatterjee et al., 2024; Chatterjee and Dalton, 2025). For query q, let âqR_q and âÂŻq R_q denote the judged relevant and judged non-relevant documents in candâ(q)D_cand(q). Let dâfrelâ(e,q)df_rel(e,q) and dâfnonrelâ(e,q)df_nonrel(e,q) denote the numbers of judged relevant and judged non-relevant candidate documents containing entity e, and let dâfcandâ(e,q)df_cand(e,q) denote its total frequency across all candidate documents, including unjudged ones. In general, dâfcandâ(e,q)â„dâfrelâ(e,q)+dâfnonrelâ(e,q),df_cand(e,q)â„ df_rel(e,q)+df_nonrel(e,q), with equality only when all candidate documents are judged. The central question is therefore not simply whether an entity is about the query, but whether it provides useful evidence for ranking documents in this retrieval setting. 3.2. Conceptual Entity Relevance (CER) Conceptual Entity Relevance (CER) captures whether entity e is topically related to query q, judged from the query text and the entity description alone, without access to the collection, the entity linker, or the candidate set. CER corresponds closely to the notion of relevance used by human judgments, LLM annotations, and other topical supervision signals. Definition 3.1 (CER Label). A CER label ycerâ(q,e)â0,1,2y cer(q,e)â\0,1,2\ is assigned from the query title, description, and narrative together with the entityâs Wikipedia title and first-paragraph description: 22 = core topical match; 11 = semantically related but peripheral; 0 = not relevant or too generic. 3.3. Observable Entity Relevance (OER) Observable Entity Relevance (OER) asks instead: is observing entity e in a candidate document associated with higher relevance odds for query q? Unlike CER, which is a property of the queryâentity pair alone, OER is a property of the queryâentityâcollection triple. It depends on how the entity is linked and distributed across the candidate set, not on topical relatedness alone. Definition 3.2 (OER Score). For entity e, query q, and candidate pool candâ(q)D_ cand(q), let wâ(e,q)=1âexpâĄ(âdâfcandâ(e,q)/Ï)w(e,q)=1- \! (-df_ cand(e,q)/Ï ) be a soft support weight that downweights entities observed in very few candidate documents. We define: (1) OERâ(e,q)=wâ(e,q)â[logitâĄp^â(eâŁrel)âlogitâĄp^â(eâŁnonrel)], OER(e,q)=w(e,q) [logit p(e rel)-logit p(e nonrel) ], where (2) p^â(eâŁrel)=dâfrelâ(e,q)+α|âq|+2âα,p^â(eâŁnonrel)=dâfnonrelâ(e,q)+α|âÂŻq|+2âα. p(e rel)= df_ rel(e,q)+α|R_q|+2α, p(e nonrel)= df_ nonrel(e,q)+α| R_q|+2α. We use α=0.5α=0.5 for Jeffreys/additive smoothing and Ï=5Ï=5 as the support scale parameter. These quantities are smoothed empirical rates, not calibrated posterior probabilities. A positive OER score means that observing e is associated with higher relevance odds in the candidate set. A score near zero indicates a non-discriminative entity. A negative score indicates an anti-signal. OER is computed from relevance judgments and entity linking only, requiring no entity annotations. It directly reflects the retrieval objective: whether observed entity evidence discriminates relevant from non-relevant documents. 3.4. Empirical Hypotheses The CERâOER distinction leads to three empirical hypotheses that we test in Sections 5â8. H1. CER labels should align only weakly with OER. If the two notions capture genuinely different properties, agreement should be low and the disagreement should follow structured failure modes rather than appearing as random noise. H2. CER-based selectors should produce weaker entity signals than OER-aligned selectors. If CER is insufficient as a supervision target, CER-trained selectors should prune fewer non-relevant documents, exhibit poorer score calibration, and face an inescapable coverageâdiscrimination tradeoff that cannot be resolved by changing the entity selection method. H3. This mismatch should manifest as a divergence between closed- and open-world evaluation: CER-based signals may appear effective when entity evidence is already available, but degrade when the same signals must operate over the full candidate set. 4. Experimental Setup 4.1. Data and Retrieval Setup We experiment on four collections: (1) TREC Robust 2004 (Voorhees, 2005) (249 queries, â528â528K newswire documents); (2) CODEC (Mackie et al., 2022) (42 queries, â730â730K web documents) with human-annotated entity relevance labels (CER) for queries; (3) TREC Core 2018 (Allan et al., 2017, 2018) (50 queries, â728â728K Washington Post articles); and (4) TREC Deep Learning 2019 (Craswell et al., 2020) (43 queries, MS MARCO v1, â3.2â3.2M documents). All collections use Lucene BM25 (default parameters) with RM3 query expansion as the first-stage retriever (N=1000N=1000 candidates per query). RM3 provides a stronger candidate pool than plain BM25, making relevant documents more likely to appear in the pool. Entity linking uses WAT (Piccinno and Ferragina, 2014). OER scores and entity ranking analyses are computed over this same candidate pool. 4.2. Entity Selectors We evaluate five test-time-safe entity selectors and two diagnostic upper bounds while holding the downstream document ranker fixed as QDER (Chatterjee and Dalton, 2025). All selectors produce a top-20 entity ranking per query (k=20k=20). PPR Baseline. An unsupervised Personalized PageRank (Jeh and Widom, 2003) model over a local entity graph whose nodes are the union of query-linked entities and candidate entities, with edges weighted by cosine similarity between Wikipedia2Vec (Yamada et al., 2020) embeddings. Query-linked entities (from WAT annotations) serve as seed nodes, weighted by linker confidence. We use this as a lower-bound reference with no learned supervision. BERT (CER, Gemma3). A MonoBERT entity ranker trained on LLM-generated CER labels, using Wikipedia entity descriptions as documents. Labels are generated by Gemma 3 27B (we also run GPT-4o Mini and find consistent results; we report Gemma results throughout and prefer the open-source variant). Queryâentity pairs for judgement are drawn from the top-100 PPR entities per query. Each LLM judges relevance from query text and entity description alone, without access to corpus statistics or candidate documents. Consensus. An unsupervised selector using only the query and the BM25 candidate set. Its design is motivated by the OER definition: OER rewards entities that concentrate in relevant documents. Without relevance labels this cannot be computed directly, but entities that spread uniformly across the full candidate set are unlikely to be discriminative regardless of relevance. We therefore select entities by combining support (how strongly an entity is evidenced across the candidate set) and specificity (how concentrated it is, via pseudo-IDF over the candidate pool), requiring each entity to appear in at least two candidate documents to reduce idiosyncratic linker noise. Concretely, (3) scoreâ(e,q)=soft_supportâ(e,q)Ă(logâĄK+1dâfcandâ(e,q)+1+1),score(e,q)=soft\_support(e,q)Ă ( K+1df_cand(e,q)+1+1 ), where K=|candâ(q)|K=|D_cand(q)| is the candidate pool size and the second term is a pseudo-IDF over the candidate pool. We evaluate three variants differing only in how support is computed: linker-confidence-weighted (rho), BM25-rank-weighted (rank), and combined (rho+rank). We report the best-performing variant (rho+rank) throughout due to space constraints. OER-proxy Listwise. A LightGBM LambdaRank model trained on OER log-odds using only test-time-safe features: candidate-set support statistics (dâfcanddf_cand, rank-weighted mention counts, local IDF), stage-1 priors (PPR score, BM25 entity frequency), and lexical overlap. Trained with 5-fold cross-validation. OER-proxy Pointwise. A pointwise LightGBM regressor trained on OER log-odds using the same features as OER-proxy Listwise. This ablates the training objective within the OER-proxy family; also evaluated with 5-fold cross-validation. Stats OER Oracle. A non-deployable upper bound that ranks entities directly by OER log-odds computed from document qrels. Evaluated under the conditional protocol only. BERT (CER, DocQrels). A MonoBERT entity ranker trained on labels derived from document relevance judgments. For each query, an entity is labeled positive if it appears only in relevant documents, negative if it appears only in non-relevant documents, and excluded if it appears in both. For closed-world evaluation, the entity ranker is applied to the qrel-derived entity pool (exclusive positives and negatives), so the candidate set is restricted to entities with known relevance labels; the closed-world result therefore reflects oracle-like entity pool construction and should be interpreted as a supervised upper bound. For open-world evaluation, the same trained ranker is applied to the full unfiltered BM25 entity pool without any qrel access, making it a legitimate test-time evaluation. Architecture and training follow BERT (CER, Gemma3), differing only in the supervision source. All supervised models use 5-fold cross-validation over queries, ensuring that OER scores and entity labels used for training are always derived from held-out queries. For BERT (CER, Gemma3) and the OER-proxy models, no ground-truth information from the test fold enters training or entity selection. For BERT (CER, DocQrels), the open-world evaluation is test-time-safe; the closed-world evaluation uses a qrel-derived entity pool and should be interpreted accordingly. 4.3. OER Operationalizations OER (Eq. 1) requires dâfreldf_rel and dâfnonreldf_nonrel derived from relevance judgments. We operationalize it in two ways. Stats-based OER. Computed directly from document qrels and WAT linking output. This serves as both the gold-standard agreement target and the training signal for the OER-proxy models. LLM-based OER. Gemma3-27B and GPT-4o Mini are prompted with the query narrative, candidate-set statistics (dâfcanddf_cand, dâfreldf_rel, dâfnonreldf_nonrel), and representative candidate-pool snippets, and asked to assign a label in 0,1,2\0,1,2\ based on whether the entity discriminates relevant from non-relevant documents in the provided evidence. The contrast with BERT (CER, LLM) is exact: the same models and label scale are used, but the OER version includes corpus evidence while the CER version does not. We annotate all top-100 entityâquery pairs from the PPR run on each collection. 4.4. OER Signal Taxonomy We assign each entityâquery pair (e,q)(e,q) to one of six signal modes: (1) core signal (dâfcand>2df_cand>2, dâfrelâ„2df_relâ„ 2, OER â„0.5â„ 0.5), (2) conditional signal (positive OER below the core-signal threshold), (3) generic bait (OER â€0†0 and dâfcandâ„50df_candâ„ 50), (4) anti-signal (negative OER with dâfnonrel>dâfreldf_nonrel>df_rel), (5) sparse evidence (dâfcandâ€2df_cand†2), and (6) incidental mention (negative or zero OER not meeting the generic bait or anti-signal thresholds). 4.5. Evaluation Metrics From the OER-based signal labels, we derive several aggregate metrics over the selected entities. Bait rate is the fraction of top-k selected entities that are generic bait or anti-signal. Signal rate is the fraction that are core or conditional signals. Top-1 bait rate is the fraction of queries whose highest-ranked entity is bait. We also report DiscRatio, a coverage-based metric defined as RelCov/(NonRelCov+Ï”)RelCov/(NonRelCov+Δ), where RelCov is the fraction of relevant candidate documents containing at least one selected entity, and NonRelCov is defined analogously over non-relevant documents. For the Relevance Isolation analysis (Section 6.2), we additionally report document-filtering metrics over candfiltâ(q)=dâcandâ(q)âŁÎâ(d)â©E^qkâ â D_cand^filt(q)=\d _cand(q) (d)â© E_q^kâ \: NonRelPrune, the fraction of non-relevant candidate documents removed by the filter, and RelRetain, the fraction of relevant documents retained. Although bait rate, signal rate, and DiscRatio are defined relative to OER (derived from ground truth), this is analogous to evaluating a ranker against its training target: the metrics measure alignment on held-out queries. 4.6. Evaluation Framework The evaluation is staged to trace the CERâOER distinction from label space to retrieval behavior, corresponding directly to H1âH3. Label Agreement. We measure Cohenâs Îș and Pearson/Spearman correlations between CER labels and multiple OER operationalizations. We also report agreement among OER operationalizations and a failure-mode breakdown (signal mode Ă CER label). Where available, we test whether the pattern holds for native human CER annotations. This stage evaluates H1. Selection Quality. We report bait rate, signal rate, and top-1 bait rate as measures of the OER quality of selected entities. We also analyze whether a selectorâs ranking scores are correlated with discriminative utility: for each selector we partition entities into ten deciles by rank score and compute mean OER log-odds per decile. A selector whose scores track discriminative utility should show a monotonically increasing log-odds curve; a selector whose scores are uncorrelated with OER should produce a flat curve. This stage evaluates H2. Relevance Isolation. We measure how effectively selected entities isolate relevant documents from the candidate set via NonRelPrune and RelRetain. A selector that retains 97%97\% of relevant documents while pruning only 11%11\% of non-relevant ones offers little practical benefit regardless of entity-level accuracy. This stage further evaluates H2. Closed- and Open-World Evaluation. Closed-world evaluation ranks over candfiltâ(q)D_cand^filt(q) and measures how effectively a model exploits entity evidence once available. Open-world evaluation ranks over the full candidate pool candâ(q)D_cand(q) and assesses whether those signals remain useful without reachability assumptions. We report both as they can diverge: CER-based selectors may perform well when entity evidence is present but transfer poorly to full candidate-set ranking. Open-world MAP is the primary metric for test-time-safe selectors; closed-world MAP is reported for diagnosis. Selectors requiring relevance labels at selection time are evaluated closed-world only. This stage evaluates H3. 5. The CERâOER Gap We first test H1: if CER and OER are genuinely different notions of entity usefulness, their agreement should be weak and the disagreement should be structured. We focus on the Label Agreement stage of the evaluation framework (Section 4.6), beginning with Robust04 and then testing whether the same pattern holds across additional collections. Unless otherwise stated, detailed failure-mode breakdowns use Gemma3-27B as the default LLM-based OER judge; other OER variants show consistent trends. 5.1. Label Agreement on Robust04 Table 1. CERâOER agreement across collections. All values are significant at p<0.001p<0.001. Samples: Robust04 (n=24,868n=24,868), DL19 (n=4,300n=4,300), CORE18 (n=5,000n=5,000), CODEC (n=4,200n=4,200). GPT-4o Mini labels only available for Robust04. The final block reports an additional CODEC-only comparison using native human entity qrels as the CER source (n=5,751n=5,751); both Stats OER and Gemma3 OER are included as OER targets to show the pattern holds across OER operationalizations. Measure Robust04 DL19 CORE18 CODEC Îșâ(CER,Stats OER)Îș(CER,\,Stats OER) 0.062 0.093 0.085 0.091 Îșâ(CER,Gemma3 OER)Îș(CER,\,Gemma3 OER) 0.171 0.232 0.175 0.059 Îșâ(CER,GPT-4o Mini OER)Îș(CER,\,GPT-4o Mini OER) 0.236 â â â Îșâ(Stats OER,Gemma3 OER)Îș(Stats OER,\,Gemma3 OER) 0.483 0.476 0.524 0.574 Îșâ(Gemma3 OER,GPT OER)Îș(Gemma3 OER,\,GPT OER) 0.441 â â â Pearson râ(CER,OER log-odds)r(CER,\,OER log-odds) 0.209 0.136 0.091 0.110 Spearman Ïâ(CER,OER log-odds)Ï(CER,\,OER log-odds) 0.174 0.115 0.080 0.084 Additional CODEC check: native human entity qrels as CER source (n=5,751n=5,751) Îșâ(Human CER,Stats OER)Îș(Human CER,\,Stats OER) â â â 0.076 Îșâ(Human CER,Gemma3 OER)Îș(Human CER,\,Gemma3 OER) â â â 0.043 Pearson râ(Human CER,OER log-odds)r(Human CER,\,OER log-odds) â â â 0.157 Spearman Ïâ(Human CER,OER log-odds)Ï(Human CER,\,OER log-odds) â â â 0.108 Table 1 shows that CER and OER agree only weakly. On Robust04, agreement between CER and stats-based OER is near chance (Îș=0.062Îș=0.062), and remains low for LLM-based OER (Îș=0.171Îș=0.171 with Gemma3 and 0.2360.236 with GPT-4o Mini). By contrast, OER operationalizations agree substantially better with one another (Îș=0.483Îș=0.483 between stats-based and Gemma3 OER; Îș=0.441Îș=0.441 between Gemma3 and GPT-based OER). CER is the outlier among these relevance signals. Correlation analysis confirms this: CER exhibits only a weak relationship with OER log-odds (r=0.209r=0.209, Ï=0.174Ï=0.174), indicating that semantic relatedness is a poor proxy for observable discriminative utility. 5.2. The Disagreement Is Structured Weak overall agreement does not explain why CER fails as a supervision target. The key question is whether the disagreement reflects random noise or a systematic mismatch between topical plausibility and retrieval utility. To examine this, we cross-tabulate CER labels against OER signal modes for all queryâentity pairs. We report results on Robust04 (24,86824,868 pairs); other datasets show the same pattern. Three trends stand out. CER overconfidence produces weak and non-signals. Among the 992 pairs assigned the highest CER label (ycer=2y cer=2), only 24.1%24.1\% are classified as strong OER signals. A further 50.9%50.9\% are judged only weakly positive, and 25.0%25.0\% are judged non-signals. CER misses discriminative entities. Among the 20,99120,991 pairs with ycer=0y^cer=0, Gemma3-27B assigns positive OER labels to 27.5%, including 1.6%1.6\% classified as strong OER signals. CER labels these as non-relevant despite observable evidence of retrieval utility. Disagreement concentrates in high-frequency entities. Table 2 breaks down the CERâOER disagreement by entity candidate-set frequency (dâfcanddf_cand), pooled across all four collections. Among entities with dâfcand>50df_cand>50, 22.2%22.2\% of CER label 2 entities are OER non-signalsâthe highest overconfidence rate across all frequency bins. These are precisely the high-frequency entities such as United States that a CER-based judge correctly identifies as topically related but that the linker fires on indiscriminately across relevant and non-relevant documents. The CER=0â rate remains high across all bins (41%41\%â70%70\%), confirming that CER misses discriminative entities at every frequency level, not only among rare entities. Table 2. CERâOER disagreement by entity candidate-set frequency (dâfcanddf_cand), pooled across all four collections. Pairs with dâfcand=0df_cand=0 are excluded from the frequency breakdown (n=36,020n=36,020 of 38,36838,368 total pairs). CER=2â\!â\!non-signal: fraction of top-confidence CER entities classified as OER non-signals (generic bait, anti-signal, or incidental mention). CER=0â\!â\!signal: fraction of CER-rejected entities classified as OER-positive signals. dâfcanddf_cand N CER=2â\!â\!non-signal % CER=0â\!â\!signal % 1â5 1,082 19.0 40.7 6â50 7,496 21.3 69.7 >50>50 27,442 22.2 55.3 Qualitative example from Robust04. For the query Thatcher resignation impact (query 666), Margaret Thatcher receives CER label 2 yet its stats-based OER log-odds is â3.03-3.03 (dâfrel=2df_rel=2, dâfnonrel=360df_nonrel=360). Non-relevant documents mention her only as a reference point, while relevant documents analyze the political consequences of her departure. The entity is topically central but not discriminative in this candidate pool. Conversely, for the query RussiaâCuba economic relations (query 617), Soviet Union receives CER label 0 yet has OER log-odds =+4.53=+4.53 (dâfrel=62df_rel=62, dâfnonrel=94df_nonrel=94). Relevant documents discuss dissolved Soviet economic and military ties with Cuba directly, while non-relevant documents mention the Soviet Union only in passing. A human CER judgment labels this entity as not relevant, but its observed distribution makes it one of the strongest signals in the candidate pool. Additional examples are provided in the Github repository. Qualitative example from CODEC. CODEC provides human entity relevance judgements, allowing us to validate the CERâOER mismatch under human rather than LLM-generated CER labels; OER labels are stats-based throughout. For the query Why are some economists sceptical about the EUâs monetary union without a shared fiscal system? (economics-6), human annotators assign Greek withdrawal from the eurozone CER label 0 yet its OER log-odds is +2.20+2.20 (dâfrel=3df_rel=3, dâfnonrel=0df_nonrel=0): every document containing this entity discusses the prospect of Greek exit from the eurozone directly, making it one of the strongest discriminative signals available despite being labeled non-relevant on topical grounds. Together, these results show that CER favors semantic plausibility over discriminative utility. It assigns high labels to many entities that are weak or non-discriminative in the candidate pool. It also labels many useful discriminative entities as non-relevant. These patterns are consistent across LLM-based OER variants on Robust04; GPT-4o Mini yields the same qualitative conclusions (Îș=0.236Îș=0.236). 5.3. Generalization Across Collections The same pattern holds across other collections (Table 1). Agreement between CER and OER remains consistently low, ranging from Îș=0.062Îș=0.062 to 0.0930.093 with stats-based OER and from 0.0590.059 to 0.2320.232 with Gemma3. Agreement among OER operationalizations is substantially higher throughout, reaching Îș=0.574Îș=0.574 on CODEC. On CODEC, agreement drops to near-zero (Îș=0.059Îș=0.059) while OER operationalizations exhibit their strongest mutual agreementâfurther reinforcing that CER is the systematic outlier across domains. The structured failure modes also generalize. Among entities with CER label 2, the non-signal rate is 24.7%24.7\% on DL19 and 23.1%23.1\% on Core18, close to the 25.0%25.0\% rate on Robust04 (all figures using stats-based OER). CER also continues to miss discriminative entities: 39.6%39.6\% of CER label 0 entities are OER-positive on DL19 and 47.0%47.0\% on Core18, compared to 23.4%23.4\% on Robust04 (stats-based OER). The corresponding figure on Robust04 using Gemma3-based OER is 27.5%27.5\%, as reported in Section 5.2; the difference reflects the two OER operationalizations rather than an inconsistency. The increasing rate across collections suggests the gap widens in denser or noisier entity-linking environments. Using CODECâs human entity relevance judgements as CER labels, we measure agreement with both stats-based and LLM-based OER across all 5,7515,751 queryâentity pairs in the intersection of the human qrel set and OER statistics. Agreement remains weak: Îș=0.076Îș=0.076 against stats-based OER and Îș=0.043Îș=0.043 against Gemma3 OER (r=0.157r=0.157, Ï=0.108Ï=0.108). The CERâOER gap is therefore not an artifact of LLM prompting or labeling style; it persists under human CER judgments and across both statistical and LLM-based OER operationalizations. A companion study providing extended evidence across 443 configurations of unsupervised entity-oriented document ranking methods suggests that this ceiling is a structural property of the linking environment rather than a model-specific artifact (Chatterjee, 2026). Answer to H1 CER and OER exhibit weak agreement across all evaluated settings, while OER operationalizations agree with one another substantially more strongly. The disagreement is systematic: CER overvalues semantically plausible entities and misses entities whose observed links distinguish relevant from non-relevant documents. This pattern holds across datasets, annotation sources, and OER operationalizations. The CERâOER gap is therefore large, structured, and general. We next ask whether this label-space mismatch affects the entities selected for ranking. 6. Consequences of the CERâOER Gap Section 5 showed that CER and OER are weakly aligned. We now test H2: if CER is an insufficient retrieval supervision target, this mismatch should appear in learned selector behavior. Specifically, CER-trained selectors should favor semantically plausible but weakly discriminative entities, producing low scoreâdiscriminativeness correlation and higher bait rates. We test this through the Selection Quality and Relevance Isolation stages of our evaluation framework. 6.1. Selection Quality Table 3. Entity run diagnostics at k=20k=20 on Robust04. Bait rate, signal rate, and top-1 rates measure OER quality of selections. RelCov and NonRelCov are the fractions of relevant and non-relevant candidate documents containing at least one top-20 entity (exact document-level matching, macro-averaged over queries); DiscRatio =RelCov/NonRelCov=RelCov/NonRelCov. System Baitâ Signalâ Top1-Baitâ Top1-Sigâ DiscRatioâ PPR Baseline 0.406 0.567 0.277 0.707 1.045 BERT (CER, Gemma3) 0.292 0.630 0.169 0.787 1.094 Consensus (rho+rank) 0.213 0.712 0.196 0.744 1.056 OER-proxy Listwise 0.150 0.735 0.080 0.859 1.205 Stats OER Oracle 0.075 0.850 0.020 0.952 5.403 BERT (CER, DocQrels) 0.002 0.716 0.000 0.751 154.9 Table 3 reports Selection Quality metrics across the full supervision ladder on Robust04. BERT (CER, Gemma3) yields a bait rate of 0.2920.292: nearly one in three top-20 selections is generic bait or an anti-signal, and for 16.9%16.9\% of queries the top-ranked entity is bait. Its signal rate is only 0.6300.630. Consensus already improves on this with a lower bait rate (0.2130.213) and higher signal rate (0.7120.712), showing that simple corpus-based heuristics outperform CER-based supervision for discriminative entity selection. At the aggregate level, BERT (CER, Gemma3) achieves DiscRatio =1.094=1.094, making its selected entities effectively indistinguishable from random for relevantânon-relevant discrimination. Its non-zero signal rate therefore reflects weak local utility that does not translate into meaningful aggregate discrimination. The extreme DiscRatio reported for BERT (CER, DocQrels) (154.9154.9) is not a general property of that selector: it arises because the DocQrels variant retains only entities occurring exclusively in relevant or non-relevant documents, effectively acting as an oracle-like filter under conditional analysis. As we show in Section 7, this behavior does not transfer to open-world retrieval. Figure 1. OER discriminativeness (mean log-odds-diff, left) and signal/bait rates (right) by selector confidence decile on Robust04. BERT (Gemma3) shows a near-flat log-odds curve (0.10â0.610.10â 0.61). OER-proxy selectors are monotonically increasing. BERT (DocQrels) (0.22â0.660.22â 0.66) barely exceeds BERT (Gemma3) despite perfect CER supervision. We further examine whether selector scores correlate with discriminative utility via a score-decile analysis on Robust04. CER-based scores are largely uncorrelated with corpus discriminativeness: a flat CER curve means the top-ranked entities are no more informative than the bottom-ranked ones, as observed for BERT (CER, Gemma3). The limited improvement of BERT (CER, DocQrels) despite near-perfect CER supervision confirms that the issue is not label noise, but that CER score does not predict OER quality. The same pattern holds across collections: on Core18, BERT (CER, Gemma3) yields bait rate =0.342=0.342 and signal rate =0.567=0.567; on DL19, 0.3070.307 and 0.6310.631. Qualitative example. For the query Why is universal healthcare so politically controversial in the United States? (CODEC, politics-12), human annotators assign Universal Health Care (the query topic itself) CER label 2, yet its OER log-odds is â0.39-0.39 (dâfrel=13df_rel=13, dâfnonrel=13df_nonrel=13 among judged documents, dâfcand=144df_cand=144). The entity appears in equal numbers of judged relevant and judged non-relevant documents, but is broadly distributed across the full candidate pool. Its negative OER score reflects that the judged non-relevant pool for this query is smaller than the relevant pool, making the entityâs observed presence rate higher among non-relevant documents despite equal raw counts. Both the stats-based and LLM-based OER judges classify it as generic bait. A CER-based selector ranks it at the top; an OER selector correctly identifies it as non-discriminative. 6.2. Relevance Isolation Table 4. Document-level effects of entity signals at k=20k=20 (5-fold CV means). Higher is better for both metrics. Collection System RelRetainâ NonRelPruneâ Robust04 BERT (CER, Gemma3) 0.971 0.113 OER-Proxy (Pointwise) 0.963 0.191 OER-Proxy (Listwise) 0.956 0.212 Core18 BERT (CER, Gemma3) 0.994 0.022 OER-Proxy (Pointwise) 0.957 0.150 OER-Proxy (Listwise) 0.889 0.233 DL19 BERT (CER, Gemma3) 0.991 0.038 OER-Proxy (Pointwise) 0.976 0.088 OER-Proxy (Listwise) 0.973 0.098 CODEC BERT (CER, Gemma3) 0.905 0.136 OER-Proxy (Pointwise) 0.933 0.086 OER-Proxy (Listwise) 0.386 0.612 Table 4 reports Relevance Isolation metrics across all four collections, measuring how useful the selected entities are for isolating relevant documents from the candidate set. On Robust04, BERT (CER, Gemma3) preserves 97.1%97.1\% of relevant documents but removes only 11.3%11.3\% of non-relevant ones, leaving an average of 850.7850.7 candidates per query. The effect is weaker on Core18 and DL19, where NonRelPrune drops to 0.0220.022 and 0.0380.038, respectively. Thus, the CER-trained entity channel provides little effective signal for filtering non-relevant documents. OER-proxy Listwise consistently improves non-relevant pruning over BERT (CER, Gemma3) across three collections: +0.099+0.099 on Robust04 (0.2120.212 vs. 0.1130.113), +0.211+0.211 on Core18 (0.2330.233 vs. 0.0220.022), and +0.060+0.060 on DL19 (0.0980.098 vs. 0.0380.038). The pattern is consistent: the weaker the CER-based filtering, the larger the gain from OER alignment, suggesting a systematic consequence of supervision mismatch rather than a collection-specific artifact. CODEC is the exception: OER-proxy Listwise achieves high NonRelPrune (0.6120.612), but RelRetain falls to 0.3860.386. We attribute this to instability from CODECâs small query set (42 queries) and sparser entity linking in web documents than in newswire. This exposes a real failure mode of OER alignment: with small candidate pools and sparse linking, OER supervision can overfit to discriminative but rare entities, improving non-relevant pruning at the cost of relevant-document coverage. 6.3. CoverageâDiscrimination Tradeoff The Relevance Isolation results show that CER-based selectors fail to prune non-relevant documents. A natural question is whether this can be fixed by selecting different entities or cleaning the signal post-hoc. Both approaches fail for structural reasons. We evaluate 193 unsupervised entity selection configurations on Robust04, spanning similarity-based, graph-based, LLM-based, and hybrid methods with variation in embedding source, similarity function, and aggregation strategy. RelCov and NonRelCov are nearly perfectly correlated (r=0.954r=0.954): every gain in relevant-document coverage brings a proportional increase in non-relevant coverage, regardless of method family. No configuration achieves high RelCov with low NonRelCov. The coverageâdiscrimination tradeoff is a structural property of the entity linking environment, not a tuning problem. We next test whether post-hoc signal cleaning can escape this tradeoff. Using stats-based OER as an oracle filter, we remove entities below increasing thresholds Ï from the BERT (CER, Gemma3) ranking and pass the remaining entities to a fixed downstream ranker. Table 5 shows that filtering improves entity-level discrimination: DiscRatio rises from 1.2191.219 to 1.7691.769, while NonRelCov falls from 0.7350.735 to 0.3730.373. However, this gain comes through coverage loss. RelCov drops from 0.8950.895 to 0.6600.660, making 34%34\% of relevant documents structurally unreachable at the strictest threshold. Downstream MAP remains poor (0.2100.210â0.2320.232), below both the unfiltered run (0.3100.310) and BM25 (0.2920.292). Thus, coverage loss dominates: once broad-coverage entities are removed, the entity channel provides less signal than term-based retrieval. Post-hoc signal cleaning cannot resolve the tradeoff. Table 5. Post-hoc OER filtering applied to the BERT (CER, Gemma3) entity run at increasing thresholds Ï, with the document ranker held fixed. RelCov and NonRelCov measure the fractions of relevant and non-relevant candidate documents retained after filtering to entity-matched documents (macro-averaged over queries). Discrimination improves with Ï but relevant-document coverage drops monotonically, and downstream ranking falls below both the unfiltered baseline and BM25+RM3 at every threshold. Run RelCov NonRelCov DiscRatio MAP nDCG@20 P@20 BM25+RM3 (baseline) â â â 0.292 0.435 0.383 LLM CER (unfiltered) 0.971 0.888 1.09 0.310 0.464 0.404 OER filtered Ï=0.0Ï=0.0 0.895 0.735 1.219 0.210 0.352 0.307 OER filtered Ï=0.5Ï=0.5 0.797 0.560 1.423 0.221 0.373 0.328 OER filtered Ï=1.0Ï=1.0 0.660 0.373 1.769 0.232 0.386 0.337 Answer to H2 CER-trained selectors produce low-quality entity runs: high bait rates, weak aggregate discrimination, and near-flat calibration curves confirm that their confidence scores carry little information about corpus discriminativeness. These differences propagate into document filteringâCER-based selectors prune very few non-relevant documents, while OER-aligned selectors consistently improve pruning across collections. This failure is structural. The coverageâdiscrimination tradeoff cannot be escaped by selecting different entities or cleaning the signal post-hoc (Section 6.3). The supervision target is the decisive factor. We next ask whether this degradation in entity signal quality translates into downstream retrieval losses. 7. OER Supervision Improves Retrieval Sections 5 and 6 showed that CER and OER diverge at the label level, and that this mismatch weakens entity ranking. We now test H3: CER-based signals may help when entity reachability is assumed, but should transfer poorly when the entity channel must operate over the full candidate set. We evaluate this by running QDER with each entity selector and reporting downstream MAP on Robust04. Section 6 showed that the same entity-level trends generalize across collections. 7.1. The Open-World Ceiling Is General Table 6. Closed- vs. open-world MAP and nDCG@20 on Robust04 across six entity-oriented architectures. All models collapse to near-BM25 under open-world evaluation regardless of closed-world performance. Closed-world Open-World Model MAP nDCG@20 MAP nDCG@20 BM25+RM3 â â 0.292 0.435 EDRM-KNRM 0.089 0.153 0.089 0.151 EDRM-ConvKNRM 0.087 0.150 0.088 0.150 Word-Entity Duet 0.151 0.241 0.149 0.235 EVA 0.156 0.312 0.167 0.302 EsdRank 0.124 0.213 0.111 0.202 DREQ 0.697 0.867 0.293 0.439 QDER 0.608 0.769 0.294 0.438 Before isolating the effect of supervision, we establish that the open-world performance ceiling is a general phenomenon rather than an artifact of a particular architecture. Table 6 compares closed- and open-world MAP across six entity-oriented neural architectures on Robust04. DREQ (Chatterjee et al., 2024) achieves closed-world MAP =0.697=0.697 but drops to 0.2930.293 open-world; QDER (Chatterjee and Dalton, 2025) drops from 0.6080.608 to 0.2940.294. Both collapse to the BM25+RM3 baseline. Earlier architecturesâEDRM (Liu et al., 2018), Word-Entity Duet (Xiong et al., 2017a), EVA (Tran and Yates, 2022), and EsdRank (Xiong and Callan, 2015)âshow little or no closed-/open-world gap and neither setting improves over BM25. Across all six architectures, no model improves open-world MAP by more than 0.0020.002 over BM25+RM3. To confirm that the failure originates on the entity side rather than from the expansion of the document pool, we vary the entity side and document side independently using DREQ (Chatterjee et al., 2024)âchosen over QDER to confirm the finding is not architecture-specific. Holding the entity side closed-world, MAP stays at 0.6950.695â0.6980.698 regardless of document-side filtering. Moving the entity side to open-world, MAP collapses to 0.2910.291â0.2930.293 regardless of document-side filtering. The document-side decision contributes at most 0.0030.003 MAP points; the entity-side decision contributes 0.4050.405. The failure is therefore localized to the entity side, rather than to the expansion of the document pool. This ceiling is not limited to the six supervised architectures. A companion study evaluates 443 unsupervised entity-oriented ranking configurations on Robust04, covering embedding-based, graph-based, LLM-based, and hybrid selection methods with varied weighting and scoring choices. Under open-world evaluation, none surpasses BM25+RM3: mean MAP is 0.2310.231, median MAP is 0.2410.241, and the maximum is 0.2890.289 (Chatterjee, 2026). Thus, the open-world ceiling persists across both architectures and supervision strategies. 7.2. Fixing the Ranker Isolates Supervision Table 7. Downstream QDER MAP and nDCG@20 on Robust04 under closed- and open-world evaluation. The document ranker is held fixed across all rows; only the entity selector changes. â denotes statistically significant improvement over BM25+RM3 (p<0.05p<0.05, paired t-test). Stats OER Oracle requires qrel access at selection time and has no open-world variant (â). BERT (CER, DocQrels) uses a qrel-derived entity pool for closed-world evaluation only; its open-world result uses the full unfiltered BM25 entity pool and is a legitimate test-time evaluation. Entity Selector Selector type Closed-world Open-world MAP nDCG@20 MAP nDCG@20 BM25+RM3 No entity â â 0.292 0.435 GEEER CER (unsup) â â 0.275 0.408 BERT (CER, DocQrels) CER (oracle) 0.608â 0.769â 0.294 0.438 BERT (CER, Gemma3) CER (LLM) 0.310â 0.438 0.310â 0.464â Consensus CER (unsup) 0.306 0.457â 0.306 0.455â OER-proxy Listwise OER (learned) 0.333â 0.461â 0.343â 0.491â Stats OER Oracle OER (oracle) 0.396â 0.570â â â To obtain controlled evidence for the effect of supervision, we hold the downstream document ranker fixed as QDER and vary only the entity selector. Because the ranker, candidate pool, and architecture are identical across all rows of Table 7, any differences in retrieval performance are attributable to the entity selector. Using OER-proxy Listwise as the selector, QDER achieves open-world MAP =0.343=0.343âthe highest among all test-time-safe selectors, a gain of +0.051+0.051 over BM25+RM3 and +0.033+0.033 over BERT (CER, Gemma3). It remains competitive with or above several strong neural rerankers including RankT5 (Zhuang et al., 2023) (0.3030.303), MonoBERT (Nogueira and Cho, 2019) (0.2970.297), and RankZephyr (Pradeep et al., 2023) (0.3180.318). Two findings stand out. OER improves over CER supervision end-to-end. Using OER-proxy Listwise, QDER reaches MAP =0.343=0.343 under open-world evaluation; using BERT (CER, Gemma3) it reaches 0.3100.310. Both use the same candidate pool and downstream architecture. The difference is solely the supervision target used to produce the entity run, isolating the effect of supervision on downstream ranking. Unsupervised CER-style methods do not close the gap. To test whether the limitation stems from imperfect supervision rather than the CER objective itself, we include GEEER (Gerritse et al., 2020), a strong unsupervised entity ranker that uses pre-trained Wikipedia2Vec (Yamada et al., 2020) embeddings without relying on relevance labels. GEEER ranks entities by semantic similarity to the queryâa clean CER-style selection baselineâwith no label noise. Using GEEER as the selector, QDER achieves open-world MAP =0.275=0.275, below BM25+RM3 (0.2920.292). Using Consensus, QDER reaches 0.3060.306, slightly above BM25+RM3 but still below BERT (CER, Gemma3). Removing supervision does not resolve the gapâthe limitation lies in the CER-style selection objective itself. Under open-world evaluation, CER-based selectors with corpus or label supervision (Consensus and BERT (CER, Gemma3)) cluster between 0.3060.306 and 0.3100.310. The purely semantic selector GEEER reaches only 0.2750.275, below BM25. The improvement from the best supervised CER-based selector to OER-proxy Listwise (+0.033+0.033) substantially exceeds the variation between Consensus and BERT (CER, Gemma3) (0.0040.004), indicating a qualitative difference between OER and CER supervision regimes. Answer to H3 OER-aligned supervision improves retrieval precisely where predicted: under open-world evaluation, where the entity channel must operate over the full candidate set. CER-based selectors, across architectures and supervision sources, cluster near the BM25+RM3 baseline. The gap between OER and supervised CER regimes substantially exceeds the variation within supervised CER selectors, indicating a qualitative rather than a marginal difference. The bottleneck lies not in the ranker architecture but in the quality of the entity signals provided to it. 8. Why OER Alignment Improves Retrieval Section 7 showed that OER-aligned supervision improves open-world retrieval when the document ranker is held fixed. We now ask why. The key point is not that OER-proxy introduces novel features, but that it aligns entity selection with the retrieval objective. We disentangle two factors: the candidate-set features available to the selector, and the supervision target used to train it. Table 8. Feature ablation and supervision swap results on Robust04 (5-fold CV means). Semantic only: OER supervision with only semantic features. +Candidate support: adds dâfcanddf_cand, rank-weighted counts, local IDF. +Stage-1 priors: adds PPR and BM25 priors. CER supervision (swap): full feature set with CER as training target. Reference rows in italics. System RelRetain â NonRelPrune â BERT (CER) [ref] 0.971 0.113 Semantic only 0.975 0.092 +Candidate support 0.934 0.261 +Stage-1 priors 0.957 0.215 CER supervision (swap) 0.964 0.130 OER-proxy LTR (full) [ref] 0.956 0.212 Candidate-set evidence provides the main signal. Table 8 reports ablations with the supervision target fixed to OER log-odds. Semantic features alone (BERT entity score and lexical overlap) achieve NonRelPrune =0.092=0.092, below BERT (CER, Gemma3) (0.1130.113) despite using OER supervision. These features capture queryâentity relatedness but not how entities are distributed across relevant and non-relevant documents. Adding candidate-set support statistics (dâfcanddf_cand, rank-weighted mention counts, local IDF) raises NonRelPrune to 0.2610.261âa 183%183\% relative improvement over semantic-only and 131%131\% over BERT (CER, Gemma3)âwhile RelRetain remains high (0.9340.934). Adding stage-1 priors or the full feature set does not improve this pruning score (0.2150.215 and 0.2120.212, respectively), although the full model is used for downstream ranking. Candidate-set support is therefore the main source of the gain. OER supervision alone is not enough. Training on OER log-odds using only semantic features yields NonRelPrune =0.092=0.092, below BERT (CER, Gemma3) (0.1130.113). The correct supervision target cannot compensate for features that lack discriminative evidence. This shows that OER alignment requires observable candidate-set signals, not only a different training label. The supervision target matters independently. We next hold the full feature set and architecture fixed and vary only the training target. Training on a CER proxy reduces NonRelPrune from 0.2120.212 to 0.1300.130âa 39%39\% relative reduction. Because the features, architecture, and training procedure are otherwise unchanged, this drop is attributable to the training target alone. This model still exceeds BERT (CER, Gemma3) in NonRelPrune (0.1300.130 vs. 0.1130.113), showing that discriminative features retain some value even under the wrong objectiveâbut neither factor alone is sufficient. We also examine whether selector scores correlate with discriminative utility by partitioning entities into ten deciles by selector score and computing mean OER log-odds per decile. BERT (CER, Gemma3) is nearly flat (0.10â0.610.10â 0.61); the CER-trained model with OER features is intermediate (0.22â0.920.22â 0.92); the full OER-proxy model rises steeply (0.20â1.280.20â 1.28â1.301.30). Candidate-set support features drive most of the gain, but OER supervision is required to realize it fully. Mechanistic summary. The gains do not come from a novel feature family alone. Candidate-set support provides the main signal, and the supervision target matters independently: switching from OER to CER reduces NonRelPrune by 39%39\%. Observable distributional features become effective when entity selection is aligned with OER rather than CER. We discuss the structural origin of this mismatch in Section 9. 9. Discussion Why the field got here. The CERâOER gap does not come from careless annotation or weak models. It arises because standard ad hoc collections provide document-level relevance judgments, but not entity-level discriminativeness labels. Entity supervision is therefore usually derived from document qrels, which produces CER-like or sparsity-biased labels and gives little signal about whether an entity separates relevant from non-relevant documents. Thus, the CERâOER gap is largely invisible during training. A companion study (Chatterjee, 2026) shows that this problem is structural: binary derivation discards 83.6%83.6\% of discriminative entities by rewarding rarity rather than utility, and creates a 5151:11 negative-to-positive label imbalance. Section 6.3 shows the consequence: under current benchmarks, coverage and discrimination are difficult to optimize together, and post-hoc OER filtering hurts ranking by reducing relevant-document coverage. Closed-world evaluation further reinforced this proxy by hiding the coverage cost of discriminative entities and making broad, topically plausible entities appear more useful than they are in open-world retrieval. Implications for annotation practice. Entity annotation should move beyond asking whether an entity is topically related to a query. The more useful question is whether observing that entity increases the odds of relevance within the candidate set and linking environment. Future benchmarks should therefore expose annotators to corpus evidence, such as entity frequencies in relevant and non-relevant retrieved documents, rather than asking for topical judgments in isolation. Collections such as CODEC (Mackie et al., 2022) are a step forward, but entity benchmarks should target observable retrieval utility more directly. Implications for system design. Entity-aware retrieval should treat candidate-set discriminative statistics as first-class signals. Local frequency, rank-weighted mention counts, and local IDF are available from first-stage retrieval output and require no new annotation. Our results suggest that the bottleneck is not representation quality alone, but the supervision target: semantic entity models still fail when optimized toward CER, while simple OER-aligned models produce stronger open-world gains. The same issue may arise in entity-based RAG filtering, where entities are often selected for topical accuracy rather than for their ability to discriminate relevant from non-relevant evidence. 10. Conclusion Entity-aware retrieval has long assumed that useful entities are those semantically related to the query. We show that this assumption is insufficient in a precise and consequential way. Conceptual and observable entity relevance are weakly aligned: topically plausible entities are often poor retrieval signals, while discriminative entities are often peripheral. This gap is systematic across collections and annotation sources, including human entity judgments. CER-trained entity selectors systematically select weakly discriminative entities. They provide little practical filtering benefit and yield little open-world improvement, regardless of architecture or supervision source. Across 193 unsupervised entity-selection configurations, no method simultaneously achieves high relevant-document coverage and high discriminative precision. The ceiling is set by the benchmark environment, not only by model quality. Aligning supervision with OER breaks this pattern. In our controlled fixed-ranker setting, OER-aligned selection improves open-world MAP by 0.0510.051 over BM25+RM3 and 0.0330.033 over the best CER-based selector. This gain substantially exceeds the variation among supervised CER-based selectors. Non-relevant pruning improves by up to 10Ă10Ă across collections, confirming that the gain is not Robust04-specific. The bottleneck is the supervision target. The central contribution of this paper is the CERâOER distinction itself: entity labels and entity signals are not the same thing. Progress in entity-aware retrieval will require choosing entities not because they are about the query, but because their observed presence provides useful evidence for ranking. It will also require annotation and evaluation infrastructure that measures this observable utility directly. References J. Allan, D. Harman, E. Kanoulas, D. Li, C. Van Gysel, and E. M. Voorhees (2017) TREC 2017 common core track overview. In TREC, Cited by: §4.1. J. Allan, E. Kanoulas, D. Harman, and E. M. Voorhees (2018) TREC 2018 common core track. Note: https://trec-core.github.io/2018/TREC Washington Post Corpus Cited by: §4.1. C. Carpineto and G. Romano (2012) A survey of automatic query expansion in information retrieval. ACM Comput. Surv. 44 (1). External Links: ISSN 0360-0300, Link, Document Cited by: §1, §2. S. Chatterjee and J. Dalton (2025) QDER: query-specific document and entity representations for multi-vector document re-ranking. In Proceedings of the 48th International ACM SIGIR Conference on Research and Development in Information Retrieval, SIGIR â25, New York, NY, USA, p. 2255â2265. External Links: ISBN 9798400715921, Link, Document Cited by: §1, §2, §2, §3.1, §4.2, §7.1. S. Chatterjee, I. Mackie, and J. Dalton (2024) DREQ: document re-ranking using entity-based query understanding. In Advances in Information Retrieval: 46th European Conference on Information Retrieval, ECIR 2024, Glasgow, UK, March 24â28, 2024, Proceedings, Part I, Berlin, Heidelberg, p. 210â229. External Links: ISBN 978-3-031-56026-2, Link, Document Cited by: §1, §2, §2, §3.1, §7.1, §7.1. S. Chatterjee (2026) Entities as retrieval signals: a systematic study of coverage, supervision, and evaluation in entity-oriented ranking. External Links: 2604.05204, Link Cited by: §5.3, §7.1, §9. N. Craswell, B. Mitra, E. Yilmaz, D. Campos, and E. M. Voorhees (2020) Overview of the trec 2019 deep learning track. External Links: 2003.07820, Link Cited by: §4.1. J. Dalton, L. Dietz, and J. Allan (2014) Entity query feature expansion using knowledge base links. In Proceedings of the 37th International ACM SIGIR Conference on Research & Development in Information Retrieval, SIGIR â14, New York, NY, USA, p. 365â374. External Links: ISBN 9781450322577, Link, Document Cited by: §1, §2, §2. M. Dehghani, H. Zamani, A. Severyn, J. Kamps, and W. B. Croft (2017) Neural ranking models with weak supervision. In Proceedings of the 40th International ACM SIGIR Conference on Research and Development in Information Retrieval, SIGIR â17, New York, NY, USA, p. 65â74. External Links: ISBN 9781450350228, Link, Document Cited by: §2. F. Diaz, B. Mitra, and N. Craswell (2016) Query expansion with locally-trained word embeddings. In Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), K. Erk and N. A. Smith (Eds.), Berlin, Germany, p. 367â377. External Links: Link, Document Cited by: §1, §2. L. Dietz, M. Verma, F. Radlinski, and N. Craswell (2017) TREC complex answer retrieval overview. In TREC, Cited by: §2. E. J. Gerritse, F. Hasibi, and A. P. de Vries (2020) Graph-embedding empowered entity retrieval. In Advances in Information Retrieval: 42nd European Conference on IR Research, ECIR 2020, Lisbon, Portugal, April 14â17, 2020, Proceedings, Part I, Berlin, Heidelberg, p. 97â110. External Links: ISBN 978-3-030-45438-8, Link, Document Cited by: §7.2. A. Imani, A. Vakili, A. Montazer, and A. Shakery (2019) Deep neural networks for query expansion using word embeddings. In Advances in Information Retrieval: 41st European Conference on IR Research, ECIR 2019, Cologne, Germany, April 14â18, 2019, Proceedings, Part I, Berlin, Heidelberg, p. 203â210. External Links: ISBN 978-3-030-15718-0, Link, Document Cited by: §1, §2. G. Jeh and J. Widom (2003) Scaling personalized web search. In Proceedings of the 12th International Conference on World Wide Web, W â03, New York, NY, USA, p. 271â279. External Links: ISBN 1581136803, Link, Document Cited by: §4.2. V. Karpukhin, B. Oguz, S. Min, P. Lewis, L. Wu, S. Edunov, D. Chen, and W. Yih (2020) Dense passage retrieval for open-domain question answering. In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing (EMNLP), Online, p. 6769â6781. External Links: Link, Document Cited by: §2. X. Liu and H. Fang (2015) Latent entity space: a novel retrieval approach for entity-bearing queries. Information Retrieval Journal 18 (6), p. 473â503. Cited by: §1, §2. Z. Liu, C. Xiong, M. Sun, and Z. Liu (2018) Entity-duet neural ranking: understanding the role of knowledge graph semantics in neural information retrieval. In Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), I. Gurevych and Y. Miyao (Eds.), Melbourne, Australia, p. 2395â2405. External Links: Link, Document Cited by: §1, §2, §2, §3.1, §7.1. I. Mackie, P. Owoicho, C. Gemmell, S. Fischer, S. MacAvaney, and J. Dalton (2022) CODEC: complex document and entity collection. In Proceedings of the 45th International ACM SIGIR Conference on Research and Development in Information Retrieval, SIGIR â22, New York, NY, USA, p. 3067â3077. External Links: ISBN 9781450387323, Link, Document Cited by: §4.1, §9. T. Nguyen, S. Chatterjee, S. MacAvaney, I. Mackie, J. Dalton, and A. Yates (2024) DyVo: dynamic vocabularies for learned sparse retrieval with entities. In Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing, Y. Al-Onaizan, M. Bansal, and Y. Chen (Eds.), Miami, Florida, USA, p. 767â783. External Links: Link, Document Cited by: §2. R. F. Nogueira and K. Cho (2019) Passage re-ranking with BERT. CoRR abs/1901.04085. External Links: Link, 1901.04085 Cited by: §7.2. F. Piccinno and P. Ferragina (2014) From tagme to wat: a new entity annotator. In Proceedings of the First International Workshop on Entity Recognition & Disambiguation, ERD â14, New York, NY, USA, p. 55â62. External Links: ISBN 9781450330237, Link, Document Cited by: §3.1, §4.1. R. Pradeep, S. Sharifymoghaddam, and J. Lin (2023) RankZephyr: effective and robust zero-shot listwise reranking is a breeze!. External Links: 2312.02724, Link Cited by: §7.2. D. Roy, D. Paul, M. Mitra, and U. Garain (2016) Using word embeddings for automatic query expansion. CoRR abs/1606.07608. External Links: Link, 1606.07608 Cited by: §1, §2. M. H. Saliminabi, N. Arabzadeh, S. M. Hosseini, D. Androutsos, M. Zihayat, and E. Bagheri (2025) LLM-as-a-judge in entity retrieval: assessing explicit and implicit relevance. In Proceedings of the 34th ACM International Conference on Information and Knowledge Management, CIKM â25, New York, NY, USA, p. 5191â5195. External Links: ISBN 9798400720406, Link, Document Cited by: §1, §2. H. D. Tran and A. Yates (2022) Dense retrieval with entity views. In Proceedings of the 31st ACM International Conference on Information & Knowledge Management, CIKM â22, New York, NY, USA, p. 1955â1964. External Links: ISBN 9781450392365, Link, Document Cited by: §1, §2, §2, §2, §7.1. E. M. Voorhees (1994) Query expansion using lexical-semantic relations. In Proceedings of the 17th Annual International ACM SIGIR Conference on Research and Development in Information Retrieval, SIGIR â94, Berlin, Heidelberg, p. 61â69. External Links: ISBN 038719889X Cited by: §1, §2. E. M. Voorhees (2005) The trec robust retrieval track. SIGIR Forum 39 (1), p. 11â20. External Links: ISSN 0163-5840, Link, Document Cited by: §4.1. C. Xiong, J. Callan, and T. Liu (2017a) Word-entity duet representations for document ranking. In Proceedings of the 40th International ACM SIGIR Conference on Research and Development in Information Retrieval, SIGIR â17, New York, NY, USA, p. 763â772. External Links: ISBN 9781450350228, Link, Document Cited by: §1, §2, §2, §2, §3.1, §7.1. C. Xiong and J. Callan (2015) EsdRank: connecting query and documents through external semi-structured data. In Proceedings of the 24th ACM International Conference on Information and Knowledge Management, CIKM â15, New York, NY, USA, p. 951â960. External Links: ISBN 978-1-4503-3794-6, Link, Document Cited by: §1, §2, §2, §3.1, §7.1. C. Xiong, Z. Liu, J. Callan, and E. Hovy (2017b) JointSem: combining query entity linking and entity based document ranking. In Proceedings of the 2017 ACM SIGIR Conference on Information and Knowledge Management, CIKM â17, New York, NY, USA, p. 2391â2394. External Links: ISBN 9781450349185, Link, Document Cited by: §2, §2. L. Xiong, C. Xiong, Y. Li, K. Tang, J. Liu, P. Bennett, J. Ahmed, and A. Overwijk (2020) Approximate nearest neighbor negative contrastive learning for dense text retrieval. External Links: 2007.00808, Link Cited by: §2. I. Yamada, A. Asai, J. Sakuma, H. Shindo, H. Takeda, Y. Takefuji, and Y. Matsumoto (2020) Wikipedia2Vec: An Efficient Toolkit for Learning and Visualizing the Embeddings of Words and Entities from Wikipedia. In Proceedings of the 2020 Conference on Empirical Methods in Natural Language Processing: System Demonstrations, Online, p. 23â30. External Links: Link, Document Cited by: §4.2, §7.2. H. Zhuang, Z. Qin, R. Jagerman, K. Hui, J. Ma, J. Lu, J. Ni, X. Wang, and M. Bendersky (2023) RankT5: fine-tuning t5 for text ranking with ranking losses. In Proceedings of the 46th International ACM SIGIR Conference on Research and Development in Information Retrieval, SIGIR â23, New York, NY, USA, p. 2308â2313. External Links: ISBN 9781450394086, Link, Document Cited by: §7.2.