VityaVitalich commited on
Commit
be20efd
1 Parent(s): 4481665

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -1
README.md CHANGED
@@ -13,4 +13,57 @@ size_categories:
13
  tags:
14
  - multi-modal
15
  - dialogue
16
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  tags:
14
  - multi-modal
15
  - dialogue
16
+ ---
17
+
18
+ ## Dataset Description
19
+
20
+ - **Repository:** [Link to repo](https://github.com/VityaVitalich/IMAD)
21
+ - **Paper:** [IMage Augmented Dialogue: IMAD](https://arxiv.org/abs/2305.10512v1)
22
+ - **Point of Contact:** [Contacts Section](https://github.com/VityaVitalich/IMAD#contacts)
23
+
24
+ ### Dataset Summary
25
+
26
+ This dataset contains data from the paper [IMage Augmented Dialogue: IMAD](https://arxiv.org/abs/2305.10512v1).
27
+ The main feature of this dataset is the novelty of the task. It has been generated specifically for the purpose of image interpretation in a dialogue context.
28
+ Some of the dialogue utterances have been replaced with images, allowing a generative model to be trained to restore the initial utterance.
29
+ The dialogues are sourced from multiple dialogue datasets (DailyDialog, Commonsense, PersonaChat, MuTual, Empathetic Dialogues, Dream) and have been filtered using a technique described in the paper.
30
+ A significant portion of the data has been labeled by assessors, resulting in a high inter-reliability score. The combination of these methods has led to a well-filtered dataset and consequently a high BLEU score.
31
+ We hope that this dataset will be beneficial for the development of multi-modal deep learning.
32
+
33
+ ### Data Fields
34
+
35
+ Dataset contains 5 fields
36
+
37
+ - `image_id`: `string` that contains id of image in the full Unsplash Dataset
38
+ - `source_data`: `string` that contains the name of source dataset
39
+ - `utter`: `string` that contains utterance that was replaced in this dialogue with an image
40
+ - `context`: `list` of `string` that contains sequence of utterances in the dialogue before the replaced utterance
41
+ - `image_like`: `int` that shows if the data was collected with assessors or via filtering technique
42
+
43
+
44
+ ### Licensing Information
45
+
46
+ Textual part of IMAD is licensed under [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/). Full Dataset with images could be obtained with matching images_id with Unsplash full dataset
47
+ or could be requested directly contacting authors.
48
+
49
+ ### Citation Information
50
+
51
+
52
+ To cite this article please use this BibTex reference
53
+
54
+ ```bibtex
55
+ @misc{viktor2023imad,
56
+ title={IMAD: IMage-Augmented multi-modal Dialogue},
57
+ author={Moskvoretskii Viktor and Frolov Anton and Kuznetsov Denis},
58
+ year={2023},
59
+ eprint={2305.10512},
60
+ archivePrefix={arXiv},
61
+ primaryClass={cs.CL}
62
+ }
63
+ ```
64
+
65
+ Or via MLA Citation
66
+
67
+ ```
68
+ Viktor, Moskvoretskii et al. “IMAD: IMage-Augmented multi-modal Dialogue.” (2023).
69
+ ```