44
NLP, Deep Learning & Some Examples Reyyan Yeniterzi

NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

  • Upload
    others

  • View
    1

  • Download
    0

Embed Size (px)

Citation preview

Page 1: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

NLP, Deep Learning &

Some Examples

Reyyan Yeniterzi

Page 2: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

NLP, Deep Learning &

Some Examples

Reyyan Yeniterzi

Page 3: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

2018

the year of NLP

Page 4: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

2018

the year of NLP

The ImageNet moment of NLP

Page 5: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

https://www.cc.gatech.edu/~hays/compvision/proj6/

Page 6: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree
Page 7: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

Transfer Learning in NLP?

Page 8: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

9

‘‘You shall know a word by

the company it keeps’’

J. R. Firth, 1957

Page 9: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

10

What does wampimuk mean?

Page 10: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

11

What does wampimuk mean?

Marco saw a hairy little wampimuk crouching

behind a tree.

Page 11: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

https://www.microsoft.com/en-us/research/uploads/prod/2018/04/NeuralIR-Nov2017.pdf

Page 12: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

https://www.microsoft.com/en-us/research/uploads/prod/2018/04/NeuralIR-Nov2017.pdf

Page 13: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

https://www.microsoft.com/en-us/research/uploads/prod/2018/04/NeuralIR-Nov2017.pdf

Page 14: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

Mikolov, Tomas, et al. "Efficient estimation of word representations in vector space". 2013

2013Word2Vec

Page 15: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

16

2013Word2Vec

Page 16: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

Kim, Yoon. "Convolutional neural networks for sentence classification." 2014.

2014CNN

Page 17: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

18 https://colah.github.io/posts/2015-08-Understanding-LSTMs/

RNN

Page 18: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

19 https://mc.ai/multi-modal-methods-image-captioning-from-translation-to-attention/

Encoder&Decoder

Page 19: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

20

Transfer learning in NLP through the embedding layer

Shallow represention is not enough,

still require large training sets

Page 20: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

Word embeddings are cool,

but context matters!

Page 21: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

Word embeddings are cool,

but context matters!

It is time for contextual word embeddings

Page 22: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

23Peters, Matthew E., et al. "Deep contextualized word representations." 2018.

https://jalammar.github.io/illustrated-transformer/

2018ELMo

Embeddings

from Language

Models

Page 23: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

2018

Peters, Matthew E., et al. "Deep contextualized word representations." 2018.

https://jalammar.github.io/illustrated-transformer/

Page 24: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

Word2Vec

2018

2013

ELMo

Context free embeddings

Contextualized embeddings

Page 25: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

26

Transfer learning in NLP through the embedding layer

Shallow represention is not enough,

still require large training sets

Page 26: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

27

Bahdanau, Dzmitry, Kyunghyun Cho, and Yoshua Bengio. "Neural machine

translation by jointly learning to align and translate." 2014.

https://ai.googleblog.com/2016/09/a-neural-network-for-machine.html

2014Attention

Page 27: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

http://wangyp.tech/2019/01/05/Transformer/

Page 28: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

29 https://ai.googleblog.com/2016/09/a-neural-network-for-machine.html

2016

Page 29: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

30Vaswani, Ashish, et al. "Attention is all you need." NIPS. 2017.

https://jalammar.github.io/illustrated-transformer/

2017Transformer

Page 30: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

31Vaswani, Ashish, et al. "Attention is all you need." NIPS. 2017.

https://jalammar.github.io/illustrated-transformer/

2017Transformer

Self-Attention

Page 31: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

32Vaswani, Ashish, et al. "Attention is all you need." NIPS. 2017.

https://jalammar.github.io/illustrated-transformer/

2017Transformer

Self-Attention

input-input output-output

output-input

Page 32: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

33 https://jalammar.github.io/illustrated-transformer/

2017

Self-Attention

Transformer

input-input

Page 33: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

Transformers > RNNs (LSTMs)

Attention is all you need!

Page 34: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

Word2Vec

2018

2013

Attention2014

Transformer2017

ELMo

Attention is all you need

No need for RNNs

Page 35: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

Radford, Alec, et al. "Improving language understanding by generative pre-training." 2018.

http://jalammar.github.io/illustrated-bert/

2018OpenAI Transformer

Unsupervised

LM Training

Page 36: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

Radford, Alec, et al. "Improving language understanding by generative pre-training." 2018.

http://jalammar.github.io/illustrated-bert/

2018OpenAI Transformer

Unsupervised

LM Training

Supervised

Fine-Tuning

Page 37: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

39

Unidirectional

Transformer

(Transformer

Decoder)

Shallow BiDirectional LSTM

Page 38: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

Training a LM using

both left and right context jointly

Page 39: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

Training a LM using

both left and right context jointly

Masked Language Model

+ Transformer Encoders

https://blog.feedly.com/nlp-breakfast-2-the-rise-of-language-models/

Page 40: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

http://jalammar.github.io/illustrated-bert/

BERT 2018

Bidirectional

Encoder

Representations from

Transformers

Page 41: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

http://jalammar.github.io/illustrated-bert/

BERT 2018

Page 42: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

BERT

OpenAI Transformer

Word2Vec

2018

2013

Attention2014

Transformer2017

ELMo

Page 43: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

https://jalammar.github.io/illustrated-transformer/

Page 44: NLP, Deep Learning & Some Examples · 2020-03-02 · 11 What does wampimuk mean? Marco saw a hairy little wampimuk crouching behind a tree

Any Questions?