paper-with-me

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-sensitive, and often embedded in noisy or semi-structured documents. We present GLiNER2-PII, a small 0.3B-parameter model adapted from GLiNER2 and designed to recognize a broad taxonomy of 42 PII entity types at character-span resolution. Training such systems, however, is constrained by the scarcity of shareable annotated data and the privacy risks associated with collecting real PII at scale. To address this challenge, we construct a multilingual synthetic corpus of 4,910 annotated texts using a constraint-driven generation pipeline that produces diverse, realistic examples across languages, domains, formats, and entity distributions. On the challenging SPY benchmark, GLiNER2-PII achieves the highest span-level F1 among five compared systems, including OpenAI Privacy Filter and three GLiNER-based detectors. We publicly release the model on Hugging Face to support further research and practical deployment of open PII detection systems.

📄 PDF Abstract BibTeX arXiv:2605.09973

Code (0)

등록된 구현이 없습니다.

Tasks

Information Extraction

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

REDACT: A Systematically Controlled Multilingual Benchmark for Personal Information Detection

2026-06-18 · Guneesh Vats, Anubha Agrawal, Shikha Singhal, Ajita Dash 외 arxiv

Benchmark infrastructure for personally identifiable information (PII) detection remains limited: existing corpora cover few entity types, use ad hoc generation conditions, and do not show which surface conditions cause …

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

Model Inversion Attacks on Llama 3: Extracting PII from Large Language Models

2025-07-06 · Sathesh P. Sivashanmugam

Large language models (LLMs) have transformed natural language processing, but their ability to memorize training data poses significant privacy risks. This paper investigates model inversion attacks on the Llama 3.2 mod…

Privacy Preserving

Safer Reasoning Traces: Measuring and Mitigating Chain-of-Thought Leakage in LLMs

2026-03-05 · Patrick Ahrend, Tobias Eder, Xiyang Yang, Zhiyi Pan 외 arxiv

Chain-of-Thought (CoT) prompting improves LLM reasoning but can increase privacy risk by resurfacing personally identifiable information (PII) from the prompt into reasoning traces and outputs, even under policies that i…