paper-with-me

홈 › Papers

Taxonomy Enrichment with Text and Graph Vector Representations

2022-01-21 · Irina Nikishina, Mikhail Tikhomirov, Varvara Logacheva, Yuriy Nazarov, Alexander Panchenko, Natalia Loukachevitch

Knowledge graphs such as DBpedia, Freebase or Wikidata always contain a taxonomic backbone that allows the arrangement and structuring of various concepts in accordance with the hypo-hypernym ("class-subclass") relationship. With the rapid growth of lexical resources for specific domains, the problem of automatic extension of the existing knowledge bases with new words is becoming more and more widespread. In this paper, we address the problem of taxonomy enrichment which aims at adding new words to the existing taxonomy. We present a new method that allows achieving high results on this task with little effort. It uses the resources which exist for the majority of languages, making the method universal. We extend our method by incorporating deep representations of graph structures like node2vec, Poincar\'e embeddings, GCN etc. that have recently demonstrated promising results on various NLP tasks. Furthermore, combining these representations with word embeddings allows us to beat the state of the art. We conduct a comprehensive study of the existing approaches to taxonomy enrichment based on word and graph vector representations and their fusion approaches. We also explore the ways of using deep learning architectures to extend the taxonomic backbones of knowledge graphs. We create a number of datasets for taxonomy extension for English and Russian. We achieve state-of-the-art results across different datasets and provide an in-depth error analysis of mistakes.

📄 PDF Abstract BibTeX arXiv:2201.08598

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge GraphsWord Embeddings

Methods 이 논문이 사용한 방법론

node2vec node2vec is a framework for learning graph embeddings for nodes in graphs. Node2vec maximizes a likelihood objective over mappings which preserve neighbourhood distances in…
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…

Similar Papers 제목 키워드 기반

Evaluation of Taxonomy Enrichment on Diachronic WordNet Versions

2021-01-01 · EACL (GWC) 2021 1 · Irina Nikishina, Natalia Loukachevitch, Varvara Logacheva, Alexander Panchenko

The vast majority of the existing approaches for taxonomy enrichment apply word embeddings as they have proven to accumulate contexts (in a broad sense) extracted from texts which are sufficient for attaching orphan word…

Word Embeddings

Cross-Modal Contextualized Hidden State Projection Method for Expanding of Taxonomic Graphs

2022-10-01 · COLING (TextGraphs) 2022 10 · Irina Nikishina, Alsu Vakhitova, Elena Tutubalina, Alexander Panchenko

Taxonomy is a graph of terms organized hierarchically using is-a (hypernymy) relations. We suggest novel candidate-free task formulation for the taxonomy enrichment task. To solve the task, we leverage lexical knowledge …

graph constructionGraph Embedding

Deftor at SemEval-2016 Task 14: Taxonomy enrichment using definition vectors

2016-06-01 · SEMEVAL 2016 6 · Hristo Tanev, Agata Rotondi

Low-resource Taxonomy Enrichment with Pretrained Language Models

2021-11-01 · EMNLP 2021 11 · Kunihiro Takeoka, Kosuke Akimoto, Masafumi Oyamada

Taxonomies are symbolic representations of hierarchical relationships between terms or entities. While taxonomies are useful in broad applications, manually updating or maintaining them is labor-intensive and difficult t…

Octet: Online Catalog Taxonomy Enrichment with Self-Supervision

2020-06-18 · Yuning Mao, Tong Zhao, Andrey Kan, Chenwei Zhang 외

Taxonomies have found wide applications in various domains, especially online for item categorization, browsing, and search. Despite the prevalent use of online catalog taxonomies, most of them in practice are maintained…

Term Extraction