Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -33,4 +33,34 @@ configs:
|
|
33 |
path: data/test-*
|
34 |
- split: test_refer
|
35 |
path: data/test_refer-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
36 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
path: data/test-*
|
34 |
- split: test_refer
|
35 |
path: data/test_refer-*
|
36 |
+
task_categories:
|
37 |
+
- image-to-text
|
38 |
+
language:
|
39 |
+
- en
|
40 |
+
tags:
|
41 |
+
- Image Captioning
|
42 |
+
- 360-degree
|
43 |
+
size_categories:
|
44 |
+
- 1K<n<10K
|
45 |
---
|
46 |
+
|
47 |
+
#### Citation information
|
48 |
+
|
49 |
+
```bibtex
|
50 |
+
@inproceedings{maeda-etal-2023-query,
|
51 |
+
title = "Query-based Image Captioning from Multi-context 360$cdegree$ Images",
|
52 |
+
author = "Maeda, Koki and
|
53 |
+
Kurita, Shuhei and
|
54 |
+
Miyanishi, Taiki and
|
55 |
+
Okazaki, Naoaki",
|
56 |
+
booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2023",
|
57 |
+
month = dec,
|
58 |
+
year = "2023",
|
59 |
+
address = "Singapore",
|
60 |
+
publisher = "Association for Computational Linguistics",
|
61 |
+
url = "https://aclanthology.org/2023.findings-emnlp.463",
|
62 |
+
doi = "10.18653/v1/2023.findings-emnlp.463",
|
63 |
+
pages = "6940--6954",
|
64 |
+
}
|
65 |
+
```
|
66 |
+
|