Datasets:

Formats:
parquet
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
BreakLee commited on
Commit
0b5019d
ยท
verified ยท
1 Parent(s): 89423ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -8
README.md CHANGED
@@ -58,7 +58,7 @@ Official Deaftest dataset for the paper "[AV-Odyssey: Can Your Multimodal LLMs R
58
 
59
  ๐ŸŒŸ For more details, please refer to the project page with data examples: [https://av-odyssey.github.io/](https://av-odyssey.github.io/).
60
 
61
- [[๐ŸŒ Webpage](https://av-odyssey.github.io/)] [[๐Ÿ“– Paper]()] [[๐Ÿค— Huggingface AV-Odyssey Dataset](https://huggingface.co/datasets/AV-Odyssey/AV_Odyssey_Bench)] [[๐Ÿค— Huggingface Deaftest Dataset](https://huggingface.co/datasets/AV-Odyssey/Deaftest_dataset)] [[๐Ÿ† Leaderboard](https://huggingface.co/spaces/AV-Odyssey/AV_Odyssey_Bench_Leaderboard)]
62
 
63
 
64
  ---
@@ -99,11 +99,6 @@ You must strictly comply with the above restrictions.
99
  Please send an email to **[[email protected]](mailto:[email protected])**. ๐ŸŒŸ
100
 
101
 
102
- ## ๐Ÿ”ฎ Evaluation Pipeline
103
-
104
-
105
-
106
-
107
 
108
  ## ๐Ÿ† Leaderboard
109
 
@@ -112,10 +107,19 @@ Please send an email to **[[email protected]](mailto:[email protected])*
112
  ๐Ÿšจ The [Leaderboard](https://huggingface.co/spaces/AV-Odyssey/AV_Odyssey_Bench_Leaderboard) for AV-Odyssey is continuously being updated, welcoming the contribution of your excellent MLLMs!
113
 
114
 
115
- ## :black_nib: Citation
116
 
117
  If you find our work helpful for your research, please consider citing our work.
118
 
119
- ```bibtex
120
 
 
 
 
 
 
 
 
 
 
 
121
  ```
 
58
 
59
  ๐ŸŒŸ For more details, please refer to the project page with data examples: [https://av-odyssey.github.io/](https://av-odyssey.github.io/).
60
 
61
+ [[๐ŸŒ Webpage](https://av-odyssey.github.io/)] [[๐Ÿ“– Paper](https://arxiv.org/abs/2412.02611)] [[๐Ÿค— Huggingface AV-Odyssey Dataset](https://huggingface.co/datasets/AV-Odyssey/AV_Odyssey_Bench)] [[๐Ÿค— Huggingface Deaftest Dataset](https://huggingface.co/datasets/AV-Odyssey/Deaftest_dataset)] [[๐Ÿ† Leaderboard](https://huggingface.co/spaces/AV-Odyssey/AV_Odyssey_Bench_Leaderboard)]
62
 
63
 
64
  ---
 
99
  Please send an email to **[[email protected]](mailto:[email protected])**. ๐ŸŒŸ
100
 
101
 
 
 
 
 
 
102
 
103
  ## ๐Ÿ† Leaderboard
104
 
 
107
  ๐Ÿšจ The [Leaderboard](https://huggingface.co/spaces/AV-Odyssey/AV_Odyssey_Bench_Leaderboard) for AV-Odyssey is continuously being updated, welcoming the contribution of your excellent MLLMs!
108
 
109
 
110
+ ## Citation
111
 
112
  If you find our work helpful for your research, please consider citing our work.
113
 
 
114
 
115
+ ```bibtex
116
+ @misc{gong2024avodysseybenchmultimodalllms,
117
+ title={AV-Odyssey Bench: Can Your Multimodal LLMs Really Understand Audio-Visual Information?},
118
+ author={Kaixiong Gong and Kaituo Feng and Bohao Li and Yibing Wang and Mofan Cheng and Shijia Yang and Jiaming Han and Benyou Wang and Yutong Bai and Zhuoran Yang and Xiangyu Yue},
119
+ year={2024},
120
+ eprint={2412.02611},
121
+ archivePrefix={arXiv},
122
+ primaryClass={cs.CV},
123
+ url={https://arxiv.org/abs/2412.02611},
124
+ }
125
  ```