paper-with-me

홈 › Papers

An Autoencoder Approach to Learning Bilingual Word Representations

2014-02-06 · NeurIPS 2014 12 · Sarath Chandar A P, Stanislas Lauly, Hugo Larochelle, Mitesh M. Khapra, Balaraman Ravindran, Vikas Raykar, Amrita Saha

Cross-language learning allows us to use training data from one language to build models for a different language. Many approaches to bilingual learning require that we have word-level alignment of sentences from parallel corpora. In this work we explore the use of autoencoder-based methods for cross-language learning of vectorial word representations that are aligned between two languages, while not relying on word-level alignments. We show that by simply learning to reconstruct the bag-of-words representations of aligned sentences, within and between languages, we can in fact learn high-quality representations and do without word alignments. Since training autoencoders on word observations presents certain computational issues, we propose and compare different variations adapted to this setting. We also propose an explicit correlation maximizing regularizer that leads to significant improvement in the performance. We empirically investigate the success of our approach on the problem of cross-language test classification, where a classifier trained on a given language (e.g., English) must learn to generalize to a different language (e.g., German). These experiments demonstrate that our approaches are competitive with the state-of-the-art, achieving up to 10-14 percentage point improvements over the best reported results on this task.

📄 PDF Abstract BibTeX arXiv:1402.1454

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Bilingual Autoencoders with Global Descriptors for Modeling Parallel Sentences

2016-12-01 · COLING 2016 12 · Biao Zhang, Deyi Xiong, Jinsong Su, Hong Duan 외

Parallel sentence representations are important for bilingual and cross-lingual tasks in natural language processing. In this paper, we explore a bilingual autoencoder approach to model parallel sentences. We extract sen…

Information RetrievalMachine TranslationSentenceTranslation+1

Bilingual Learning of Multi-sense Embeddings with Discrete Autoencoders

2016-03-30 · NAACL 2016 6 · Simon Šuster, Ivan Titov, Gertjan van Noord

We present an approach to learning multi-sense word embeddings relying both on monolingual and bilingual information. Our model consists of an encoder, which uses monolingual and bilingual context (i.e. a parallel senten…

DecoderSentenceWord Embeddings

BattRAE: Bidimensional Attention-Based Recursive Autoencoders for Learning Bilingual Phrase Embeddings

2016-05-25 · Biao Zhang, Deyi Xiong, Jinsong Su

In this paper, we propose a bidimensional attention based recursive autoencoder (BattRAE) to integrate clues and sourcetarget interactions at multiple levels of granularity into bilingual phrase representations. We emplo…

Semantic SimilaritySemantic Textual Similarity

Generative latent neural models for automatic word alignment

2020-09-28 · AMTA 2020 10 · Anh Khoa Ngo Ho, François Yvon

Word alignments identify translational correspondences between words in a parallel sentence pair and are used, for instance, to learn bilingual dictionaries, to train statistical machine translation systems or to perform…

Machine TranslationSentenceText GenerationTranslation+1

BilBOWA: Fast Bilingual Distributed Representations without Word Alignments

2014-10-09 · Stephan Gouws, Yoshua Bengio, Greg Corrado

We introduce BilBOWA (Bilingual Bag-of-Words without Alignments), a simple and computationally-efficient model for learning bilingual distributed representations of words which can scale to large monolingual datasets and…

Cross-Lingual Document ClassificationDocument ClassificationGeneral ClassificationSentence+1