Question Decomposition with Dependency Graphs
Matan Hasson, Jonathan Berant

TL;DR
This paper introduces a dependency graph-based parser for question decomposition, which improves inference speed and generalization over traditional seq2seq models by leveraging graph structures and auxiliary supervision.
Contribution
It proposes a novel dependency graph parser for QDMR that is non-autoregressive and uses auxiliary supervision, enhancing speed and domain generalization.
Findings
Graph parser reduces inference time by 16x.
Graph parser achieves comparable performance to seq2seq models.
Auxiliary graph supervision improves generalization to new domains.
Abstract
QDMR is a meaning representation for complex questions, which decomposes questions into a sequence of atomic steps. While state-of-the-art QDMR parsers use the common sequence-to-sequence (seq2seq) approach, a QDMR structure fundamentally describes labeled relations between spans in the input question, and thus dependency-based approaches seem appropriate for this task. In this work, we present a QDMR parser that is based on dependency graphs (DGs), where nodes in the graph are words and edges describe logical relations that correspond to the different computation steps. We propose (a) a non-autoregressive graph parser, where all graph edges are computed simultaneously, and (b) a seq2seq parser that uses gold graph as auxiliary supervision. We find that a graph parser leads to a moderate reduction in performance (0.47 to 0.44), but to a 16x speed-up in inference time due to the…
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.
Code & Models
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
MethodsTanh Activation · Sigmoid Activation · Long Short-Term Memory · Sequence to Sequence
