|
5 | 5 | [](https://app.codecov.io/gh/idiap/sdialog?displayType=list) |
6 | 6 | [](https://badge.fury.io/py/sdialog) |
7 | 7 | [](https://pepy.tech/project/sdialog) |
8 | | -[](LICENSE) |
| 8 | +[](https://www.youtube.com/watch?v=oG_jJuU255I) |
9 | 9 | [](https://colab.research.google.com/github/idiap/sdialog/) |
10 | 10 |
|
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) • [Demo (Colab)](https://colab.research.google.com/github/idiap/sdialog/blob/main/tutorials/demo.ipynb) • [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) • [ArXiv paper](https://arxiv.org/abs/2512.09142) • [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) |
12 | 12 |
|
13 | 13 | --- |
14 | 14 | 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. |
@@ -310,7 +310,8 @@ print(audio_dialog.display()) |
310 | 310 |
|
311 | 311 | ## 📖 Documentation and tutorials |
312 | 312 |
|
313 | | -- [Demo notebook](https://colab.research.google.com/github/idiap/sdialog/blob/main/tutorials/demo.ipynb) |
| 313 | +- [ArXiv paper](https://arxiv.org/abs/2512.09142) |
| 314 | +- [Demo (video)](demo.md) |
314 | 315 | - [Tutorials](https://github.com/idiap/sdialog/tree/main/tutorials) |
315 | 316 | - [API reference](https://sdialog.readthedocs.io/en/latest/api/sdialog.html) |
316 | 317 | - [Documentation](https://sdialog.readthedocs.io) |
@@ -377,22 +378,28 @@ This project follows the [all-contributors](https://github.com/all-contributors/ |
377 | 378 |
|
378 | 379 | <!-- ALL-CONTRIBUTORS-LIST:END --> |
379 | 380 |
|
380 | | -<!-- ## 📚 Citation |
| 381 | +## 📚 Citation |
| 382 | + |
| 383 | +If you use SDialog in academic work, please consider citing [our paper](https://arxiv.org/abs/2512.09142): |
381 | 384 |
|
382 | | -If you use SDialog in academic work, please cite: |
383 | 385 | ```bibtex |
384 | | -@misc{sdialog2025, |
385 | | - title = {SDialog: A Toolkit for Synthetic Dialog Generation, Evaluation, and Interpretability}, |
386 | | - author = {Contributors of the SDialog Project}, |
387 | | - year = {2025}, |
388 | | - url = {https://github.com/idiap/sdialog} |
| 386 | +@misc{burdisso2025sdialogpythontoolkitendtoend, |
| 387 | + title = {SDialog: A Python Toolkit for End-to-End Agent Building, User Simulation, Dialog Generation, and Evaluation}, |
| 388 | + author = {Sergio Burdisso and Séverin Baroudi and Yanis Labrak and David Grunert and Pawel Cyrta and Yiyang Chen and Srikanth Madikeri and Esaú Villatoro-Tello and Thomas Schaaf and Ricard Marxer and Petr Motlicek}, |
| 389 | + year = {2025}, |
| 390 | + eprint = {2512.09142}, |
| 391 | + archivePrefix = {arXiv}, |
| 392 | + primaryClass = {cs.AI}, |
| 393 | + url = {https://arxiv.org/abs/2512.09142}, |
389 | 394 | } |
390 | | -``` --> |
| 395 | +``` |
| 396 | + |
| 397 | +_(A system demonstration version of the paper has been submitted to EACL 2026 and is under review; we will update this BibTeX if accepted)_ |
391 | 398 |
|
392 | 399 |
|
393 | 400 | ## 🙏 Acknowledgments |
394 | 401 |
|
395 | | -This work was supported by the European Union Horizon 2020 project [ELOQUENCE](https://eloquenceai.eu/about/) and received a significant development boost during the **Johns Hopkins University** [JSALT 2025 workshop](https://jsalt2025.fit.vut.cz/), as part of the ["Play your Part" research group](https://jsalt2025.fit.vut.cz/play-your-part). We thank all contributors and the open-source community for their valuable feedback and contributions. |
| 402 | +This work was mainly supported by the European Union Horizon 2020 project [ELOQUENCE](https://eloquenceai.eu/about/) and received a significant development boost during the **Johns Hopkins University** [JSALT 2025 workshop](https://jsalt2025.fit.vut.cz/), as part of the ["Play your Part" research group](https://jsalt2025.fit.vut.cz/play-your-part). We thank all contributors and the open-source community for their valuable feedback and contributions. |
396 | 403 |
|
397 | 404 | ## 📝 License |
398 | 405 |
|
|
0 commit comments