paper-with-me

홈 › Papers

FLAME: Self-Supervised Low-Resource Taxonomy Expansion using Large Language Models

2024-02-21 · Sahil Mishra, Ujjwal Sudev, Tanmoy Chakraborty

Taxonomies represent an arborescence hierarchical structure that establishes relationships among entities to convey knowledge within a specific domain. Each edge in the taxonomy signifies a hypernym-hyponym relationship. Taxonomies find utility in various real-world applications, such as e-commerce search engines and recommendation systems. Consequently, there arises a necessity to enhance these taxonomies over time. However, manually curating taxonomies with neoteric data presents challenges due to limitations in available human resources and the exponential growth of data. Therefore, it becomes imperative to develop automatic taxonomy expansion methods. Traditional supervised taxonomy expansion approaches encounter difficulties stemming from limited resources, primarily due to the small size of existing taxonomies. This scarcity of training data often leads to overfitting. In this paper, we propose FLAME, a novel approach for taxonomy expansion in low-resource environments by harnessing the capabilities of large language models that are trained on extensive real-world knowledge. LLMs help compensate for the scarcity of domain-specific knowledge. Specifically, FLAME leverages prompting in few-shot settings to extract the inherent knowledge within the LLMs, ascertaining the hypernym entities within the taxonomy. Furthermore, it employs reinforcement learning to fine-tune the large language models, resulting in more accurate predictions. Experiments on three real-world benchmark datasets demonstrate the effectiveness of FLAME in real-world scenarios, achieving a remarkable improvement of 18.5% in accuracy and 12.3% in Wu & Palmer metric over eight baselines. Furthermore, we elucidate the strengths and weaknesses of FLAME through an extensive case study, error analysis and ablation studies on the benchmarks.

📄 PDF Abstract BibTeX arXiv:2402.13623

Code (1)

sahilmishra0012/flame 공식 구현 pytorch

Tasks

Recommendation SystemsTaxonomy ExpansionWorld Knowledge

Similar Papers 제목 키워드 기반

STEAM: Self-Supervised Taxonomy Expansion with Mini-Paths

2020-06-18 · Yue Yu, Yinghao Li, Jiaming Shen, Hao Feng 외

Taxonomies are important knowledge ontologies that underpin numerous applications on a daily basis, but many taxonomies used in practice suffer from the low coverage issue. We study the taxonomy expansion problem, which …

Taxonomy Expansion

Who Should Go First? A Self-Supervised Concept Sorting Model for Improving Taxonomy Expansion

2021-04-08 · Xiangchen Song, Jiaming Shen, Jieyu Zhang, Jiawei Han

Taxonomies have been widely used in various machine learning and text mining systems to organize knowledge and facilitate downstream tasks. One critical challenge is that, as data and business scope grow in real applicat…

Taxonomy Expansion

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

2021-11-01 · EMNLP 2021 11 · Zichen Liu, Hongyuan Xu, Yanlong Wen, Ning Jiang 외

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 un…

PositionTaxonomy Expansion

TaxoExpan: Self-supervised Taxonomy Expansion with Position-Enhanced Graph Neural Network

2020-01-26 · Jiaming Shen, Zhihong Shen, Chenyan Xiong, Chi Wang 외

Taxonomies consist of machine-interpretable semantics and provide valuable knowledge for many web applications. For example, online retailers (e.g., Amazon and eBay) use taxonomies for product recommendation, and web sea…

Graph Neural NetworkPositionProduct RecommendationTaxonomy Expansion

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