CLAILGMar 7, 2023

Exploiting Asymmetry for Synthetic Training Data Generation: SynthIE and the Case of Information Extraction

arXiv:2303.04132v2177 citationsh-index: 54Has Code
Originality Highly original
AI Analysis

This approach addresses the problem of data scarcity for information extraction tasks, enabling high-quality synthetic data generation for researchers and practitioners in NLP.

The paper tackles the challenge of generating synthetic training data for complex tasks like information extraction by exploiting asymmetry, where LLMs generate plausible input text from target output structures, and demonstrates its effectiveness by creating a 1.8M-point dataset that leads to models outperforming prior state-of-the-art by 57 points in micro-F1 and 79 points in macro-F1.

Large language models (LLMs) have great potential for synthetic data generation. This work shows that useful data can be synthetically generated even for tasks that cannot be solved directly by LLMs: for problems with structured outputs, it is possible to prompt an LLM to perform the task in the reverse direction, by generating plausible input text for a target output structure. Leveraging this asymmetry in task difficulty makes it possible to produce large-scale, high-quality data for complex tasks. We demonstrate the effectiveness of this approach on closed information extraction, where collecting ground-truth data is challenging, and no satisfactory dataset exists to date. We synthetically generate a dataset of 1.8M data points, establish its superior quality compared to existing datasets in a human evaluation, and use it to finetune small models (220M and 770M parameters), termed SynthIE, that outperform the prior state of the art (with equal model size) by a substantial margin of 57 absolute points in micro-F1 and 79 points in macro-F1. Code, data, and models are available at https://github.com/epfl-dlab/SynthIE.

Code Implementations1 repo
Foundations

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

Your Notes