Wiki source code of Step 2: Functions
Last modified by Michaël Grauwde on 2023/05/02 16:39
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | |**Topic**|(% style="width:452px" %)**Question**|(% style="width:278px" %)**Answer** | ||
| 2 | |((( | ||
| 3 | [[image:5.png]] | ||
| 4 | |||
| 5 | //Overall objective// | ||
| 6 | )))|(% style="width:452px" %)((( | ||
| 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 | )))|(% style="width:278px" %)((( | ||
| 11 | The objective of the conversational agent is that the user can know how to reflect on their discussions and which values may relate to which situation when they are thinking a certain way. | ||
| 12 | |||
| 13 | They collaborate by the system allowing the user to reflect on their values and opinions in a way that they may not have thought about before. | ||
| 14 | ))) | ||
| 15 | |((( | ||
| 16 | [[image:6.png]] | ||
| 17 | |||
| 18 | //Functions// | ||
| 19 | |||
| 20 | |||
| 21 | )))|(% style="width:452px" %)((( | ||
| 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 | )))|(% style="width:278px" %)((( | ||
| 28 | The AI system chats with the user and from its conversations with the user can present a corpus of values which the user finds important to them. | ||
| 29 | |||
| 30 | To do this, the system needs to be able to understand the user and so it needs elements from NLU/P (Natural Language Understanding/Processing). | ||
| 31 | |||
| 32 | **Explain NLP - ** | ||
| 33 | |||
| 34 | We expect the c | ||
| 35 | ))) | ||
| 36 | |((( | ||
| 37 | [[image:8.png]] | ||
| 38 | |||
| 39 | //Interaction// | ||
| 40 | )))|(% style="width:452px" %)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”)|(% style="width:278px" %)((( | ||
| 41 | The human provides input in the form of text. | ||
| 42 | ))) |