Structural Biases for Improving Transformers on Translation into Morphologically Rich Languages
Paul Soulos, Sudha Rao, Caitlin Smith, Eric Rosen, Asli Celikyilmaz,, R. Thomas McCoy, Yichen Jiang, Coleman Haley, Roland Fernandez, Hamid, Palangi, Jianfeng Gao, Paul Smolensky

TL;DR
This paper explores explicit structural biases in Transformer models to improve translation quality into morphologically rich languages, demonstrating enhanced sample efficiency especially with limited data.
Contribution
It introduces two methods for embedding structural biases into Transformers, one architectural and one data-level, to improve translation into complex languages.
Findings
Structural biases improve translation performance.
Methods increase sample efficiency for low-resource settings.
Performance gains depend on dataset size.
Abstract
Machine translation has seen rapid progress with the advent of Transformer-based models. These models have no explicit linguistic structure built into them, yet they may still implicitly learn structured relationships by attending to relevant tokens. We hypothesize that this structural learning could be made more robust by explicitly endowing Transformers with a structural bias, and we investigate two methods for building in such a bias. One method, the TP-Transformer, augments the traditional Transformer architecture to include an additional component to represent structure. The second method imbues structure at the data level by segmenting the data with morphological tokenization. We test these methods on translating from English into morphologically rich languages, Turkish and Inuktitut, and consider both automatic metrics and human evaluations. We find that each of these two…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Generative Adversarial Networks and Image Synthesis
MethodsAttention Is All You Need · Test · Linear Layer · Dense Connections · Absolute Position Encodings · Label Smoothing · Multi-Head Attention · Position-Wise Feed-Forward Layer · Adam · Layer Normalization
