Datasets:

Modalities:
Image
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
Dask
License:
Llabres commited on
Commit
6ad3683
·
1 Parent(s): 631a0bc

Updated Readme

Browse files
README.md CHANGED
@@ -48,3 +48,27 @@ The dataset contains five subtask or skills:
48
  - Text Closure
49
  - Caption Relevance
50
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  - Text Closure
49
  - Caption Relevance
50
 
51
+ ## Skills:
52
+ ### Sequence Filling
53
+ ![Sequence Filling](figures/seq_filling.png)
54
+ 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.
55
+
56
+ ### Character Coherence, Visual Closure, Text Closure
57
+ ![Character Coherence](figures/closure.png)
58
+ 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:
59
+ - 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.
60
+ - 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
+ - Text Closure: Given a sequence of comic panels, pick the panel from the options that best continues the story in a coherent way with the text. All options are the same panel, but with text in the speech retrieved from different panels.
62
+
63
+ ### Caption Relevance
64
+ ![Caption Relevance](figures/caption_relevance.png)
65
+ Given a caption from the previous panel, select the panel that best continues the story.
66
+
67
+ ## Loading the Data
68
+ _coming soon_
69
+
70
+ ## Summit Results and Leaderboard
71
+ The competition is hosted in the [Robust Reading Competition website](https://rrc.cvc.uab.es/?ch=31&com=introduction) and the leaderboard is available [here](https://rrc.cvc.uab.es/?ch=31&com=evaluation).
72
+
73
+ ## Citation
74
+ _coming soon_
figures DELETED
File without changes
figures/caption_relevance.png ADDED

Git LFS Details

  • SHA256: 58a7088bc173d71ec691cf6e1bfa9a3aaa04c4b070fc587a7b99af573366637d
  • Pointer size: 131 Bytes
  • Size of remote file: 105 kB
figures/closure.png ADDED

Git LFS Details

  • SHA256: 539be9b230d1a85479f2bea2fa5d5e0bd22a42f3d6437422d5756ddcce6b8fe7
  • Pointer size: 131 Bytes
  • Size of remote file: 264 kB
figures/seq_filling.png ADDED

Git LFS Details

  • SHA256: d02051a67e8393eca1213195e5e56d4364d99b03f9f47df3b37147dc0817b685
  • Pointer size: 131 Bytes
  • Size of remote file: 160 kB