Datasets:
Updated Readme
Browse files
README.md
CHANGED
@@ -44,16 +44,16 @@ This is the dataset for the [ICDAR 2025 Competition on Comics Understanding in t
|
|
44 |
The dataset contains five subtask or skills:
|
45 |
|
46 |
### Sequence Filling
|
|
|
47 |
<details>
|
48 |
<summary>Task Description</summary>
|
49 |
-

|
50 |
Given a sequence of comic panels, a missing panel, and a set of option panels, the task is to select the panel that best fits the sequence.
|
51 |
</details>
|
52 |
|
53 |
### Character Coherence, Visual Closure, Text Closure
|
|
|
54 |
<details>
|
55 |
<summary>Task Description</summary>
|
56 |
-

|
57 |
These skills require understanding the context sequence to then pick the best panel to continue the story, focusing on the characters, the visual elements, and the text:
|
58 |
- Character Coherence: Given a sequence of comic panels, pick the panel from the two options that best continues the story in a coherent with the characters. Both options are the same panel, but the text in the speech bubbles is has been swapped.
|
59 |
- Visual Closure: Given a sequence of comic panels, pick the panel from the options that best continues the story in a coherent way with the visual elements.
|
@@ -61,9 +61,9 @@ These skills require understanding the context sequence to then pick the best pa
|
|
61 |
</details>
|
62 |
|
63 |
### Caption Relevance
|
|
|
64 |
<details>
|
65 |
<summary>Task Description</summary>
|
66 |
-

|
67 |
Given a caption from the previous panel, select the panel that best continues the story.
|
68 |
</details>
|
69 |
|
|
|
44 |
The dataset contains five subtask or skills:
|
45 |
|
46 |
### Sequence Filling
|
47 |
+

|
48 |
<details>
|
49 |
<summary>Task Description</summary>
|
|
|
50 |
Given a sequence of comic panels, a missing panel, and a set of option panels, the task is to select the panel that best fits the sequence.
|
51 |
</details>
|
52 |
|
53 |
### Character Coherence, Visual Closure, Text Closure
|
54 |
+

|
55 |
<details>
|
56 |
<summary>Task Description</summary>
|
|
|
57 |
These skills require understanding the context sequence to then pick the best panel to continue the story, focusing on the characters, the visual elements, and the text:
|
58 |
- Character Coherence: Given a sequence of comic panels, pick the panel from the two options that best continues the story in a coherent with the characters. Both options are the same panel, but the text in the speech bubbles is has been swapped.
|
59 |
- Visual Closure: Given a sequence of comic panels, pick the panel from the options that best continues the story in a coherent way with the visual elements.
|
|
|
61 |
</details>
|
62 |
|
63 |
### Caption Relevance
|
64 |
+

|
65 |
<details>
|
66 |
<summary>Task Description</summary>
|
|
|
67 |
Given a caption from the previous panel, select the panel that best continues the story.
|
68 |
</details>
|
69 |
|