NARU: A Benchmark for NARrative Evolution and Cultural Nuance Understanding in Japanese Extreme Long Video
测试AI能否看懂几小时日语长视频里那些没说出口的言外之意的基准
NARU 是一个基于155段日语长视频(总时长146.8小时)构建的基准测试,包含1,481道题目,用来考察AI模型能否既追踪不断发展的剧情,又读懂日本文化中常常不明说的社交暗示。由于人工逐帧标注如此长的视频代价太高,团队设计了一套流程,先让AI按片段生成结构化标注,再由68位日语母语者分两轮验证。测试结果显示,即便是顶尖商用模型在理解文化隐含意义上也表现吃力,开源模型则全面落后。
METAL MEDIA 解读图
测试AI能否看懂几小时日语长视频里那些没说出口的言外之意的基准
- 01团队收集了155段日语长视频(单个时长30分钟到数小时不等,总计146.8小时),据此设计出1,481道题目,分为考察人物和剧情演变的'叙事理解'题,以及类似'主人再给客人续一杯咖啡其实是在委婉暗示送客'这类需要读懂弦外之音的'文化理解'题。
- 02构建流程把每段视频切成约5分钟一段,先由AI模型逐段生成人物、事件等结构化摘要,并参考前面片段的内容保持叙事连贯,再据此批量生成候选问题,并反复检查、剔除那些不看视频也能靠文字线索猜对的'投机取巧'题,最后由68位日语母语审核者分两轮确认。
- 03Gemini-3-Flash 以76.2%的准确率表现最好,其次是Gemini-3-Pro(70.0%)和Gemini-2.5-Flash(51.4%),而开源模型的准确率只有29.6%到39.8%。
- 04能力越强的模型,越容易在把握视频整体主题(N.4)上犯难;能力较弱的模型则连基本的人物追踪(比如某个角色是谁、状态如何变化)都常常出错。
- 05把输入的采样帧数从8帧增加到128帧后,叙事理解的准确率明显提升(最高提升20.5个百分点),但文化理解的准确率几乎没有稳定改善,有时甚至下降,说明理解文化内涵更依赖背景知识和推理能力,而不只是看到更多画面。
他们做了什么
- 团队收集了155段日语长视频(单个时长30分钟到数小时不等,总计146.8小时),据此设计出1,481道题目,分为考察人物和剧情演变的'叙事理解'题,以及类似'主人再给客人续一杯咖啡其实是在委婉暗示送客'这类需要读懂弦外之音的'文化理解'题。
- 构建流程把每段视频切成约5分钟一段,先由AI模型逐段生成人物、事件等结构化摘要,并参考前面片段的内容保持叙事连贯,再据此批量生成候选问题,并反复检查、剔除那些不看视频也能靠文字线索猜对的'投机取巧'题,最后由68位日语母语审核者分两轮确认。
- Gemini-3-Flash 以76.2%的准确率表现最好,其次是Gemini-3-Pro(70.0%)和Gemini-2.5-Flash(51.4%),而开源模型的准确率只有29.6%到39.8%。
- 能力越强的模型,越容易在把握视频整体主题(N.4)上犯难;能力较弱的模型则连基本的人物追踪(比如某个角色是谁、状态如何变化)都常常出错。
- 把输入的采样帧数从8帧增加到128帧后,叙事理解的准确率明显提升(最高提升20.5个百分点),但文化理解的准确率几乎没有稳定改善,有时甚至下降,说明理解文化内涵更依赖背景知识和推理能力,而不只是看到更多画面。

| 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 |
为什么重要
对于想做长视频摘要或文化敏感内容审核的AI应用来说,模型不能只是罗列画面里发生了什么,还要读懂上下文和社交分寸。NARU具体揭示了当前模型在这种'高语境'理解上的薄弱环节,为下一代视频理解AI指明了需要改进的方向。
本文术语
- MLLM · 同时处理视频/图像与文本的多模态大语言模型
- 空気を読む(读空气) · 日本文化中不靠明说、而是通过察言观色理解现场氛围的沟通方式
- 相槌(aizuchi) · 日语对话中类似'嗯嗯'的简短回应,主要表示在听,不一定代表同意
- 建前与本音 · 建前指对外的场面话,本音指内心真实想法,两者常常并不一致
- FActScore 召回率 · 一种评分方法,衡量模型回答覆盖了参考答案中多少个具体事实点
论文原文摘要(英文)
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.
在 arXiv 阅读最新论文
- SWE-bench Science: Can Coding Agents Resolve Engineering Tasks in Science?让AI编程助手去修复真实科学软件,连最强的那个也有一半以上任务没做对
- FlashPrefill V2: Block-Sparse Prefill Attention for Long-Context LLM Serving把稀疏注意力从论文原型变成能真正上线服务的加速方案
- PolicyGuide: From Guarding One Action to Guiding the Whole Workflow for Policy-Compliant LLM Agents让客服AI坐席不只是拦住一个危险动作,而是把整个流程走对
- EXIMO: VLM Guided Exploration of VLA Policies不用人工遥控演示,让会说话的AI来教机械臂做新家务
- EnvHarness: Awakening Static Worlds for Agent Learning不重新搭建训练环境,而是给现有环境套一层可插拔组件,针对每个智能体的具体弱点重新塑形
- Bounded Sovereignty and the Control Tax: Pricing AI Oversight When the Deployer Does Not Own the Model租用AI而非拥有AI的机构,安全监管能力只剩一半
- PersonalBench: Measuring the Authorship Gap in LLM Personalization让AI模仿某人的文风,结果发现它始终摆脱不了自己的腔调
- Automated Summarization of Financial News Using Large Language Models and Retrieval-Augmented Generation: An Early Empirical Study (Fall 2023)用AI总结股市新闻发现:简单的摘要方法反而比时髦的检索增强技术更靠谱
METAL MEDIA 最新报道
图片来源: Yuheng Huang et al., arXiv:2608.13210, arxiv-nonexclusive