paper-with-me

Papers

Imposing Relation Structure in Language-Model Embeddings Using Contrastive Learning

2021-09-02 · CoNLL (EMNLP) 2021 11 · Christos Theodoropoulos, James Henderson, Andrei C. Coman, Marie-Francine Moens

Though language model text embeddings have revolutionized NLP research, their ability to capture high-level semantic information, such as relations between entities in text, is limited. In this paper, we propose a novel contrastive learning framework that trains sentence embeddings to encode the relations in a graph structure. Given a sentence (unstructured text) and its graph, we use contrastive learning to impose relation-related structure on the token-level representations of the sentence obtained with a CharacterBERT (El Boukkouri et al.,2020) model. The resulting relation-aware sentence embeddings achieve state-of-the-art results on the relation extraction task using only a simple KNN classifier, thereby demonstrating the success of the proposed method. Additional visualization by a tSNE analysis shows the effectiveness of the learned representation space compared to baselines. Furthermore, we show that we can learn a different space for named entity recognition, again using a contrastive learning objective, and demonstrate how to successfully combine both representation spaces in an entity-relation task.

📄 PDF Abstract BibTeX arXiv:2109.00840

Code (1)

christos42/CLDR_CLNER_models 공식 구현 pytorch

Tasks

Contrastive LearningLanguage ModelingLanguage Modellingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)RelationRelation ExtractionSentenceSentence Embeddings

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…
Supervised Contrastive Loss 설명 없음
CharacterBERT 설명 없음

Similar Papers 제목 키워드 기반

Instances and Labels: Hierarchy-aware Joint Supervised Contrastive Learning for Hierarchical Multi-Label Text Classification

2023-10-08 · Simon Yu, Jie He, Víctor Gutiérrez-Basulto, Jeff Z. Pan

Hierarchical multi-label text classification (HMTC) aims at utilizing a label hierarchy in multi-label classification. Recent approaches to HMTC deal with the problem of imposing an over-constrained premise on the output…

Contrastive LearningMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATIONMulti Label Text Classification+3

Multi-Relational Hyperbolic Word Embeddings from Natural Language Definitions

2023-05-12 · Marco Valentino, Danilo S. Carvalho, André Freitas

Natural language definitions possess a recursive, self-explanatory semantic structure that can support representation learning methods able to preserve explicit conceptual relations and constraints in the latent space. T…

Learning Word EmbeddingsRepresentation LearningWord Embeddings

Contrastive Learning Using Graph Embeddings for Domain Adaptation of Language Models in the Process Industry

2025-10-06 · Anastasia Zhukova, Jonas Lührs, Christian E. Lobmüller, Bela Gipp arxiv

Recent trends in NLP utilize knowledge graphs (KGs) to enhance pretrained language models by incorporating additional knowledge from the graph structures to learn domain-specific terminology or relationships between docu…

Contrastive LearningDomain AdaptationKnowledge Graphs

Contrastive Loss is All You Need to Recover Analogies as Parallel Lines

2023-06-14 · Narutatsu Ri, Fei-Tzin Lee, Nakul Verma

While static word embedding models are known to represent linguistic analogies as parallel lines in high-dimensional space, the underlying mechanism as to why they result in such geometric structures remains obscure. We …

AllWord Embeddings

Alignment and Outer Shell Isotropy for Hyperbolic Graph Contrastive Learning

2023-10-27 · Yifei Zhang, Hao Zhu, Jiahong Liu, Piotr Koniusz 외

Learning good self-supervised graph representations that are beneficial to downstream tasks is challenging. Among a variety of methods, contrastive learning enjoys competitive performance. The embeddings of contrastive l…

Contrastive LearningGraph EmbeddingSelf-Supervised Learning