CLAIDec 8, 2020

Revisiting Iterative Back-Translation from the Perspective of Compositional Generalization

arXiv:2012.04276v129 citations
AI Analysis

This work addresses the lack of compositional generalization in neural seq2seq models, a fundamental limitation for the natural language processing community.

This paper investigates iterative back-translation (IBT) as a method to improve compositional generalization in neural sequence-to-sequence models. The authors demonstrate that IBT substantially improves performance on compositional generalization benchmarks like CFQ and SCAN, and propose curriculum IBT for further gains.

Human intelligence exhibits compositional generalization (i.e., the capacity to understand and produce unseen combinations of seen components), but current neural seq2seq models lack such ability. In this paper, we revisit iterative back-translation, a simple yet effective semi-supervised method, to investigate whether and how it can improve compositional generalization. In this work: (1) We first empirically show that iterative back-translation substantially improves the performance on compositional generalization benchmarks (CFQ and SCAN). (2) To understand why iterative back-translation is useful, we carefully examine the performance gains and find that iterative back-translation can increasingly correct errors in pseudo-parallel data. (3) To further encourage this mechanism, we propose curriculum iterative back-translation, which better improves the quality of pseudo-parallel data, thus further improving the performance.

Foundations

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

Your Notes