English

Language Independent Named Entity Recognition via Orthogonal Transformation of Word Vectors

Computation and Language 2025-03-20 v1 Artificial Intelligence

Abstract

Word embeddings have been a key building block for NLP in which models relied heavily on word embeddings in many different tasks. In this paper, a model is proposed based on using Bidirectional LSTM/CRF with word embeddings to perform named entity recognition for any language. This is done by training a model on a source language (English) and transforming word embeddings from the target language into word embeddings of the source language by using an orthogonal linear transformation matrix. Evaluation of the model shows that by training a model on an English dataset the model was capable of detecting named entities in an Arabic dataset without neither training or fine tuning the model on an Arabic language dataset.

Keywords

Cite

@article{arxiv.2503.14755,
  title  = {Language Independent Named Entity Recognition via Orthogonal Transformation of Word Vectors},
  author = {Omar E. Rakha and Hazem M. Abbas},
  journal= {arXiv preprint arXiv:2503.14755},
  year   = {2025}
}

Comments

Paper was initially released in 2017 but was never published