Search papers, labs, and topics across Lattice.
This study investigates the effectiveness of input rewriting for dialogue discourse parsing (DDP) under zero-shot conditions, revealing that last-utterance clarifications often lead to more regressions than improvements in parsing accuracy. By analyzing three SDRT datasets and employing various parsers, the authors demonstrate that parser-agnostic rewriting introduces significant disruptions, limiting the potential for error correction through input modifications. The introduction of a parser-aware clarifier trained with GRPO shows promise by reducing regressions by up to 37%, but still struggles to consistently enhance parsing accuracy, highlighting the need for better rewritability prediction in input optimization.
Last-utterance clarifications can worsen parsing accuracy, with parser-agnostic rewrites introducing more errors than fixes in real-world applications.
Rewriting inputs to improve frozen downstream models has become a common strategy in modern NLP pipelines. Prior work on incremental dialogue discourse parsing (DDP) shows that supervised clarification models can rewrite fragmentary or underspecified utterances, such as resolving ellipsis or references, to improve parsing accuracy. In this work, we revisit this idea under realistic deployment conditions, where no clarification supervision is available and the clarifier must rely on zero-shot prompting or feedback from a frozen parser. Across three Segmented Discourse Representation Theory (SDRT) datasets and multiple parsers, we find that last-utterance clarification is far less reliable than suggested by supervised settings. Parser-agnostic rewriting often introduces more regressions than repairs, as edits that enable fixes also disrupt discourse cues relied upon by the parser. A best-of-8 rewriting analysis further reveals a practical ceiling: a large fraction of errors are not repairable through input rewriting alone. A parser-aware clarifier trained with GRPO reduces regressions by up to 37% by learning conservative abstention, yet still fails to produce selectivity-aware clarifications that consistently improve parsing. Together, these findings recast clarification as a selective intervention problem. We identify rewritability prediction, deciding whether an utterance is repairable before intervention, as the key missing capability for input-side optimization of frozen discourse parsers, and a critical direction for improving agentic pipelines more broadly.