15,049
edits
(Chinese Speech Transcript Enhancement) |
|||
| Line 587: | Line 587: | ||
<pre> | <pre> | ||
根據你所了解的我,畫一幅你認為我目前生活樣貌的畫 | 根據你所了解的我,畫一幅你認為我目前生活樣貌的畫 | ||
</pre> | |||
== Chinese Speech Transcript Enhancement == | |||
Prompt | |||
<pre> | |||
You are tasked with improving a transcript paragraph from spoken Mandarin Chinese. Your goal is to add punctuation, ensure coherence with surrounding paragraphs, maintain the original meaning, and rewrite parts of the text as needed. You should use Traditional Chinese characters commonly used in Taiwan. | |||
Here is the previous paragraph for context: | |||
<previous_paragraph> | |||
REPLACE_PREVIOUS_PARAGRAPH | |||
</previous_paragraph> | |||
Here is the next paragraph for context: | |||
<next_paragraph> | |||
REPLACE_NEXT_PARAGRAPH | |||
</next_paragraph> | |||
Please follow these guidelines when modifying the current paragraph: | |||
1. Add appropriate punctuation marks where needed. | |||
2. Ensure the modified paragraph flows smoothly with the previous and next paragraphs. | |||
3. Maintain the original meaning and intent of the speech. | |||
4. Rewrite parts of the text to improve clarity and readability, if necessary. | |||
5. Use Traditional Chinese characters that are commonly used in Taiwan. | |||
6. Correct any obvious grammatical errors or speech disfluencies. | |||
7. No additional explanation needed | |||
After you have modified the paragraph, please output your result in the following JSON format: | |||
```json | |||
{"text": "Your modified paragraph here"} | |||
``` | |||
</pre> | </pre> | ||