Upload 2 files
Browse files- README.md +34 -3
- README_zh.md +32 -0
README.md
CHANGED
@@ -1,3 +1,34 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# REILX/Chinese-Image-Text-Corpus-dataset
|
2 |
+
|
3 |
+
\[ English | [中文](README_zh.md) \]
|
4 |
+
|
5 |
+
### Introduction
|
6 |
+
|
7 |
+
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.
|
8 |
+
|
9 |
+
### Dataset Structure
|
10 |
+
|
11 |
+
The dataset is organized into the following categories:
|
12 |
+
|
13 |
+
- **Idioms**: Traditional Chinese idioms with explanations and derivations.
|
14 |
+
- **Words**: Individual Chinese characters with explanations, pinyin, and radicals.
|
15 |
+
- **Phrases**: Common Chinese phrases with explanations.
|
16 |
+
- **Aphorisms**: Chinese aphorisms with riddles and answers.
|
17 |
+
|
18 |
+
Each text entry is paired with a relevant image, providing a rich resource for multimodal learning tasks.
|
19 |
+
|
20 |
+
### Usage
|
21 |
+
|
22 |
+
The dataset can be used for various tasks including:
|
23 |
+
|
24 |
+
- **Natural Language Processing**: Understanding and generation of Chinese text.
|
25 |
+
- **Computer Vision**: Image recognition and classification based on textual descriptions.
|
26 |
+
- **Multimodal Learning**: Combining visual and textual data for improved machine learning models.
|
27 |
+
|
28 |
+
### Dataset Download
|
29 |
+
|
30 |
+
The dataset is available on Hugging Face: [REILX/Chinese-Image-Text-Corpus-dataset](https://huggingface.co/datasets/REILX/Chinese-Image-Text-Corpus-dataset).
|
31 |
+
|
32 |
+
For more details, visit the [Chinese-Xinhua Dictionary Database](https://github.com/pwxcoo/chinese-xinhua).
|
33 |
+
|
34 |
+
---
|
README_zh.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
\[ [English](README.md) | 中文 \]
|
2 |
+
|
3 |
+
### 简介
|
4 |
+
|
5 |
+
REILX/Chinese-Image-Text-Corpus-dataset 是一个将中文文本数据与对应图像配对的多模态数据集。该数据集源自[中华新华字典数据库](https://github.com/pwxcoo/chinese-xinhua),包括成语、单字、词语和歇后语。
|
6 |
+
|
7 |
+
### 数据集结构
|
8 |
+
|
9 |
+
数据集分为以下类别:
|
10 |
+
|
11 |
+
- **成语**:包含传统成语及其解释和来源。
|
12 |
+
- **单字**:包含单个汉字的解释、拼音和部首。
|
13 |
+
- **词语**:常用词语及其解释。
|
14 |
+
- **歇后语**:包含歇后语及其谜底。
|
15 |
+
|
16 |
+
每个文本条目都配有相关图像,为多模态学习任务提供了丰富的资源。
|
17 |
+
|
18 |
+
### 用途
|
19 |
+
|
20 |
+
该数据集可用于多种任务,包括:
|
21 |
+
|
22 |
+
- **自然语言处理**:理解和生成中文文本。
|
23 |
+
- **计算机视觉**:基于文本描述的图像识别和分类。
|
24 |
+
- **多模态学习**:结合视觉和文本数据以改进机器学习模型。
|
25 |
+
|
26 |
+
### 下载
|
27 |
+
|
28 |
+
数据集可在 Hugging Face 上获取:[REILX/Chinese-Image-Text-Corpus-dataset](https://huggingface.co/datasets/REILX/Chinese-Image-Text-Corpus-dataset)。
|
29 |
+
|
30 |
+
更多详情,请访问[中华新华字典数据库](https://github.com/pwxcoo/chinese-xinhua)。
|
31 |
+
|
32 |
+
---
|