Towards Realistic Synthetic User-Generated Content: A Scaffolding Approach to Generating Online Discussions
Krisztian Balog, John Palowitch, Barbara Ikica, Filip Radlinski, Hamidreza Alvari, Mehdi Manshadi
TL;DR
The paper studies generating realistic synthetic user-generated content (UGC) by focusing on online discussion threads. It formalizes threads as sequences of posts with parent relationships, and introduces a scaffolded, multi-step pipeline that decouples thread structure (scaffolds) from content generation, using topic extraction and sampling to guide synthetic generation. A novel realism measure and a comprehensive evaluation suite—including topic, structural, content, and realism metrics—are proposed, and the framework is evaluated on Reddit and Wikipedia Talk Pages using PaLM 2 with both few-shot and fine-tuned scaffold strategies. Results show scaffolded generation substantially improves validity and structural realism over baseline end-to-end generation, with strong cross-community generalization and scalable costs, while highlighting areas for future work in prompt design, model fine-tuning, and privacy considerations.
Abstract
The emergence of synthetic data represents a pivotal shift in modern machine learning, offering a solution to satisfy the need for large volumes of data in domains where real data is scarce, highly private, or difficult to obtain. We investigate the feasibility of creating realistic, large-scale synthetic datasets of user-generated content, noting that such content is increasingly prevalent and a source of frequently sought information. Large language models (LLMs) offer a starting point for generating synthetic social media discussion threads, due to their ability to produce diverse responses that typify online interactions. However, as we demonstrate, straightforward application of LLMs yields limited success in capturing the complex structure of online discussions, and standard prompting mechanisms lack sufficient control. We therefore propose a multi-step generation process, predicated on the idea of creating compact representations of discussion threads, referred to as scaffolds. Our framework is generic yet adaptable to the unique characteristics of specific social media platforms. We demonstrate its feasibility using data from two distinct online discussion platforms. To address the fundamental challenge of ensuring the representativeness and realism of synthetic data, we propose a portfolio of evaluation measures to compare various instantiations of our framework.
