NARU: A Benchmark for NARrative Evolution and Cultural Nuance Understanding in Japanese Extreme Long Video
A benchmark testing whether AI can watch hours of Japanese video and actually 'read the room'
NARU is a benchmark of 1,481 questions built from 155 long Japanese videos totaling 146.8 hours, testing whether AI models can both track an unfolding story and pick up on Japan's often-unspoken cultural cues. Because manually annotating such long videos is too costly, the team built a pipeline where an AI drafts structured annotations segment by segment, which 68 native Japanese speakers then verify. When tested, even top commercial models struggled badly with reading implicit cultural meaning, and open-source models lagged far behind across the board.
METAL MEDIA explanatory visual
A benchmark testing whether AI can watch hours of Japanese video and actually 'read the room'
- 01The team gathered 155 Japanese long-form videos (30 minutes to several hours each, 146.8 hours total) and created 1,481 questions split between 'narrative' tasks (tracking characters and plot over time) and 'cultural' tasks, like inferring that a host offering a guest more coffee can actually be a polite signal that it's time to leave.
- 02A hierarchical pipeline breaks each video into roughly 5-minute chunks, has an AI model summarize entities and events chunk by chunk while referencing earlier context to keep the story consistent, and then generates candidate questions that are repeatedly checked to remove 'shortcuts' answerable without watching the video, before 68 native Japanese verifiers confirm them in two review stages.
- 03Gemini-3-Flash scored highest at 76.2% accuracy, followed by Gemini-3-Pro (70.0%) and Gemini-2.5-Flash (51.4%), while open-source models scored only 29.6-39.8%.
- 04Stronger models struggled most with grasping a video's overarching theme (N.4), while weaker models failed even at basic tasks like tracking who a character is and how they change (N.1).
- 05Feeding models more frames (8 to 128) clearly improved narrative accuracy (up to a 20.5 percentage-point gain), but had little to no consistent effect on cultural understanding, sometimes even lowering it, showing that culture-reading depends more on background knowledge and reasoning than on simply seeing more of the video.
What they did
- The team gathered 155 Japanese long-form videos (30 minutes to several hours each, 146.8 hours total) and created 1,481 questions split between 'narrative' tasks (tracking characters and plot over time) and 'cultural' tasks, like inferring that a host offering a guest more coffee can actually be a polite signal that it's time to leave.
- A hierarchical pipeline breaks each video into roughly 5-minute chunks, has an AI model summarize entities and events chunk by chunk while referencing earlier context to keep the story consistent, and then generates candidate questions that are repeatedly checked to remove 'shortcuts' answerable without watching the video, before 68 native Japanese verifiers confirm them in two review stages.
- Gemini-3-Flash scored highest at 76.2% accuracy, followed by Gemini-3-Pro (70.0%) and Gemini-2.5-Flash (51.4%), while open-source models scored only 29.6-39.8%.
- Stronger models struggled most with grasping a video's overarching theme (N.4), while weaker models failed even at basic tasks like tracking who a character is and how they change (N.1).
- Feeding models more frames (8 to 128) clearly improved narrative accuracy (up to a 20.5 percentage-point gain), but had little to no consistent effect on cultural understanding, sometimes even lowering it, showing that culture-reading depends more on background knowledge and reasoning than on simply seeing more of the video.

| Level | Task | Type of Evidence | Code | # |
|---|---|---|---|---|
| Narrative (N, 745) | Character/Entity Evolution | A character/entity across segments | N.1 | 185 |
| Sequential/Topical Flow | Events or topics over time | N.2 | 187 | |
| Plot/Conflict Progression | A causal thread or conflict | N.3 | 186 | |
| Idea/Thematic Development | Motifs, claims, or narrative cues | N.4 | 187 | |
| Cultural (C, 736) | Aizuchi (Conversational Mechanics) | Backchannels and response timing | C.1 | 143 |
| Kuuki wo Yomu (Situational Awareness) | Social atmosphere or implicit norms | C.2 | 147 | |
| Subtext Interpretation | Surface utterance plus context | C.3 | 148 | |
| Cultural Context Recognition | Culturally specific references | C.4 | 149 | |
| Sentiment Analysis | Verbal, visual, and social cues | C.5 | 149 |

| Model | Sampling Rate | N.1 | N.2 | N.3 | N.4 | Narr. Avg | C.1 | C.2 | C.3 | C.4 | C.5 | Cult. Avg | Overall |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Gemini-3-Flash | 0.25 FPS | 83.8 | 90.9 | 83.9 | 78.1 | 84.2 | 71.3 | 69.4 | 57.4 | 73.2 | 69.8 | 68.2 | 76.2 |
| Gemini-3-Pro | 0.25 FPS | 74.6 | 78.6 | 76.3 | 66.8 | 74.1 | 60.1 | 68.7 | 64.2 | 69.8 | 67.1 | 66.0 | 70.0 |
| Gemini-2.5-Flash | 0.25 FPS | 51.3 | 63.1 | 58.1 | 50.8 | 55.8 | 37.8 | 49.7 | 48.6 | 50.3 | 48.3 | 46.9 | 51.4 |
| Qwen3.5-9B | 128 Frames | 34.6 | 48.7 | 34.9 | 34.2 | 38.1 | 41.3 | 49.0 | 34.5 | 40.9 | 41.6 | 41.4 | 39.8 |
| Qwen3VL-8B | 0.25 FPS | 35.7 | 46.5 | 39.8 | 35.8 | 39.5 | 32.2 | 40.1 | 33.1 | 38.9 | 32.9 | 35.4 | 37.4 |
| Qwen2.5VL-7B | 128 Frames | 25.4 | 42.2 | 30.6 | 26.2 | 31.1 | 22.4 | 40.8 | 25.7 | 24.2 | 28.2 | 28.2 | 29.7 |
| MiniCPM-o-2.6 | 128 Frames | 23.2 | 41.2 | 27.4 | 31.6 | 30.8 | 25.9 | 37.4 | 27.7 | 22.1 | 28.2 | 28.3 | 29.6 |
| InternVL3.5 | 64 Frames | 20.0 | 36.4 | 25.8 | 31.0 | 28.3 | 32.2 | 41.5 | 31.8 | 35.6 | 32.2 | 34.6 | 31.5 |

| Model | N.1 | N.2 | N.3 | N.4 | C.1 | C.2 | C.3 | C.4 | C.5 | Avg |
|---|---|---|---|---|---|---|---|---|---|---|
| Gemini-3-Flash | 0.78 | 0.66 | 0.72 | 0.75 | 0.69 | 0.87 | 0.93 | 0.85 | 0.80 | 0.78 |
| Gemini-3-Pro | 0.77 | 0.61 | 0.71 | 0.69 | 0.65 | 0.87 | 0.88 | 0.80 | 0.72 | 0.75 |
| Gemini-2.5-Flash | 0.62 | 0.50 | 0.58 | 0.65 | 0.56 | 0.77 | 0.84 | 0.68 | 0.73 | 0.66 |
| Qwen3.5-9B | 0.54 | 0.49 | 0.47 | 0.50 | 0.52 | 0.66 | 0.65 | 0.60 | 0.59 | 0.56 |
| Qwen3-VL-8B | 0.39 | 0.23 | 0.34 | 0.36 | 0.47 | 0.64 | 0.62 | 0.39 | 0.53 | 0.44 |
| Qwen2.5-VL-7B | 0.35 | 0.24 | 0.27 | 0.28 | 0.43 | 0.47 | 0.40 | 0.28 | 0.40 | 0.35 |
| MiniCPM-o-2.6 | 0.21 | 0.12 | 0.15 | 0.16 | 0.23 | 0.26 | 0.30 | 0.15 | 0.31 | 0.21 |
| InternVL3.5 | 0.40 | 0.14 | 0.27 | 0.35 | 0.43 | 0.49 | 0.47 | 0.39 | 0.51 | 0.38 |
Why it matters
For anyone building AI tools to summarize long videos or moderate culturally sensitive content, models need to grasp context and social nuance, not just list what happens on screen. NARU exposes exactly where today's models fall short at this 'high-context' understanding, pointing to what the next generation of video-understanding AI needs to fix.
Terms in this paper
- MLLM · a multimodal large language model trained to jointly process video/image and text
- kuuki wo yomu (空気を読む) · a Japanese communication norm of picking up on unspoken social atmosphere, literally 'reading the air'
- aizuchi (相槌) · short listener responses like 'uh-huh' in Japanese conversation, signaling attention rather than necessarily agreement
- tatemae / honne (建前・本音) · the distinction between one's public-facing expression (tatemae) and private true intent (honne)
- FActScore recall · a scoring method measuring what fraction of a reference answer's individual facts a model's response actually covers
Original abstract (English)
Long-form video understanding encompasses tasks that go beyond retrieving isolated events, including tracking an evolving narrative and interpreting social meaning that may remain implicit. However, existing benchmarks rarely evaluate these capabilities jointly, particularly in high-context, non-English media. To address this gap, we introduce NARU, a benchmark designed to evaluate Narrative evolution and Reasoning on cultural Understanding in Japanese long-form video. NARU consists of 1,481 questions grounded in 155 videos totaling 146.8 hours, spanning four narrative and five cultural dimensions. To construct the benchmark at this scale, we propose a hierarchical memory-based annotation pipeline that transforms raw video into structured event, narrative, and cultural annotations, then generates questions via task-oriented synthesis and iterative shortcut removal. The construction process includes two native-speaker verification stages involving 68 annotators. Evaluations across eight model configurations reveal substantial limitations in both long-range narrative integration and culturally grounded reasoning. By exposing these persistent gaps, NARU offers a systematic testing ground for developing MLLMs capable of reliably interpreting long-form, high-context video.
Read on arXivLatest papers
- SWE-bench Science: Can Coding Agents Resolve Engineering Tasks in Science?AI coding agents were tested on fixing real scientific software, and even the best one failed more than half the time
- FlashPrefill V2: Block-Sparse Prefill Attention for Long-Context LLM ServingMaking sparse attention fast enough and accurate enough for real LLM serving, not just papers
- PolicyGuide: From Guarding One Action to Guiding the Whole Workflow for Policy-Compliant LLM AgentsMaking customer-service AI agents follow the whole procedure, not just avoid one bad action
- EXIMO: VLM Guided Exploration of VLA PoliciesTeaching a robot new chores without human teleoperation, by letting a chatty AI supervise it
- EnvHarness: Awakening Static Worlds for Agent LearningInstead of building new training worlds from scratch, this work adds a plug-in layer that reshapes existing ones around each agent's actual weaknesses
- Bounded Sovereignty and the Control Tax: Pricing AI Oversight When the Deployer Does Not Own the ModelCompanies that rent AI instead of owning it can only do half of AI safety oversight
- Beyond Imitation: Filtering On-Policy Distillation by Reasoning ProgressA fix for AI models that get penalized by their teacher even when they're reasoning correctly
- PersonalBench: Measuring the Authorship Gap in LLM PersonalizationAI can be prompted to write 'like someone,' but its own voice never fully disappears
Latest from METAL MEDIA
Figures: Yuheng Huang et al., arXiv:2608.13210, arxiv-nonexclusive