# A Generative Model for Punctuation in Dependency Trees

**Authors:** Xiang Lisa Li, Dingquan Wang, Jason Eisner

arXiv: 1906.11298 · 2019-06-28

## TL;DR

This paper introduces a generative model for punctuation in dependency trees that captures underlying, unobserved punctuation marks, improving punctuation restoration and syntactic transformations across multiple languages.

## Contribution

It formalizes a probabilistic model of underlying punctuation, enabling unsupervised learning and better reconstruction of punctuation in dependency trees.

## Key findings

- Model achieves plausible underlying punctuation reconstruction across 5 languages.
- Outperforms baselines on punctuation restoration tasks.
- Enables accurate surface punctuation rendering after syntactic transformations.

## Abstract

Treebanks traditionally treat punctuation marks as ordinary words, but linguists have suggested that a tree's "true" punctuation marks are not observed (Nunberg, 1990). These latent "underlying" marks serve to delimit or separate constituents in the syntax tree. When the tree's yield is rendered as a written sentence, a string rewriting mechanism transduces the underlying marks into "surface" marks, which are part of the observed (surface) string but should not be regarded as part of the tree. We formalize this idea in a generative model of punctuation that admits efficient dynamic programming. We train it without observing the underlying marks, by locally maximizing the incomplete data likelihood (similarly to EM). When we use the trained model to reconstruct the tree's underlying punctuation, the results appear plausible across 5 languages, and in particular, are consistent with Nunberg's analysis of English. We show that our generative model can be used to beat baselines on punctuation restoration. Also, our reconstruction of a sentence's underlying punctuation lets us appropriately render the surface punctuation (via our trained underlying-to-surface mechanism) when we syntactically transform the sentence.

## Full text

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

## Figures

10 figures with captions in the complete paper: https://tomesphere.com/paper/1906.11298/full.md

## References

65 references — full list in the complete paper: https://tomesphere.com/paper/1906.11298/full.md

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