michelecafagna26
commited on
Commit
•
460d368
1
Parent(s):
8989188
Update README.md
Browse files
README.md
CHANGED
@@ -63,4 +63,12 @@ processor.batch_decode(generated_ids, skip_special_tokens=True)
|
|
63 |
## BibTex and citation info
|
64 |
|
65 |
```BibTeX
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
```
|
|
|
63 |
## BibTex and citation info
|
64 |
|
65 |
```BibTeX
|
66 |
+
@inproceedings{cafagna2023hl,
|
67 |
+
title={{HL} {D}ataset: {V}isually-grounded {D}escription of {S}cenes, {A}ctions and
|
68 |
+
{R}ationales},
|
69 |
+
author={Cafagna, Michele and van Deemter, Kees and Gatt, Albert},
|
70 |
+
booktitle={Proceedings of the 16th International Natural Language Generation Conference (INLG'23)},
|
71 |
+
address = {Prague, Czech Republic},
|
72 |
+
year={2023}
|
73 |
+
}
|
74 |
```
|