Add task category and paper link
Browse filesThis PR adds the `video-text-to-text` task category and a link to the paper, to help users discover and understand the dataset.
    	
        README.md
    CHANGED
    
    | 
         @@ -1,3 +1,9 @@ 
     | 
|
| 1 | 
         
            -
            ---
         
     | 
| 2 | 
         
            -
            license: apache-2.0
         
     | 
| 3 | 
         
            -
             
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
| 
         | 
|
| 1 | 
         
            +
            ---
         
     | 
| 2 | 
         
            +
            license: apache-2.0
         
     | 
| 3 | 
         
            +
            task_categories:
         
     | 
| 4 | 
         
            +
            - video-text-to-text
         
     | 
| 5 | 
         
            +
            ---
         
     | 
| 6 | 
         
            +
             
     | 
| 7 | 
         
            +
            This repository contains the dataset described in the paper [VRBench: A Benchmark for Multi-Step Reasoning in Long Narrative Videos](https://huggingface.co/papers/2506.10857).
         
     | 
| 8 | 
         
            +
             
     | 
| 9 | 
         
            +
            Project page: https://VRBench.github.io
         
     |