CLApr 19, 2022

Retrieval Enhanced Data Augmentation for Question Answering on Privacy Policies

arXiv:2204.08952v3272 citationsh-index: 64
Originality Incremental advance
AI Analysis

This work addresses data scarcity for question answering on privacy policies, which is an incremental improvement in a domain-specific area.

The paper tackles the problem of imbalanced labeled datasets in privacy policy question answering by developing a retrieval-enhanced data augmentation framework that expands positive training examples. The result is a 10% F1 improvement on the PrivacyQA benchmark, achieving a new state-of-the-art F1 score of 50%.

Prior studies in privacy policies frame the question answering (QA) task as identifying the most relevant text segment or a list of sentences from a policy document given a user query. Existing labeled datasets are heavily imbalanced (only a few relevant segments), limiting the QA performance in this domain. In this paper, we develop a data augmentation framework based on ensembling retriever models that captures the relevant text segments from unlabeled policy documents and expand the positive examples in the training set. In addition, to improve the diversity and quality of the augmented data, we leverage multiple pre-trained language models (LMs) and cascade them with noise reduction filter models. Using our augmented data on the PrivacyQA benchmark, we elevate the existing baseline by a large margin (10\% F1) and achieve a new state-of-the-art F1 score of 50\%. Our ablation studies provide further insights into the effectiveness of our approach.

Foundations

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

Your Notes