Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
Llabres commited on
Commit
e831b3a
·
1 Parent(s): 651bc15

Updaded Readme

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -99,17 +99,24 @@ This is the dataset for the [ICDAR 2025 Competition on Comics Understanding in t
99
  The dataset contains five subtask or skills:
100
 
101
  ### Sequence Filling
102
- ![Sequence Filling](figures/seq_filling.png)
103
  <details>
 
104
  <summary>Task Description</summary>
 
 
 
105
  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.
106
  </details>
107
 
108
  ### Character Coherence, Visual Closure, Text Closure
109
- ![Character Coherence](figures/closure.png)
110
  <details>
 
111
  <summary>Task Description</summary>
112
 
 
 
113
  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:
114
  - 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.
115
  - 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.
@@ -118,9 +125,13 @@ These skills require understanding the context sequence to then pick the best pa
118
  </details>
119
 
120
  ### Caption Relevance
121
- ![Caption Relevance](figures/caption_relevance.png)
122
  <details>
 
123
  <summary>Task Description</summary>
 
 
 
124
  Given a caption from the previous panel, select the panel that best continues the story.
125
  </details>
126
 
 
99
  The dataset contains five subtask or skills:
100
 
101
  ### Sequence Filling
102
+
103
  <details>
104
+
105
  <summary>Task Description</summary>
106
+
107
+ ![Sequence Filling](figures/seq_filling.png)
108
+
109
  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.
110
  </details>
111
 
112
  ### Character Coherence, Visual Closure, Text Closure
113
+
114
  <details>
115
+
116
  <summary>Task Description</summary>
117
 
118
+ ![Character Coherence](figures/closure.png)
119
+
120
  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:
121
  - 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.
122
  - 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.
 
125
  </details>
126
 
127
  ### Caption Relevance
128
+
129
  <details>
130
+
131
  <summary>Task Description</summary>
132
+
133
+ ![Caption Relevance](figures/caption_relevance.png)
134
+
135
  Given a caption from the previous panel, select the panel that best continues the story.
136
  </details>
137