Zikui commited on
Commit
dc1aa06
·
verified ·
1 Parent(s): 9cbed64

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -1
README.md CHANGED
@@ -8,10 +8,39 @@ task_categories:
8
  - question-answering
9
  - visual-question-answering
10
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
 
12
  # MORSE-500 Benchmark
13
 
14
- The viewing version of MORSE-500 Benchmark, which allows you to view the video in the webpage directly.
15
 
16
  ## Dataset Structure
17
 
 
8
  - question-answering
9
  - visual-question-answering
10
  ---
11
+ <table>
12
+ <tr>
13
+ <td style="padding: 0;">
14
+ <a href="https://morse-500.github.io">
15
+ <img src="https://img.shields.io/badge/Website-1E90FF?style=for-the-badge&logo=firefox&logoColor=ffffff&labelColor" alt="Website">
16
+ </a>
17
+ </td>
18
+ <td style="padding: 0;">
19
+ <a href="https://huggingface.co/datasets/video-reasoning/morse-500">
20
+ <img src="https://img.shields.io/badge/Data-D5A848?style=for-the-badge&logo=huggingface&logoColor=ffffff&labelColor" alt="Data">
21
+ </a>
22
+ </td>
23
+ <td style="padding: 0;">
24
+ <a href="https://huggingface.co/datasets/video-reasoning/morse-500-view">
25
+ <img src="https://img.shields.io/badge/View-D5A848?style=for-the-badge&logo=huggingface&logoColor=ffffff&labelColor" alt="Viewer">
26
+ </a>
27
+ </td>
28
+ <td style="padding: 0;">
29
+ <a href="https://github.com/morse-benchmark/morse-500">
30
+ <img src="https://img.shields.io/badge/Code-000000?style=for-the-badge&logo=github&logoColor=white" alt="Code">
31
+ </a>
32
+ </td>
33
+ <td style="padding: 0;">
34
+ <a href="https://arxiv.org/abs/2506.05523">
35
+ <img src="https://img.shields.io/badge/arXiv-2506.05523-b31b1b.svg?style=for-the-badge" alt="arXiv">
36
+ </a>
37
+ </td>
38
+ </tr>
39
+ </table>
40
 
41
  # MORSE-500 Benchmark
42
 
43
+ The viewing version of [`MORSE-500 Benchmark`](https://huggingface.co/datasets/video-reasoning/morse-500), which allows you to view the video in the webpage directly.
44
 
45
  ## Dataset Structure
46