Dataset Viewer
The dataset viewer is not available for this split.
Job manager crashed while running this job (missing heartbeats).
Error code: JobManagerCrashedError
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
Inverted Index Dataset
This dataset contains the inverted index part of the manuscript.
The original data was stored as JSON files and has been compressed into a ZIP archive for upload and distribution.
The inverted index maps words (obtained by tokenizing chart descriptions) to the images in which they appear and the frequency of occurrence in each image.
Data Format
Each JSON file stores an inverted index with the following logical structure:
- Word
- Specific image location (relative image path)
- Frequency (number of times the word appears in that image)
- Specific image location (relative image path)
Conceptually, the structure can be represented as:
{
"<word_1>": {
"<image_location_1>": <frequency>,
"<image_location_2>": <frequency>
},
"<word_2>": {
"<image_location_3>": <frequency>
}
}
- Downloads last month
- 40