Wiki source code of Step 2: Functions

Version 3.1 by Simran Kaur on 2023/02/16 22:11

Show last authors
1 |**Topic**|**Question**|**Answer**
2 |(((
3 [[image:5.png]]
4
5 //Overall objective//
6 )))|(((
7 What is the overall objective of the human-AI system?
8
9 How do human and AI collaborate and support each other (interdependence)?
10 )))|(((
11 The overall objective of the human-AI system is for the AI to aid humans in overcoming challenges faced by them due to their medical condition of dementia.
12
13 Human and AI collaborate through interacting with each other. The AI system is designed with the help of existing knowledge around the needs and challenges of dementia patients. In interacting with the human it supports, the AI personalizes to the human's preferences by analyzing their behaviour patterns.
14 )))
15 |(((
16 [[image:6.png]]
17
18 //Functions//
19
20
21 )))|(((
22 What are the functions of the AI system (s)?
23
24 What does it actually do?
25
26 What are its inputs, and what are its outputs?
27 )))|(((
28 The functions of the AI system:
29
30 - provide an interactive, conversational interface for dementia patients and their caregivers
31
32 - support various activities for different challenges faced by dementia patients
33
34 - adapt for personalized use
35
36 - analyse interaction data to infer dementia patients' condition and anomalies
37
38 - notify caregivers
39
40 Inputs:
41
42 - Initial training data
43
44 - Personalized configurations provided by caregivers
45
46 - Usage analytics by dementia patients
47
48 Outputs
49
50 - Activities like games, interactive storytelling
51
52 - Chat
53
54 - Personalization
55
56 - Notifications
57 )))
58 |(((
59 [[image:8.png]]
60
61 //Interaction//
62 )))|How do you expect the human to interact with these AI functions? Does the human provide any input? (just a (high-level) description of interaction(s) is fine, e.g. “Actor A provides feedback in the form of tags”)|(((
63 The AI interacts with the human by suggesting activities and engaging in conversation. The human provides inputs and feedback by responding to these suggestion in the form of clicks, indicating preference for activities.
64
65 Further, if the human engages in an activity, say, one where the AI tells an interactive story, the human provides input by selecting a particular option when faced with a choice, indicating their preferences.
66 )))