File size: 1,552 Bytes
7620bac 39b4828 fc9de49 39b4828 7620bac 39b4828 |
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 |
---
license: apache-2.0
task_categories:
- image-to-text
- image-feature-extraction
language:
- en
tags:
- algorithm
- data-structures
- pseudo
size_categories:
- n<1K
---
# Img2Text-Algorithm-Retrieval Dataset
## Dataset Overview
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**.
## Dataset Details
- **Modality**: Image, Text
- **Format**: Parquet
- **Size**: ~33.8MB
- **Total Rows**: 300
## Features
| Column Name | Data Type | Description |
|-----------------|-----------|------------|
| **structure** | String | LaTeX or structured representation of the algorithm |
| **text** | String | Extracted textual representation of the algorithm |
| **image** | Image | Algorithm snapshot (from research papers) |
| **download_url**| String | URL of the source document |
| **instance_name** | String | Name of the instance (e.g., paper ID) |
## Usage
This dataset is useful for:
- **Algorithm text-image retrieval**: Matching textual algorithm descriptions to corresponding images.
- **OCR and text recognition**: Evaluating OCR models for structured text extraction.
- **Machine Learning research**: Training deep learning models for image-to-text conversion. |