Sentence 3 · Anchor
The House approves a smaller relief package than California had requested.
Findings of ACL
2023
Discourse Analysis via Questions and Answers: Parsing Dependency Structures of Questions Under Discussion
Findings of the Association for Computational Linguistics (ACL) · 2023
The parser treats each sentence as an answer to a question raised earlier in the document. It predicts an earlier anchor and generates the question that connects them. Training uses DCQA, the crowdsourced dataset introduced by Ko et al. (2022).
We evaluate the questions with human readers, compare the resulting dependencies with Rhetorical Structure Theory trees, and use the parses to examine how simplified news articles add and reorganize information.
Sentence 4 answers a question raised by sentence 3. That question labels the dependency between them.
The House approves a smaller relief package than California had requested.
What would the shortfall be?
California still faces a funding gap of roughly $2 billion to $4 billion.
Figure 1(a), page 2. Annotated DCQA example in Figure 1(a). Question quoted; anchor and answer paraphrased.
The Colab notebook runs the pipeline from numbered sentences to questions and their anchors.
Put one sentence per line in inputa/, with a sentence number, a tab, and the sentence.
For each answer sentence, predict an earlier sentence that raises the question.
Generate candidate questions from the predicted anchor, then rank them.
Each question labels an edge between the answer sentence and its anchor.
The original setup uses the bundled Transformers code and separate model downloads. Follow the repository’s environment instructions.
@inproceedings{qudparsing2023,
title={{Discourse Analysis via Questions and Answers: Parsing Dependency Structures of Questions Under Discussion}},
author={Ko, Wei-Jen and Wu, Yating and Dalton, Cutter and Srinivas, Dananjay and Durrett, Greg and Li, Junyi Jessy},
year={2023},
booktitle={Findings of the Association for Computational Linguistics: ACL 2023},
doi={10.18653/v1/2023.findings-acl.710},
pages={11181--11195},
url={https://aclanthology.org/2023.findings-acl.710/},
publisher={Association for Computational Linguistics}
}