Changes for page Deliberation based on reflection processes (NLP (NLU/NLG))
Last modified by Michaël Grauwde on 2023/05/07 14:57
From version 4.1
edited by Michaël Grauwde
on 2023/05/06 16:26
on 2023/05/06 16:26
Change comment:
There is no comment for this version
To version 4.3
edited by Michaël Grauwde
on 2023/05/07 14:57
on 2023/05/07 14:57
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -Deliberation based on reflection processes (NLP) 1 +Deliberation based on reflection processes (NLP (NLU/NLG)) - Content
-
... ... @@ -4,13 +4,17 @@ 4 4 5 5 An overview of chatbots has seen the growth of conversational agents from pattern matching agents and rule-based agents to generation-based conversational agents and reinforcement learning approaches used in the creation ChatGPT. To allow for the best interaction with the system, we want the system to be able to learn from the users' inputs, so in this case we will aim to recognise contextual clues about texts from humans and responds based on those clues. We want our systems thus to understand when users are using words to reflect a certain value, to reflect seamless interaction between the agents. 6 6 7 - perform the same magic in response to typed text entries. The bestof these also learn to recognize contextual clues about human requestsand use them to provide evenbetterresponses or options over time. The next enhancementfor these applicationsisquestion answering, theability to respondto our questions—anticipatedornot—withrelevant and helpfulanswers intheir own words.7 +The system's interaction is divided into 4 parts: 8 8 9 - TheNLTK includes libraries for many of theNLP tasks listed above, pluslibraries forsubtasks, such as sentence parsing, word segmentation, stemming and lemmatization (methodsoftrimming words down to their roots),andtokenization(for breakingphrases,sentences,paragraphs and passagesinto tokens that helpthecomputer better understandthe text). It alsoincludes libraries for implementing capabilitiessuchas semantic reasoning, theability to reach logical conclusions based on facts extracted from text.9 +~1. The user generates text and inputs it into the conversational agent. 10 10 11 - "Wehavepresented five studies which show that experienced computerusersdo infact applyocial rulestotheirinteractionwith computers, even thoughtheyreportthatsuchattributionsare inappropriate. Thesesocial responsesarenota functionofdeficiency, orofsociological or psychological dysfunction, butrather arenaturalresponsestosocialsituations.Furthermore, these socialresponsesare easy togenerate, commonplace, andcumble."11 +2. The input is analysed by the conversational agent to decipher the meaning of the input. The system wants to decipher the system's intent. It does so utilising natural language understanding (NLU). 12 12 13 +3. The system is attempting to manage the dialogue. In doing so, the system is generating dialogue by formulating a response that mimics human language. It does so by using natural language generation (NLG). 13 13 15 +4. The system uses reinforcement learning to refine its responses over time based on how well the conversational agent did in each iteration. 16 + 17 + 14 14 **References:** 15 15 16 16 M. Mori, K. F. MacDorman and N. Kageki, "The Uncanny Valley [From the Field]," in IEEE Robotics & Automation Magazine, vol. 19, no. 2, pp. 98-100, June 2012, doi: 10.1109/MRA.2012.2192811.