Update 'README.md'
This commit is contained in:
parent
f78fc11b9c
commit
e17a560922
1 changed files with 9 additions and 3 deletions
12
README.md
12
README.md
|
@ -5,7 +5,7 @@ This repository contains the official code of the paper:
|
||||||
## Neuro-Symbolic Visual Dialog [[PDF](https://perceptualui.org/publications/abdessaied22_coling.pdf)]
|
## Neuro-Symbolic Visual Dialog [[PDF](https://perceptualui.org/publications/abdessaied22_coling.pdf)]
|
||||||
|
|
||||||
[Adnen Abdessaied](https://adnenabdessaied.de), [Mihai Bace](https://perceptualui.org/people/bace/), [Andreas Bulling](https://perceptualui.org/people/bulling/)
|
[Adnen Abdessaied](https://adnenabdessaied.de), [Mihai Bace](https://perceptualui.org/people/bace/), [Andreas Bulling](https://perceptualui.org/people/bulling/)
|
||||||
**Oral Presentation**
|
:loudspeaker: **Oral Presentation** :loudspeaker:
|
||||||
International Conferenc on Computational Linguistics (COLING), 2022 / Gyeongju, Republic of Korea :kr:
|
International Conferenc on Computational Linguistics (COLING), 2022 / Gyeongju, Republic of Korea :kr:
|
||||||
|
|
||||||
If you find our code useful or use it in your own projects, please cite our paper:
|
If you find our code useful or use it in your own projects, please cite our paper:
|
||||||
|
@ -13,10 +13,16 @@ If you find our code useful or use it in your own projects, please cite our pape
|
||||||
```
|
```
|
||||||
@inproceedings{abdessaied22_coling,
|
@inproceedings{abdessaied22_coling,
|
||||||
author = {Abdessaied, Adnen and Bâce, Mihai and Bulling, Andreas},
|
author = {Abdessaied, Adnen and Bâce, Mihai and Bulling, Andreas},
|
||||||
title = {Neuro-Symbolic Visual Dialog},
|
title = {{Neuro-Symbolic Visual Dialog}},
|
||||||
booktitle = {Proceedings of the 29th International Conference on Computational Linguistics (COLING)},
|
booktitle = {Proceedings of the 29th International Conference on Computational Linguistics (COLING)},
|
||||||
year = {2022},
|
year = {2022},
|
||||||
pages = {1--11}
|
pages = {192--217},
|
||||||
|
month = {oct},
|
||||||
|
year = {2022},
|
||||||
|
address = {Gyeongju, Republic of Korea},
|
||||||
|
publisher = {International Committee on Computational Linguistics},
|
||||||
|
url = {https://aclanthology.org/2022.coling-1.17},
|
||||||
|
pages = "192--217",
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue