kcompher / KDD19-tutorial

KDD19 Tutorial: From Shallow to Deep Language Representations: Pre-training, Fine-tuning, and Beyond

Home Page:http://kdd19.mxnet.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KDD19 Tutorial: From Shallow to Deep Language Representations: Pre-training, Fine-tuning, and Beyond

Time: Thu, August 08, 2019 - 9:30am - 12:30 pm | 1:00 pm - 4:00 pm

Location: Dena’ina Center, Kahtnu-Level 3, 600 W. Seventh Avenue Anchorage, AK 99501

Presenters: Aston Zhang, Haibin Lin, Leonard Lausen, Sheng Zha, and Alex Smola
Other contributors: Chenguang Wang and Mu Li

Abstract

Natural language processing (NLP) is at the core of the pursuit for artificial intelligence, with deep learning as the main powerhouse of recent advances. Most NLP problems remain unsolved. The compositional nature of language enables us to express complex ideas, but at the same time making it intractable to spoon-feed enough labels to the data-hungry algorithms for all situations. Recent progress on unsupervised language representation techniques brings new hope. In this hands-on tutorial, we walk through these techniques and see how NLP learning can be drastically improved based on pre-training and fine-tuning language representations on unlabelled text. Specifically, we consider shallow representations in word embeddings such as word2vec, fastText, and GloVe, and deep representations with attention mechanisms such as BERT. We demonstrate detailed procedures and best practices on how to pre-train such models and fine-tune them in downstream NLP tasks as diverse as finding synonyms and analogies, sentiment analysis, question answering, and machine translation. All the hands-on implementations are with Apache (incubating) MXNet and GluonNLP, and part of the implementations are available on Dive into Deep Learning.

Agenda

Time Tutor Title Slides Notebooks
9:30am-10:00am Alex Smola Basics of hands-on deep learning basics ndarray, autograd
10:00am-11:00am Alex Smola Neural Networks model, cnn-rnn, seq, rnn
11:00am-11:10am Coffee break
11:10am-11:30am Aston Zhang Shallow language representations in word embedding shallow-models
11:30am-12:30pm Aston Zhang Application sim-analogy-sentiment-analysis-rnn-cnn
12:30pm-1:00pm Lunch break
1:00pm-2:20pm Leonard Lausen Transformer transformer transformer
2:20pm-2:30pm Coffee break
2:30pm-3:30pm Haibin Lin Deep language representations with Transformer (BERT) bert
3:30pm-4:00pm Haibin Lin Application sentiment-bert

Links

About

KDD19 Tutorial: From Shallow to Deep Language Representations: Pre-training, Fine-tuning, and Beyond

http://kdd19.mxnet.io/

License:Apache License 2.0


Languages

Language:Jupyter Notebook 59.1%Language:Python 40.9%