TaxoLLaMA: WordNet-based Model for Solving Multiple Lexical Semantic Tasks
About
In this paper, we explore the capabilities of LLMs in capturing lexical-semantic knowledge from WordNet on the example of the LLaMA-2-7b model and test it on multiple lexical semantic tasks. As the outcome of our experiments, we present TaxoLLaMA, the everything-in-one model, lightweight due to 4-bit quantization and LoRA. It achieves 11 SotA results, 4 top-2 results out of 16 tasks for the Taxonomy Enrichment, Hypernym Discovery, Taxonomy Construction, and Lexical Entailment tasks. Moreover, it demonstrates very strong zero-shot performance on Lexical Entailment and Taxonomy Construction with no fine-tuning. We also explore its hidden multilingual and domain adaptation capabilities with a little tuning or few-shot learning. All datasets, code, and model are available online at https://github.com/VityaVitalich/TaxoLLaMA
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Hypernym discovery | medical Gold standard domain-specific (test) | MRR77.32 | 18 | |
| Hypernym discovery | music Gold standard domain-specific (test) | MRR80.6 | 18 | |
| Hypernym discovery | SemEval Task 9 English general-purpose subtask 2018 (gold standard evaluation) | MRR0.5439 | 18 | |
| Lexical Entailment | Hyperlex Lexical | Spearman Correlation0.702 | 9 | |
| Lexical Entailment | Hyperlex (Random) | Spearman Correlation0.593 | 9 | |
| Taxonomy Construction | TexEval-2 | S Score44.55 | 8 | |
| Taxonomy Enrichment | MAG-CS | Scaled MRR30.2 | 8 | |
| Taxonomy Enrichment | MAG-PSY | Scaled MRR0.314 | 8 | |
| Lexical Entailment | Ant (test) | AUCn19.28 | 7 | |
| Hypernym discovery | Hypernym Discovery 1B: Italian SemEval-2018 Task 9 (test) | MRR51.58 | 6 |