paper-with-me

Papers

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, Pratima Murthy 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 computational costs and the data privacy risks of API-based services limit their use, especially in low-resource settings. To address this, we developed LOGICAL (Local Obfuscation by GLINER for Impartial Context-Aware Lineage), an efficient, locally deployable PII removal system built on a fine-tuned Generalist and Lightweight Named Entity Recognition (GLiNER) model. We used 1515 clinical documents from a psychiatric hospital's EHR system. We defined nine PII categories for removal. A modern-gliner-bi-large-v1.0 model was fine-tuned on 2849 text instances and evaluated on a test set of 376 instances using character-level precision, recall, and F1-score. We compared its performance against Microsoft Azure NER, Microsoft Presidio, and zero-shot prompting with Gemini-Pro-2.5 and Llama-3.3-70B-Instruct. The fine-tuned GLiNER model achieved superior performance, with an overall micro-average F1-score of 0.980, significantly outperforming Gemini-Pro-2.5 (F1-score: 0.845). LOGICAL correctly sanitised 95% of documents completely, compared to 64% for the next-best solution. The model operated efficiently on a standard laptop without a dedicated GPU. However, a 2% entity-level false negative rate underscores the need for human-in-the-loop validation across all tested systems. Fine-tuned, specialised transformer models like GLiNER offer an accurate, computationally efficient, and secure solution for PII removal from clinical notes. This "sanitisation at the source" approach is a practical alternative to resource-intensive LLMs, enabling the creation of de-identified datasets for research and AI development while preserving data privacy, particularly in resource-constrained environments.

📄 PDF Abstract BibTeX arXiv:2510.19346

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

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

The Million-Label NER: Breaking Scale Barriers with GLiNER bi-encoder

2026-02-11 · Ihor Stepanov, Mykhailo Shtopko, Dmytro Vodianytskyi, Oleksandr Lukashov arxiv

This paper introduces GLiNER-bi-Encoder, a novel architecture for Named Entity Recognition (NER) that harmonizes zero-shot flexibility with industrial-scale efficiency. While the original GLiNER framework offers strong g…

Entity Linking

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

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

GliLem: Leveraging GliNER for Contextualized Lemmatization in Estonian

2024-12-29 · Aleksei Dorkin, Kairit Sirts

We present GliLem -- a novel hybrid lemmatization system for Estonian that enhances the highly accurate rule-based morphological analyzer Vabamorf with an external disambiguation module based on GliNER -- an open vocabul…

Information RetrievalLEMMALemmatizationNER+3