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