nablasinc/Japanese_Video-QA
Japanese Video-QA Overview Japanese Video-QA is a video question-answering benchmark focused on Japanese cultural content, designed to evaluate multimodal large language models (MLLMs) on Japanese-specific videos. 428 YouTube videos → 800 QA pairs 6 domains, 100 sub-domains covering Japanese culture Questions generated by Gemini 2.5 Flash and manually verified Evaluated with LLM-as-a-Judge (GPT-4o), scoring 1–3 Authors: 峯 悠大, 新立 拓也, 髙橋 和也 (NABLAS Inc.)… See the full description on the dataset page: https://huggingface.co/datasets/nablasinc/Japanese_Video-QA.
Japanese Video-QA
Overview
Japanese Video-QA is a video question-answering benchmark focused on Japanese cultural content, designed to evaluate multimodal large language models (MLLMs) on Japanese-specific videos.
- 428 YouTube videos → 800 QA pairs
- 6 domains, 100 sub-domains covering Japanese culture
- Questions generated by Gemini 2.5 Flash and manually verified
- Evaluated with LLM-as-a-Judge (GPT-4o), scoring 1–3
Authors: 峯 悠大, 新立 拓也, 髙橋 和也 (NABLAS Inc.)
Dataset Fields
start_timeandend_timeare approximate annotations for reference. Models should take the full video as input.
Benchmark Results
Scoring: 1 = incorrect, 2 = partial, 3 = correct
LLM judge: GPT-4o (sample code)
Usage
from datasets import load_dataset
dataset = load_dataset("nablasinc/Japanese_Video-QA")
test = dataset["test"]Use video_id to retrieve the YouTube video and provide the full video as model input.
License and Copyright
The annotations and metadata in this dataset are released under CC BY 4.0.
The videos referenced in this dataset are YouTube videos, and all copyrights are retained by the respective video uploaders. No video content is redistributed — only YouTube video IDs and metadata are provided. This dataset is intended for research purposes only.
Citation
@dataset{japanese_video_qa_2026,
title = {Japanese Video-QA: A Benchmark for Evaluating Video Understanding of Japanese Culture},
author = {Mine, Yudai and Shintate, Takuya and Takahashi, Kazuya},
year = {2026},
url = {https://huggingface.co/datasets/nablasinc/Japanese_Video-QA}
}