One email each morning — yesterday's AI, sortedGet it in your inbox

METAL LAB

NARU: A Benchmark for NARrative Evolution and Cultural Nuance Understanding in Japanese Extreme Long Video

arXiv:2608.132102026-08-12

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.

What they did

  1. 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.
  2. 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.
  3. 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%.
  4. 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).
  5. 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.
Fig. 1: Example scenarios from NARU.
Fig. 1: Example scenarios from NARU.
TABLE I: Statistics of NARU.
LevelTaskType of EvidenceCode#
Narrative (N, 745)Character/Entity EvolutionA character/entity across segmentsN.1185
Sequential/Topical FlowEvents or topics over timeN.2187
Plot/Conflict ProgressionA causal thread or conflictN.3186
Idea/Thematic DevelopmentMotifs, claims, or narrative cuesN.4187
Cultural (C, 736)Aizuchi (Conversational Mechanics)Backchannels and response timingC.1143
Kuuki wo Yomu (Situational Awareness)Social atmosphere or implicit normsC.2147
Subtext InterpretationSurface utterance plus contextC.3148
Cultural Context RecognitionCulturally specific referencesC.4149
Sentiment AnalysisVerbal, visual, and social cuesC.5149
(b) Cultural Understanding: The model is asked to infer the host’s implicit intent when offering another cup of coffee to the guest.22 2 In certain situations in Japan, such offers are conventionally used as an indirect and polite way to signal the end of a visit. Understanding the host’s true intent requires awareness of the context and the surrounding social atmosphere, beyond the literal semantic content.
(b) Cultural Understanding: The model is asked to infer the host’s implicit intent when offering another cup of coffee to the guest.22 2 In certain situations in Japan, such offers are conventionally used as an indirect and polite way to signal the end of a visit. Understanding the host’s true intent requires awareness of the context and the surrounding social atmosphere, beyond the literal semantic content.
TABLE II: MCQ accuracy results on NARU. The best and the 2nd best results are marked.
ModelSampling RateN.1N.2N.3N.4Narr. AvgC.1C.2C.3C.4C.5Cult. AvgOverall
Gemini-3-Flash0.25 FPS83.890.983.978.184.271.369.457.473.269.868.276.2
Gemini-3-Pro0.25 FPS74.678.676.366.874.160.168.764.269.867.166.070.0
Gemini-2.5-Flash0.25 FPS51.363.158.150.855.837.849.748.650.348.346.951.4
Qwen3.5-9B128 Frames34.648.734.934.238.141.349.034.540.941.641.439.8
Qwen3VL-8B0.25 FPS35.746.539.835.839.532.240.133.138.932.935.437.4
Qwen2.5VL-7B128 Frames25.442.230.626.231.122.440.825.724.228.228.229.7
MiniCPM-o-2.6128 Frames23.241.227.431.630.825.937.427.722.128.228.329.6
InternVL3.564 Frames20.036.425.831.028.332.241.531.835.632.234.631.5
Fig. 2: Workflow overview of NARU. Video collection and filtering (Sec. III-B) select 155 long videos from the candidate set. A MLLM-centric pipeline (Sec. III-C1) is used to produce taxonomy-aligned evidence for narrative intelligence and cultural understanding annotation. Multiple-choice questions (Sec. III-C2) are subsequently generated and refined through a multi-agent pipeline. Verification (Sec. III-D) by 68 native Japanese experts yields the final 1,481 QA items.
Fig. 2: Workflow overview of NARU. Video collection and filtering (Sec. III-B) select 155 long videos from the candidate set. A MLLM-centric pipeline (Sec. III-C1) is used to produce taxonomy-aligned evidence for narrative intelligence and cultural understanding annotation. Multiple-choice questions (Sec. III-C2) are subsequently generated and refined through a multi-agent pipeline. Verification (Sec. III-D) by 68 native Japanese experts yields the final 1,481 QA items.
TABLE III: Open-ended correctness on NARU. Scores are FActScore recall (0–1): fraction of reference atomic facts covered by the answer.
ModelN.1N.2N.3N.4C.1C.2C.3C.4C.5Avg
Gemini-3-Flash0.780.660.720.750.690.870.930.850.800.78
Gemini-3-Pro0.770.610.710.690.650.870.880.800.720.75
Gemini-2.5-Flash0.620.500.580.650.560.770.840.680.730.66
Qwen3.5-9B0.540.490.470.500.520.660.650.600.590.56
Qwen3-VL-8B0.390.230.340.360.470.640.620.390.530.44
Qwen2.5-VL-7B0.350.240.270.280.430.470.400.280.400.35
MiniCPM-o-2.60.210.120.150.160.230.260.300.150.310.21
InternVL3.50.400.140.270.350.430.490.470.390.510.38
Fig. 3: Overall multiple-choice accuracy as the number of sampled frames increases from 8 to 128; the dotted gray line denotes the 25% chance level.
Fig. 3: Overall multiple-choice accuracy as the number of sampled frames increases from 8 to 128; the dotted gray line denotes the 25% chance level.

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.

Fig. 4: Changes in narrative and cultural accuracy between 8 and 128 frames, reported in percentage points (pp).
Fig. 4: Changes in narrative and cultural accuracy between 8 and 128 frames, reported in percentage points (pp).

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.

Authors · Yuheng Huang

Read on arXiv

Latest papers

All papers →

Latest from METAL LAB

Figures: Yuheng Huang et al., arXiv:2608.13210, arxiv-nonexclusive