chen-yingfa
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,57 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
task_categories:
|
4 |
+
- image-classification
|
5 |
+
- text-to-image
|
6 |
+
- token-classification
|
7 |
+
language:
|
8 |
+
- zh
|
9 |
+
tags:
|
10 |
+
- chinese
|
11 |
+
- ancient-script
|
12 |
+
pretty_name: 'CHUBS: A Large-Scale Dataset of Chu Bamboo Slip Script'
|
13 |
+
size_categories:
|
14 |
+
- 100K<n<1M
|
15 |
+
---
|
16 |
+
|
17 |
+
# CHUBS: A Large-Scale Dataset of Chu Bamboo Slip Script
|
18 |
+
|
19 |
+
<div align="center">
|
20 |
+
<a href="https://github.com/THUNLP/Chujian">Code</a> | <a href="">Paper (upcoming)</a>
|
21 |
+
</div>
|
22 |
+
|
23 |
+
## Introduction
|
24 |
+
|
25 |
+
This is a large-scale dataset of Chu bamboo slip (CBS, Chinese: 楚简, chujian) script, an ancient Chinese script used during the Spring and Autumn period over 2,000 years ago. This dataset consists of two parts:
|
26 |
+
|
27 |
+
1. The main dataset where each example is an image and the corresponding text label. This part is contained in the `glyphs.zip` ZIP file.
|
28 |
+
2. A POS tagging dataset where each example is a sentence and POS annotations (using the BIO format). This part is contained under the `pos-tagging-data` directory.
|
29 |
+
|
30 |
+
This data is compiled to foster applications of NLP methods in the study of Chu bamboo slip script, and possibly other forms of ancient Chinese.
|
31 |
+
|
32 |
+
## Data Source
|
33 |
+
|
34 |
+
The sources for this dataset are shown in the following list.
|
35 |
+
|
36 |
+
| **Source name** | **Chinese name** | **# documents** | **# slips** | **# characters** |
|
37 |
+
|----------------------------|------------------|-----------------|-------------|------------------|
|
38 |
+
| Tsinghua University Slips | 清华简 | 50 | 1,402 | 31,468 |
|
39 |
+
| Shanghai Museum Slips | 上博简 | 60 | 881 | 25,795 |
|
40 |
+
| Baoshan Slips | 包山简 | 4 | 337 | 12,647 |
|
41 |
+
| Guodian Slips | 郭店简 | 18 | 705 | 11,865 |
|
42 |
+
| Geling Slips | 葛陵简 | 8 | 743 | 6,209 |
|
43 |
+
| Zenghouyi Slips | 曾侯乙简 | 4 | 198 | 6,016 |
|
44 |
+
| Jiudian Slips | 九店简 | 2 | 232 | 2,956 |
|
45 |
+
| Wangshan Slips | 望山简 | 3 | 273 | 2,218 |
|
46 |
+
| Changtaiguan Slips | 长台关简 | 3 | 148 | 1,504 |
|
47 |
+
| Zidanku Silk | 子弹库帛 | 7 | 7 | 1,471 |
|
48 |
+
| Yangtianhu Slips | 仰天湖简 | 1 | 42 | 335 |
|
49 |
+
| Wulipai Slips | 五里牌简 | 1 | 18 | 109 |
|
50 |
+
| Xiyangpo Slips | 夕阳坡简 | 1 | 2 | 54 |
|
51 |
+
| Ynagjiawan Slips | 杨家湾简 | 1 | 38 | 41 |
|
52 |
+
| Caojiagang Slips | 曹家岗简 | 1 | 7 | 34 |
|
53 |
+
| **Total** | | **164** | **5,033** | **102,722** |
|
54 |
+
|
55 |
+
## Copyright
|
56 |
+
|
57 |
+
As mentioned in the paper, the main CHUBS dataset is extracted and processed from existing openly available textbooks and quality-checked by our team. Compiling and analyzing such data is a common practice within the paleography field in ancient Chinese script, and we have consulted with legal experts to make sure that this data can be released under a permissive license such as Apache 2.0. The POS tagging data is annotated by our team, and also has no legal concerns related to its usage.
|