***
layout: overview
slug: nemo-curator/nemo\_curator/utils/prompts
title: nemo\_curator.utils.prompts
----------------------------------
## Module Contents
### Data
[`CODE_QUALITY_PROMPT`](#nemo_curator-utils-prompts-CODE_QUALITY_PROMPT)
[`CODE_QUALITY_PROMPT_SIMPLIFIED`](#nemo_curator-utils-prompts-CODE_QUALITY_PROMPT_SIMPLIFIED)
[`HTML_TO_TEXT_PROMPT`](#nemo_curator-utils-prompts-HTML_TO_TEXT_PROMPT)
[`HTML_TO_TEXT_PROMPT_CODE`](#nemo_curator-utils-prompts-HTML_TO_TEXT_PROMPT_CODE)
[`MATH_TOPIC_CLASSIFICATION_PROMPT`](#nemo_curator-utils-prompts-MATH_TOPIC_CLASSIFICATION_PROMPT)
[`mind_debate`](#nemo_curator-utils-prompts-mind_debate)
[`mind_interview`](#nemo_curator-utils-prompts-mind_interview)
[`mind_layman_knowall`](#nemo_curator-utils-prompts-mind_layman_knowall)
[`mind_problem_solving`](#nemo_curator-utils-prompts-mind_problem_solving)
[`mind_teacher_student`](#nemo_curator-utils-prompts-mind_teacher_student)
[`mind_two_profs`](#nemo_curator-utils-prompts-mind_two_profs)
[`mind_two_students`](#nemo_curator-utils-prompts-mind_two_students)
### API
```python
nemo_curator.utils.prompts.CODE_QUALITY_PROMPT = '\nEvaluate the following text for relevance to computer programming and softwar...
```
```python
nemo_curator.utils.prompts.CODE_QUALITY_PROMPT_SIMPLIFIED = '\nEvaluate the following text for relevance to computer programming and softwar...
```
```python
nemo_curator.utils.prompts.HTML_TO_TEXT_PROMPT = '\nYou are given raw text extracted from an HTML page. Process this text to extr...
```
```python
nemo_curator.utils.prompts.HTML_TO_TEXT_PROMPT_CODE = '\nYou are given raw text extracted from an HTML page. Process this text to extr...
```
```python
nemo_curator.utils.prompts.MATH_TOPIC_CLASSIFICATION_PROMPT = '\nYou are a topic classification assistant.\nGiven the following document text,...
```
```python
nemo_curator.utils.prompts.mind_debate = 'Convert the context below as a multi-turn debate-style conversation where the p...
```
```python
nemo_curator.utils.prompts.mind_interview = 'Conduct an interview-style conversation where one participant acts as the inter...
```
```python
nemo_curator.utils.prompts.mind_layman_knowall = 'Imagine you are presenting the content below step-by-step to a layman. While yo...
```
```python
nemo_curator.utils.prompts.mind_problem_solving = 'Convert the context below as a multi-turn problem-solving conversation where pa...
```
```python
nemo_curator.utils.prompts.mind_teacher_student = 'Convert the context below as a multi-turn discussions between a teacher and a s...
```
```python
nemo_curator.utils.prompts.mind_two_profs = '\nConvert the context below as a multi-turn discussions between two professors....
```
```python
nemo_curator.utils.prompts.mind_two_students = 'Convert the context below as a multi-turn discussions between two students who ...
```