ALICE: Active Learning with Contrastive Natural Language Explanations
Weixin Liang, James Zou, Zhou Yu

TL;DR
ALICE is a novel active learning framework that leverages contrastive natural language explanations to improve data efficiency in training neural classifiers, reducing the need for large annotated datasets.
Contribution
ALICE introduces a new active learning approach that uses contrastive explanations and semantic parsing to enhance model training with fewer labeled samples.
Findings
Models with ALICE outperform baselines trained with 40-100% more data.
Adding one explanation is equivalent to adding 13-30 labeled data points.
Contrastive explanations significantly improve data efficiency.
Abstract
Training a supervised neural network classifier typically requires many annotated training samples. Collecting and annotating a large number of data points are costly and sometimes even infeasible. Traditional annotation process uses a low-bandwidth human-machine communication interface: classification labels, each of which only provides several bits of information. We propose Active Learning with Contrastive Explanations (ALICE), an expert-in-the-loop training framework that utilizes contrastive natural language explanations to improve data efficiency in learning. ALICE learns to first use active learning to select the most informative pairs of label classes to elicit contrastive natural language explanations from experts. Then it extracts knowledge from these explanations using a semantic parser. Finally, it incorporates the extracted knowledge through dynamically changing the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsExplainable Artificial Intelligence (XAI) · Machine Learning and Data Classification · Machine Learning and Algorithms
