The viewer is disabled because this dataset repo requires arbitrary Python code execution. Please consider
removing the
loading script
and relying on
automated data support
(you can use
convert_to_parquet
from the datasets
library). If this is not possible, please
open a discussion
for direct help.
Oracle Bone Inscriptions Multi-modal Dataset (OBIMD)
Dataset Overview
The Oracle Bone Inscriptions Multi-modal Dataset (OBIMD) is the first large-scale corpus providing pixel-aligned rubbings and facsimiles, character-level annotations, and sentence-level transcriptions and reading sequences for oracle bone inscription (OBI) research. This dataset enables multi-modal learning across visual, structural, and linguistic dimensions, laying the foundation for end-to-end OBI recognition and interpretation.
Hugging Face Mirror
This dataset is also available on Hugging Face Hub:🤗OBIMD Dataset
Dataset Statistics
- Total OBI images: 10,077 across five Shang Dynasty phases
- Annotated characters: 93,652
- Missing character positions: 21,667 (due to fragmentation)
- Sentences: 21,941 syntactically validated
- Non-sentential elements: 4,192
Data Structure
The dataset follows a three-level hierarchy:
- Image-level: Contains rubbing and facsimile pairs
- Sentence-level: Groups characters into meaningful units
- Character-level: Detailed annotations for each character
Data Fields
Field Name | Description | Example |
---|---|---|
Facsimile | Path to facsimile image | moben/h00002.jpg |
Rubbing | Path to rubbing image | tapian/h00002.jpg |
RubbingName | Short identifier | H2 |
GroupCategory | Sentence type | InscriptionSentence1 |
Position | Bounding box (x,y,w,h) | 558,581,80,218 |
OrderNumber | Character order in sentence | 5 |
Label | Main character label | xkubtjk815 |
SubLabel | Secondary label | xkubtjk815 |
SeatFont | Placeholder indicator | 0 |
Mark | Special marker | -1 |
Data Modalities
- Rubbing images: Original scanned images of oracle bones
- Facsimile images: Expert reconstructions aligned with rubbings
- Character annotations: Bounding boxes and classifications
- Sentence groupings: Semantic organization of characters
- Reading sequences: Order of characters within sentences
Usage Notes
The dataset is designed to support various research tasks:
- Character detection and recognition
- Sentence-level character clustering
- Character reordering within sentences
- Multi-modal analysis (rubbing vs. facsimile)
Technical Validation
character-level detection
sentence-level clustering
character-level reordering
Citation
If you use this dataset in your research, please cite:
- Downloads last month
- 0