Update README.md
Browse files
README.md
CHANGED
|
@@ -36,4 +36,48 @@ configs:
|
|
| 36 |
path: data/train-*
|
| 37 |
---
|
| 38 |
|
| 39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
path: data/train-*
|
| 37 |
---
|
| 38 |
|
| 39 |
+
<div align="center">
|
| 40 |
+
|
| 41 |
+
<h2>
|
| 42 |
+
<a href="https://arxiv.org/abs/2603.03985">[ICLR 2026] RIVER: A Real-Time Interaction Benchmark for Video LLMs</a>
|
| 43 |
+
</h2>
|
| 44 |
+
|
| 45 |
+
<img src="assets/RIVER logo.png" width="80" alt="RIVER logo">
|
| 46 |
+
|
| 47 |
+
[Yansong Shi<sup>*</sup>](https://scholar.google.com/citations?user=R7J57vQAAAAJ),
|
| 48 |
+
[Qingsong Zhao<sup>*</sup>](https://scholar.google.com/citations?user=ux-dlywAAAAJ),
|
| 49 |
+
[Tianxiang Jiang<sup>*</sup>](https://github.com/Arsiuuu),
|
| 50 |
+
[Xiangyu Zeng](https://scholar.google.com/citations?user=jS13DXkAAAAJ&hl),
|
| 51 |
+
[Yi Wang](https://scholar.google.com/citations?user=Xm2M8UwAAAAJ),
|
| 52 |
+
[Limin Wang<sup>†</sup>](https://scholar.google.com/citations?user=HEuN8PcAAAAJ)
|
| 53 |
+
|
| 54 |
+
</div>
|
| 55 |
+
|
| 56 |
+
## Introduction
|
| 57 |
+
This project introduces **RIVER Bench**, the first benchmark designed to evaluate the real-time interactive capabilities of Video Large Language Models through streaming video perception, featuring novel tasks for memory, live-perception, and proactive response.
|
| 58 |
+
|
| 59 |
+

|
| 60 |
+
|
| 61 |
+
## Dataset Preparation
|
| 62 |
+
|Dataset |URL|
|
| 63 |
+
|--------------|---|
|
| 64 |
+
|LongVideoBench|https://github.com/longvideobench/LongVideoBench|
|
| 65 |
+
|Vript-RR |https://github.com/mutonix/Vript|
|
| 66 |
+
|LVBench |https://github.com/zai-org/LVBench|
|
| 67 |
+
|Ego4D |https://github.com/facebookresearch/Ego4d|
|
| 68 |
+
|QVHighlights |https://github.com/jayleicn/moment_detr|
|
| 69 |
+
|
| 70 |
+
## Citation
|
| 71 |
+
|
| 72 |
+
If you find this project useful in your research, please consider cite:
|
| 73 |
+
```BibTeX
|
| 74 |
+
@misc{shi2026riverrealtimeinteractionbenchmark,
|
| 75 |
+
title={RIVER: A Real-Time Interaction Benchmark for Video LLMs},
|
| 76 |
+
author={Yansong Shi and Qingsong Zhao and Tianxiang Jiang and Xiangyu Zeng and Yi Wang and Limin Wang},
|
| 77 |
+
year={2026},
|
| 78 |
+
eprint={2603.03985},
|
| 79 |
+
archivePrefix={arXiv},
|
| 80 |
+
primaryClass={cs.CV},
|
| 81 |
+
url={https://arxiv.org/abs/2603.03985},
|
| 82 |
+
}
|
| 83 |
+
```
|