paper-with-me

홈 › Papers

Constructing Taxonomies from Pretrained Language Models

2020-10-24 · NAACL 2021 4 · Catherine Chen, Kevin Lin, Dan Klein

We present a method for constructing taxonomic trees (e.g., WordNet) using pretrained language models. Our approach is composed of two modules, one that predicts parenthood relations and another that reconciles those predictions into trees. The parenthood prediction module produces likelihood scores for each potential parent-child pair, creating a graph of parent-child relation scores. The tree reconciliation module treats the task as a graph optimization problem and outputs the maximum spanning tree of this graph. We train our model on subtrees sampled from WordNet, and test on non-overlapping WordNet subtrees. We show that incorporating web-retrieved glosses can further improve performance. On the task of constructing subtrees of English WordNet, the model achieves 66.7 ancestor F1, a 20.0% relative increase over the previous best published result on this task. In addition, we convert the original English dataset into nine other languages using Open Multilingual WordNet and extend our results across these languages.

📄 PDF Abstract BibTeX arXiv:2010.12813

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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…

Using Zero-shot Prompting in the Automatic Creation and Expansion of Topic Taxonomies for Tagging Retail Banking Transactions

2024-01-08 · Daniel de S. Moraes, Pedro T. C. Santos, Polyana B. da Costa, Matheus A. S. Pinto 외

This work presents an unsupervised method for automatically constructing and expanding topic taxonomies using instruction-based fine-tuned LLMs (Large Language Models). We apply topic modeling and keyword extraction tech…

Keyword Extraction

Concept Stability for Constructing Taxonomies of Web-site Users

2009-05-09 · Sergei O. Kuznetsov, Dmitry I. Ignatov

Owners of a web-site are often interested in analysis of groups of users of their site. Information on these groups can help optimizing the structure and contents of the site. In this paper we use an approach based on fo…

Constructing Task-Specific Taxonomies for Document Collection Browsing

2012-07-01 · EMNLP 2012 7 · Hui Yang

tax2vec: Constructing Interpretable Features from Taxonomies for Short Text Classification

2019-02-01 · Blaž Škrlj, Matej Martinc, Jan Kralj, Nada Lavrač 외

The use of background knowledge is largely unexploited in text classification tasks. This paper explores word taxonomies as means for constructing new semantic features, which may improve the performance and robustness o…

ClassificationFew-Shot LearningGeneral Classificationtext-classification+2