the neural noisy channel generative models for sequence
play

The Neural Noisy Channel: Generative Models for Sequence to - PowerPoint PPT Presentation

The Neural Noisy Channel: Generative Models for Sequence to Sequence Modeling Chris Dyer The Neural Noisy Channel: Generative Models for Sequence to Sequence Modeling EVERYTHING Chris Dyer What is a discriminative


  1. The Neural Noisy Channel: 
 Generative Models 
 for 
 Sequence to Sequence Modeling Chris Dyer

  2. The Neural Noisy Channel: 
 Generative Models 
 for 
 Sequence to Sequence Modeling EVERYTHING Chris Dyer

  3. What is a discriminative problem? Text Classification

  4. What is a discriminative problem? Text Summary

  5. What is a discriminative problem? Text Translation

  6. What is a discriminative problem? Text Output • Discriminative problems (in contrast to, e.g., density estimation, clustering, or dimensionality reduction problems) seek to select the correct output for a given text input • Neural networks models are very good discriminative models, but they a lot of training data to achieve good performance

  7. Discriminative Models • Discriminative training objectives are similar to the following: L ( x , y , W ) = log p ( y | x ; W ) • That is, they directly model the posterior distribution over outputs given inputs. • In many domains, we have lots of paired samples to train our models on, so this estimation problem is feasible. • We have also developed very powerful function classes for modeling complex relationships between inputs and outputs.

  8. Text Classification p ( y | x ) y X x 3 x 5 x 1 x 2 x 4 X L ( W ) = log p ( y i | x i ; W ) i

  9. Generative Models • Generative models are a kind of density estimation problem: L ( x , y , W ) = log p ( x , y | W ) • The can, however, be used to compute the same conditional probabilities as discriminative models: p ( x , y ) p ( y | x ) = p ( x ) = P y 0 p ( x , y 0 ) • The renormalization by p( x ) is cause for concern, but making the Bayes optimal prediction under a 0-1 “cost” means we ignore the renormalization: y = arg max ˆ p ( y | x ) y p ( x , y ) = arg max p ( x ) = P y 0 p ( x , y 0 ) y = arg max p ( x , y ) y

  10. Bayes’ Rule • A traditionally useful way of formulating a generative model involves the application of Bayes’ rule. p ( x | y ) p ( y ) p ( y | x ) = p ( x ) = P y 0 p ( x | y 0 ) p ( y 0 ) • This formulation posits the existence of two independent models, a prior probability over outputs p( y ) and a likelihood p( x | y ), which says how likely an input x is to be observed with output y . • Why might we favor this model? • Humans learn new tasks quickly from small amounts of data • But they often have a great deal of prior knowledge about the output space. • Outputs are chosen that justify the input, whereas in discriminative models, outputs are chosen that make the discriminative model happy.

  11. But didn’t we use generative models 
 and give them up for some reason?

  12. Generative Neural Models • Generative models frequently require modeling complex distributions, e.g., sentences, speech, images • Traditionally: complex distributions -> lots of (conditional) independence assumptions (think naive Bayes, or n-grams, or HMMs) • Neural networks are powerful density estimators that figure out their own independence assumptions • The motivating hypothesis in this work: • The previous empirical limits of generative models were due to bad independence assumptions, not the generative modeling paradigm per se.

  13. Reasons for Optimism • Ng and Jordan (2001) show that linear models that are trained to generate have lower sample complexity— although higher asymptotic errors— than models that are trained to discriminative (Naive Bayer vs. logistic regression) • What about nonlinear models such as neural networks? • Formal characterization of the generalization behaviors of complex neural networks is difficult , with findings from convex problems failing to account for empirical facts about their generalization (Zhang et al, 2017) • Let’s investigate empirical properties of generative vs. discriminative recurrent networks commonly used in NLP applications

  14. Warm up: Text Classification

  15. Warm up: Text Classification y x {real news, fake news}

  16. Discriminative Model p ( y | x ) y X x 3 x 5 x 1 x 2 x 4 X L ( W ) = log p ( y i | x i ; W ) i

  17. Generative Model x 3 x 2 x 4 x 5 p ( x 4 | x < 4 , y ) p ( x 3 | x < 3 , y ) p ( x 2 | x < 2 , y ) p ( x 5 | x < 5 , y ) v y x 3 x 1 x 2 x 4 X L ( W ) = log p ( x i | y i ) p ( y i ) i

  18. Full Dataset Results AGNews DBPedia Yahoo Yelp Binary 90.0 96.0 68.7 86.0 Naive Bayes 89.3 95.4 69.3 81.8 Knesser-Ney Bayes 92.1 98.7 73.7 92.6 Discriminative LSTM 90.7 94.8 70.5 90.0 Generative LSTM Bag of Words 88.8 96.6 68.9 92.2 (Zhang et al., 2015) char-CRNN 91.4 98.6 71.7 94.5 (Xiao and Cho, 2016) very deep CNN 91.3 98.7 73.4 95.7 (Conneau et al., 2016)

  19. Sample Complexity and Asymptotic Errors Yahoo DBPedia 100 70 80 % accuracy % accuracy 60 50 naive bayes KN bayes 40 naive bayes disc LSTM 30 KN bayes gen LSTM disc LSTM 20 gen LSTM 10 0 2 4 6 8 10 12 14 0 2 4 6 8 10 12 log (#training + 1) log (#training + 1) Yelp Binary Sogou 100 100 90 80 % accuracy % accuracy 80 60 naive bayes 70 KN bayes naive bayes disc LSTM 40 KN bayes 60 gen LSTM disc LSTM gen LSTM 20 50 0 2 4 6 8 10 12 0 2 4 6 8 10 12 log (#training + 1) log (#training + 1)

  20. Zero-shot Learning • With discriminative training, we can use these class embeddings as the softmax weights • This technique is not successful since the model (understandably) does not want to predict the new class since it is trained discriminatively • In the generative case, the model predicts instances of the new class with very high precision but very low recall • When we do self-training on these newly predicted examples, we are able to obtain good results in the zero-shot setting (about 60% of the time, depending on the hidden class)

  21. Zero-shot Learning Class Precision Recall Accuracy 98.9 46.6 93.3 company 99.2 49.5 92.8 educational institution 88.3 4.3 90.3 artist 96.5 90.1 94.6 athlete 0 0 89.1 office holder 96.5 74.3 94.2 means of transportation 99.9 37.7 92.1 building 98.9 88.2 95.4 natural place 99.9 68.1 93.8 village 99.7 68.1 93.8 animal 99.2 76.9 94.3 plant 0.03 0.001 88.8 album 99.4 73.3 94.5 film 93.8 26.5 91.3 written work

  22. Adversarial Examples • Generative models also provide an estimate of p( x ), that is, the marginal likelihood of the input. • The likelihood of the input is a good estimate of “what the model knows”. Adversarial examples that fall out of this are a good indication that the model should stop what it’s doing and get help.

  23. Discussion • Generative models of text approach their asymptotic errors more rapidly , (better in small-data regime), are able to handle new classes, and can perform zero-shot learning by acquiring knowledge about the new class from an auxiliary task better, and they have a good estimate of p ( x ) • Discriminative models of text have lower asymptotic errors , faster training and inference time

  24. Main Course: 
 Sequence to Sequence Modeling

  25. Seq2Seq Modeling • Many problems in text processing can be formulated as sequence to sequence problems • Translation : input is a source language sentence, output is a target language sentence • Summarization : input is a document, output is a short summary • Parsing : input is a sentence, output is a (linearized) parse tree • Code generation : input is a text description of an algorithm, output is a program • Text to speech : input is an encoding of the linguistic features associated with how a text should be pronounced, output is a waveform. • Speech recognition : input is an encoding of a waveform (or spectrum), output is text.

  26. Seq2Seq Modeling • State of the art performance in most applications — provided enough data exists • But there are some serious problems • You can’t use “unpaired” samples of x and y to train the model • “Explaining away effects” - models like this learn to ignore “inconvenient” inputs (i.e., x ), in favor of high probability continuations of an output prefix ( y <i )

  27. Generative: Seq2Seq Models “Source model” “Channel model”

  28. Generative: Seq2Seq Models “Source model” “Channel model” The world is colorful because of the Internet...

  29. Generative: Seq2Seq Models “Source model” “Channel model” The world is colorful because of the Internet...

  30. Generative: Seq2Seq Models “Source model” “Channel model” The world is colorful because of the 世界因互联⽹罒⽽耍多彩 ... Internet...

  31. Generative: Seq2Seq Models “Source model” “Channel model” The world is colorful because of the 世界因互联⽹罒⽽耍多彩 ... Internet... Source model can be estimated from 
 unpaired y ’s

  32. Generative: Seq2Seq Models “Source model” “Channel model” The world is colorful because of the 世界因互联⽹罒⽽耍多彩 ... Internet...

  33. Generative: Seq2Seq Models The world is colorful because of the 世界因互联⽹罒⽽耍多彩 ... Internet...

  34. Generative: Seq2Seq Models The world is colorful because of the 世界因互联⽹罒⽽耍多彩 ... Internet... Is proposed output well-formed?

  35. Generative: Seq2Seq Models The world is colorful because of the 世界因互联⽹罒⽽耍多彩 ... Internet... Is proposed output Does proposed output well-formed? explain the observed input?

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend