cby-pku
commited on
Commit
·
1fc2b49
1
Parent(s):
bb7cff0
minor
Browse files
README.md
CHANGED
@@ -15,12 +15,15 @@ base_model:
|
|
15 |
|
16 |
|
17 |
## Abstract
|
18 |
-
As multimodal large models (MLLMs) continue to advance across challenging tasks, a key question emerges:
|
19 |
-
A critical aspect of human learning is continuous interaction with the environment
|
20 |
-
|
21 |
-
|
22 |
-
To
|
23 |
-
|
|
|
|
|
|
|
24 |
|
25 |
|
26 |

|
|
|
15 |
|
16 |
|
17 |
## Abstract
|
18 |
+
As multimodal large models (MLLMs) continue to advance across challenging tasks, a key question emerges: ***What essential capabilities are still missing?***
|
19 |
+
A critical aspect of human learning is continuous interaction with the environment -- not limited to language, but also involving multimodal understanding and generation.
|
20 |
+
To move closer to human-level intelligence, models must similarly support **multi-turn**, **multimodal interaction**. In particular, they should comprehend interleaved multimodal contexts and respond coherently in ongoing exchanges.
|
21 |
+
In this work, we present **an initial exploration** through the *InterMT* -- **the first preference dataset for *multi-turn* multimodal interaction**, grounded in real human feedback. In this exploration, we particularly emphasize the importance of human oversight, introducing expert annotations to guide the process, motivated by the fact that current MLLMs lack such complex interactive capabilities. *InterMT* captures human preferences at both global and local levels into nine sub-dimensions, consists of 15.6k prompts, 52.6k multi-turn dialogue instances, and 32.4k human-labeled preference pairs.
|
22 |
+
To compensate for the lack of capability for multi-modal understanding and generation, we introduce an agentic workflow that leverages tool-augmented MLLMs to construct multi-turn QA instances.
|
23 |
+
To further this goal, we introduce *InterMT-Bench* to assess the ability of
|
24 |
+
MLLMs in assisting judges with multi-turn, multimodal tasks.
|
25 |
+
We demonstrate the utility of *InterMT* through applications such as judge moderation and further reveal the *multi-turn scaling law* of judge model.
|
26 |
+
We hope the open-source of our data can help facilitate further research on aligning current MLLMs to the next step.
|
27 |
|
28 |
|
29 |

|