Datasets:

Modalities:
Image
Video
Size:
< 1K
ArXiv:
Libraries:
Datasets
License:
nielsr HF Staff commited on
Commit
3c02849
·
verified ·
1 Parent(s): 840f257

Add task categories and explicit code link

Browse files

This PR improves the dataset card by:
- Adding `task_categories: ['image-to-image', 'image-to-video']` to the metadata for better discoverability.
- Adding an explicit `💻 Code` link to the associated GitHub repository (`https://github.com/MC-E/InstructX`) in the badge section, and clarifying the Arxiv link as `📜 Paper`.

Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -1,6 +1,10 @@
1
  ---
2
  license: apache-2.0
 
 
 
3
  ---
 
4
  # VIE-Bench
5
 
6
  We introduce VIE-Bench (Video Instruction-Based Editing Benchmark), proposed in [Instruct-X](https://github.com/MC-E/InstructX/), which comprises 140 high-quality instances across eight editing categories.
@@ -29,7 +33,8 @@ We introduce VIE-Bench (Video Instruction-Based Editing Benchmark), proposed in
29
 
30
  <p align="center">
31
  <a href="https://mc-e.github.io/project/InstructX/">🌐 Project Page</a> |
32
- <a href="https://arxiv.org/pdf/2510.08485">📜 Arxiv</a> |
 
33
  <a href="https://huggingface.co/datasets/Simons212/VIE-Bench">🤗 Benchmark</a> |
34
  </p>
35
 
 
1
  ---
2
  license: apache-2.0
3
+ task_categories:
4
+ - image-to-image
5
+ - image-to-video
6
  ---
7
+
8
  # VIE-Bench
9
 
10
  We introduce VIE-Bench (Video Instruction-Based Editing Benchmark), proposed in [Instruct-X](https://github.com/MC-E/InstructX/), which comprises 140 high-quality instances across eight editing categories.
 
33
 
34
  <p align="center">
35
  <a href="https://mc-e.github.io/project/InstructX/">🌐 Project Page</a> |
36
+ <a href="https://arxiv.org/pdf/2510.08485">📜 Paper</a> |
37
+ <a href="https://github.com/MC-E/InstructX">💻 Code</a> |
38
  <a href="https://huggingface.co/datasets/Simons212/VIE-Bench">🤗 Benchmark</a> |
39
  </p>
40