paper-with-me

홈 › Papers

A Simulated Experiment to Explore Robotic Dialogue Strategies for People with Dementia

2021-04-18 · Fengpei Yuan, Amir Sadovnik, Ran Zhang, Devin Casenhiser, Eun Jin Paek, Si On Yoon, Xiaopeng Zhao

People with Alzheimer's disease and related dementias (ADRD) often show the problem of repetitive questioning, which brings a great burden on persons with ADRD (PwDs) and their caregivers. Conversational robots hold promise of coping with this problem and hence alleviating the burdens on caregivers. In this paper, we proposed a partially observable markov decision process (POMDP) model for the PwD-robot interaction in the context of repetitive questioning, and used Q-learning to learn an adaptive conversation strategy (i.e., rate of follow-up question and difficulty of follow-up question) towards PwDs with different cognitive capabilities and different engagement levels. The results indicated that Q-learning was helpful for action selection for the robot. This may be a useful step towards the application of conversational social robots to cope with repetitive questioning in PwDs.

📄 PDF Abstract BibTeX arXiv:2104.08940

Code (0)

등록된 구현이 없습니다.

Tasks

Q-Learning

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

A Research Platform for Multi-Robot Dialogue with Humans

2019-10-12 · NAACL 2019 6 · Matthew Marge, Stephen Nogar, Cory J. Hayes, Stephanie M. Lukin 외

This paper presents a research platform that supports spoken dialogue interaction with multiple robots. The demonstration showcases our crafted MultiBot testing scenario in which users can verbally issue search, navigate…

Dialogue ManagementManagementNavigatespeech-recognition+1

Developing Autonomous Robot-Mediated Behavior Coaching Sessions with Haru

2024-02-18 · Matouš Jelínek, Eric Nichols, Randy Gomez

This study presents an empirical investigation into the design and impact of autonomous dialogues in human-robot interaction for behavior change coaching. We focus on the use of Haru, a tabletop social robot, and explore…

Diversity-Driven Selection of Exploration Strategies in Multi-Armed Bandits

2018-08-23 · Fabien C. Y. Benureau, Pierre-Yves Oudeyer

We consider a scenario where an agent has multiple available strategies to explore an unknown environment. For each new interaction with the environment, the agent must select which exploration strategy to use. We provid…

DiversityMulti-Armed Bandits

DriVLMe: Enhancing LLM-based Autonomous Driving Agents with Embodied and Social Experiences

2024-06-05 · Yidong Huang, Jacob Sansom, Ziqiao Ma, Felix Gervits 외

Recent advancements in foundation models (FMs) have unlocked new prospects in autonomous driving, yet the experimental settings of these studies are preliminary, over-simplified, and fail to capture the complexity of rea…

Autonomous DrivingAutonomous VehiclesLanguage ModelingLanguage Modelling+2

ChatGPT for Robotics: Design Principles and Model Abilities

2023-02-20 · Sai Vemprala, Rogerio Bonatti, Arthur Bucker, Ashish Kapoor

This paper presents an experimental study regarding the use of OpenAI's ChatGPT for robotics applications. We outline a strategy that combines design principles for prompt engineering and the creation of a high-level fun…

Mathematical ReasoningPrompt Engineering