EMNLP 2023long findings0 citations

Learning Dynamic Representations for Discourse Dependency Parsing

Tianyi Liu, Yansong Feng, Dongyan Zhao

Abstract

Transition systems have been widely used for the discourse dependency parsing task. Existing works often characterize transition states by examining a certain number of elementary discourse units (EDUs), while neglecting the arcs obtained from the transition history. In this paper, we propose to employ GAT-based encoder to learn dynamic representations for sub-trees constructed in previous transition steps. By incorporating these representations, our model is able to retain accessibility to all parsed EDUs through the obtained arcs, thus better utilizing the structural information of the document, particularly when handling lengthy text spans with complex structures. For the discourse relation recognition task, we employ edge-featured GATs to derive better representations for EDU pairs. Experimental results show that our model can achieve state-of-the-art performance on widely adopted datasets including RST-DT, SciDTB and CDTB. Our code is available at $\href{https://github.com/lty-lty/Discourse-Dependency-Parsing}{https://github.com/lty-lty/Discourse-Dependency-Parsing}$.

Discourse dependency parsingTransition systemsDynamic sub-tree representationsGraph attention networks
BibTeX
@inproceedings{
liu2023learning,
title={Learning Dynamic Representations for Discourse Dependency Parsing},
author={Tianyi Liu and Yansong Feng and Dongyan Zhao},
booktitle={The 2023 Conference on Empirical Methods in Natural Language Processing},
year={2023},
url={https://openreview.net/forum?id=6nLdWdTeos}
}
Learning Dynamic Representations for Discourse Dependency Parsing · EMNLP 2023