paper-with-me

Papers

Learning Relational Representations by Analogy using Hierarchical Siamese Networks

2019-06-01 · NAACL 2019 6 · Gaetano Rossiello, Alfio Gliozzo, Robert Farrell, Nicolas Fauceglia, Michael Glass

We address relation extraction as an analogy problem by proposing a novel approach to learn representations of relations expressed by their textual mentions. In our assumption, if two pairs of entities belong to the same relation, then those two pairs are analogous. Following this idea, we collect a large set of analogous pairs by matching triples in knowledge bases with web-scale corpora through distant supervision. We leverage this dataset to train a hierarchical siamese network in order to learn entity-entity embeddings which encode relational information through the different linguistic paraphrasing expressing the same relation. We evaluate our model in a one-shot learning task by showing a promising generalization capability in order to classify unseen relation types, which makes this approach suitable to perform automatic knowledge base population with minimal supervision. Moreover, the model can be used to generate pre-trained embeddings which provide a valuable signal when integrated into an existing neural-based model by outperforming the state-of-the-art methods on a downstream relation extraction task.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Entity EmbeddingsKnowledge Base PopulationOne-Shot LearningRelationRelation Extraction

Methods 이 논문이 사용한 방법론

Siamese Network 설명 없음

Similar Papers 제목 키워드 기반

Visual analogy: Deep learning versus compositional models

2021-05-14 · Nicholas Ichien, Qing Liu, Shuhao Fu, Keith J. Holyoak 외

Is analogical reasoning a task that must be learned to solve from scratch by applying deep learning models to massive numbers of reasoning problems? Or are analogies solved by computing similarities between structured re…

Deep LearningRelation NetworkVisual Analogies

Incorporating Both Distributional and Relational Semantics in Word Representations

2014-12-18 · Daniel Fried, Kevin Duh

We investigate the hypothesis that word representations ought to incorporate both distributional and relational semantics. To this end, we employ the Alternating Direction Method of Multipliers (ADMM), which flexibly opt…

Knowledge Base Completion

Incorporating Both Distributional and Relational Semantics in Word Representations

2014-12-14 · Daniel Fried, Kevin Duh

We investigate the hypothesis that word representations ought to incorporate both distributional and relational semantics. To this end, we employ the Alternating Direction Method of Multipliers (ADMM), which flexibly opt…

Knowledge Base Completion

Siamese Representation Learning for Unsupervised Relation Extraction

2023-10-01 · Guangxin Zhang, Shu Chen

Unsupervised relation extraction (URE) aims at discovering underlying relations between named entity pairs from open-domain plain text without prior information on relational distribution. Existing URE models utilizing c…

Contrastive LearningRelationRelation ExtractionRepresentation Learning

Learning Hierarchical Relational Representations through Relational Convolutions

2023-10-05 · Awni Altabaa, John Lafferty

An evolving area of research in deep learning is the study of architectures and inductive biases that support the learning of relational feature representations. In this paper, we address the challenge of learning repres…

Relation