CLFeb 12, 2024

Chain-of-Layer: Iteratively Prompting Large Language Models for Taxonomy Induction from Limited Examples

arXiv:2402.07386v229 citationsh-index: 19CIKM
Originality Incremental advance
AI Analysis

This addresses the problem of expensive manual taxonomy curation for web search, recommendation systems, and question answering, though it appears incremental as it builds on existing in-context learning methods.

The paper tackles automatic taxonomy induction from limited examples by introducing Chain-of-Layer, an in-context learning framework that iteratively builds taxonomies from top to bottom, achieving state-of-the-art performance on four real-world benchmarks.

Automatic taxonomy induction is crucial for web search, recommendation systems, and question answering. Manual curation of taxonomies is expensive in terms of human effort, making automatic taxonomy construction highly desirable. In this work, we introduce Chain-of-Layer which is an in-context learning framework designed to induct taxonomies from a given set of entities. Chain-of-Layer breaks down the task into selecting relevant candidate entities in each layer and gradually building the taxonomy from top to bottom. To minimize errors, we introduce the Ensemble-based Ranking Filter to reduce the hallucinated content generated at each iteration. Through extensive experiments, we demonstrate that Chain-of-Layer achieves state-of-the-art performance on four real-world benchmarks.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes