Datasets:
Tasks:
Image-to-Text
Modalities:
Text
Languages:
English
Size:
< 1K
Tags:
optical character recognition
sentiment analysis
text classification
language model training
text recognition
natural language processing
License:
Commit ·
471b802
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +60 -0
- README.md +63 -0
.gitattributes
ADDED
|
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.avro filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.mds filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
# Audio files - uncompressed
|
| 40 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
# Audio files - compressed
|
| 44 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 48 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
# Image files - uncompressed
|
| 50 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 53 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
# Image files - compressed
|
| 55 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 56 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 57 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
| 58 |
+
# Video files - compressed
|
| 59 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
+
*.webm filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- optical character recognition
|
| 4 |
+
- sentiment analysis
|
| 5 |
+
- text classification
|
| 6 |
+
- language model training
|
| 7 |
+
- text recognition
|
| 8 |
+
- natural language processing
|
| 9 |
+
- image text recognition
|
| 10 |
+
- chat analysis
|
| 11 |
+
license: cc-by-nc-sa-4.0
|
| 12 |
+
task_categories:
|
| 13 |
+
- image-to-text
|
| 14 |
+
language:
|
| 15 |
+
- en
|
| 16 |
+
pretty_name: Chat Record Image Dataset
|
| 17 |
+
size_categories:
|
| 18 |
+
- 1B<n<10B
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
+
# Chat Record Image Dataset
|
| 22 |
+
|
| 23 |
+
Currently, with the rapid development of communication technology, chat records have become a common form of data in daily life and work. The effective parsing of these chat record images is of great significance for improving information processing efficiency. However, existing text recognition and natural language processing technologies often face challenges such as low recognition accuracy, complex backgrounds, and diverse fonts when dealing with diversified and complex image texts. This dataset aims to assist researchers in solving the technical difficulties of extracting text information from images by collecting diverse chat record images, enhancing the accuracy and efficiency of automated recognition.The data collection process uses various mobile devices to capture chat screenshots under different lighting and background conditions to ensure data diversity. In terms of quality control, we employ a three-round annotation process to ensure annotation accuracy and consistency. The annotation team consists of language technology experts, totaling 50 people. The data undergoes OCR recognition preprocessing to generate structured text, improving analysis efficiency. The data is stored in JPG format and organized and managed by conversation topics for easy retrieval and use.The core advantages of the dataset include high accuracy and diversity of annotations, with annotation accuracy exceeding 95%. We have innovatively introduced a self-supervised learning annotation method, combined with data augmentation techniques, to achieve more comprehensive language model training. The dataset effectively improves overall performance in chat record analysis, such as a 15% increase in recognition accuracy. Compared to other similar datasets in the market, our dataset offers higher annotation quality and rich scene diversity. Additionally, the dataset provides scarce corpora, offering valuable resources for low-resource language research. This dataset has good scalability, suitable for various natural language processing tasks, and can support cross-domain general applications and innovative research.
|
| 24 |
+
|
| 25 |
+
## Technical Specifications
|
| 26 |
+
|
| 27 |
+
| Field | Type | Description |
|
| 28 |
+
| :--- | :--- | :--- |
|
| 29 |
+
| file_name | string | File name |
|
| 30 |
+
| quality | string | Resolution |
|
| 31 |
+
| text_language | string | Identifies the language of the text in the image. |
|
| 32 |
+
| text_length | integer | The number of text characters contained in the image. |
|
| 33 |
+
| text_density | float | The average number of text characters per unit area. |
|
| 34 |
+
| image_quality | string | The clarity and color accuracy of the image. |
|
| 35 |
+
| has_emoji | boolean | Indicates whether the image contains emojis. |
|
| 36 |
+
| text_alignment | string | The arrangement and alignment of the text in the image. |
|
| 37 |
+
| dominant_color | string | The most prominent color in the image. |
|
| 38 |
+
| contains_url | boolean | Indicates whether the image contains URL links. |
|
| 39 |
+
|
| 40 |
+
## Compliance Statement
|
| 41 |
+
|
| 42 |
+
<table>
|
| 43 |
+
<tr>
|
| 44 |
+
<td>Authorization Type</td>
|
| 45 |
+
<td>CC-BY-NC-SA 4.0 (Attribution–NonCommercial–ShareAlike)</td>
|
| 46 |
+
</tr>
|
| 47 |
+
<tr>
|
| 48 |
+
<td>Commercial Use</td>
|
| 49 |
+
<td>Requires exclusive subscription or authorization contract (monthly or per-invocation charging)</td>
|
| 50 |
+
</tr>
|
| 51 |
+
<tr>
|
| 52 |
+
<td>Privacy and Anonymization</td>
|
| 53 |
+
<td>No PII, no real company names, simulated scenarios follow industry standards</td>
|
| 54 |
+
</tr>
|
| 55 |
+
<tr>
|
| 56 |
+
<td>Compliance System</td>
|
| 57 |
+
<td>Compliant with China's Data Security Law / EU GDPR / supports enterprise data access logs</td>
|
| 58 |
+
</tr>
|
| 59 |
+
</table>
|
| 60 |
+
|
| 61 |
+
## Source & Contact
|
| 62 |
+
|
| 63 |
+
If you need more dataset details, please visit [Mobiusi](https://www.mobiusi.com/datasets/5c012d4f901038f1b591c5cf27b692dd?utm_source=huggingface&utm_medium=referral). or contact us via contact@mobiusi.com
|