Skip to content

Commit 5ea1ff6

Browse files
Add EACL 2026 paper citation to README.md
1 parent ccf1d82 commit 5ea1ff6

1 file changed

Lines changed: 19 additions & 6 deletions

File tree

README.md

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Downloads](https://static.pepy.tech/badge/sdialog)](https://pepy.tech/project/sdialog)
99
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/idiap/sdialog/)
1010

11-
Quick links: [Website](https://sdialog.github.io/)[GitHub](https://github.com/idiap/sdialog)[Docs](https://sdialog.readthedocs.io)[API](https://sdialog.readthedocs.io/en/latest/api/sdialog.html)[ArXiv paper](https://arxiv.org/abs/2506.10622)[Demo (video)](demo.md)[Tutorials](https://github.com/idiap/sdialog/tree/main/tutorials)[Datasets (HF)](https://huggingface.co/datasets/sdialog)[Issues](https://github.com/idiap/sdialog/issues)
11+
Quick links: [Website](https://sdialog.github.io/)[GitHub](https://github.com/idiap/sdialog)[Docs](https://sdialog.readthedocs.io)[API](https://sdialog.readthedocs.io/en/latest/api/sdialog.html)[Paper](https://aclanthology.org/2026.eacl-demo.23/)[Demo (video)](demo.md)[Tutorials](https://github.com/idiap/sdialog/tree/main/tutorials)[Datasets (HF)](https://huggingface.co/datasets/sdialog)[Issues](https://github.com/idiap/sdialog/issues)
1212

1313
---
1414
SDialog is an MIT-licensed open-source toolkit for building, simulating, and evaluating LLM-based conversational agents end-to-end. It aims to bridge **agent construction → user simulation → dialog generation → evaluation** in a single reproducible workflow, so you can generate reliable, controllable dialog systems or data at scale.
@@ -312,7 +312,7 @@ print(audio_dialog.display())
312312

313313
## 📖 Documentation and tutorials
314314

315-
- [ArXiv paper](https://arxiv.org/abs/2506.10622)
315+
- [EACL 2026 paper](https://aclanthology.org/2026.eacl-demo.23/) ([ArXiv version](https://arxiv.org/abs/2506.10622))
316316
- [Demo (video)](demo.md)
317317
- [Tutorials](https://github.com/idiap/sdialog/tree/main/tutorials)
318318
- [API reference](https://sdialog.readthedocs.io/en/latest/api/sdialog.html)
@@ -382,7 +382,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/
382382

383383
## 📚 Citation
384384

385-
If you use SDialog in academic work, please consider citing [our paper](https://arxiv.org/abs/2506.10622):
385+
If you use SDialog in academic work, please consider citing [our paper](https://aclanthology.org/2026.eacl-demo.23/), published at EACL 2026:
386386

387387
```bibtex
388388
@misc{burdisso2025sdialogpythontoolkitendtoend,
@@ -395,9 +395,22 @@ If you use SDialog in academic work, please consider citing [our paper](https://
395395
url = {https://arxiv.org/abs/2506.10622},
396396
}
397397
```
398-
399-
_(A system demonstration version of the paper has been submitted to EACL 2026 and is under review; we will update this BibTeX if accepted)_
400-
398+
<!-- ```bibtex
399+
@inproceedings{burdisso-etal-2026-sdialog,
400+
title = "{SD}ialog: A Python Toolkit for End-to-End Agent Building, User Simulation, Dialog Generation, and Evaluation",
401+
author = {Burdisso, Sergio and Baroudi, S{\'e}verin and Labrak, Yanis and Gr{\"u}nert, David and Cyrta, Pawel and Chen, Yiyang and Madikeri, Srikanth and Villatoro-tello, Esa{\'u} and Marxer, Ricard and Motlicek, Petr},
402+
editor = "Croce, Danilo and Leidner, Jochen and Moosavi, Nafise Sadat",
403+
booktitle = "Proceedings of the 19th Conference of the {E}uropean Chapter of the {A}ssociation for {C}omputational {L}inguistics (Volume 3: System Demonstrations)",
404+
month = mar,
405+
year = "2026",
406+
address = "Rabat, Marocco",
407+
publisher = "Association for Computational Linguistics",
408+
url = "https://aclanthology.org/2026.eacl-demo.23/",
409+
doi = "10.18653/v1/2026.eacl-demo.23",
410+
pages = "320--340",
411+
ISBN = "979-8-89176-382-1"
412+
}
413+
``` -->
401414

402415
## 🙏 Acknowledgments
403416

0 commit comments

Comments
 (0)