GLiNER multi-task: Generalist Lightweight Model for Various Information Extraction Tasks
Ihor Stepanov, Mykhailo Shtopko

TL;DR
This paper introduces GLiNER multi-task, a lightweight encoder model that achieves state-of-the-art zero-shot performance on NER and strong results on other information extraction tasks, offering an efficient alternative to large language models.
Contribution
The paper presents a novel lightweight encoder model capable of handling various information extraction tasks with competitive performance, reducing reliance on large language models.
Findings
Achieved state-of-the-art zero-shot NER performance
Led in question-answering, summarization, and relation extraction tasks
Demonstrated effectiveness of self-learning approaches for NER
Abstract
Information extraction tasks require both accurate, efficient, and generalisable models. Classical supervised deep learning approaches can achieve the required performance, but they need large datasets and are limited in their ability to adapt to different tasks. On the other hand, large language models (LLMs) demonstrate good generalization, meaning that they can adapt to many different tasks based on user requests. However, LLMs are computationally expensive and tend to fail to generate structured outputs. In this article, we will introduce a new kind of GLiNER model that can be used for various information extraction tasks while being a small encoder model. Our model achieved SoTA performance on zero-shot NER benchmarks and leading performance on question-answering, summarization and relation extraction tasks. Additionally, in this article, we will cover experimental results on…
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
- 🤗knowledgator/gliner-pii-base-v1.0model· 2.6k dl· ♡ 132.6k dl♡ 13
- 🤗knowledgator/gliner-multitask-large-v0.5model· 892 dl· ♡ 138892 dl♡ 138
- 🤗xomad/gliner-model-merge-large-v1.0model· 49 dl· ♡ 2049 dl♡ 20
- 🤗knowledgator/gliner-llama-multitask-1B-v1.0model· 4 dl· ♡ 14 dl♡ 1
- 🤗knowledgator/gliner-multitask-v1.0model· 1.8k dl· ♡ 371.8k dl♡ 37
- 🤗knowledgator/modern-gliner-bi-base-v1.0model· 26 dl· ♡ 2726 dl♡ 27
- 🤗knowledgator/modern-gliner-bi-large-v1.0model· 176 dl· ♡ 64176 dl♡ 64
- 🤗Ihor/gliner-biomed-small-v1.0model· 217 dl· ♡ 3217 dl♡ 3
- 🤗Ihor/gliner-biomed-base-v1.0model· 118 dl· ♡ 5118 dl♡ 5
- 🤗Ihor/gliner-biomed-large-v1.0model· 234 dl· ♡ 14234 dl♡ 14
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling
MethodsSelf-Learning
