Baseline dataset card
Browse files
README.md
CHANGED
@@ -27,7 +27,29 @@ dataset_info:
|
|
27 |
num_examples: 1352
|
28 |
download_size: 2214475090
|
29 |
dataset_size: 2366953929.024
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
---
|
31 |
# Dataset Card for "Impressions"
|
32 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
|
|
27 |
num_examples: 1352
|
28 |
download_size: 2214475090
|
29 |
dataset_size: 2366953929.024
|
30 |
+
license: cc-by-sa-4.0
|
31 |
+
task_categories:
|
32 |
+
- image-to-text
|
33 |
+
- visual-question-answering
|
34 |
+
language:
|
35 |
+
- en
|
36 |
+
tags:
|
37 |
+
- art
|
38 |
+
pretty_name: Impressions
|
39 |
+
size_categories:
|
40 |
+
- 1K<n<10K
|
41 |
---
|
42 |
# Dataset Card for "Impressions"
|
43 |
|
44 |
+
## Overview
|
45 |
+
|
46 |
+
The Impressions dataset is a multimodal benchmark that consists of 4,100 unique annotations and over 1,375 image-caption pairs from the photography domain. Each annotation explores (1) the aesthetic impactfulness of a photograph, (2) image descriptions in which pragmatic inferences are welcome, (3) emotions/thoughts/beliefs that the photograph may inspire, and (4) the aesthetic elements that elicited the expressed impression.
|
47 |
+
|
48 |
+
EMNLP 2023 | [Paper](https://arxiv.org/abs/2310.17887)
|
49 |
+
|
50 |
+
## Additional Data
|
51 |
+
|
52 |
+
The Impressions dataset comes with more information that just image annotations on questions pertaining to *Pragmatic Description*, *Perception*, and *Aesthetic Evaluation*. For annotator personality and demographic metadata, as well as all *Aesthetic Impact* annotations, please see our [git repository](https://github.com/SALT-NLP/Impressions)!
|
53 |
+
|
54 |
+
|
55 |
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|