CLAug 5, 2017

Automatic Question-Answering Using A Deep Similarity Neural Network

arXiv:1708.01713v150 citations
Originality Incremental advance
AI Analysis

This addresses the problem of automating responses in customer-care chat data, but it appears incremental as it builds on existing deep learning methods for similarity scoring.

The authors tackled automatic question-answering by proposing a deep similarity neural network that embeds questions and answers and selects the best answer based on similarity scores, achieving very good performance on a public database.

Automatic question-answering is a classical problem in natural language processing, which aims at designing systems that can automatically answer a question, in the same way as human does. In this work, we propose a deep learning based model for automatic question-answering. First the questions and answers are embedded using neural probabilistic modeling. Then a deep similarity neural network is trained to find the similarity score of a pair of answer and question. Then for each question, the best answer is found as the one with the highest similarity score. We first train this model on a large-scale public question-answering database, and then fine-tune it to transfer to the customer-care chat data. We have also tested our framework on a public question-answering database and achieved very good performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes