Skip to content

Commit 893270e

Browse files
committed
Update README.md: Add citation and conference publication details for the Pepper robot framework
1 parent e6700c0 commit 893270e

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ A multimodal AI system for the Pepper robot powered by advanced speech-to-speech
1212
<em>▶️ Watch the demo video – Pepper robot engaging in natural conversation with advanced AI capabilities</em>
1313
</p>
1414

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+
1517
## 📑 Table of Contents
1618

1719
- [Screenshots](#-screenshots)
@@ -54,6 +56,7 @@ A multimodal AI system for the Pepper robot powered by advanced speech-to-speech
5456
- [Development](#-development)
5557
- [Troubleshooting](#-troubleshooting)
5658
- [Contributing](#-contributing)
59+
- [Citation](#-citation)
5760
- [License](#-license)
5861
- [Acknowledgments](#-acknowledgments)
5962

@@ -1732,6 +1735,26 @@ adb logcat | grep -E "(LocalizeAndMap|mapping|create_environment_map)"
17321735
### Maintenance Plan
17331736
This project is actively maintained. Issues are monitored, and pull requests for bug fixes and feature enhancements are welcome and will be reviewed.
17341737

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+
17351758
## 📄 License
17361759

17371760
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)