We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Computation and Language

Title: Constructing Taxonomies from Pretrained Language Models

Abstract: 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.
Comments: NAACL 2021
Subjects: Computation and Language (cs.CL)
DOI: 10.18653/v1/2021.naacl-main.373
Cite as: arXiv:2010.12813 [cs.CL]
  (or arXiv:2010.12813v2 [cs.CL] for this version)

Submission history

From: Kevin Lin [view email]
[v1] Sat, 24 Oct 2020 07:16:21 GMT (546kb,D)
[v2] Sun, 18 Apr 2021 02:37:29 GMT (1081kb,D)

Link back to: arXiv, form interface, contact.