The paper defines linear and non-linear interaction contexts for LLMs and conjectures that prompting techniques and multi-agent systems are equivalent projections of the same patterns.
Exploiting Asymmetry for Synthetic Training Data Generation: SynthIE and the Case of Information Extraction
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
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.
fields
cs.AI 1years
2025 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Agent-Centric Projection of Prompting Techniques and Implications for Synthetic Training Data for Large Language Models
The paper defines linear and non-linear interaction contexts for LLMs and conjectures that prompting techniques and multi-agent systems are equivalent projections of the same patterns.