# Evaluating Discourse in Structured Text Representations

**Authors:** Elisa Ferracane, Greg Durrett, Junyi Jessy Li, Katrin Erk

arXiv: 1906.01472 · 2019-06-11

## TL;DR

This paper critically evaluates a structured attention model for discourse representation, finding it often fails to capture true discourse structure and offers limited benefits for NLP tasks.

## Contribution

The study provides a detailed analysis of structured attention models for discourse, highlighting their limitations in capturing discourse structure and their minimal impact on task performance.

## Key findings

- Learned latent trees lack meaningful discourse structure
- Modified models still do not produce discourse-like trees
- Structured attention offers little or negative benefit to performance

## Abstract

Discourse structure is integral to understanding a text and is helpful in many NLP tasks. Learning latent representations of discourse is an attractive alternative to acquiring expensive labeled discourse data. Liu and Lapata (2018) propose a structured attention mechanism for text classification that derives a tree over a text, akin to an RST discourse tree. We examine this model in detail, and evaluate on additional discourse-relevant tasks and datasets, in order to assess whether the structured attention improves performance on the end task and whether it captures a text's discourse structure. We find the learned latent trees have little to no structure and instead focus on lexical cues; even after obtaining more structured trees with proposed model modifications, the trees are still far from capturing discourse structure when compared to discourse dependency trees from an existing discourse parser. Finally, ablation studies show the structured attention provides little benefit, sometimes even hurting performance.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1906.01472/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1906.01472/full.md

## References

27 references — full list in the complete paper: https://tomesphere.com/paper/1906.01472/full.md

---
Source: https://tomesphere.com/paper/1906.01472