Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -109,28 +109,29 @@ English.
|
|
109 |
|
110 |
### Data Fields
|
111 |
★ - refers to idiom-only fields
|
|
|
112 |
|
113 |
Multimodal Figurative Language Detection task
|
114 |
- query (★): the idiom definition the answer image originated from.
|
115 |
- distractors: the distractor images
|
116 |
- answer: the correct image
|
117 |
- figurative_type: idiom | metaphor | simile
|
118 |
-
-
|
119 |
-
- type: the correct image type (Figurative or Figurative Literal).
|
120 |
- definition (★): list of all the definitions of the idiom
|
121 |
- phrase: the figurative phrase.
|
122 |
|
123 |
Multimodal Figurative Language Retrieval task
|
124 |
-
- type: the rival categories FvsPL (Figurative images vs. Partial Literal) or FLvsPL (Figurative
|
125 |
- figurative_type: idiom | metaphor | simile
|
|
|
126 |
- first_category: the first category images (Figurative images if FvsPL, Figurative Literal images if FLvsPL)
|
127 |
- second_category: the second category images (Partial Literal)
|
128 |
- definition (★): list of all the definitions of the idiom
|
|
|
129 |
- phrase: the figurative phrase.
|
130 |
|
131 |
The idioms, metaphor, and similes datasets contain all the figurative phrases, annotated images, and corresponding metadata. <br/>
|
132 |
|
133 |
-
|
134 |
## Dataset Collection
|
135 |
Using an automatic pipeline we created, we collected figurative and literal images for textual idioms, metaphors, and similes. We annotated the relations between these images and the figurative phrase they originated from.
|
136 |
|
|
|
109 |
|
110 |
### Data Fields
|
111 |
★ - refers to idiom-only fields
|
112 |
+
⁺₊ - refers to metaphor-only fields
|
113 |
|
114 |
Multimodal Figurative Language Detection task
|
115 |
- query (★): the idiom definition the answer image originated from.
|
116 |
- distractors: the distractor images
|
117 |
- answer: the correct image
|
118 |
- figurative_type: idiom | metaphor | simile
|
119 |
+
- type: the correct image type (Figurative or Figurative+Literal).
|
|
|
120 |
- definition (★): list of all the definitions of the idiom
|
121 |
- phrase: the figurative phrase.
|
122 |
|
123 |
Multimodal Figurative Language Retrieval task
|
124 |
+
- type: the rival categories FvsPL (Figurative images vs. Partial Literal) or FLvsPL (Figurative+Literal images vs. Partial Literal)
|
125 |
- figurative_type: idiom | metaphor | simile
|
126 |
+
- images_metadata: the metadata of the distractors and answer images.
|
127 |
- first_category: the first category images (Figurative images if FvsPL, Figurative Literal images if FLvsPL)
|
128 |
- second_category: the second category images (Partial Literal)
|
129 |
- definition (★): list of all the definitions of the idiom
|
130 |
+
- theme (⁺₊): the theme of the partial literal distractor, for example, for the metaphor heart of gold, an image of a "gold bar" and an image of a "human heart" will have different theme value
|
131 |
- phrase: the figurative phrase.
|
132 |
|
133 |
The idioms, metaphor, and similes datasets contain all the figurative phrases, annotated images, and corresponding metadata. <br/>
|
134 |
|
|
|
135 |
## Dataset Collection
|
136 |
Using an automatic pipeline we created, we collected figurative and literal images for textual idioms, metaphors, and similes. We annotated the relations between these images and the figurative phrase they originated from.
|
137 |
|