Datasets:
Add dataset card
Browse filesThis PR adds a dataset card for the MJ-VIDEO dataset.
README.md
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- video-text-to-text
|
4 |
+
license: mit
|
5 |
+
tags:
|
6 |
+
- video-generation
|
7 |
+
- reward-modeling
|
8 |
+
---
|
9 |
+
|
10 |
+
This repository contains the implementation of the paper "MJ-VIDEO: Fine-Grained Benchmarking and Rewarding Video Preferences in Video Generation".
|
11 |
+
|
12 |
+
Paper: https://arxiv.org/abs/2502.01719
|
13 |
+
Code: https://github.com/aiming-lab/MJ-Video
|
14 |
+
Project Page: https://aiming-lab.github.io/MJ-VIDEO.github.io/
|
15 |
+
|
16 |
+
This repository contains the implementation of the paper "MJ-VIDEO: Fine-Grained Benchmarking and Rewarding Video Preferences in Video Generation". We create a fine-grained video preference dataset **MJ-BENCH-VIDEO** and a MoE-structured video reward model **MJ-VIDEO**.
|