vix.ing · top · new · best · stats · spec

A Framework for Bidirectional Decoding: Case Study in Morphological Inflection

2023/05/21 by Marc E. Canby, Julia Hockenmaier, Canby, Marc E. +1
Computer Science · #Computation and Language (cs.CL) #FOS: Computer and information sciences #Natural Language Processing Techniques #Neural Networks and Applications

paper · pdf · doi:10.48550/arxiv.2305.12580

openalex publication_date 2023/05/21 · openalex created_date 2023/05/24 · openalex updated_date 2026/07/28

Abstract

Transformer-based encoder-decoder models that generate outputs in a left-to-right fashion have become standard for sequence-to-sequence tasks. In this paper, we propose a framework for decoding that produces sequences from the "outside-in": at each step, the model chooses to generate a token on the left, on the right, or join the left and right sequences. We argue that this is more principled than prior bidirectional decoders. Our proposal supports a variety of model architectures and includes several training methods, such as a dynamic programming algorithm that marginalizes out the latent ordering variable. Our model sets state-of-the-art (SOTA) on the 2022 and 2023 shared tasks, beating the next best systems by over 4.7 and 2.7 points in average accuracy respectively. The model performs particularly well on long sequences, can implicitly learn the split point of words composed of stem and affix, and performs better relative to the baseline on datasets that have fewer unique lemmas (but more examples per lemma).

Related