Dataset Viewer
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.
AugeoBench
AugeoBench is a multimodal QA benchmark consisting of Japanese entrance-exam-style geometry questions. Each instance provides a contextual description, a question text, a reference image, and a correct answer.
Dataset Structure
id
: Unique ID for the questionurl
: URL of the questionquestion_context_ja
: Context of the questionquestion_text_ja
: Question textquestion_information_ja
: Additional information about the questionanswer_exact
: Exact answeranswer_text_ja
: Answer textquestion_image
: Question imageanswer_image
: Answer imageGenre
: Genre of the questionRemarks
: Remarks about the question
Example
{
"id": "1",
"url": "https://sansu-seijin.jp/nyushimondai/2025-nyushimondai/19331/",
"question_context_ja": "図において,MはBEの真ん中の点であり...",
"question_text_ja": "線分ADと線分BCの関係を答えなさい。",
"question_information_ja": "図において,MはBEの真ん中の点であり...",
"answer_exact": "平行",
"answer_text_ja": "視覚化した図において,同じ色のついた三角形は角度が等しい相似な図形です。\\\\(\\angle ADC = \\angle BCD\\\\) で錯角が等しいので,線分ADと線分BCは平行です。",
"question_image": PIL.Image.Image,
"answer_image": PIL.Image.Image,
"Genre": "Relation, Focus",
"Remarks": "placeholder_remarks"
}
Updating procedure
- Annotate the dataset and save it as
AugeoBench_annotationsheet.xlsx
- Cleanse the dataset with
uv run python cleanse.py
- Zip the images with
bash prepare.sh
in top-level directory - Run
uv run python -m augeobench.push_to_hub
- Downloads last month
- 84