A Joint Model for Dropped Pronoun Recovery and Conversational Discourse Parsing in Chinese Conversational Speech
Jingxuan Yang, Kerui Xu, Jun Xu, Si Li, Sheng Gao, Jun Guo, Nianwen, Xue, Ji-Rong Wen

TL;DR
This paper introduces DiscProReco, a neural joint model for dropped pronoun recovery and discourse parsing in Chinese conversational speech, leveraging GCNs to improve both tasks simultaneously.
Contribution
The paper presents a novel joint neural model that integrates DPR and CDP tasks using GCNs, demonstrating significant performance improvements.
Findings
DiscProReco outperforms state-of-the-art baselines on SPDPR dataset.
Joint modeling benefits both dropped pronoun recovery and discourse parsing.
The model effectively encodes conversational structure with GCNs.
Abstract
In this paper, we present a neural model for joint dropped pronoun recovery (DPR) and conversational discourse parsing (CDP) in Chinese conversational speech. We show that DPR and CDP are closely related, and a joint model benefits both tasks. We refer to our model as DiscProReco, and it first encodes the tokens in each utterance in a conversation with a directed Graph Convolutional Network (GCN). The token states for an utterance are then aggregated to produce a single state for each utterance. The utterance states are then fed into a biaffine classifier to construct a conversational discourse graph. A second (multi-relational) GCN is then applied to the utterance states to produce a discourse relation-augmented representation for the utterances, which are then fused together with token states in each utterance as input to a dropped pronoun recovery layer. The joint model is trained…
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
TopicsNatural Language Processing Techniques · Topic Modeling · Speech Recognition and Synthesis
MethodsGraph Convolutional Network
