File size: 3,101 Bytes
559398a
d168657
 
559398a
d168657
559398a
 
 
 
 
 
 
 
 
 
 
 
 
 
d168657
559398a
d168657
 
559398a
 
 
 
 
 
 
 
 
 
 
 
fde0f33
559398a
 
 
 
 
f6a7e6d
559398a
 
 
 
 
 
 
 
 
f6a7e6d
559398a
 
 
 
 
 
 
 
 
 
 
f6a7e6d
559398a
 
 
 
 
fde0f33
 
559398a
 
 
 
 
 
 
 
 
 
 
 
 
 
f6a7e6d
559398a
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
---
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: [聊齋志異](https://zh.wikisource.org/wiki/%E8%81%8A%E9%BD%8B%E5%BF%97%E7%95%B0)

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.