Improve dataset card: add metadata and links
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,6 +1,17 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
**BibTeX:**
|
| 5 |
```bibtex
|
| 6 |
@article{liu2026lmlexiconimprovingdefinitionmodeling,
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-generation
|
| 5 |
---
|
| 6 |
+
|
| 7 |
+
# LM-Lexicon
|
| 8 |
+
|
| 9 |
+
This repository contains the dataset for the paper [LM-Lexicon: Improving Definition Modeling via Harmonizing Semantic Experts](https://huggingface.co/papers/2602.14060).
|
| 10 |
+
|
| 11 |
+
[**Project Page**](https://lm-lexicon.github.io) | [**GitHub**](https://github.com/jacklanda/LMLexicon)
|
| 12 |
+
|
| 13 |
+
LM-Lexicon is an innovative definition modeling approach that incorporates data clustering, semantic expert learning, and model merging using a sparse mixture-of-experts (MoE) architecture. By decomposing the definition modeling task into specialized semantic domains, LM-Lexicon achieves substantial improvements over existing methods on five widely used benchmarks.
|
| 14 |
+
|
| 15 |
**BibTeX:**
|
| 16 |
```bibtex
|
| 17 |
@article{liu2026lmlexiconimprovingdefinitionmodeling,
|