

NLP Highlights
Allen Institute for Artificial Intelligence
**The podcast is currently on hiatus. For more active NLP content, check out the Holistic Intelligence Podcast linked below.**
Welcome to the NLP highlights podcast, where we invite researchers to talk about their work in various areas in natural language processing. All views expressed belong to the hosts/guests, and do not represent their employers.
Welcome to the NLP highlights podcast, where we invite researchers to talk about their work in various areas in natural language processing. All views expressed belong to the hosts/guests, and do not represent their employers.
Episodes
Mentioned books

Jun 27, 2017 • 17min
24 - Improving Hypernymy Detection with an Integrated Path-based and Distributional Method
ACL 2016 outstanding paper, by Vered Shwartz, Yoav Goldberg and Ido Dagan.
Waleed presents this paper, discussing hypernymy detection and the methods used in the paper. It's pretty similar to work in relation extraction and knowledge base completion, so we also talk a bit about connections to other methods we're familiar with. Encoding paths using an RNN like they do (and like Arvind Neelakantan did for KBC) improves recall substantially, at the cost of some precision, which makes intuitive sense.
https://www.semanticscholar.org/paper/Improving-Hypernymy-Detection-with-an-Integrated-P-Shwartz-Goldberg/05d28e891fd70d123c46ceeb0cdfc0a2cb0d88db

Jun 26, 2017 • 17min
23 - Get To The Point: Summarization with Pointer-Generator Networks
ACL 2017 paper by Abigail See, Peter Liu, and Chris Manning.
Matt presents the paper, describing the task (summarization on CNN/Daily Mail), the model (the standard copy + generate model that people are using these days, plus a nice coverage loss term), and the results (can't beat the extractive baseline, but coming close). It's a nice paper - very well written, interesting discussion section.
https://www.semanticscholar.org/paper/Get-To-The-Point-Summarization-with-Pointer-Genera-See-Liu/13db673d09f546698e0bfb6687beeb5345f81ad9
Abigail also has a very nice blog post where she describes her work in a less formal tone than the paper: http://www.abigailsee.com/2017/04/16/taming-rnns-for-better-summarization.html

Jun 16, 2017 • 31min
22 - Deep Multitask Learning for Semantic Dependency Parsing, with Noah Smith
An interview with Noah Smith.
Noah tells us about his work with his students Hao Peng and Sam Thomson. We talk about what semantic dependency parsing is, the model that they used to approach the problem, how multi-task learning fits into this with a graph-based parser, and end with a little discussion about representation learning.
https://www.semanticscholar.org/paper/Deep-Multitask-Learning-for-Semantic-Dependency-Pa-Peng-Thomson/406fd41b360bb02c0aaabff54055193fb5d9d7f1

Jun 15, 2017 • 19min
21 - Contextual Explanation Networks, with Maruan Al-Shedivat
https://arxiv.org/abs/1705.10301
Maruan, Avinava Dubey and Eric Xing essentially put the post-hoc decision boundary explanations from the "Why Should I Trust You?" paper* as a core component of a predictive model. Maruan comes on to tell us about it.
* https://www.semanticscholar.org/paper/Why-Should-I-Trust-You-Explaining-the-Predictions-Ribeiro-Singh/5636dca44384240ce9aff2b10b78458cd3c2f450

Jun 14, 2017 • 18min
20 - A simple neural network module for relational reasoning
The recently-hyped paper that got "superhuman" performance on FAIR's CLEVR dataset.
https://arxiv.org/abs/1706.01427

Jun 12, 2017 • 26min
19 - End-to-end Differentiable Proving, with Tim Rocktäschel
An interview with Tim Rocktäschel.
https://arxiv.org/abs/1705.11040

Jun 9, 2017 • 10min
18 - Generalizing to Unseen Entities and Entity Pairs with Row-less Universal Schema
https://www.semanticscholar.org/paper/Generalizing-to-Unseen-Entities-and-Entity-Pairs-w-Verga-Neelakantan/7dd8b958632b07e41979337c71d847a3f39df456

Jun 8, 2017 • 13min
17 - pix2code: Generating Code from a Graphical User Interface Screenshot
https://arxiv.org/abs/1705.07962

Jun 7, 2017 • 11min
16 - Arc-swift: A Novel Transition System for Dependency Parsing
https://www.semanticscholar.org/paper/Arc-swift-A-Novel-Transition-System-for-Dependency-Qi-Manning/56fc1372a41a46f777ac77859219bb4b76bfd098

Jun 6, 2017 • 14min
15 - Attention and Augmented Recurrent Neural Networks
http://distill.pub/2016/augmented-rnns/