Leveraging Contextual Information for Effective Entity Salience Detection
Rajarshi Bhowmik, Marco Ponza, Atharva Tendle, Anant Gupta, Rebecca Jiang, Xingyu Lu, Qian Zhao, Daniel Preotiuc-Pietro
TL;DR
This work investigates how to detect salient entities in text by fine-tuning medium-sized transformers with a cross-encoder architecture that explicitly encodes positional information around entity mentions. The method, which marks entity mentions and uses decile position embeddings, significantly outperforms feature-based baselines across four benchmarks, with substantial improvements in $F1$ scores. Analyses show the value of incorporating multiple inferred mentions and contextual cues, while zero-shot prompting of instruction-tuned LLMs underperforms, underscoring the task's uniqueness. The findings advance entity-centric understanding and have practical implications for search, ranking, and summarization by providing a robust, context-aware salience signal.
Abstract
In text documents such as news articles, the content and key events usually revolve around a subset of all the entities mentioned in a document. These entities, often deemed as salient entities, provide useful cues of the aboutness of a document to a reader. Identifying the salience of entities was found helpful in several downstream applications such as search, ranking, and entity-centric summarization, among others. Prior work on salient entity detection mainly focused on machine learning models that require heavy feature engineering. We show that fine-tuning medium-sized language models with a cross-encoder style architecture yields substantial performance gains over feature engineering approaches. To this end, we conduct a comprehensive benchmarking of four publicly available datasets using models representative of the medium-sized pre-trained language model family. Additionally, we show that zero-shot prompting of instruction-tuned language models yields inferior results, indicating the task's uniqueness and complexity.
