paper-with-me

Papers

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

2025-07-24 · Urchade Zaratiana, Gil Pasternak, Oliver Boyd, George Hurn-Maloney, Ash Lewis 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 GLiNER2, a unified framework that enhances the original GLiNER architecture to support named entity recognition, text classification, and hierarchical structured data extraction within a single efficient model. Built pretrained transformer encoder architecture, GLiNER2 maintains CPU efficiency and compact size while introducing multi-task composition through an intuitive schema-based interface. Our experiments demonstrate competitive performance across extraction and classification tasks with substantial improvements in deployment accessibility compared to LLM-based alternatives. We release GLiNER2 as an open-source pip-installable library with pre-trained models and documentation at https://github.com/fastino-ai/GLiNER2.

📄 PDF Abstract BibTeX arXiv:2507.18546

Code (0)

등록된 구현이 없습니다.

Tasks

Information ExtractionText Classification

Similar 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…

named-entity-recognitionNamed Entity RecognitionNERQuestion Answering+2

GLiNER2-PII: A Multilingual Model for Personally Identifiable Information Extraction

2026-05-11 · Urchade Zaratiana, Ash Lewis, George Hurn-Maloney arxiv

Reliable detection of personally identifiable information (PII) is increasingly important across modern data-processing systems, yet the task remains difficult: PII spans are heterogeneous, locale-dependent, context-sens…

Information Extraction

GLiNER-Relex: A Unified Framework for Joint Named Entity Recognition and Relation Extraction

2026-05-11 · Ihor Stepanov, Oleksandr Lukashov, Mykhailo Shtopko, Vivek Kalyanarangan arxiv

Joint named entity recognition (NER) and relation extraction (RE) is a fundamental task in natural language processing for constructing knowledge graphs from unstructured text. While recent approaches treat NER and RE as…

Computational EfficiencyRelation ExtractionKnowledge Graphs

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…