Beyond Supervised Clarification: Input Rewriting with LLMs for Dialogue Discourse Parsing
Summary
A study on input rewriting with Large Language Models (LLMs) for dialogue discourse parsing (DDP) reveals significant challenges under realistic, unsupervised deployment conditions. Examining three Segmented Discourse Representation Theory (SDRT) datasets and multiple parsers, the research found that last-utterance clarification is considerably less reliable than previously suggested by supervised approaches. Parser-agnostic rewriting frequently introduced more parsing regressions than repairs, as beneficial edits often disrupted critical discourse cues. A "best-of-8" rewriting analysis further indicated that a substantial portion of errors are not fixable through input rewriting alone. While a parser-aware clarifier, trained with GRPO, reduced regressions by up to 37% through conservative abstention, it still failed to consistently improve parsing. These findings reframe clarification as a selective intervention problem, highlighting rewritability prediction as a crucial missing capability for optimizing frozen discourse parsers and broader agentic pipelines.
Key takeaway
For NLP Engineers developing dialogue systems or agentic pipelines, blindly implementing input rewriting for discourse parsing is risky. Your efforts should prioritize developing "rewritability prediction" capabilities to determine when an utterance is genuinely repairable. Without selective intervention, parser-agnostic rewriting can introduce more regressions than repairs, disrupting crucial discourse cues and hindering overall parsing accuracy. Focus on building systems that know when to abstain from rewriting.
Key insights
Input rewriting for dialogue discourse parsing often degrades performance without selective intervention.
Principles
- Parser-agnostic rewriting can harm discourse cues.
- Many DDP errors are not fixable by input rewriting.
- Clarification is a selective intervention problem.
Method
A parser-aware clarifier trained with GRPO learns conservative abstention to reduce regressions by up to 37% in dialogue discourse parsing.
In practice
- Prioritize rewritability prediction for DDP.
- Develop selective intervention strategies for agentic pipelines.
Topics
- Input Rewriting
- Dialogue Discourse Parsing
- Large Language Models
- Agentic Pipelines
- Rewritability Prediction
- SDRT
Best for: Research Scientist, AI Scientist, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.