UniversalNER: Targeted Distillation from Large Language Models for Open Named Entity Recognition
Wenxuan Zhou, Sheng Zhang, Yu Gu, Muhao Chen, Hoifung Poon

TL;DR
UniversalNER demonstrates that targeted distillation from large language models can produce small, highly accurate open NER models that outperform larger instruction-tuned models across diverse domains without direct supervision.
Contribution
The paper introduces a targeted distillation approach for open NER, achieving state-of-the-art accuracy with small models by distilling from ChatGPT without supervision.
Findings
UniversalNER outperforms Alpaca and Vicuna by over 30 F1 points.
UniversalNER surpasses state-of-the-art multi-task systems like InstructUIE.
Achieves high accuracy across 43 datasets in diverse domains.
Abstract
Large language models (LLMs) have demonstrated remarkable generalizability, such as understanding arbitrary entities and relations. Instruction tuning has proven effective for distilling LLMs into more cost-efficient models such as Alpaca and Vicuna. Yet such student models still trail the original LLMs by large margins in downstream applications. In this paper, we explore targeted distillation with mission-focused instruction tuning to train student models that can excel in a broad application class such as open information extraction. Using named entity recognition (NER) for case study, we show how ChatGPT can be distilled into much smaller UniversalNER models for open NER. For evaluation, we assemble the largest NER benchmark to date, comprising 43 datasets across 9 diverse domains such as biomedicine, programming, social media, law, finance. Without using any direct supervision,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
- 🤗Universal-NER/UniNER-7B-typemodel· 545 dl· ♡ 21545 dl♡ 21
- 🤗Universal-NER/UniNER-7B-definitionmodel· 164 dl· ♡ 28164 dl♡ 28
- 🤗Universal-NER/UniNER-7B-type-supmodel· 26 dl· ♡ 826 dl♡ 8
- 🤗Universal-NER/UniNER-7B-allmodel· 3.5k dl· ♡ 933.5k dl♡ 93
- 🤗yuuko-eth/UniNER-7B-all-GGUFmodel· 37 dl· ♡ 337 dl♡ 3
- 🤗LR-AI-Labs/tiny-universal-NERmodel· 6 dl6 dl
- 🤗EmmaStrong/RA-IT-NER-8Bmodel· 4 dl4 dl
- 🤗EmmaStrong/RA-IT-NER-zh-7Bmodel· 5 dl· ♡ 35 dl♡ 3
- 🤗ganchengguang/OIELLM-8B-Instructionmodel· 1 dl1 dl
- 🤗ganchengguang/OIELLM-13B-Instructionmodel
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Text Readability and Simplification
