매일 아침, 어제의 AI를 한 통으로 정리해 보내드립니다메일로 받아보기

METAL LAB

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

arXiv:2608.132102026-08-12

AI가 몇 시간짜리 일본 영상을 보고 '분위기 파악'까지 할 수 있을까 테스트하는 벤치마크

NARU는 155개의 일본어 장편 영상(총 146.8시간)에 기반한 1,481개의 질문으로, AI 모델이 긴 이야기의 흐름을 추적하는 능력과 일본 특유의 암묵적 문화 코드를 읽어내는 능력을 함께 평가한다. 사람이 처음부터 끝까지 수작업으로 주석을 달기엔 너무 길고 어려운 영상을, AI가 먼저 구간별로 분석하고 사람 전문가 68명이 검증하는 방식으로 벤치마크를 만들었다. 평가 결과 상용 최상위 모델도 문화적 함의를 읽는 문제에서 크게 흔들렸고, 오픈소스 모델은 전반적으로 훨씬 뒤처졌다.

무엇을 했나

  1. 30분에서 4시간에 달하는 일본어 장편 영상 155개(총 146.8시간)를 모아, 등장인물 변화나 줄거리 전개를 묻는 '서사 이해' 문제와 손님에게 커피를 다시 권하는 것이 사실은 '이제 그만 돌아가라'는 뜻일 수 있다는 식의 '문화적 함의 이해' 문제를 합쳐 1,481개 만들었다.
  2. 영상을 5분 단위로 잘라 AI가 순차적으로 요약·인물·사건 정보를 뽑아내고, 이전 구간 내용을 참고해 이어지는 흐름을 놓치지 않도록 하는 계층적 주석 파이프라인을 사용했다. 이렇게 만든 초안 질문은 정답을 유추할 수 있는 '지름길'이 없는지 반복 점검한 뒤, 일본어 원어민 검증자 68명이 두 단계에 걸쳐 최종 확인했다.
  3. Gemini-3-Flash가 76.2%로 가장 높은 정답률을 보였고 Gemini-3-Pro(70.0%), Gemini-2.5-Flash(51.4%)가 뒤를 이었으며, 오픈소스 모델들은 29.6~39.8%에 머물렀다.
  4. 상위 모델일수록 인물 파악보다 영상 전체를 관통하는 주제 파악(N.4)에서 더 어려움을 겪었고, 반대로 하위 모델은 인물이 누구인지조차 놓치는 경우가 많았다.
  5. 화면에 보이는 정보량을 8프레임에서 128프레임으로 늘리면 서사 이해 정확도는 뚜렷이 좋아졌지만(최대 20.5%포인트 상승), 문화적 이해 정확도는 거의 개선되지 않거나 오히려 떨어지기도 해, 문화 이해는 단순히 많이 보는 것보다 배경지식과 추론력에 더 좌우된다는 점을 보여줬다.
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.

왜 중요한가

긴 영상을 요약하거나 문화적으로 민감한 콘텐츠를 자동으로 검토하는 서비스를 만들려면, AI가 단순히 장면을 나열하는 게 아니라 이야기의 맥락과 사회적 뉘앙스를 함께 읽어야 한다. NARU는 지금의 AI가 이런 '고맥락' 이해에서 어디가 약한지 구체적으로 드러내, 다음 세대 영상 이해 AI가 무엇을 개선해야 하는지 보여준다.

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).

이 논문의 용어

  • MLLM · 이미지·영상·텍스트를 함께 이해하도록 학습된 멀티모달 대형언어모델
  • 쿠우키오요무(空気を読む) · 말로 하지 않은 사회적 분위기나 눈치를 읽는 일본 특유의 소통 방식
  • 아이즈치(相槌) · '응', '그렇구나' 같은 짧은 맞장구로, 동의보다는 듣고 있다는 신호에 가까움
  • 타테마에·혼네(建前·本音) · 겉으로 드러내는 공식적 태도(타테마에)와 속으로 품은 진짜 의도(혼네)의 구분
  • 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.

저자 · Yuheng Huang

arXiv에서 원문 보기

최신 논문

논문 전체 보기 →

METAL LAB 최신 기사

그림 출처: Yuheng Huang et al., arXiv:2608.13210, arxiv-nonexclusive