Longformer: The Long-Document Transformer
Authors: Iz Beltagy, Matthew E. Peters, Arman Cohan
Paper: https://t.co/6LGjJUF4G2
Code: https://t.co/6gnTtSDwpR
A recent transformer from Allen Institute for AI.
NLP Course | For You - interactive lectures-blogs, research thinking exercises and related papers with summaries. And fun!
These are not just course materials - this is something developed specially for you (yes, you!) out there.
https://t.co/HU7Txe2HMa
#NLProc#NLPCourseForYou
My favorite ML educators: [1/n]
- @JayAlammar: visual guides on NLP
- @fishnets88: intuition & real-world anecdotes
- @CShorten30, @ecsquendor, @ykilcher : netflix of research papers
- @letiepi: bite-size animated videos on ML
- @nlpguy_: experience on NLP in industry
Imputer: Sequence Modelling via Imputation and Dynamic Programming
William Chan, Chitwan Saharia (@Chitwan_Saharia), Geoffrey Hinton (@geoffreyhinton), Mohammad Norouzi (@mo_norouzi), Navdeep Jaitly
Google Research
Paper: https://t.co/kUw6XMiWFy
#nlp#nlg#nonautoregressive
Separately, the authors were able to show that the first option (imitation learning) is the lower bound estimation for the second option (dynamic programming), and the second option, in turn, is the lower bound estimation for the real log-likelihood.
Experiments show the best strategy during the inference stage is a greedy iterative sampling. The stop of sampling is done by timeout or by cycling detection.
Tests were done on NMT, summarization, and "automatic post-editing for machine translation" tasks, everywhere the model was very effective with almost no quality loss comparing to the baselines.