SOTAVerified

Structural Embedding of Syntactic Trees for Machine Comprehension

2017-03-02EMNLP 2017Unverified0· sign in to hype

Rui Liu, Junjie Hu, Wei Wei, Zi Yang, Eric Nyberg

Unverified — Be the first to reproduce this paper.

Reproduce

Abstract

Deep neural networks for machine comprehension typically utilizes only word or character embeddings without explicitly taking advantage of structured linguistic information such as constituency trees and dependency trees. In this paper, we propose structural embedding of syntactic trees (SEST), an algorithm framework to utilize structured information and encode them into vector representations that can boost the performance of algorithms for the machine comprehension. We evaluate our approach using a state-of-the-art neural attention model on the SQuAD dataset. Experimental results demonstrate that our model can accurately identify the syntactic boundaries of the sentences and extract answers that are syntactically coherent over the baseline methods.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
SQuAD1.1SEDT (ensemble model)EM74.09Unverified
SQuAD1.1SEDT+BiDAF (ensemble)EM73.72Unverified
SQuAD1.1SEDT+BiDAF (single model)EM68.48Unverified
SQuAD1.1SEDT (single model)EM68.16Unverified
SQuAD1.1 devSEDT-LSTMEM67.89Unverified
SQuAD1.1 devSECT-LSTMEM67.65Unverified

Reproductions