1 / 10

74.419 Artificial Intelligence 2003/04 - Project Outline -

74.419 Artificial Intelligence 2003/04 - Project Outline -. Projects Agent Architecture (MPMA) example processing video: CommandTalk (SRI) demo: START (MIT). Flakey as Communicating Agent. "Flakey, bring this file to Karen. " listener verb determiner noun preposition noun

janina
Download Presentation

74.419 Artificial Intelligence 2003/04 - Project Outline -

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 74.419 Artificial Intelligence 2003/04 - Project Outline - Projects Agent Architecture (MPMA) example processing video: CommandTalk (SRI) demo: START (MIT)

  2. Flakey as Communicating Agent "Flakey, bringthis fileto Karen." listener verbdeterminer nounpreposition noun VNP PP NounPhrasePrepositionalPhrase head direct objectindirect object agentactionpatiens destination

  3. Case Frames for Representing NL "Flakey, bringthis fileto Karen.” verb NounPhrasePrepositionalPhrase head direct objectindirect object case frame action: bring head verb patiens: this file direct object recipient: to Karen indirect object manner: now modifier - added-

  4. Mapping Case Frames to Actions case frame agent: Flakey action: bring head patiens: this file direct object recip.: to Karen indirect object robot action precondition: have (Flakey, file1) action: bring (Flakey, file1,Karen) effect: not (have (Flakey, file1)) and have (Karen, file1)

  5. Concrete and Generic Actions I robot concrete action (instance of action) precondition: have (Flakey, file1) action: bring (Flakey, file1,Karen) effect: not (have (Flakey, file1)) and have (Karen, file1) robot generic action (concept in KB) precondition: have (agent, object) action: bring (agent, object,recipient) effect: not (have (agent, object)) and (have (recipient, object))

  6. Concrete and Generic Actions I generic action: bring (agent, object,recipient) precondition: have (agent, object) effect: not (have (agent, object)) and (have (recipient, object)) instance of action: bring (Flakey, file1,Karen) precondition: have (Flakey, file1) effect: not (have (Flakey, file1)) and have (Karen, file1) You may add objects as features to action-frame.

  7. Effects of Actions instance of action: bring (Flakey, file1,Karen) precondition: have (Flakey, file1) effect: not (have (Flakey, file1)) and have (Karen, file1) effect of this action delete from KB have (Flakey, file1) add to KB have (Karen, file1) preconditions and effects are formulae describing world states, related to the‘dynamic KB’.

  8. Flakey - Reasoning, Inference Integrate General Rules (Proper Axioms; Theory) Axiom xyloc: (have(x,y)  (at(x,loc)  at(y,loc))) Reasoning / Inference have (Flakey, object)  at (Flakey, here)  at (object, here)

  9. Flakey - Question Answering “Flakey, where did you bringthe file.” case frame action: bring patiens: file1 destination: ? Compare to stored case frames: case frame action: bring patiens: file1 destination: Karen Conclusion and answer:“I brought the file to Karen.”

  10. Flakey - Question Answering Q: “Flakey, where isthe file.” case frame action/status: is subject: the file identify with file1 location: ? refers to loc of file1 Access dynamic KB (world state) Stored from effect of bring-action or pre-stored: ... at (file1, Karen), ... have (Karen,file1), ... A:“The fileisat Karen.” or "Karen hasthe file."

More Related