Enhancing Contextual Word Representations Using Embedding of Neighboring Entities in Knowledge Graphs
Pre-trained language models (PLMs) such as BERT and RoBERTa have dramatically improved the performance of various natural language processing tasks. Although these models are trained on large amounts of raw text, they have no explicit grounding in real-world entities. Knowledge graphs (KGs) are manually annotated with factual knowledge and store the relations between nodes corresponding to entities as labeled edges. This paper proposes a mechanism called KG-attention, which integrates the structure of a KG into recent PLM architectures. Unlike the existing PLM+KG integration methods, KG-attention generalizes the embeddings of neighboring entities using the relation embeddings; accordingly, it can handle relations between unconnected entities in the KG. Experimental results demonstrated that our method achieved significant improvements in a relation classification task, an entity typing task, and several language comprehension tasks.
Code (0)
등록된 구현이 없습니다.
Tasks
Entity TypingKnowledge GraphsRelationRelation ClassificationSimilar Papers 제목 키워드 기반
Locally-Contextual Nonlinear CRFs for Sequence Labeling
Linear chain conditional random fields (CRFs) combined with contextual word embeddings have achieved state of the art performance on sequence labeling tasks. In many of these tasks, the identity of the neighboring words …
Chunkingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1Discovering Differences in the Representation of People using Contextualized Semantic Axes
A common paradigm for identifying semantic differences across social and temporal contexts is the use of static word embeddings and their distances. In particular, past work has compared embeddings against "semantic axes…
Word EmbeddingsEnhancing Unsupervised Sentence Similarity Methods with Deep Contextualised Word Representations
Calculating Semantic Textual Similarity (STS) plays a significant role in many applications such as question answering, document summarisation, information retrieval and information extraction. All modern state of the ar…
Contextualised Word RepresentationsInformation RetrievalQuestion AnsweringRetrieval+5Enhancing Clinical Concept Extraction with Contextual Embeddings
Neural network-based representations ("embeddings") have dramatically advanced natural language processing (NLP) tasks, including clinical NLP tasks such as concept extraction. Recently, however, more advanced embedding …
Clinical Concept ExtractionLanguage ModellingLarge Language ModelWord EmbeddingsAn Investigation of Potential Function Designs for Neural CRF
The neural linear-chain CRF model is one of the most widely-used approach to sequence labeling. In this paper, we investigate a series of increasingly expressive potential functions for neural CRF models, which not only …