michelecafagna26
commited on
Commit
·
8fc1f95
1
Parent(s):
9879c55
Update README.md
Browse files
README.md
CHANGED
@@ -100,4 +100,12 @@ model.generate_beam(embed=prefix_embed)[0]
|
|
100 |
## BibTex and citation info
|
101 |
|
102 |
```BibTeX
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
103 |
```
|
|
|
100 |
## BibTex and citation info
|
101 |
|
102 |
```BibTeX
|
103 |
+
@inproceedings{cafagna2023hl,
|
104 |
+
title={{HL} {D}ataset: {V}isually-grounded {D}escription of {S}cenes, {A}ctions and
|
105 |
+
{R}ationales},
|
106 |
+
author={Cafagna, Michele and van Deemter, Kees and Gatt, Albert},
|
107 |
+
booktitle={Proceedings of the 16th International Natural Language Generation Conference (INLG'23)},
|
108 |
+
address = {Prague, Czech Republic},
|
109 |
+
year={2023}
|
110 |
+
}
|
111 |
```
|