paper-with-me

홈 › Papers

Enhancing Contextual Word Representations Using Embedding of Neighboring Entities in Knowledge Graphs

2022-10-01 · COLING 2022 10 · Ryoko Tokuhisa, Keisuke Kawano, Akihiro Nakamura, Satoshi Koide

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.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Entity TypingKnowledge GraphsRelationRelation Classification

Similar Papers 제목 키워드 기반

Locally-Contextual Nonlinear CRFs for Sequence Labeling

2021-03-30 · Harshil Shah, Tim Xiao, David Barber

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)+1

Discovering Differences in the Representation of People using Contextualized Semantic Axes

2022-10-21 · Li Lucy, Divya Tadimeti, David Bamman

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 Embeddings

Enhancing Unsupervised Sentence Similarity Methods with Deep Contextualised Word Representations

2019-09-01 · RANLP 2019 9 · Tharindu Ranasinghe, Constantin Orasan, Ruslan Mitkov

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+5

Enhancing Clinical Concept Extraction with Contextual Embeddings

2019-02-22 · Yuqi Si, Jingqi Wang, Hua Xu, Kirk Roberts

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 Embeddings

An Investigation of Potential Function Designs for Neural CRF

2020-11-11 · Findings of the Association for Computational Linguistics 2020 · Zechuan Hu, Yong Jiang, Nguyen Bach, Tao Wang 외

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 …