|
3 | 3 | [](https://sdialog.readthedocs.io) |
4 | 4 | [](https://github.com/idiap/sdialog/actions/workflows/ci.yml) |
5 | 5 | [](https://app.codecov.io/gh/idiap/sdialog?displayType=list) |
6 | | -[](https://www.youtube.com/watch?v=oG_jJuU255I) |
| 6 | +[](https://www.youtube.com/watch?v=oG_jJuU255I) |
7 | 7 | [](https://badge.fury.io/py/sdialog) |
8 | 8 | [](https://pepy.tech/project/sdialog) |
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) • [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) |
| 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) |
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. |
@@ -312,7 +312,7 @@ print(audio_dialog.display()) |
312 | 312 |
|
313 | 313 | ## 📖 Documentation and tutorials |
314 | 314 |
|
315 | | -- [ArXiv paper](https://arxiv.org/abs/2512.09142) |
| 315 | +- [ArXiv paper](https://arxiv.org/abs/2506.10622) |
316 | 316 | - [Demo (video)](demo.md) |
317 | 317 | - [Tutorials](https://github.com/idiap/sdialog/tree/main/tutorials) |
318 | 318 | - [API reference](https://sdialog.readthedocs.io/en/latest/api/sdialog.html) |
@@ -382,17 +382,17 @@ This project follows the [all-contributors](https://github.com/all-contributors/ |
382 | 382 |
|
383 | 383 | ## 📚 Citation |
384 | 384 |
|
385 | | -If you use SDialog in academic work, please consider citing [our paper](https://arxiv.org/abs/2512.09142): |
| 385 | +If you use SDialog in academic work, please consider citing [our paper](https://arxiv.org/abs/2506.10622): |
386 | 386 |
|
387 | 387 | ```bibtex |
388 | 388 | @misc{burdisso2025sdialogpythontoolkitendtoend, |
389 | 389 | title = {SDialog: A Python Toolkit for End-to-End Agent Building, User Simulation, Dialog Generation, and Evaluation}, |
390 | 390 | 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}, |
391 | 391 | year = {2025}, |
392 | | - eprint = {2512.09142}, |
| 392 | + eprint = {2506.10622}, |
393 | 393 | archivePrefix = {arXiv}, |
394 | 394 | primaryClass = {cs.AI}, |
395 | | - url = {https://arxiv.org/abs/2512.09142}, |
| 395 | + url = {https://arxiv.org/abs/2506.10622}, |
396 | 396 | } |
397 | 397 | ``` |
398 | 398 |
|
|
0 commit comments