CLJul 1, 2016

Sharing Network Parameters for Crosslingual Named Entity Recognition

arXiv:1607.00198v13 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of NER for low-resource languages by leveraging crosslingual parameter sharing, though it is incremental as it builds on existing neural network methods.

The paper tackles the problem of Named Entity Recognition (NER) for languages with limited annotated corpora by proposing a neural network model that shares parameters between a resource-rich and a resource-poor language, resulting in improved performance for the resource-poor language, as demonstrated across 4 language pairs.

Most state of the art approaches for Named Entity Recognition rely on hand crafted features and annotated corpora. Recently Neural network based models have been proposed which do not require handcrafted features but still require annotated corpora. However, such annotated corpora may not be available for many languages. In this paper, we propose a neural network based model which allows sharing the decoder as well as word and character level parameters between two languages thereby allowing a resource fortunate language to aid a resource deprived language. Specifically, we focus on the case when limited annotated corpora is available in one language ($L_1$) and abundant annotated corpora is available in another language ($L_2$). Sharing the network architecture and parameters between $L_1$ and $L_2$ leads to improved performance in $L_1$. Further, our approach does not require any hand crafted features but instead directly learns meaningful feature representations from the training data itself. We experiment with 4 language pairs and show that indeed in a resource constrained setup (lesser annotated corpora), a model jointly trained with data from another language performs better than a model trained only on the limited corpora in one language.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes