***

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

<Anchor id="nemo_curator-utils-prompts-CODE_QUALITY_PROMPT">
  <CodeBlock showLineNumbers={false} wordWrap={true}>
    ```python
    nemo_curator.utils.prompts.CODE_QUALITY_PROMPT = '\nEvaluate the following text for relevance to computer programming and softwar...
    ```
  </CodeBlock>
</Anchor>

<Anchor id="nemo_curator-utils-prompts-CODE_QUALITY_PROMPT_SIMPLIFIED">
  <CodeBlock showLineNumbers={false} wordWrap={true}>
    ```python
    nemo_curator.utils.prompts.CODE_QUALITY_PROMPT_SIMPLIFIED = '\nEvaluate the following text for relevance to computer programming and softwar...
    ```
  </CodeBlock>
</Anchor>

<Anchor id="nemo_curator-utils-prompts-HTML_TO_TEXT_PROMPT">
  <CodeBlock showLineNumbers={false} wordWrap={true}>
    ```python
    nemo_curator.utils.prompts.HTML_TO_TEXT_PROMPT = '\nYou are given raw text extracted from an HTML page. Process this text to extr...
    ```
  </CodeBlock>
</Anchor>

<Anchor id="nemo_curator-utils-prompts-HTML_TO_TEXT_PROMPT_CODE">
  <CodeBlock showLineNumbers={false} wordWrap={true}>
    ```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...
    ```
  </CodeBlock>
</Anchor>

<Anchor id="nemo_curator-utils-prompts-MATH_TOPIC_CLASSIFICATION_PROMPT">
  <CodeBlock showLineNumbers={false} wordWrap={true}>
    ```python
    nemo_curator.utils.prompts.MATH_TOPIC_CLASSIFICATION_PROMPT = '\nYou are a topic classification assistant.\nGiven the following document text,...
    ```
  </CodeBlock>
</Anchor>

<Anchor id="nemo_curator-utils-prompts-mind_debate">
  <CodeBlock showLineNumbers={false} wordWrap={true}>
    ```python
    nemo_curator.utils.prompts.mind_debate = 'Convert the context below as a multi-turn debate-style conversation where the p...
    ```
  </CodeBlock>
</Anchor>

<Anchor id="nemo_curator-utils-prompts-mind_interview">
  <CodeBlock showLineNumbers={false} wordWrap={true}>
    ```python
    nemo_curator.utils.prompts.mind_interview = 'Conduct an interview-style conversation where one participant acts as the inter...
    ```
  </CodeBlock>
</Anchor>

<Anchor id="nemo_curator-utils-prompts-mind_layman_knowall">
  <CodeBlock showLineNumbers={false} wordWrap={true}>
    ```python
    nemo_curator.utils.prompts.mind_layman_knowall = 'Imagine you are presenting the content below step-by-step to a layman. While yo...
    ```
  </CodeBlock>
</Anchor>

<Anchor id="nemo_curator-utils-prompts-mind_problem_solving">
  <CodeBlock showLineNumbers={false} wordWrap={true}>
    ```python
    nemo_curator.utils.prompts.mind_problem_solving = 'Convert the context below as a multi-turn problem-solving conversation where pa...
    ```
  </CodeBlock>
</Anchor>

<Anchor id="nemo_curator-utils-prompts-mind_teacher_student">
  <CodeBlock showLineNumbers={false} wordWrap={true}>
    ```python
    nemo_curator.utils.prompts.mind_teacher_student = 'Convert the context below as a multi-turn discussions between a teacher and a s...
    ```
  </CodeBlock>
</Anchor>

<Anchor id="nemo_curator-utils-prompts-mind_two_profs">
  <CodeBlock showLineNumbers={false} wordWrap={true}>
    ```python
    nemo_curator.utils.prompts.mind_two_profs = '\nConvert the context below as a multi-turn discussions between two professors....
    ```
  </CodeBlock>
</Anchor>

<Anchor id="nemo_curator-utils-prompts-mind_two_students">
  <CodeBlock showLineNumbers={false} wordWrap={true}>
    ```python
    nemo_curator.utils.prompts.mind_two_students = 'Convert the context below as a multi-turn discussions between two students who ...
    ```
  </CodeBlock>
</Anchor>
