paper-with-me

Papers

GLiNER multi-task: Generalist Lightweight Model for Various Information Extraction Tasks

2024-06-14 · Ihor Stepanov, Mykhailo Shtopko

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 self-learning approaches for named entity recognition using GLiNER models.

📄 PDF Abstract BibTeX arXiv:2406.12925

Code (0)

등록된 구현이 없습니다.

Tasks

named-entity-recognitionNamed Entity RecognitionNERQuestion AnsweringRelation ExtractionSelf-Learning

Methods 이 논문이 사용한 방법론

Self-Learning 설명 없음

Similar Papers 제목 키워드 기반

GLiNER-BioMed: A Suite of Efficient Models for Open Biomedical Named Entity Recognition

2025-04-01 · Anthony Yazdani, Ihor Stepanov, Douglas Teodoro

Biomedical named entity recognition (NER) presents unique challenges due to specialized vocabularies, the sheer volume of entities, and the continuous emergence of novel entities. Traditional NER models, constrained by f…

Computational Efficiencynamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+3

GLiNER: Generalist Model for Named Entity Recognition using Bidirectional Transformer

2023-11-14 · Urchade Zaratiana, Nadi Tomeh, Pierre Holat, Thierry Charnois

Named Entity Recognition (NER) is essential in various Natural Language Processing (NLP) applications. Traditional NER models are effective but limited to a set of predefined entity types. In contrast, Large Language Mod…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Local Obfuscation by GLINER for Impartial Context Aware Lineage: Development and evaluation of PII Removal system

2025-10-22 · Prakrithi Shivaprakash, Lekhansh Shukla, Animesh Mukherjee, Prabhat Chand 외 arxiv

Removing Personally Identifiable Information (PII) from clinical notes in Electronic Health Records (EHRs) is essential for research and AI development. While Large Language Models (LLMs) are powerful, their high computa…

GLiNER2: An Efficient Multi-Task Information Extraction System with Schema-Driven Interface

2025-07-24 · Urchade Zaratiana, Gil Pasternak, Oliver Boyd, George Hurn-Maloney 외 arxiv

Information extraction (IE) is fundamental to numerous NLP applications, yet existing solutions often require specialized models for different tasks or rely on computationally expensive large language models. We present …

Information ExtractionText Classification

GLiClass: Generalist Lightweight Model for Sequence Classification Tasks

2025-08-11 · Ihor Stepanov, Mykhailo Shtopko, Dmytro Vodianytskyi, Oleksandr Lukashov 외 arxiv

Classification is one of the most widespread tasks in AI applications, serving often as the first step in filtering, sorting, and categorizing data. Since modern AI systems must handle large volumes of input data and ear…

Multi-Label Text ClassificationInstruction FollowingFew-Shot Learning