CLLGMar 21, 2022

The Change that Matters in Discourse Parsing: Estimating the Impact of Domain Shift on Parser Error

arXiv:2203.11317v1642 citationsh-index: 17
Originality Incremental advance
AI Analysis

This addresses the domain adaptation challenge for discourse parsing practitioners, offering a tool for better model and dataset selection, though it is incremental as it builds on existing theoretical work.

The paper tackles the problem of discourse parsers performing poorly on out-of-distribution texts by proposing a statistic to estimate error-gap due to domain shift, validated through over 2400 experiments on 6 datasets, finding that non-news datasets are slightly easier to transfer to than news ones.

Discourse analysis allows us to attain inferences of a text document that extend beyond the sentence-level. The current performance of discourse models is very low on texts outside of the training distribution's coverage, diminishing the practical utility of existing models. There is need for a measure that can inform us to what extent our model generalizes from the training to the test sample when these samples may be drawn from distinct distributions. While this can be estimated via distribution shift, we argue that this does not directly correlate with change in the observed error of a classifier (i.e. error-gap). Thus, we propose to use a statistic from the theoretical domain adaptation literature which can be directly tied to error-gap. We study the bias of this statistic as an estimator of error-gap both theoretically and through a large-scale empirical study of over 2400 experiments on 6 discourse datasets from domains including, but not limited to: news, biomedical texts, TED talks, Reddit posts, and fiction. Our results not only motivate our proposal and help us to understand its limitations, but also provide insight on the properties of discourse models and datasets which improve performance in domain adaptation. For instance, we find that non-news datasets are slightly easier to transfer to than news datasets when the training and test sets are very different. Our code and an associated Python package are available to allow practitioners to make more informed model and dataset choices.

Code Implementations4 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes