> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/curator/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/curator/_mcp/server.

# nemo_curator.stages.synthetic.nemotron_cc.prompts

## Module Contents

### Data

[`DISTILL_PROMPT_TEMPLATE`](#nemo_curator-stages-synthetic-nemotron_cc-prompts-DISTILL_PROMPT_TEMPLATE)

[`DIVERSE_QA_PROMPT_TEMPLATE`](#nemo_curator-stages-synthetic-nemotron_cc-prompts-DIVERSE_QA_PROMPT_TEMPLATE)

[`EXTRACT_KNOWLEDGE_PROMPT_TEMPLATE`](#nemo_curator-stages-synthetic-nemotron_cc-prompts-EXTRACT_KNOWLEDGE_PROMPT_TEMPLATE)

[`KNOWLEDGE_LIST_PROMPT_TEMPLATE`](#nemo_curator-stages-synthetic-nemotron_cc-prompts-KNOWLEDGE_LIST_PROMPT_TEMPLATE)

[`NEMOTRON_CC_DISTILL_SYSTEM_PROMPT`](#nemo_curator-stages-synthetic-nemotron_cc-prompts-NEMOTRON_CC_DISTILL_SYSTEM_PROMPT)

[`NEMOTRON_CC_SYSTEM_PROMPT`](#nemo_curator-stages-synthetic-nemotron_cc-prompts-NEMOTRON_CC_SYSTEM_PROMPT)

[`WIKIPEDIA_REPHRASING_PROMPT_TEMPLATE`](#nemo_curator-stages-synthetic-nemotron_cc-prompts-WIKIPEDIA_REPHRASING_PROMPT_TEMPLATE)

### API

```python
nemo_curator.stages.synthetic.nemotron_cc.prompts.DISTILL_PROMPT_TEMPLATE = 'Your task is to read and paraphrase the provided text following these instructi...
```

```python
nemo_curator.stages.synthetic.nemotron_cc.prompts.DIVERSE_QA_PROMPT_TEMPLATE = 'Task:\nRead the text, ask questions and answer them.\n\nFollow these instructio...
```

```python
nemo_curator.stages.synthetic.nemotron_cc.prompts.EXTRACT_KNOWLEDGE_PROMPT_TEMPLATE = "Your task is to rewrite knowledge from the provided text following these instru...
```

```python
nemo_curator.stages.synthetic.nemotron_cc.prompts.KNOWLEDGE_LIST_PROMPT_TEMPLATE = 'Review the text and extract the key information. Follow these instructions:\n- ...
```

```python
nemo_curator.stages.synthetic.nemotron_cc.prompts.NEMOTRON_CC_DISTILL_SYSTEM_PROMPT = 'You are an artificial intelligence assistant. You carefully provide accurate, f...
```

```python
nemo_curator.stages.synthetic.nemotron_cc.prompts.NEMOTRON_CC_SYSTEM_PROMPT = 'A chat between a curious user and an artificial intelligence assistant. The ass...
```

```python
nemo_curator.stages.synthetic.nemotron_cc.prompts.WIKIPEDIA_REPHRASING_PROMPT_TEMPLATE = 'For the following paragraph give me a diverse paraphrase of the same in high qu...
```