We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.LG

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Machine Learning

Title: Limitations of Autoregressive Models and Their Alternatives

Abstract: Standard autoregressive language models perform only polynomial-time computation to compute the probability of the next symbol. While this is attractive, it means they cannot model distributions whose next-symbol probability is hard to compute. Indeed, they cannot even model them well enough to solve associated easy decision problems for which an engineer might want to consult a language model. These limitations apply no matter how much computation and data are used to train the model, unless the model is given access to oracle parameters that grow superpolynomially in sequence length.
Thus, simply training larger autoregressive language models is not a panacea for NLP. Alternatives include energy-based models (which give up efficient sampling) and latent-variable autoregressive models (which give up efficient scoring of a given string). Both are powerful enough to escape the above limitations.
Comments: NAACL 2021 (same content, more relaxed layout)
Subjects: Machine Learning (cs.LG); Computation and Language (cs.CL); Machine Learning (stat.ML)
Cite as: arXiv:2010.11939 [cs.LG]
  (or arXiv:2010.11939v3 [cs.LG] for this version)

Submission history

From: Chu-Cheng Lin [view email]
[v1] Thu, 22 Oct 2020 17:59:09 GMT (240kb,D)
[v2] Wed, 26 May 2021 14:24:32 GMT (324kb,D)
[v3] Mon, 31 May 2021 02:09:15 GMT (859kb,D)

Link back to: arXiv, form interface, contact.