Add dataset card and metadata for ThinkOmni

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - image-text-to-text
4
+ - video-text-to-text
5
+ - audio-text-to-text
6
+ ---
7
+
8
+ # ThinkOmni Evaluation Dataset
9
+
10
+ This repository contains the evaluation datasets for **ThinkOmni**, a training-free framework that lifts textual reasoning to omni-modal scenarios via guidance decoding.
11
+
12
+ ThinkOmni enhances omni-modal large language models (OLLMs) with the reasoning capabilities of large reasoning models (LRMs) at decoding time, adaptively balancing perception and reasoning signals.
13
+
14
+ - **Paper:** [ThinkOmni: Lifting Textual Reasoning to Omni-modal Scenarios via Guidance Decoding](https://huggingface.co/papers/2602.23306)
15
+ - **Repository:** [https://github.com/1ranGuan/thinkomni](https://github.com/1ranGuan/thinkomni)
16
+
17
+ ### Dataset Contents
18
+
19
+ This collection includes the following evaluation sets used in the paper:
20
+ - **MMAU**
21
+ - **OmniBench**
22
+ - **Daily-Omni**
23
+
24
+ ### Citation
25
+
26
+ If you find this work or these datasets useful, please cite:
27
+
28
+ ```bibtex
29
+ @inproceedings{guan2026thinkomni,
30
+ title={ThinkOmni: Lifting Textual Reasoning to Omni-modal Scenarios via Guidance Decoding},
31
+ author={Guan, Yiran and Tu, Sifan and Liang, Dingkang and Zhu, Linghao and Ju, Jianzhong and Luo, Zhenbo and Luan, Jian and Liu, Yuliang and Bai, Xiang},
32
+ booktitle={International Conference on Learning Representations (ICLR)},
33
+ year={2026}
34
+ }
35
+ ```