CLDec 20, 2022

Privacy-Preserving Domain Adaptation of Semantic Parsers

Microsoft
arXiv:2212.10520v3229 citationsh-index: 42
Originality Synthesis-oriented
AI Analysis

This addresses privacy concerns for developers of task-oriented dialogue systems who need to improve system coverage without accessing actual user data, representing a domain-specific incremental advance.

The paper tackles the problem of generating realistic user utterances for task-oriented dialogue systems without compromising user privacy, proposing a two-stage differentially private generation method that improves MAUVE by 2.5× and parse tree function type overlap by 1.3×, and shows 8.5% accuracy gains in a domain adaptation task.

Task-oriented dialogue systems often assist users with personal or confidential matters. For this reason, the developers of such a system are generally prohibited from observing actual usage. So how can they know where the system is failing and needs more training data or new functionality? In this work, we study ways in which realistic user utterances can be generated synthetically, to help increase the linguistic and functional coverage of the system, without compromising the privacy of actual users. To this end, we propose a two-stage Differentially Private (DP) generation method which first generates latent semantic parses, and then generates utterances based on the parses. Our proposed approach improves MAUVE by 2.5$\times$ and parse tree function type overlap by 1.3$\times$ relative to current approaches for private synthetic data generation, improving both on fluency and semantic coverage. We further validate our approach on a realistic domain adaptation task of adding new functionality from private user data to a semantic parser, and show overall gains of 8.5% points in accuracy with the new feature.

Foundations

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

Your Notes