Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,32 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
Here's a README file for your dataset:
|
5 |
+
|
6 |
+
---
|
7 |
+
|
8 |
+
# Img2Text-Algorithm-Retrieval Dataset
|
9 |
+
|
10 |
+
## Dataset Overview
|
11 |
+
The **Img2Text-Algorithm-Retrieval** dataset is designed for retrieving text descriptions of algorithms from corresponding images. This dataset consists of structured text, raw text, algorithm images, and metadata such as source URLs and filenames. It can be useful for tasks like **OCR-based text retrieval, image-to-text learning, and document understanding**.
|
12 |
+
|
13 |
+
## Dataset Details
|
14 |
+
- **Modality**: Image, Text
|
15 |
+
- **Format**: Parquet
|
16 |
+
- **Size**: ~33.8MB
|
17 |
+
- **Total Rows**: 300
|
18 |
+
|
19 |
+
## Features
|
20 |
+
| Column Name | Data Type | Description |
|
21 |
+
|-----------------|-----------|------------|
|
22 |
+
| **structure** | String | LaTeX or structured representation of the algorithm |
|
23 |
+
| **text** | String | Extracted textual representation of the algorithm |
|
24 |
+
| **image** | Image | Algorithm snapshot (from research papers) |
|
25 |
+
| **download_url**| String | URL of the source document |
|
26 |
+
| **instance_name** | String | Name of the instance (e.g., paper ID) |
|
27 |
+
|
28 |
+
## Usage
|
29 |
+
This dataset is useful for:
|
30 |
+
- **Algorithm text-image retrieval**: Matching textual algorithm descriptions to corresponding images.
|
31 |
+
- **OCR and text recognition**: Evaluating OCR models for structured text extraction.
|
32 |
+
- **Machine Learning research**: Training deep learning models for image-to-text conversion.
|