TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Machine Comprehension Using Match-LSTM and Answer Pointer

Machine Comprehension Using Match-LSTM and Answer Pointer

Shuohang Wang, Jing Jiang

2016-08-29Reading ComprehensionQuestion AnsweringNatural Language Inference
PaperPDFCode(official)CodeCodeCodeCode

Abstract

Machine comprehension of text is an important problem in natural language processing. A recently released dataset, the Stanford Question Answering Dataset (SQuAD), offers a large number of real questions and their answers created by humans through crowdsourcing. SQuAD provides a challenging testbed for evaluating machine comprehension algorithms, partly because compared with previous datasets, in SQuAD the answers do not come from a small set of candidate answers and they have variable lengths. We propose an end-to-end neural architecture for the task. The architecture is based on match-LSTM, a model we proposed previously for textual entailment, and Pointer Net, a sequence-to-sequence model proposed by Vinyals et al.(2015) to constrain the output tokens to be from the input sequences. We propose two ways of using Pointer Net for our task. Our experiments show that both of our two models substantially outperform the best results obtained by Rajpurkar et al.(2016) using logistic regression and manually crafted features.

Results

TaskDatasetMetricValueModel
Question AnsweringSQuAD1.1 devEM64.1Match-LSTM with Bi-Ans-Ptr (Boundary+Search+b)
Question AnsweringSQuAD1.1 devF164.7Match-LSTM with Bi-Ans-Ptr (Boundary+Search+b)
Question AnsweringSQuAD1.1EM67.901Match-LSTM with Ans-Ptr (Boundary) (ensemble)
Question AnsweringSQuAD1.1F177.022Match-LSTM with Ans-Ptr (Boundary) (ensemble)
Question AnsweringSQuAD1.1EM64.744Match-LSTM with Bi-Ans-Ptr (Boundary)
Question AnsweringSQuAD1.1F173.743Match-LSTM with Bi-Ans-Ptr (Boundary)
Question AnsweringSQuAD1.1EM60.474Match-LSTM with Ans-Ptr (Boundary)
Question AnsweringSQuAD1.1F170.695Match-LSTM with Ans-Ptr (Boundary)
Question AnsweringSQuAD1.1EM54.505Match-LSTM with Ans-Ptr (Sentence)
Question AnsweringSQuAD1.1F167.748Match-LSTM with Ans-Ptr (Sentence)

Related Papers

From Roots to Rewards: Dynamic Tree Reasoning with RL2025-07-17Enter the Mind Palace: Reasoning and Planning for Long-term Active Embodied Question Answering2025-07-17Vision-and-Language Training Helps Deploy Taxonomic Knowledge but Does Not Fundamentally Alter It2025-07-17City-VLM: Towards Multidomain Perception Scene Understanding via Multimodal Incomplete Learning2025-07-17Describe Anything Model for Visual Question Answering on Text-rich Images2025-07-16Is This Just Fantasy? Language Model Representations Reflect Human Judgments of Event Plausibility2025-07-16LRCTI: A Large Language Model-Based Framework for Multi-Step Evidence Retrieval and Reasoning in Cyber Threat Intelligence Credibility Verification2025-07-15Warehouse Spatial Question Answering with LLM Agent2025-07-14