You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,8 @@ A multimodal AI system for the Pepper robot powered by advanced speech-to-speech
12
12
<em>▶️ Watch the demo video – Pepper robot engaging in natural conversation with advanced AI capabilities</em>
13
13
</p>
14
14
15
+
> **📄 Published at HRI 2026** — This framework was presented at the 21st ACM/IEEE International Conference on Human-Robot Interaction (HRI '26) in Edinburgh, Scotland. Read the paper: [https://doi.org/10.1145/3757279.3788808](https://doi.org/10.1145/3757279.3788808)
16
+
15
17
## 📑 Table of Contents
16
18
17
19
-[Screenshots](#-screenshots)
@@ -54,6 +56,7 @@ A multimodal AI system for the Pepper robot powered by advanced speech-to-speech
This project is actively maintained. Issues are monitored, and pull requests for bug fixes and feature enhancements are welcome and will be reviewed.
1734
1737
1738
+
## 📝 Citation
1739
+
1740
+
If you use this framework in your research, please cite our paper:
1741
+
1742
+
> Erich Studerus, Vivienne Jia Zhong, and Stephan Vonschallen. 2026. A Framework for Low-Latency, LLM-Driven Multimodal Interaction on the Pepper Robot. In *Proceedings of the 21st ACM/IEEE International Conference on Human-Robot Interaction (HRI '26)*, March 16–19, 2026, Edinburgh, Scotland, UK. ACM. [https://doi.org/10.1145/3757279.3788808](https://doi.org/10.1145/3757279.3788808)
1743
+
1744
+
```bibtex
1745
+
@inproceedings{studerus2026pepper,
1746
+
author = {Studerus, Erich and Zhong, Vivienne Jia and Vonschallen, Stephan},
1747
+
title = {A Framework for Low-Latency, LLM-Driven Multimodal Interaction on the Pepper Robot},
1748
+
booktitle = {Proceedings of the 21st ACM/IEEE International Conference on Human-Robot Interaction},
1749
+
series = {HRI '26},
1750
+
year = {2026},
1751
+
location = {Edinburgh, Scotland, UK},
1752
+
publisher = {ACM},
1753
+
doi = {10.1145/3757279.3788808},
1754
+
url = {https://doi.org/10.1145/3757279.3788808}
1755
+
}
1756
+
```
1757
+
1735
1758
## 📄 License
1736
1759
1737
1760
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
0 commit comments