Papers I Read Notes and Summaries

Pointer Networks

Introduction

  • The paper introduces a novel architecture that generates an output sequence...


Learning to Compute Word Embeddings On the Fly

Introduction

  • Word based language models suffer from the problem of rare or...


R-NET - Machine Reading Comprehension with Self-matching Networks

Introduction

  • R-NET is an end-to-end trained neural network model for machine comprehension.

    ...

ReasoNet - Learning to Stop Reading in Machine Comprehension

Introduction

  • In the domain of machine comprehension, making multiple passes over the...


Principled Detection of Out-of-Distribution Examples in Neural Networks

Problem Statement

  • Given a pre-trained neural network, which is trained using data...


Ask Me Anything - Dynamic Memory Networks for Natural Language Processing

Introduction

  • Dynamic Memory Networks (DMN) is a neural network based general framework...


One Model To Learn Them All

  • The current trend in deep learning is to design, train and fine tune...


Two/Too Simple Adaptations of Word2Vec for Syntax Problems

  • The paper proposes two variants of Word2Vec model so that it may account for...

A Decomposable Attention Model for Natural Language Inference

Introduction

  • The paper proposes an attention based mechanism to decompose the problem of...

A Fast and Accurate Dependency Parser using Neural Networks

Introduction

  • The paper proposes a neural network classifier to perform transition-based dependency parsing...