# Data Curation Recipes

Here are some simple data curation recipes to get you started with generating synthetic data at scale using Curator:&#x20;

* [Generating a diverse QA dataset](/bespoke-curator/data-curation-recipes/generating-a-diverse-qa-dataset.md)
* [Curate Reasoning data with Claude-3.7 Sonnet](/bespoke-curator/data-curation-recipes/curate-reasoning-data-with-claude-3.7-sonnet.md)
* [Using SimpleStrat block for generating diverse data](/bespoke-curator/data-curation-recipes/using-simplestrat-block-for-generating-diverse-data.md)
* [Using SimpleStrat block for generating diverse data](/bespoke-curator/data-curation-recipes/using-simplestrat-block-for-generating-diverse-data.md)

In addition to these examples, we also have the following larger examples in our github repo:&#x20;

| **Task**                                           | **Link(s)**                                                                                         | **Goal**                                                                                                                |
| -------------------------------------------------- | --------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| **Reasoning dataset generation (Bespoke Stratos)** | [Code](https://github.com/bespokelabsai/curator/tree/main/examples/bespoke-stratos-data-generation) | Generate the Bespoke-Stratos-17k dataset, focusing on reasoning traces from math, coding, and problem-solving datasets. |
| **Reasoning dataset generation (Open Thoughts)**   | [Code](https://github.com/open-thoughts/open-thoughts)                                              | Generate the Open-Thoughts-114k dataset, focusing on reasoning traces from math, coding, and problem-solving datasets.  |
| **3Blue1Brown video generation**                   | [Code](https://github.com/bespokelabsai/curator/tree/main/examples/code-execution/math-animation)   | Generate videos similar to 3Blue1Brown and render them using code execution.                                            |

<br>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bespokelabs.ai/bespoke-curator/data-curation-recipes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
