prithivMLmods commited on
Commit
94eb749
·
verified ·
1 Parent(s): 433cd6f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -3
README.md CHANGED
@@ -1,3 +1,40 @@
1
- ---
2
- license: openrail
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: openrail
3
+ task_categories:
4
+ - image-to-text
5
+ language:
6
+ - en
7
+ tags:
8
+ - Retrieval
9
+ size_categories:
10
+ - 1K<n<10K
11
+ ---
12
+ Here's the updated version of your dataset description with the changes you requested:
13
+
14
+ ---
15
+
16
+ # **Img2Text-Plaintext-Retrieval Dataset**
17
+
18
+ ## **Dataset Overview**
19
+ The **Img2Text-Plaintext-Retrieval** dataset is designed for retrieving plaintext descriptions from corresponding algorithm images. This dataset consists of structured text, raw text, algorithm images, and metadata such as source URLs and filenames. It is suitable for tasks like **OCR-based text retrieval, image-to-text learning, and document understanding**.
20
+
21
+ ## **Dataset Details**
22
+ - **Modality**: Image, Text
23
+ - **Format**: Parquet
24
+ - **Size**: ~456MB
25
+ - **Total Rows**: 4,471
26
+
27
+ ## **Features**
28
+ | Column Name | Data Type | Description |
29
+ |-----------------|-----------|------------|
30
+ | **structure** | String | LaTeX or structured representation of the algorithm |
31
+ | **text** | String | Extracted textual representation of the algorithm |
32
+ | **image** | Image | Algorithm snapshot (from research papers) |
33
+ | **download_url**| String | URL of the source document |
34
+ | **instance_name** | String | Name of the instance (e.g., paper ID) |
35
+
36
+ ## **Usage**
37
+ This dataset is useful for:
38
+ - **Algorithm text-image retrieval**: Matching textual algorithm descriptions to corresponding images.
39
+ - **OCR and text recognition**: Evaluating OCR models for structured text extraction.
40
+ - **Machine Learning research**: Training deep learning models for image-to-text conversion.