ACL 2022long31 citations

ODE Transformer: An Ordinary Differential Equation-Inspired Model for Sequence Generation

Bei Li, Quan Du, Tao Zhou, Yi Jing, Shuhan Zhou, Xin Zeng, Tong Xiao, JingBo Zhu

Abstract

Residual networks are an Euler discretization of solutions to Ordinary Differential Equations (ODE). This paper explores a deeper relationship between Transformer and numerical ODE methods. We first show that a residual block of layers in Transformer can be described as a higher-order solution to ODE. Inspired by this, we design a new architecture, ODE Transformer, which is analogous to the Runge-Kutta method that is well motivated in ODE. As a natural extension to Transformer, ODE Transformer is easy to implement and efficient to use. Experimental results on the large-scale machine translation, abstractive summarization, and grammar error correction tasks demonstrate the high genericity of ODE Transformer. It can gain large improvements in model performance over strong baselines (e.g., 30.77 and 44.11 BLEU scores on the WMT’14 English-German and English-French benchmarks) at a slight cost in inference efficiency.

BibTeX
@inproceedings{li-etal-2022-ode,
    title = "{ODE} Transformer: An Ordinary Differential Equation-Inspired Model for Sequence Generation",
    author = "Li, Bei  and
      Du, Quan  and
      Zhou, Tao  and
      Jing, Yi  and
      Zhou, Shuhan  and
      Zeng, Xin  and
      Xiao, Tong  and
      Zhu, JingBo  and
      Liu, Xuebo  and
      Zhang, Min",
    editor = "Muresan, Smaranda  and
      Nakov, Preslav  and
      Villavicencio, Aline",
    booktitle = "Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
    month = may,
    year = "2022",
    address = "Dublin, Ireland",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.acl-long.571/",
    doi = "10.18653/v1/2022.acl-long.571",
    pages = "8335--8351"
}