Skip to content

Commit

Permalink
add/prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
hjian42 committed Jun 11, 2024
1 parent 10b60ed commit 183025f
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 0 deletions.
11 changes: 11 additions & 0 deletions prompts/concept_question.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Read the concept explanation and story below. Please generate a multiple choice question with four candidates (only one correct answer) to test if a reader understands the concept: which of the following answers is an accurate description of the concept "{CONCEPT}"?

Start your response with "Question:". Candidates are ordered by (A), (B), (C), (D). In the end, give the right answer with its explanation starting with "The right answer is".

Concept: ```
{TEXT}
```

Story: ```
{STORY}
```
12 changes: 12 additions & 0 deletions prompts/ending_question.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Read the concept explanation and story below. Please generate a multiple choice question with four candidates (only one correct answer) to test if a reader understands the concept: come up with a hypothetical scenario where the concept "{CONCEPT}" is used and ask the reader to guess the ending of the story.
Please ensure the hypothetical scenario is more challenging than the story below.

Start your response with "Question:". Candidates are ordered by (A), (B), (C), (D). In the end, give the right answer in the end with its explanation starting with "The right answer is".

Concept: ```
{TEXT}
```

Story: ```
{STORY}
```
11 changes: 11 additions & 0 deletions prompts/limitation_question.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Read the concept explanation and story below. Please generate a multiple choice question with four candidates (only one correct answer) to test if a reader understands the concept: what is a potential limitation or exception of the rule "{CONCEPT}"?

Start your response with "Question:". Candidates are ordered by (A), (B), (C), (D). In the end, give the right answer in the end with its explanation starting with "The right answer is".

Concept: ```
{TEXT}
```

Story: ```
{STORY}
```
7 changes: 7 additions & 0 deletions prompts/story.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Tell a story within 500 words to simplify the concept explanation below for "{CONCEPT}".

Start your answer with "Concept Simplified:".

Concept: ```
{TEXT}
```

0 comments on commit 183025f

Please sign in to comment.