sergioburdisso
commited on
Commit
•
e1169ec
1
Parent(s):
6803e66
Update README.md
Browse files
README.md
CHANGED
@@ -151,18 +151,26 @@ SentenceTransformer(
|
|
151 |
|
152 |
## Citation
|
153 |
|
|
|
|
|
|
|
154 |
|
155 |
```bibtex
|
156 |
@inproceedings{burdisso-etal-2024-dialog2flow,
|
157 |
-
title = "
|
158 |
author = "Burdisso, Sergio and
|
159 |
Madikeri, Srikanth and
|
160 |
Motlicek, Petr",
|
|
|
|
|
|
|
161 |
booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
|
162 |
month = nov,
|
163 |
year = "2024",
|
164 |
-
address = "Miami",
|
165 |
publisher = "Association for Computational Linguistics",
|
|
|
|
|
166 |
}
|
167 |
```
|
168 |
|
|
|
151 |
|
152 |
## Citation
|
153 |
|
154 |
+
If you found the paper and/or this repository useful, please consider citing our work :)
|
155 |
+
|
156 |
+
EMNLP paper: [here](https://aclanthology.org/2024.emnlp-main.310/).
|
157 |
|
158 |
```bibtex
|
159 |
@inproceedings{burdisso-etal-2024-dialog2flow,
|
160 |
+
title = "{D}ialog2{F}low: Pre-training Soft-Contrastive Action-Driven Sentence Embeddings for Automatic Dialog Flow Extraction",
|
161 |
author = "Burdisso, Sergio and
|
162 |
Madikeri, Srikanth and
|
163 |
Motlicek, Petr",
|
164 |
+
editor = "Al-Onaizan, Yaser and
|
165 |
+
Bansal, Mohit and
|
166 |
+
Chen, Yun-Nung",
|
167 |
booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
|
168 |
month = nov,
|
169 |
year = "2024",
|
170 |
+
address = "Miami, Florida, USA",
|
171 |
publisher = "Association for Computational Linguistics",
|
172 |
+
url = "https://aclanthology.org/2024.emnlp-main.310",
|
173 |
+
pages = "5421--5440",
|
174 |
}
|
175 |
```
|
176 |
|