CLJul 29, 2017

Learning Language Representations for Typology Prediction

arXiv:1707.09569v11136 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of incomplete typological databases for linguists and NLP researchers, offering a method to extract linguistic knowledge from neural models, though it is incremental as it builds on existing NMT techniques.

The paper tackled the problem of inferring missing typological features for languages by building a massive many-to-one neural machine translation system from 1017 languages into English, and showed that it can predict syntactic, phonological, and phonetic features, outperforming a baseline using geographic and phylogenetic neighbor information.

One central mystery of neural NLP is what neural models "know" about their subject matter. When a neural machine translation system learns to translate from one language to another, does it learn the syntax or semantics of the languages? Can this knowledge be extracted from the system to fill holes in human scientific knowledge? Existing typological databases contain relatively full feature specifications for only a few hundred languages. Exploiting the existence of parallel texts in more than a thousand languages, we build a massive many-to-one neural machine translation (NMT) system from 1017 languages into English, and use this to predict information missing from typological databases. Experiments show that the proposed method is able to infer not only syntactic, but also phonological and phonetic inventory features, and improves over a baseline that has access to information about the languages' geographic and phylogenetic neighbors.

Code Implementations2 repos
Foundations

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

Your Notes