language:
- zh
license: cc-by-sa-4.0
pretty_name: Liaozhai Zhiyi (Strange Tales from a Chinese Studio)
dataset_info:
features:
- name: id
dtype: int64
- name: volume
dtype: int64
- name: order_in_volume
dtype: int64
- name: title
dtype: string
- name: content
dtype: string
splits:
- name: train
num_bytes: 1460179
num_examples: 493
download_size: 1128464
dataset_size: 1460179
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
tags:
- literature
- chinese-literature
- short-stories
- supernatural
Dataset Card for liaozhai-zhiyi
Description
Summary
This dataset contains 493 stories from the book Liaozhai Zhiyi (also known as Strange Tales from a Chinese Studio), a collection of supernatural tales written by Pu Songling during the Qing dynasty. The stories were exported from Wikisource and processed into a structured format.
Languages
Traditional Chinese
Structure
Data Instances
Each instance in the dataset represents a single story from Liaozhai Zhiyi, with the following fields:
id
: A unique identifier for the story (integer)volume
: The volume number in which the story appears (integer)order_in_volume
: The order of the story within its volume (integer)title
: The title of the story (string)content
: The full text content of the story (string)
Dataset Creation
Curation Rationale
This dataset was created to make the stories from Liaozhai Zhiyi more accessible for computational analysis and natural language processing tasks. The book is an important work in Chinese literature and provides insights into Qing dynasty culture and folklore.
Source Data
Data Collection and Normalization
Source: 聊齋志異
The source data was obtained from Wikisource using the "Download" / "Export" function to download the book in plaintext format. A Python script was then used to extract the stories.
Annotations
This dataset does not contain any additional annotations beyond the structure provided (id, volume, order, title, and content).
Considerations
Social Impact
This dataset provides easier access to an important work of Chinese literature, which can facilitate research in literature, history, and cultural studies. However, users should be aware that the stories reflect historical attitudes and may contain outdated or offensive content.
Biases
The stories in Liaozhai Zhiyi reflect the cultural norms and beliefs of Qing dynasty China. They may contain biases related to gender, social class, ethnicity, and supernatural beliefs that were prevalent at the time of writing.
Other Known Limitations
The dataset is based on a single edition from Wikisource and does not reflect variations or alternate versions of the stories.
License
This dataset is licensed under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0), in accordance with the Wikisource license for the source material.