TL;DR
This paper introduces an entity-enriched BERT model that incorporates knowledge graph information, significantly improving entity retrieval performance, especially for complex, less popular, and data-scarce queries.
Contribution
The paper proposes a novel method to inject knowledge graph-based entity embeddings into BERT, enhancing its effectiveness and data efficiency for entity search tasks.
Findings
Improves entity retrieval effectiveness over standard BERT.
Achieves state-of-the-art results on entity retrieval benchmarks.
Enables effective fine-tuning with limited training data.
Abstract
Pre-trained language models such as BERT have been a key ingredient to achieve state-of-the-art results on a variety of tasks in natural language processing and, more recently, also in information retrieval.Recent research even claims that BERT is able to capture factual knowledge about entity relations and properties, the information that is commonly obtained from knowledge graphs. This paper investigates the following question: Do BERT-based entity retrieval models benefit from additional entity information stored in knowledge graphs? To address this research question, we map entity embeddings into the same input space as a pre-trained BERT model and inject these entity embeddings into the BERT model. This entity-enriched language model is then employed on the entity retrieval task. We show that the entity-enriched BERT model improves effectiveness on entity-oriented queries over a…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsRefunds@Expedia|||How do I get a full refund from Expedia? · Attention Is All You Need · Linear Layer · Residual Connection · Multi-Head Attention · Layer Normalization · Attention Dropout · Softmax · Dense Connections · Weight Decay
