Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html>
<h"... is not valid JSON
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
# punctuation_restoration
## Dataset Summary
This dataset is designed for **instruction fine-tuning** of large language models (LLMs), especially for the **Qwen3** family, to perform **punctuation restoration** on Mandarin Chinese text.
It is derived from the [`AWeirdDev/zh-tw-articles-6k`](https://huggingface.co/datasets/AWeirdDev/zh-tw-articles-6k) dataset. The `context` field is processed to create input-output pairs in the Qwen3-style message format.
- 🔧 **User message**: A cleaned version of the article with all punctuation removed, spaces added where punctuation was, and an instruction prefix.
- ✍️ **Assistant message**: The original article with punctuation.
- 🧠 **Use Case**: Fine-tuning Qwen3 or similar chat-style LLMs to restore punctuation from flat text.
## Format
Each sample in the dataset follows this structure:
```json
{
"messages": [
{
"role": "user",
"content": "Your task is to restore the punctuations of this article:\nZhe li shi yi ge mei you biao dian de wen zhang ..."
},
{
"role": "assistant",
"content": "這裡是一個沒有標點的文章,請你恢復正確的標點符號。"
}
]
}
- Downloads last month
- 9