Update README.md
Browse files
README.md
CHANGED
@@ -59,3 +59,60 @@ configs:
|
|
59 |
- split: test
|
60 |
path: avav_odyssey_part*
|
61 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
- split: test
|
60 |
path: avav_odyssey_part*
|
61 |
---
|
62 |
+
|
63 |
+
Official dataset for the paper "[AV-Odyssey: Can Your Multimodal LLMs Really Understand Audio-Visual Information?]()".
|
64 |
+
|
65 |
+
๐ For more details, please refer to the project page with data examples: [https://av-odyssey.github.io/](https://av-odyssey.github.io/).
|
66 |
+
|
67 |
+
[[๐ 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)]
|
68 |
+
|
69 |
+
|
70 |
+
---
|
71 |
+
|
72 |
+
## ๐ฅ News
|
73 |
+
* **`2024.11.24`** ๐ We release AV-Odyssey, the first-ever comprehensive evaluation benchmark to explore whether MLLMs really understand audio-visual information.
|
74 |
+
|
75 |
+
|
76 |
+
|
77 |
+
## ๐ About AV-Odyssey
|
78 |
+
|
79 |
+
Recently, multimodal large language models (MLLMs), such as GPT-4o, Gemini 1.5 Pro, and Reka Core, have expanded their capabilities to include vision and audio modalities. While these models demonstrate impressive performance across a wide range of audio-visual applications, our proposed **DeafTest** reveals that MLLMs often struggle with simple tasks humans find trivial: 1) determining which of two sounds is louder, and 2) determining which of two sounds has a higher pitch. Motivated by these observations, we introduce **AV-Odyssey Bench**. This benchmark encompasses **26** different tasks and **4,555** carefully crafted problems, each incorporating text, visual, and audio components. All data are **newly collected and annotated by humans**, not from any existing audio-visual dataset. AV-Odyssey Bench demonstrates three major features: 1. **Comprehensive** Audio Attributes; 2. **Extensive** Domains; 3. **Interleaved** Text, Audio, and Visual components.
|
80 |
+
|
81 |
+
<img src="/assets/intro.png" style="zoom:50%;" />
|
82 |
+
|
83 |
+
## ๐ Data Examples
|
84 |
+
|
85 |
+
Please refer to our project page https://av-odyssey.github.io/ for exploring more examples.
|
86 |
+
|
87 |
+
|
88 |
+
### ๐AV-Odyssey Bench
|
89 |
+
<div align="center">
|
90 |
+
<img src="assets/demo-1.svg" width="100%" />
|
91 |
+
</div>
|
92 |
+
|
93 |
+
|
94 |
+
## ๐ Dataset
|
95 |
+
|
96 |
+
**License**:
|
97 |
+
```
|
98 |
+
AV-Odyssey is only used for academic research. Commercial use in any form is prohibited.
|
99 |
+
The copyright of all videos belongs to the video owners.
|
100 |
+
If there is any infringement in AV-Odyssey, please email [email protected] and we will remove it immediately.
|
101 |
+
Without prior approval, you cannot distribute, publish, copy, disseminate, or modify AV-Odyssey in whole or in part.
|
102 |
+
You must strictly comply with the above restrictions.
|
103 |
+
```
|
104 |
+
|
105 |
+
Please send an email to **[[email protected]](mailto:[email protected])**. ๐
|
106 |
+
|
107 |
+
|
108 |
+
## ๐ฎ Evaluation Pipeline
|
109 |
+
|
110 |
+
|
111 |
+
|
112 |
+
|
113 |
+
|
114 |
+
## ๐ Leaderboard
|
115 |
+
|
116 |
+
### Contributing to the AV-Odyssey Leaderboard
|
117 |
+
|
118 |
+
๐จ 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!
|