CLApr 19, 2016

M$^2$S-Net: Multi-Modal Similarity Metric Learning based Deep Convolutional Network for Answer Selection

arXiv:1604.05519v3
Originality Incremental advance
AI Analysis

This work addresses answer selection in natural language processing, offering a novel approach to model sentence interdependence, though it is incremental as it builds on existing deep learning methods.

The paper tackles the answer selection problem by proposing M$^2$S-Net, a deep convolutional network based on multi-modal similarity metric learning that captures interdependence between sentences, achieving state-of-the-art results on the TREC-QA dataset with improved MAP and MRR metrics.

Recent works using artificial neural networks based on distributed word representation greatly boost performance on various natural language processing tasks, especially the answer selection problem. Nevertheless, most of the previous works used deep learning methods (like LSTM-RNN, CNN, etc.) only to capture semantic representation of each sentence separately, without considering the interdependence between each other. In this paper, we propose a novel end-to-end learning framework which constitutes deep convolutional neural network based on multi-modal similarity metric learning (M$^2$S-Net) on pairwise tokens. The proposed model demonstrates its performance by surpassing previous state-of-the-art systems on the answer selection benchmark, i.e., TREC-QA dataset, in both MAP and MRR metrics.

Code Implementations1 repo
Foundations

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

Your Notes