File size: 1,630 Bytes
5a6d526
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
d7380cf
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
---
license: apache-2.0
task_categories:
- question-answering
- text-generation
language:
- zh
size_categories:
- 100K<n<1M
---
# REILX/Chinese-Image-Text-Corpus-dataset

\[ English | [中文](README_zh.md) \]

### Introduction

The REILX/Chinese-Image-Text-Corpus-dataset is a multimodal dataset that pairs Chinese textual data with corresponding images. This dataset is derived from the [Chinese-Xinhua Dictionary Database](https://github.com/pwxcoo/chinese-xinhua), which includes idioms, single characters, words, and aphorisms.

### Dataset Structure

The dataset is organized into the following categories:

- **Idioms**: Traditional Chinese idioms with explanations and derivations.
- **Words**: Individual Chinese characters with explanations, pinyin, and radicals.
- **Phrases**: Common Chinese phrases with explanations.
- **Aphorisms**: Chinese aphorisms with riddles and answers.

Each text entry is paired with a relevant image, providing a rich resource for multimodal learning tasks.

### Usage

The dataset can be used for various tasks including:

- **Natural Language Processing**: Understanding and generation of Chinese text.
- **Computer Vision**: Image recognition and classification based on textual descriptions.
- **Multimodal Learning**: Combining visual and textual data for improved machine learning models.

### Dataset Download

The dataset is available on Hugging Face: [REILX/Chinese-Image-Text-Corpus-dataset](https://huggingface.co/datasets/REILX/Chinese-Image-Text-Corpus-dataset).

For more details, visit the [Chinese-Xinhua Dictionary Database](https://github.com/pwxcoo/chinese-xinhua).

---