paper-with-me

Papers

TEMP: Taxonomy Expansion with Dynamic Margin Loss through Taxonomy-Paths

2021-11-01 · EMNLP 2021 11 · Zichen Liu, Hongyuan Xu, Yanlong Wen, Ning Jiang, Haiying Wu, Xiaojie Yuan

As an essential form of knowledge representation, taxonomies are widely used in various downstream natural language processing tasks. However, with the continuously rising of new concepts, many existing taxonomies are unable to maintain coverage by manual expansion. In this paper, we propose TEMP, a self-supervised taxonomy expansion method, which predicts the position of new concepts by ranking the generated taxonomy-paths. For the first time, TEMP employs pre-trained contextual encoders in taxonomy construction and hypernym detection problems. Experiments prove that pre-trained contextual embeddings are able to capture hypernym-hyponym relations. To learn more detailed differences between taxonomy-paths, we train the model with dynamic margin loss by a novel dynamic margin function. Extensive evaluations exhibit that TEMP outperforms prior state-of-the-art taxonomy expansion approaches by 14.3% in accuracy and 15.8% in mean reciprocal rank on three public benchmarks.

📄 PDF Abstract BibTeX

Code (1)

liu-zichen/TEMP 공식 구현 pytorch

Tasks

PositionTaxonomy Expansion

Similar Papers 제목 키워드 기반

Enquire One's Parent and Child Before Decision: Fully Exploit Hierarchical Structure for Self-Supervised Taxonomy Expansion

2021-01-27 · Suyuchen Wang, Ruihui Zhao, Xi Chen, Yefeng Zheng 외

Taxonomy is a hierarchically structured knowledge graph that plays a crucial role in machine intelligence. The taxonomy expansion task aims to find a position for a new term in an existing taxonomy to capture the emergin…

PositionTaxonomy Expansion

Edgeworth Expansion for Semi-hard Triplet Loss

2025-03-17 · Masanari Kimura

We develop a higher-order asymptotic analysis for the semi-hard triplet loss using the Edgeworth expansion. It is known that this loss function enforces that embeddings of similar samples are close while those of dissimi…

Triplet

A Unified Taxonomy-Guided Instruction Tuning Framework for Entity Set Expansion and Taxonomy Expansion

2024-02-20 · Yanzhen Shen, Yu Zhang, Yunyi Zhang, Jiawei Han

Entity set expansion, taxonomy expansion, and seed-guided taxonomy construction are three representative tasks that can be applied to automatically populate an existing taxonomy with emerging concepts. Previous studies v…

Language ModelingLanguage ModellingLarge Language ModelTaxonomy Expansion

HyperExpan: Taxonomy Expansion with Hyperbolic Representation Learning

2021-09-22 · Findings (EMNLP) 2021 11 · Mingyu Derek Ma, Muhao Chen, Te-Lin Wu, Nanyun Peng

Taxonomies are valuable resources for many applications, but the limited coverage due to the expensive manual curation process hinders their general applicability. Prior works attempt to automatically expand existing tax…

Graph Neural NetworkRepresentation LearningTaxonomy Expansion

TEAM: A multitask learning based Taxonomy Expansion approach for Attach and Merge

2022-07-01 · Findings (NAACL) 2022 7 · Bornali Phukon, Anasua Mitra, Ranbir Sanasam, Priyankoo Sarmah

Taxonomy expansion is a crucial task. Most of Automatic expansion of taxonomy are of two types, attach and merge. In a taxonomy like WordNet, both merge and attach are integral parts of the expansion operations but major…

Taxonomy Expansion