1. A healthcare company is creating a fine-tuning dataset for a clinical documentation assistant. They want to use synthetic data generation to scale their dataset but must ensure the synthetic examples are safe and clinically accurate. Which approach best ensures quality and safety of the synthetic data?
- A. Generate synthetic examples using a large frontier model, then have clinical experts review and filter the outputs before including them in the training set✓ Correct
- B. Generate synthetic examples and include them all without review to maximize dataset size
- C. Use a smaller domain-specific model to generate synthetics to avoid hallucinations from large models
- D. Scrape publicly available medical forums and use those as synthetic training examples
Explanation
Using a large frontier model for generation combined with clinical expert review (human-in-the-loop validation) ensures both scale and accuracy, catching hallucinations or unsafe content before training. Including all outputs without review (B) risks training on incorrect or unsafe clinical information, which is a patient safety issue. Using a smaller model (C) does not reduce hallucinations; smaller models are generally more prone to errors in specialized domains. Scraping medical forums (D) produces noisy, unverified content that is not synthetic in the controlled sense and raises legal and quality concerns.