NECLDec 14, 2014

Recurrent-Neural-Network for Language Detection on Twitter Code-Switching Corpus

arXiv:1412.4314v226 citations
Originality Incremental advance
AI Analysis

This addresses the problem of processing mixed-language social media text for NLP applications, representing an incremental advance in method efficiency.

The paper tackled language detection in code-switched Twitter data by training recurrent neural networks with raw features and word embeddings, achieving a 1% accuracy improvement or 17% error rate reduction over the best SVM-based systems on the same corpus.

Mixed language data is one of the difficult yet less explored domains of natural language processing. Most research in fields like machine translation or sentiment analysis assume monolingual input. However, people who are capable of using more than one language often communicate using multiple languages at the same time. Sociolinguists believe this "code-switching" phenomenon to be socially motivated. For example, to express solidarity or to establish authority. Most past work depend on external tools or resources, such as part-of-speech tagging, dictionary look-up, or named-entity recognizers to extract rich features for training machine learning models. In this paper, we train recurrent neural networks with only raw features, and use word embedding to automatically learn meaningful representations. Using the same mixed-language Twitter corpus, our system is able to outperform the best SVM-based systems reported in the EMNLP'14 Code-Switching Workshop by 1% in accuracy, or by 17% in error rate reduction.

Foundations

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

Your Notes