Expand a small curated dataset through rephrasing — generating diverse variations while keeping the same expected answer. Especially useful for RFT.
When to use:
Well-defined task with clear correct answers
You can write quality examples but need more volume
Diversity of phrasing matters more than diversity of scenarios
Workflow:
Write base examples with correct expected answers
For each, use an LLM to generate rephrasings varying tone, detail, and wording
Each rephrasing gets the same expected answer — only the phrasing changes
Validate the augmented dataset
Rephrasing prompt:
Generate N different phrasings of this request. Each should:- Use different wording, tone, or level of detail- Include the same key identifiers (order IDs, item names)- Vary between formal, casual, frustrated, brief, and detailed stylesReturn a JSON array of N strings.Original: [your example]
A cheap model (gpt-4.1-mini) works well — no new ground truth needed, just phrasing diversity.