Taxonomy Completion via Triplet Matching Network
About
Automatically constructing taxonomy finds many applications in e-commerce and web search. One critical challenge is as data and business scope grow in real applications, new concepts are emerging and needed to be added to the existing taxonomy. Previous approaches focus on the taxonomy expansion, i.e. finding an appropriate hypernym concept from the taxonomy for a new query concept. In this paper, we formulate a new task, "taxonomy completion", by discovering both the hypernym and hyponym concepts for a query. We propose Triplet Matching Network (TMN), to find the appropriate <hypernym, hyponym> pairs for a given query concept. TMN consists of one primal scorer and multiple auxiliary scorers. These auxiliary scorers capture various fine-grained signals (e.g., query to hypernym or query to hyponym semantics), and the primal scorer makes a holistic prediction on <query, hypernym, hyponym> triplet based on the internal feature representations of all auxiliary scorers. Also, an innovative channel-wise gating mechanism that retains task-specific information in concept representations is introduced to further boost model performance. Experiments on four real-world large-scale datasets show that TMN achieves the best performance on both taxonomy completion task and the previous taxonomy expansion task, outperforming existing methods.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Taxonomy Expansion | Science (SCI) SemEval-2016 Task 13 | Chi-Squared54.2 | 10 | |
| Taxonomy Expansion | SemEval-2016 Task 13 Environment | Mean Rank (MR)31.3 | 9 | |
| Taxonomy Expansion | Food SemEval-2015 Task 17 | Mean Rank (MR)192.6 | 9 | |
| Taxonomy Expansion | Medical Subject Headings (MeSH) | MR433.7 | 9 | |
| Taxonomy Expansion | WordNet sub-taxonomies | MR (Mean Rank)73.9 | 9 | |
| Taxonomy Enrichment | MAG-PSY | Scaled MRR0.531 | 8 | |
| Taxonomy Enrichment | MAG-CS | Scaled MRR24.3 | 8 | |
| Taxonomy completion | MAG-CS (test) | MR639 | 6 | |
| Taxonomy completion | MAG-PSY Academic Graph subgraph (test) | MR212 | 6 | |
| Taxonomy completion | Wordnet Verb subgraph (test) | Mean Rank (MR)1.45e+3 | 6 |