赵智轩 commited on
Commit
9ce6a53
·
1 Parent(s): 74cf9f1

Add website badge to dataset card

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -27,7 +27,20 @@ configs:
27
 
28
  # PerceptionComp
29
 
30
- Links: [Paper](https://arxiv.org/abs/2603.26653) | [GitHub](https://github.com/hrinnnn/PerceptionComp)
 
 
 
 
 
 
 
 
 
 
 
 
 
31
 
32
  PerceptionComp is a benchmark for complex perception-centric video reasoning. It focuses on questions that cannot be solved from a single frame, a short clip, or a shallow caption. Models must revisit visually complex videos, gather evidence across temporally separated segments, and combine multiple perceptual cues before answering.
33
 
 
27
 
28
  # PerceptionComp
29
 
30
+ <p align="center">
31
+ <a href="https://huggingface.co/datasets/hrinnnn/PerceptionComp">
32
+ <img src="https://img.shields.io/badge/Dataset-Hugging%20Face-FFD21E?logo=huggingface&logoColor=black" alt="Dataset">
33
+ </a>
34
+ <a href="https://arxiv.org/abs/2603.26653">
35
+ <img src="https://img.shields.io/badge/Paper-arXiv-B31B1B?logo=arxiv&logoColor=white" alt="Paper">
36
+ </a>
37
+ <a href="https://shaoxuanli.github.io/PerceptionComp.github.io/">
38
+ <img src="https://img.shields.io/badge/Website-Project%20Page-0A7F5A" alt="Website">
39
+ </a>
40
+ <a href="https://github.com/hrinnnn/PerceptionComp">
41
+ <img src="https://img.shields.io/badge/GitHub-Repository-181717?logo=github&logoColor=white" alt="GitHub">
42
+ </a>
43
+ </p>
44
 
45
  PerceptionComp is a benchmark for complex perception-centric video reasoning. It focuses on questions that cannot be solved from a single frame, a short clip, or a shallow caption. Models must revisit visually complex videos, gather evidence across temporally separated segments, and combine multiple perceptual cues before answering.
46