Goto

Collaborating Authors

 Machine Translation


harvardnlp/seq2seq-attn

@machinelearnbot

Torch implementation of a standard sequence-to-sequence model with attention where the encoder-decoder are LSTMs. Also has the option to use characters (instead of input word embeddings) by running a convolutional neural network followed by a highway network over character embeddings to use as inputs. The attention model is from Effective Approaches to Attention-based Neural Machine Translation, Luong et al. We use the global-attention model with the input-feeding approach from the paper. The character model is from Character-Aware Neural Language Models, Kim et al.


Microsoft's Translator app gets image recognition on Android

Engadget

Like the iOS version, it also works on saved images, but it should be noted that Windows Phones have had image translation since 2010. This is powered by Microsoft's proprietary Deep Learning engine it uses for Bing's and Skype's translation options, something more advanced than Google Translate's statistical models and crowdsourcing. That said, Google Translate's Android app has had image translation since at least August 2012. So this is nothing really groundbreaking. The Android app also gets Inline Translation, which lets users hover over text phrases to quickly convert them into any of the 50 languages in the app's online library.


Microsoft Translator now translates text from images, increases language support

PCWorld

Microsoft Translator may be your new best friend for international travel. According to Microsoft, you can point your phone at signs, menus, flyers, or anything else that has text visible and get an instant translation. The feature also works with saved images in your phone's gallery or anywhere else you grab a photo from. Another clever feature is inline translation, which allows you to highlight text from an app, open up the Other Options menu and then choose Translator to get the content translated to one of 52 different languages (this feature requires Android Marshmallow). The new Inline Translation feature will translate text inside of another app.


Where can I find a trained machine translation seq2seq model? โ€ข /r/MachineLearning

@machinelearnbot

Where can I find a trained machine translation seq2seq model? Title says it all - I'd like to play around with a well trained LSTM sequence to sequence MT model, but I'd rather not futz around with training one. I am not aware of any that exist. You will have to train one yourself or convince someone else to train one for you. If you just want to push input and get output, you might find this demo from Bengio's lab interesting: http://104.131.78.120/


Machine Translation: The Combination of Machine Learning and Human Intelligence - insideBIGDATA

#artificialintelligence

In this special guest feature, Vasco Pedro, CEO and Co-Founder of Unbabel, discusses the importance of machine translation for natural languages and how it currently lacks the quality companies demand for their content. Dr. Pedro' company is Unbabel, the Y Combinator-backed startup that combines crowdsourced human translation and machine learning to deliver fast translation services to businesses with human tone and nuance. Vasco previously worked for Google helping to develop technology for data computation and language at scale, and served as a research faculty member at the Technical University of Lisbon. Vasco holds a PhD in Language Technologies from Carnegie Mellon University in the field of computational semantics. Additionally, Vasco is a Fulbright Scholar, mentor, and advisor to a number of startups on top of being a serial entrepreneur.


Hands-free speech translation app gets trialed at Narita airport

The Japan Times

The "NariTra" multilingual translation app employs noise-canceling techniques and recognizes a wide range of speech. Offered by the airport at no cost, the app is designed to work hands-free -- and therefore suitable for foreign visitors who have just arrived and who have their hands full with luggage. The tests will see the app deployed on a shuttle bus running between Terminal 1 and Terminal 2, translating Japanese into English, Chinese and Korean, and vice versa. The airport operator plans to roll out the app by the time the 2020 Tokyo Olympic and Paralympic Games take place.


Text Simplification Using Neural Machine Translation

AAAI Conferences

Text simplification (TS) is the technique of reducing the lexical, syntactical complexity of text. Existing automatic TS systems can simplify text only by lexical simplification or by manually defined rules. Neural Machine Translation (NMT) is a recently proposed approach for Machine Translation (MT) that is receiving a lot of research interest. In this paper, we regard original English and simplified English as two languages, and apply a NMT modelโ€“Recurrent Neural Network (RNN) encoder-decoder on TS to make the neural network to learn text simplification rules by itself. Then we discuss challenges and strategies about how to apply a NMT model to the task of text simplification.


Estimating Text Intelligibility via Information Packaging Analysis

AAAI Conferences

Effective communication through language involves organizing the content a person or system wishes to convey into text that flows naturally. There are many ways to render the same information, but those appropriate for one group of audience may not be intelligible to another. The goal of this thesis to analyze and address factors that influence the intelligibility of text from two aspects of information packaging: discourse structure and text specificity. Effective communication through language involves organizing the content a person or system wishes to convey into text that flows naturally. There are many ways to render the same information, but those appropriate for one group of audience may not be intelligible to another. The goal of this thesis to analyze and address factors that influence the intelligibility of text from two aspects of information packaging: discourse structure and text specificity.


To Swap or Not to Swap? Exploiting Dependency Word Pairs for Reordering in Statistical Machine Translation

AAAI Conferences

Reordering poses a major challenge in machine translation (MT) between two languages with significant differences in word order. In this paper, we present a novel reordering approach utilizing sparse features based on dependency word pairs. Each instance of these features captures whether two words, which are related by a dependency link in the source sentence dependency parse tree, follow the same order or are swapped in the translation output. Experiments on Chinese-to-English translation show a statistically significant improvement of 1.21 BLEU point using our approach, compared to a state-of-the-art statistical MT system that incorporates prior reordering approaches.


Building Earth Mover's Distance on Bilingual Word Embeddings for Machine Translation

AAAI Conferences

Following their monolingual counterparts, bilingual word embeddings are also on the rise. As a major application task, word translation has been relying on the nearest neighbor to connect embeddings cross-lingually. However, the nearest neighbor strategy suffers from its inherently local nature and fails to cope with variations in realistic bilingual word embeddings. Furthermore, it lacks a mechanism to deal with many-to-many mappings that often show up across languages. We introduce Earth Mover's Distance to this task by providing a natural formulation that translates words in a holistic fashion, addressing the limitations of the nearest neighbor. We further extend the formulation to a new task of identifying parallel sentences, which is useful for statistical machine translation systems, thereby expanding the application realm of bilingual word embeddings. We show encouraging performance on both tasks.