TL;DR
T-NER is a comprehensive Python library designed for transformer-based NER that supports model fine-tuning, cross-domain and cross-lingual evaluation, and includes an interactive web app for qualitative analysis.
Contribution
The paper introduces T-NER, a versatile library for NER that enables detailed study of LM generalization and provides tools for practical and research-oriented evaluation.
Findings
In-domain NER performance is competitive across datasets.
Cross-domain generalization remains challenging.
Fine-tuning on combined datasets improves domain-specific learning.
Abstract
Language model (LM) pretraining has led to consistent improvements in many NLP downstream tasks, including named entity recognition (NER). In this paper, we present T-NER (Transformer-based Named Entity Recognition), a Python library for NER LM finetuning. In addition to its practical utility, T-NER facilitates the study and investigation of the cross-domain and cross-lingual generalization ability of LMs finetuned on NER. Our library also provides a web app where users can get model predictions interactively for arbitrary text, which facilitates qualitative model evaluation for non-expert programmers. We show the potential of the library by compiling nine public NER datasets into a unified format and evaluating the cross-domain and cross-lingual performance across the datasets. The results from our initial experiments show that in-domain performance is generally competitive across…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsLib
