Datasets:
Languages:
English
Size:
1M<n<10M
ArXiv:
Tags:
task-oriented-dialog
task-oriented-dialogues
dialog-flow
dialog-modeling
dialogue-flow
dialogue-modeling
License:
sergioburdisso
commited on
Commit
•
971c57c
1
Parent(s):
97af02b
Update README.md
Browse files
README.md
CHANGED
@@ -281,18 +281,26 @@ More details about the corpus can be found in Section 4 and Appendix A of the or
|
|
281 |
|
282 |
## Citation
|
283 |
|
|
|
|
|
|
|
284 |
|
285 |
```bibtex
|
286 |
@inproceedings{burdisso-etal-2024-dialog2flow,
|
287 |
-
title = "
|
288 |
author = "Burdisso, Sergio and
|
289 |
Madikeri, Srikanth and
|
290 |
Motlicek, Petr",
|
|
|
|
|
|
|
291 |
booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
|
292 |
month = nov,
|
293 |
year = "2024",
|
294 |
-
address = "Miami",
|
295 |
publisher = "Association for Computational Linguistics",
|
|
|
|
|
296 |
}
|
297 |
```
|
298 |
|
|
|
281 |
|
282 |
## Citation
|
283 |
|
284 |
+
If you found the paper and/or this repository useful, please consider citing our work :)
|
285 |
+
|
286 |
+
EMNLP paper: [here](https://aclanthology.org/2024.emnlp-main.310/).
|
287 |
|
288 |
```bibtex
|
289 |
@inproceedings{burdisso-etal-2024-dialog2flow,
|
290 |
+
title = "{D}ialog2{F}low: Pre-training Soft-Contrastive Action-Driven Sentence Embeddings for Automatic Dialog Flow Extraction",
|
291 |
author = "Burdisso, Sergio and
|
292 |
Madikeri, Srikanth and
|
293 |
Motlicek, Petr",
|
294 |
+
editor = "Al-Onaizan, Yaser and
|
295 |
+
Bansal, Mohit and
|
296 |
+
Chen, Yun-Nung",
|
297 |
booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
|
298 |
month = nov,
|
299 |
year = "2024",
|
300 |
+
address = "Miami, Florida, USA",
|
301 |
publisher = "Association for Computational Linguistics",
|
302 |
+
url = "https://aclanthology.org/2024.emnlp-main.310",
|
303 |
+
pages = "5421--5440",
|
304 |
}
|
305 |
```
|
306 |
|