South Dakota State University Multimodal Intelligence Lab

CLIP-CC-Bench: Evaluating Paragraph-Level Video Descriptions in Video–Language Models

Mukhtiar Ali*, Harsh Dubey*, Sugam Mishra*, Chulwoo Pack

South Dakota State University · Dept. of Electrical Engineering & Computer Science · Multimodal Intelligence Lab  · *Equal contribution

Lab QR — github.com/Multimodal-Intelligence-Lab

Abstract

Benchmarking video–language models has largely focused on short clips and single-sentence metrics, leaving open whether current systems can generate accurate long-form, paragraph-level descriptions. We introduce CLIP-CC-Bench, an evaluation suite for long-form video description built from 5 hours of movie content segmented into 90-second clips, each paired with an expert-written paragraph-style reference. The suite employs an ensemble of five state-of-the-art LLM-based embedding models to mitigate single-model bias, applying two complementary methodologies — coarse-grained and fine-grained semantic matching — to compare model-generated descriptions against the references. Using this framework we evaluate 17 state-of-the-art video–language models and report both their Borda-aggregated rankings and average scores, and we quantify the protocol's internal reliability through inter-judge agreement and bootstrap ranking stability.

Approach

CLIP-CC-Bench scores a candidate paragraph against an expert reference using an ensemble of five long-context embedding judges. Each judge combines a coarse-grained, paragraph-level cosine similarity with a fine-grained, sentence-level F1 (greedy best-match), merged into a harmonic mean (HM-CF). Per-judge rankings are aggregated with Borda count to produce the leaderboard, and the protocol's reliability is assessed via inter-judge agreement and bootstrap ranking stability.

1
Long-form benchmark200 movie clips of ~90 seconds (~5 hours) with expert paragraph references that deliberately exclude proper nouns, so scoring targets visual understanding over memorization.
2
Ensemble embedding protocolFive embedding judges, each fusing coarse-grained (paragraph) and fine-grained (sentence-level F1) similarity into a harmonic mean, aggregated by Borda count.
3
17-VLM study with reliabilityRankings and mean scores for 17 video–language models, with inter-judge agreement and bootstrap ranking stability to quantify confidence.

Results

17
video–language models (benchmarked)
200
movie clips (~5 hours, expert paragraphs)
5
embedding judges (ensemble, Borda-aggregated)

Final ranking of the 17 VLMs. Borda = Borda count across the five embedding judges; Mean HM-CF = average harmonic mean of coarse- and fine-grained similarity across judges.

RankVLMBordaMean HM-CF
1VideoLLaMA3800.67
2mPLUG-Owl3750.66
3LLaVA-OneVision670.64
4ViLAMP670.64
5LongVU610.63
6Qwen2.5-72B550.62
7Qwen2.5-32B480.61
8VideoChat-Flash420.60
9MiniCPM-V420.60
10Video-XL360.59
11ShareGPT4Video290.58
12InternVL2270.58
13TimeChat200.56
14LLaVA-NeXT-Video160.55
15TS-LLaVA90.53
16Oryx60.52
17LongVA00.48

BibTeX

@misc{ali2026clipccbench,
  title         = {{CLIP-CC-Bench}: Evaluating Paragraph-Level Video Descriptions in Video--Language Models},
  author        = {Ali, Mukhtiar and Dubey, Harsh and Mishra, Sugam and Pack, Chulwoo},
  year          = {2026},
  eprint        = {2608.04302},
  archivePrefix = {arXiv},
  primaryClass  = {cs.CV},
  note          = {Presented at the 2nd Workshop on Evaluation for Multimodal Generation (EvalMG), ACM SIGIR 2026},
  url           = {https://arxiv.org/abs/2608.04302}
}