Welcome to the Wiki of the seminar ''Deep Natural Language Processing'' in the winter semester 2017/2018
This seminar is organized by Prof. Dr. Hannah Bast with the assistance of Niklas Schnelle and Thomas Goette. The seminar will take place every Wednesday, 4:15 pm - 5:45 pm, in the seminar room 02-017 in building 52. There will be no session on Wednesday, October 25th, 2017, on Wednesday, November 1st, 2017 (All Hallows), on Wednesday, December 27th, 2017, and on Wednesday, January 3rd, 2018 (christmas break).
See below for the recording and slides of the introductory session.
Important: Information
Not everyone is in the Daphne DeepNLP course yet, please join if you're taking this seminar!
Important Links
Please register for the course in HISinOne and Daphne.
If you have questions (both general or specific to your topic), please ask a question on the forum after registering for Daphne.
There is an introduction to SVN in english and german.
Modalities
Participants of the seminar will have to present one of the topics either alone or as a group of two. Each presentation will be 30 minutes for one participant or 2 * 20 minutes for two. In addition to introducing the topic each presentation must include a demo part where participants present a practical application of their topic.
What exactly this demo entails depends on the topic and will be discussed with each person/team separately. While we will provide suggestions you are very welcome to bring in your own ideas. Examples for demos may include the implementation of a small application, an interactive visualization or the demonstration of a complex existing system which you have set up on your own.
Sessions
Session |
Date |
Topic |
1 |
Wednesday, October 18th, 2017 |
Introduction and Organization, Video Recording (Download), Slides |
|
Wednesday, October 25th, 2017 |
NO SESSION |
|
Wednesday, November 1st, 2017 |
NO SESSION |
2 |
Wednesday, November 8th, 2017 |
Machine Learning Introduction (Niklas Schnelle) + topic assignment, Video Recording (Download), Code, Slides |
3 |
Wednesday, November 15th, 2017 |
Deep Learning Introduction (Thomas Goette), Video Recording (Download), Slides |
4 |
Wednesday, November 22nd, 2017 |
Standard Language Model (Samuel Steinegger) Slides |
5 |
Wednesday, November 29th, 2017 |
RNN Language Model (Ikrima Bin Saeed) Slides |
6 |
Wednesday, December 6th, 2017 |
word2vec (Sameed Hayat, Salih Hasan Siddiqi) Slides |
7 |
Wednesday, December 13rd, 2017 |
Paraphrasing and Synonyms (Christopher Krolla, Tobias Matysiak) Slides |
8 |
Wednesday, December 20th, 2017 |
Convolutional Neural Networks for NLP (David-Elias Künstle, Jessica Pape) Slides |
|
Wednesday, December 27th, 2017 |
NO SESSION |
|
Wednesday, January 3rd, 2018 |
NO SESSION |
9 |
Wednesday, January 10th, 2018 |
Text Classification (Frank Schüssele, Julian Schwarz) Slides |
10 |
Wednesday, January 17th, 2018 |
Sentiment Analysis (Jasmin Denk, Joao Carvalho) Slides |
11 |
Wednesday, January 24th, 2018 (moved to February 14th, 2018) |
Attention (Omar Shehata) Slides |
12 |
Wednesday, January 31st, 2018 |
Question Answering on Text (Dennis Koch, Philip Klein) Slides |
13 |
Wednesday, February 7th, 2018 |
Question Answering on Knowledge Bases (Dennis Armbruster, Patrick Bumüller) Slides |
Speech to Text (Mohammad Fattouh) Slides |
Topics
The topics are going to be introduced and roughly explained in the first session. They are basically about how Deep Learning can be used in Natural Language Processing.
Please note that you are supposed to present the topic, not the material listed here. The material is only intended as a starting point for your research.
Standard Language Model
- Modelling natural languages using unigrams, n-grams and statistics
- Material:
RNN Language Model
- Character based language modelling with Deep Neural Networks
- Material:
word2vec
- Representing words as vectors from a high dimensional vector space
- Material:
Paraphrasing and Synonyms
- Challenges and approaches for handling the ambiguity of natural language
- Material:
Convolutional Neural Networks for NLP
- A neural network architecture from image processing applied to NLP
- Material:
Text Classification
- Classifying text using Machine Learning: Approaches and Techniques
- Material:
Sentiment Analysis
- Using NLP for emotion extraction: Approaches and Techniques
- Material:
Attention
- Attending to detail for Neural Networks
- Material:
Question Answering on Text
- Finding answers in a heap of text
- Material:
Question Answering on Knowledge Bases
- Finding answers in a warehouse of facts
- Material:
General Additional Information
The following links are universally useful for all topics
Deep Learning the book by Ian Goodfellow
Yoav Goldberg’s Primer on NNs for NLP
Mainly for Question Answering:
Our chair's Survey on Semantic Search