Skip to content

Commit d43a37b

Browse files
Update arxiv link
1 parent 5a4e27e commit d43a37b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
[![Documentation Status](https://app.readthedocs.org/projects/sdialog/badge/?version=latest)](https://sdialog.readthedocs.io)
44
[![CI](https://img.shields.io/github/actions/workflow/status/idiap/sdialog/ci.yml?label=CI)](https://github.com/idiap/sdialog/actions/workflows/ci.yml)
55
[![codecov](https://codecov.io/gh/idiap/sdialog/graph/badge.svg?token=2210USI8I0)](https://app.codecov.io/gh/idiap/sdialog?displayType=list)
6-
[![Demo](https://img.shields.io/badge/Demo%20video-YouTube-red?logo=youtube)](https://www.youtube.com/watch?v=oG_jJuU255I)
6+
[![Demo](https://img.shields.io/badge/Demo-YouTube-red?logo=youtube)](https://www.youtube.com/watch?v=oG_jJuU255I)
77
[![PyPI version](https://badge.fury.io/py/sdialog.svg)](https://badge.fury.io/py/sdialog)
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/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)
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/2512.09142)
315+
- [ArXiv paper](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,17 +382,17 @@ 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/2512.09142):
385+
If you use SDialog in academic work, please consider citing [our paper](https://arxiv.org/abs/2506.10622):
386386

387387
```bibtex
388388
@misc{burdisso2025sdialogpythontoolkitendtoend,
389389
title = {SDialog: A Python Toolkit for End-to-End Agent Building, User Simulation, Dialog Generation, and Evaluation},
390390
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},
391391
year = {2025},
392-
eprint = {2512.09142},
392+
eprint = {2506.10622},
393393
archivePrefix = {arXiv},
394394
primaryClass = {cs.AI},
395-
url = {https://arxiv.org/abs/2512.09142},
395+
url = {https://arxiv.org/abs/2506.10622},
396396
}
397397
```
398398

0 commit comments

Comments
 (0)