Skip to content

Commit

Permalink
Wording fixes in prompt_examples.md (#303)
Browse files Browse the repository at this point in the history
A few typo fixes in promp_examples.md.

* "Question Answer" should be "Question Answering"
* "Machine Reading" is a bit of an esoteric technical term, and can probably be removed.
* "Japanese-to-Python" is simpler English.
  • Loading branch information
neubig authored Aug 29, 2023
1 parent 159b57f commit e11144e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions prompt_examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ about the format and scope of your examples.

Here are some examples of good prompts:

### Machine Reading Question Answer
### Question Answering

```text
"""Your task is to generate an answer to a natural question. In this task, the input is a string that consists of both a question and a context passage. The context is a descriptive passage related to the question and contains the answer. And the question can range from Math, Cultural, Social, Geometry, Biology, History, Sports, Technology, Science, and so on.
Expand Down Expand Up @@ -113,7 +113,7 @@ output="N/A"
"""
```

### Japanese2Python Generation
### Japanese-to-Python Generation

```text
"""Pythonで1行のコードを生成し、StackOverflowの日本語の質問を解決してください。コメントや式は含めないでください。インポート文も不要です。
Expand Down

0 comments on commit e11144e

Please sign in to comment.