paper-with-me

홈 › Papers

One Model to Recognize Them All: Marginal Distillation from NER Models with Different Tag Sets

2020-04-10 · Keunwoo Peter Yu, Yi Yang

Named entity recognition (NER) is a fundamental component in the modern language understanding pipeline. Public NER resources such as annotated data and model services are available in many domains. However, given a particular downstream application, there is often no single NER resource that supports all the desired entity types, so users must leverage multiple resources with different tag sets. This paper presents a marginal distillation (MARDI) approach for training a unified NER model from resources with disjoint or heterogeneous tag sets. In contrast to recent works, MARDI merely requires access to pre-trained models rather than the original training datasets. This flexibility makes it easier to work with sensitive domains like healthcare and finance. Furthermore, our approach is general enough to integrate with different NER architectures, including local models (e.g., BiLSTM) and global models (e.g., CRF). Experiments on two benchmark datasets show that MARDI performs on par with a strong marginal CRF baseline, while being more flexible in the form of required NER resources. MARDI also sets a new state of the art on the progressive NER task. MARDI significantly outperforms the start-of-the-art model on the task of progressive NER.

📄 PDF Abstract BibTeX arXiv:2004.05140

Code (0)

등록된 구현이 없습니다.

Tasks

Allnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERTAG

Methods 이 논문이 사용한 방법론

CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…

Similar Papers 제목 키워드 기반

Marginal Advantage Accumulation for Memory-Driven Agent Self-Evolution

2026-06-18 · Mingyu Yang, Keye Zheng, Congchao Cheng, Yujie Liu 외 arxiv

In batch-style trace distillation, the same memory operation may receive contradictory feedback across different batches. Existing methods lack a cross-batch, operation-level evidence accumulation mechanism, making it im…

StableKD: Breaking Inter-block Optimization Entanglement for Stable Knowledge Distillation

2023-12-20 · Shiu-hong Kao, Jierun Chen, S. H. Gary Chan

Knowledge distillation (KD) has been recognized as an effective tool to compress and accelerate models. However, current KD approaches generally suffer from an accuracy drop and/or an excruciatingly long distillation pro…

Knowledge Distillation

Beyond Trajectory Matching: Reflow with Marginal Distribution Alignment

2026-06-28 · Chen Wang, Peiran Yun, Pan Xie, Ke Deng arxiv

Diffusion and continuous-flow generative models achieve high-quality generation, and their deterministic sampling can be formulated as solving learned ODE dynamics. However, accurate ODE discretization often requires man…

DQ-Whisper: Joint Distillation and Quantization for Efficient Multilingual Speech Recognition

2023-05-18 · Hang Shao, Bei Liu, Wei Wang, Xun Gong 외

As a popular multilingual and multitask pre-trained speech model, Whisper has the problem of curse of multilinguality. To enhance multilingual capabilities in small Whisper models, we propose DQ-Whisper, a novel joint di…

Knowledge DistillationQuantizationspeech-recognitionSpeech Recognition

Prompting Scientific Names for Zero-Shot Species Recognition

2023-10-15 · Shubham Parashar, Zhiqiu Lin, Yanan Li, Shu Kong

Trained on web-scale image-text pairs, Vision-Language Models (VLMs) such as CLIP can recognize images of common objects in a zero-shot fashion. However, it is underexplored how to use CLIP for zero-shot recognition of h…

BenchmarkingZero-Shot Learning