Datasets:
Updated Readme
Browse files- README.md +24 -0
- figures +0 -0
- figures/caption_relevance.png +3 -0
- figures/closure.png +3 -0
- figures/seq_filling.png +3 -0
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 |
+

|
| 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 |
+

|
| 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 |
+

|
| 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
|
figures/closure.png
ADDED
|
Git LFS Details
|
figures/seq_filling.png
ADDED
|
Git LFS Details
|