turuta commited on
Commit
8715dc4
·
1 Parent(s): 06f1c87

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -3
README.md CHANGED
@@ -24,8 +24,25 @@ Initially this dataset extends the Flickr30K dataset by adding German translatio
24
  We present a variation of this dataset manually translated for Ukrainian language.
25
 
26
  Paper:
27
- Extension Multi30K: Multimodal Dataset for Integrated Vision and Language Research in Ukrainian
28
 
29
- Nataliia Saichyshyna, Daniil Maksymenko, Oleksii Turuta, Andriy Yerokhin, Andrii Babii and Olena Turuta
30
 
31
- https://unlp.org.ua/ (2023)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  We present a variation of this dataset manually translated for Ukrainian language.
25
 
26
  Paper:
 
27
 
28
+ ```python
29
 
30
+ @inproceedings{saichyshyna-etal-2023-extension,
31
+ title = "Extension {M}ulti30{K}: Multimodal Dataset for Integrated Vision and Language Research in {U}krainian",
32
+ author = "Saichyshyna, Nataliia and
33
+ Maksymenko, Daniil and
34
+ Turuta, Oleksii and
35
+ Yerokhin, Andriy and
36
+ Babii, Andrii and
37
+ Turuta, Olena",
38
+ booktitle = "Proceedings of the Second Ukrainian Natural Language Processing Workshop (UNLP)",
39
+ month = may,
40
+ year = "2023",
41
+ address = "Dubrovnik, Croatia",
42
+ publisher = "Association for Computational Linguistics",
43
+ url = "https://aclanthology.org/2023.unlp-1.7",
44
+ pages = "54--61",
45
+ abstract = "We share the results of the project within the well-known Multi30k dataset dedicated to improving machine translation of text from English into Ukrainian. The main task was to manually prepare the dataset and improve the translation of texts. The importance of collecting such datasets for low-resource languages for improving the quality of machine translation has been discussed. We also studied the features of translations of words and sentences with ambiguous meanings.The collection of multimodal datasets is essential for natural language processing tasks because it allows the development of more complex and comprehensive machine learning models that can understand and analyze different types of data. These models can learn from a variety of data types, including images, text, and audio, for more accurate and meaningful results.",
46
+ }
47
+
48
+ ```