From ee2a6a00054602609ccaef70e5bfa94357363052 Mon Sep 17 00:00:00 2001 From: revuk100 <renato.vukovic@uni-duesseldorf.de> Date: Thu, 24 Oct 2024 15:48:07 +0200 Subject: [PATCH] update citation --- README.md | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index aad1240..50d96ef 100644 --- a/README.md +++ b/README.md @@ -57,12 +57,32 @@ For CoT-decoding set the aggregation strategy, number of branches used and the t ## Citation ``` -@article{vukovic2024dialogue, - title={Dialogue Ontology Relation Extraction via Constrained Chain-of-Thought Decoding}, - author={Vukovic, Renato and Arps, David and van Niekerk, Carel and Ruppik, Benjamin Matthias and Lin, Hsien-Chin and Heck, Michael and Ga{\v{s}}i{\'c}, Milica}, - journal={arXiv preprint arXiv:2408.02361}, - year={2024} +@inproceedings{vukovic-etal-2024-dialogue, + title = "Dialogue Ontology Relation Extraction via Constrained Chain-of-Thought Decoding", + author = "Vukovic, Renato and + Arps, David and + van Niekerk, Carel and + Ruppik, Benjamin Matthias and + Lin, Hsien-chin and + Heck, Michael and + Gasic, Milica", + editor = "Kawahara, Tatsuya and + Demberg, Vera and + Ultes, Stefan and + Inoue, Koji and + Mehri, Shikib and + Howcroft, David and + Komatani, Kazunori", + booktitle = "Proceedings of the 25th Annual Meeting of the Special Interest Group on Discourse and Dialogue", + month = sep, + year = "2024", + address = "Kyoto, Japan", + publisher = "Association for Computational Linguistics", + url = "https://aclanthology.org/2024.sigdial-1.33", + doi = "10.18653/v1/2024.sigdial-1.33", + pages = "370--384", } + ``` ## License -- GitLab