Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
Llabres commited on
Commit
70145ba
·
1 Parent(s): 1ec086b

Updated Readme

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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
- ![Sequence Filling](figures/seq_filling.png)
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
- ![Character Coherence](figures/closure.png)
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
- ![Caption Relevance](figures/caption_relevance.png)
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
+ ![Sequence Filling](figures/seq_filling.png)
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
+ ![Character Coherence](figures/closure.png)
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
+ ![Caption Relevance](figures/caption_relevance.png)
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