# Robust Multilingual Named Entity Recognition with Shallow   Semi-Supervised Features

**Authors:** Rodrigo Agerri, German Rigau

arXiv: 1701.09123 · 2017-02-03

## TL;DR

This paper introduces a multilingual NER system that combines shallow features with semi-supervised clustering features, achieving state-of-the-art results across multiple languages and datasets with minimal supervised data.

## Contribution

The authors develop a robust, language-agnostic NER approach that effectively integrates clustering features, enabling high performance without relying on linguistically motivated features.

## Key findings

- Achieves state-of-the-art results on five languages and twelve datasets.
- Performs well even with half the supervised training data.
- Demonstrates robustness in out-of-domain scenarios.

## Abstract

We present a multilingual Named Entity Recognition approach based on a robust and general set of features across languages and datasets. Our system combines shallow local information with clustering semi-supervised features induced on large amounts of unlabeled text. Understanding via empirical experimentation how to effectively combine various types of clustering features allows us to seamlessly export our system to other datasets and languages. The result is a simple but highly competitive system which obtains state of the art results across five languages and twelve datasets. The results are reported on standard shared task evaluation data such as CoNLL for English, Spanish and Dutch. Furthermore, and despite the lack of linguistically motivated features, we also report best results for languages such as Basque and German. In addition, we demonstrate that our method also obtains very competitive results even when the amount of supervised data is cut by half, alleviating the dependency on manually annotated data. Finally, the results show that our emphasis on clustering features is crucial to develop robust out-of-domain models. The system and models are freely available to facilitate its use and guarantee the reproducibility of results.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1701.09123/full.md

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1701.09123/full.md

## References

61 references — full list in the complete paper: https://tomesphere.com/paper/1701.09123/full.md

---
Source: https://tomesphere.com/paper/1701.09123