Robust Question Answering Through Sub-part Alignment
Jifan Chen, Greg Durrett

TL;DR
This paper introduces a question answering model that uses sub-part alignment based on semantic roles to improve robustness and interpretability, especially in out-of-domain scenarios.
Contribution
The paper proposes a novel alignment-based QA model using structured SVM and semantic roles, enhancing cross-domain robustness and interpretability over standard models.
Findings
More robust cross-domain performance than BERT QA
Alignment constraints help balance coverage and accuracy
Explicit alignments improve model interpretability
Abstract
Current textual question answering models achieve strong performance on in-domain test sets, but often do so by fitting surface-level patterns in the data, so they fail to generalize to out-of-distribution settings. To make a more robust and understandable QA system, we model question answering as an alignment problem. We decompose both the question and context into smaller units based on off-the-shelf semantic representations (here, semantic roles), and align the question to a subgraph of the context in order to find the answer. We formulate our model as a structured SVM, with alignment scores computed via BERT, and we can train end-to-end despite using beam search for approximate inference. Our explicit use of alignments allows us to explore a set of constraints with which we can prohibit certain types of bad model behavior arising in cross-domain settings. Furthermore, by…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
MethodsLinear Layer · Support Vector Machine · Residual Connection · Attention Dropout · Linear Warmup With Linear Decay · Weight Decay · Refunds@Expedia|||How do I get a full refund from Expedia? · Dense Connections · Adam · WordPiece
