SlideShare ist ein Scribd-Unternehmen logo
1 von 86
Downloaden Sie, um offline zu lesen
LECTURE 4:
AGENT TYPES


   Artificial Intelligence II – Multi-Agent Systems
       Introduction to Multi-Agent Systems
             URV, Winter-Spring 2010
Overview
   Agent typology
   Description of some types of agents
     Collaborative agents (intro)
     Interface agents
     Information agents
     Heterogeneous systems
       Agentification mechanisms
Agent properties     [Lecture last week]

     Autonomy
     Reactivity
     Proactivity
     Communication
     Mobility
     Reasoning
     Learning
     ...
How to classify agents?

  There are many different classifications of
  agents, depending on the employed criteria
  Researchers from BTLab proposed a
  classification that depends on the properties
  that are emphasized in a particular agent
   The classification is not an exact division !!!
Agent classification (BT Lab) (I)
    Collaborative Agents
      Communication, autonomy, reasoning
    Interface Agents
      Learning, autonomy, proactivity
    Mobile Agents [recall lecture 3]
      Mobility
    Internet / Information agents
      Learning, autonomy, proactivity, mobility
Agent classification (BT Lab) (II)
     Reactive agents [recall lecture 2]
       Reactivity
     Hybrid agents [recall lecture 2]
       Reactivity + reasoning (deliberative)
     Heterogeneous systems
       Multi-agent systems with different types of
       agents
Collaborative Agents (I)
 Emphasize autonomy, as well as
 communication and cooperation with
 other agents
 Typically operate in open multi-agent
 environments => multi-agent systems
 (MAS)
 Negotiate with their peers to reach
 mutually acceptable agreements during
 cooperative problem solving
Collaborative Agents (II)
  They normally have very limited learning
  capabilities
  Collaborative agents are usually deliberative
  agents (e.g. based on the BDI model), with
  some reasoning capabilities
    Reactive agents can hardly communicate and
    collaborate (only through actions that modify the
    common environment)

      [ MAS = second part of the course ]
Collaborative Agents: Rationale
 To solve problems that are too large for a single
 centralised agent
 To create a system that functions beyond the
 capabilities of any of its members
 To allow for the interconnecting and inter-
 operation of existing legacy systems
 To provide solutions to inherently distributed
 problems
Collaborative Agents: Applications
  Provide solutions to physically distributed
  problems
    air-traffic control, management of a team of robots
  Provide solutions to problems with distributed
  data sources
    different offices of a multi-national business
  Provide solutions that need distributed expertise
    health care provision (family doctors, nurses,
    specialists, laboratory analysis, …)
HeCaSe2 Architecture
HCI: Human-Computer Interaction
  Direct manipulation              Interface Agents
 – The computer is merely a    – The user and the agent
   passive entity waiting to     engage in a cooperative
   execute detailed              process
   instructions                – Software agents ‘know’
 – The user gives                user’s interests and can act
   commands by operations        autonomously on their behalf
   on the interface objects    – (sometimes) agents appear
   through input devices         as ‘living’ entities with
 – Interface objects             animated facial expression
   represent software            or
   functions and objects         body language
Limitations of direct manipulation (I)
 Different causes of operation errors:
   Inconsistency between user model and system
   model of a complicated software application
   causes misunderstanding of system’s functions
   Interface contains limited information about the
   use of the system, such as operation
   sequences
   Overloaded with technical jargons and
   conventions
Limitations of direct manipulation (II)

    Limited adaptability, no intelligence
      To suit a wide range of user types
      To adapt to a user’s way of working
      To adapt to changes in user’s preferences
Interface Agents (I)
  Emphasise autonomy and learning in order to
  perform tasks for their owners
  Support and provide proactive assistance to a
  human that is using a particular application or
  solving a certain problem
   Anticipate user needs
   Make suggestions
   Provide advice
   … without explicit user requests
Interface Agents (II)

 Limited cooperation with other agents
 Limited reasoning and planning capabilites
 Interface agent = personal assistant = personal
 digital assistant = personal agent
   Kind of “secretary” that helps the user in his work
   environment
Personal Assistant metaphor (I)

  Initially, a personal assistant is not very familiar
  with the habits and preferences of his employer
     It may not be very helpful
     It may even give extra work !
Personal Assistant metaphor (II)
  With every experience, the assistant learns by
    watching how the employer performs tasks
    receiving instructions from the employer
    learning from other more experienced
    assistants
  Gradually, more tasks that were initially
  directly performed by the employer can be
  taken care of by the assistant
Problems in building interface agents

 Competence: How does an agent acquire the
 knowledge it needs to decide:
   when to help the user
   what to help the user with
   how to help
 Trust: How can we guarantee the user feels
 comfortable delegating tasks to an agent?
Option 1: User-programmed agents (I)
 Idea: use a collection of user-programmed rules
 for processing information related to a particular
 task
 Example: the Oval system (Lay, Malone & Yu,
 1988)
   The user can develop an e-mail sorting agent by
   creating a number of rules that process incoming
   messages and sort them into different folders
User-programmed agents (II)

 Once created, these rules perform tasks for the
 user without having to be explicitly invoked by the
 user with the arrival of each new message
 Analysis:
   Competence: not satisfactory
     No adaptivity to new situations
   Trust: not a problem in this case, as agents
   don’t learn and don’t have proactivity
Op. 2: Agent with extensive knowledge

  Idea: At runtime, the agent uses its knowledge
  to recognise the user’s intentions and to find
  opportunities for contributing with help, advices,
  suggestions, ...
  Example: the UCEgo system (Chin 1991)
    Has a large knowledge base about how to use Unix
    Infers the goals of the user
Agent with extensive knowledge (II)
 Does reasoning and planning
   Volunteer information proactively
   Correct a user’s misconceptions
 Analysis:
   Competence:
     Requires a huge amount of work from knowledge
     engineer
     Knowledge is fix once for all, cannot be customised to
     individual users
   Trust: The user may feel loss of control and
   understanding
Option 3: Interface Agents
                                                 User


                         Interaction

                                             Help,
                                             suggestions   User feedback,
                                                           instructions,
                                                           training
        Application                                        examples

                               Observation


                Interaction



                                                 Agent
       Other
       agents            Request
                         advice
Basic hypothesis

 Under certain conditions, an interface agent can
 acquire (automatically) the knowledge it needs to
 assist its user
 Repetition:
   The use of the application has to involve a substantial
   amount of repetitive behaviour either within the actions
   of one user or among users
 Variance:
   The repetitive behaviour is potentially different for
   different users
Interface Agents: Learning Modes

 Learning from the user
   by observing and imitating the user
   by receiving positive and negative feedback from the
   user
   by receiving explicit instructions from the user
 Learning from other agents
   asking other agents for advice
Interface Agents: Rationale (I)
  Less work for the end user and for the application
  developer
    Automation of routine activities
    Automation of tasks that would take a long time to a human
    user
  The agent can adapt, over time, to its user’s
  preferences and habits
    Learn automatically user profiles, adapted to the user
    needs
    The profile of a user can change dynamically
Interface Agents: Rationale (II)
  Know-how among different users in a
  community may be shared
   Communication and (limited) cooperation between
   interface agents of different users
  Use in applications with repetitive behaviour
   Even if the behaviour is different for each user
Interface Agents: Applications

  Mail management
  Scheduling meetings
  News filtering agent
  Buying/selling on user’s behalf
  Internet browsing
Example 1: mail management assistant
 Delete uninteresting or potentially harmful
 messages
 Prioritize the messages according to their
 relevance
 Sort the incoming messages in the appropriate
 folders
 Warn the user when a very important message
 arrives
 Forward a message to another user
Example 2: meeting scheduler
 Learn user preferences on different kinds of
 meetings
 Make a meeting proposal
 Accept a meeting proposal
 Reject a meeting proposal
 Reschedule a previously agreed meeting
 Negotiate a meeting time with other agents
Problems of personal assistants
 Slow learning curve
   Agents require many examples before they can make
   accurate predictions (especially if they cannot be
   directly trained)
   No useful assistance during the learning process
 Learning from scratch
   Each agent has to learn on its own, even if there is a
   bunch of agents dealing with a team of people with
   similar interests
 Difficulty to adapt to completely new situations
Information Agents
  Software agents that manage the access to
  multiple, heterogeneous and geographically
  distributed information sources.
  Information agents = Internet agents
  Main task: proactive acquisition, mediation and
  maintenance of relevant information for a
  user/other agents
Interest of Information Agents (I)
 Need of tools to manage the information explosion of the WWW
    Impossible manual management
Interest of Information Agents (II)
   Commercial benefits
     Proactive, dynamic, adaptive and cooperative
     WWW information manager
     Embedded in a browser
   User benefits
     Time and effort to access and analyze data
     Improve productivity (more time, better data)
Tasks of information agents (I)
 Information acquisition and management
   Provide transparent access to different information
   sources
   Retrieve, extract, analyze, summarize and filter data
   Monitor information sources
   Update relevant information on behalf of the user
   Examples: DBs, web pages, purchase of information
   from providers on electronic marketplaces, ...
Tasks of information agents (II)

 Information synthesis and presentation
   Fuse, merge heterogeneous data
     Handle conflicts, contradictions, repetitions
   Provide unified, multi-dimensional views on relevant
   information to the user
     Not just a mere list of data from different sources
Tasks of information agents (III)
  Intelligent user assistance
    Learn automatically user preferences
    Adapt dynamically to changes in user preferences
    Personalised presentation of information
    Use of intelligent user interfaces
      Sometimes with believable, life-like characters
Basic skills of an information agent
Basic skill types summary
 Communication
   With information sources, with user, with other
   information agents
 Collaboration
   With user, with other information agents
 Knowledge
   Ontology management, user profile learning
 Information tasks
   Retrieval, filtering, integration, visualization
Information retrieval
  Classical view: management of huge volumes of
  data in centralised, static databases
  Standard conversational paradigm
   User makes a question
   System returns the subset of documents that are
   considered relevant to the query
   User evaluates the returned information items
   User refines the initial question
Benefits of information agents
 User may not know how to make a query exactly
   An agent can help to specify the query
 System is only reactive
   Information agents can be proactive, anticipating
   actions that can be beneficial for the user without his
   explicit command
 Systems without memory
   Agents can learn the user interests by observing his
   queries
Information retrieval methods
 Input
   Set of documents
     Domain corpus, or the Web
   Query
 Output
   Subset of the documents relevant to the query
 Requirements
   Way of representing the info. of a document
   Way to measure the relevance of a document with
   respect to a query
Vector space model

    N text documents, containing t terms
    Each document is represented by a t-
    dimensional vector
     Each component of the vector represents
     the weight of the term in the document
             dj = (w1j, w2j, ..., wtj) j in 1..N
Assigning weights to terms
 TFIDF: Term Frequency Inverse Document
 Frequency
      The weight of a term in a document measures the
      relevance of that term to represent the document
      wij =tfij * log (N / dfi)
 tfij = number of appearances of term i in document j
 N = total number of documents
 dfi = number of documents in which term i appears
 [e.g. a term that appears in all docs. has weight 0]
Similarity
  The similarity between two documents (or a
  query q and a document dj) is computed with the
  cosine of the angle formed by the two term
  vectors (scalar product divided by the product of
  the norms)
Example
Preprocess: Stopwords
  Filtering out words with very low
  discrimination values, to reduce the size of
  vector terms
  Highly frequent words without individual
  meaning
    Articles
    Prepositions
    Conjunctions
    Adverbs
    ...
Preprocess: Stemming
 Stemming is the process of reducing a given
 word to its grammatical root
 Group words with common semantics
 Reduce size of vector terms
 Add flexibility to user queries
 Stem = portion of a word left after removal of its
 affixes (i.e. prefixes, suffixes)
   Computing / computer / computers / computation /
   compute / computes / uncomputable => stem: comput
Preprocess: Index building
IR measures: Precision
 Precision:   Relevant Search Results      All Search Results




         Search Space
          Relevant Documents      Irrelevant Documents




                          All Search Results
IR measures: Recall
    Recall:   Relevant Search Results      All Relevant Documents




        Search Space
          Relevant Documents       Irrelevant Documents




                          All Search Results
Precision vs recall
 Precision
   Of the documents that have been retrieved, how many of
   them are good?
   High precision: the system does not select bad documents
 Recall
   Of all the good documents, how many of them have been
   retrieved?
   High recall: the system does not discard good documents
   Normally not computable in open environments like the
   Web
Tradeoff between precision and recall
   System returns 1 very good document:
    100% precision, very low recall
   System returns all documents:
    100% recall, very low precision
Searching for information on the Web

 Option 1: Web search engines
  Process text of web pages (stopwords,
  stemming)
  Compute terms vector for each page
  Store, for each page, the terms that have a
  weight over a certain threshold
Web search engines (II)

  Build an inverted index (term pages), to be
  used in the queries
  Continuous Web crawling, analysis of web
  pages and updating of indexes
    This approach requires a very high level of
    resources and bandwidth
Example: Google – see Wired article
 Around 24 data centres all around the world
 Around 450,000 servers
 200 petabytes of hard disk storage – enough to
 copy the entire Net dozens of times –
   Petabyte= 10 ^15 bytes
 4 petabytes of RAM
 Receives 100 million queries a day
 Collective input-output bandwidth around 3
 petabits per second
Drawbacks of web search engines
 User has to specify a concrete query
 They typically return a huge number of hits
 Problems of natural language ambiguity
 The results are not structured in any way (list)
 The search engine does not learn anything
 about the user
   Not adaptive
   Same behaviour for each user
Searching for information on the Web

 Option 2: Information agents
  Learn (automatically) the preferences of the
  user => user model, user profile
     By supervising the user activities
     By receiving explicit information/instructions/feedback from
     the user
   Adapt the behaviour to the user preferences
Example: Letizia
 Agent developed at MIT (Lieberman, 1997)
 Helps the user when he is browsing the web to
 look for information
  The agent is actually embedded in the browser
 Letizia monitors the behaviour of the user while
 browsing through Internet
 Observes the user’s actions and makes some
 reasoning on them
 Gradual automatic discovery of the user interests
Some heuristics in Letizia (I)
   If the user saves a bookmark, that shows
   interest in the content of the current page
   If the user follows a link, that shows a
   potential interest in the content of the linked
   page
   If he comes back from a page, that probably
   shows that the page was not interesting after
   all
Some heuristics in Letizia (II)
 If the user follows a link in the middle of a web
 page, that probably indicates that he was not
 interested in the previous links
 If a user spends many time in a web page, or
 returns often to a certain page, he is probably
 interested in its content
 If the user makes an explicit query to a web
 search engine, the used terms describe
 information in which he is interested
User profile
  Letizia uses the previous heuristics to discover
  pages in which the user is interested
  Analyzing the content of these pages, the
  agent may discover the terms that appear with
  more frequency
    Analysis similar to TFIDF
  Those terms can be used to represent the
  user profile
  [agents, multi-agent systems, tennis, Davis Cup]
Relevant properties

 The profile is made automatically
   Without bothering/interrupting the user
   Without explicit instructions or information from
   the user
 The profile is updated automatically, when
 the interests of the user change
   Example: new job, new family status
Web browsing
 Standard web browsing
    Basically depth-first
    search
    Follow a link from the
    current page, then a link
    from that page, etc.
    Sometimes the user can
    go back to the previous
    page to try another link, or
    select a bookmark
 It may be difficult for the user to find something, even if it is only
 3-4 clicks away
Letizia web browsing
 Letizia conducts a concurrent breadth-first search
 rooted from the user's current position
Automatic link suggestions
 While the user reads a page, Letizia analyzes the
 pages linked to it, in a depth-first fashion
 It can discover which of those pages (at several
 levels of distance) can be interesting to the user
   Content related to the user interests contained in his
   profile
 It can also discover dead links
 Letizia can suggest to the user links to be
 followed in the current page
Letizia recommendation
Heterogeneous systems

 Homogeneous system: all agents belong to the
 same type (e.g. a group of collaborative agents)
 Heterogeneous multi-agent system
  Set of 2 or more agents that belong to 2 or more
  different types
Heterogeneous system: Rationale

 Join different existing programs/applications
 (not necessarily based on agent technology)
 in a single agent-based system
   Legacy systems
   No need to re-program all the applications to
   integrate them within a MAS
   The union can give an added value
Agentification

  Ways to transform a standard application into
  an “agent” that can be integrated and
  participate in a multi-agent system of
  collaborative agents to help to solve complex
  distributed tasks
Option 1: Translator / Transductor
                                         ACL   Other
                           Translator          agents

       Application data format



                           Application


   “Bridge” between the application and the other agents
   Takes the messages of other agents, and translates
   them to the program communication protocol (and the
   other way round)
Advantages

  The code of the application does not have
  to be modified
  We only need to know the inputs/outputs of
  the application
  The same translator can be used to
  agentify different applications/resources
    Access to an Oracle database
    Access to a CLIPS rule-based system
Option 2: Wrapper
          Wrapper            ACL    Other
             Application            agents



   Add code to the application so that it can
   communicate with the agents of the MAS
     Implies a direct manipulation of the internal
     data structures of the application
Comments on wrappers
 Positive aspects
   More computationally efficient than translators
 Negative aspects
   We need access to the application source code
   It may not be easy to understand/modify the code of
   a complex application
   A wrapper is not reusable as a translator
     One wrapper for each program to be agentified
Option 3: Re-code the application
                          ACL   Other
            New agent           agents
            application



            Application




 Re-write the original program as an agent
Comments on re-writing

 Negative aspects
  Much more work than the previous options
  It does not seem really an “agentifying” mechanism
 Positive aspect
  The resulting agent could be designed to work in a
  much more efficient way, without external/internal
  translations between formats
Architectures for heterogeneous systems

 Flat system
   Each agent can talk directly to any other agent
 Federated system
   There are special agents (facilitators), that manage
     the connection of the system with the environment, and
     the communication between the agents
Federated systems
           Ag.              Ag.      Ag.         Ag.      Ag.



                 Facilit.                      Facilit.



        Computer 1                Computer 2




 Agents do not communicate directly, but through
 facilitators
 Facilitators help agents to find other agents in the
 system that provide some services
   Without having to ask all other agents
Example: RETSINA
RETSINA agents
 Interface agents: input/output, learn from user
 actions
 Task agents: encapsulate task-especific
 knowledge, used to perform/request services
 to/from other agents/humans
  They can coordinate their activites
 Middle agents: infrastructure service (e.g. they
 know the services provided by other agents)
 Information agents: monitor and access one or
 more information sources
Final comment

   This classification is not intended to be
   either exhaustive or a very strict division
   of agents
     Mobile information agents
     Collaborative interface agents
     Collaborative heterogeneous system
   An agent can fall, to a certain degree, in
   different categories
Readings for this week

 Article on Software Agents (Nwana, BT Lab)
 Link to Letizia at MIT
 Klusch: Information agent technology for the
 Internet: a survey
 Wired (Oct06) article: The information factories
 Extra information on RETSINA

Weitere ähnliche Inhalte

Was ist angesagt?

Agents in Artificial intelligence
Agents in Artificial intelligence Agents in Artificial intelligence
Agents in Artificial intelligence Lalit Birla
 
Chapter 6 agent communications--agent communications
Chapter 6 agent communications--agent communicationsChapter 6 agent communications--agent communications
Chapter 6 agent communications--agent communicationsfarshad33
 
Intelligence Agent - Artificial Intelligent (AI)
Intelligence Agent - Artificial Intelligent (AI)Intelligence Agent - Artificial Intelligent (AI)
Intelligence Agent - Artificial Intelligent (AI)mufassirin
 
Computational Intelligence and Applications
Computational Intelligence and ApplicationsComputational Intelligence and Applications
Computational Intelligence and ApplicationsChetan Kumar S
 
Semantic nets in artificial intelligence
Semantic nets in artificial intelligenceSemantic nets in artificial intelligence
Semantic nets in artificial intelligenceharshita virwani
 
Challenges and application of Internet of Things
Challenges and application of Internet of ThingsChallenges and application of Internet of Things
Challenges and application of Internet of ThingsAshutosh Bhardwaj
 
HISTORY OF ARTIFICIAL INTELLIGENCE
HISTORY OF ARTIFICIAL INTELLIGENCEHISTORY OF ARTIFICIAL INTELLIGENCE
HISTORY OF ARTIFICIAL INTELLIGENCESohiniGuha7
 
Types of environment in Artificial Intelligence
Types of environment in Artificial IntelligenceTypes of environment in Artificial Intelligence
Types of environment in Artificial IntelligenceNoman Ullah Khan
 
Lecture 5 - Agent communication
Lecture 5 - Agent communicationLecture 5 - Agent communication
Lecture 5 - Agent communicationAntonio Moreno
 
Intelligent agent
Intelligent agent Intelligent agent
Intelligent agent Arvind sahu
 
Useful Techniques in Artificial Intelligence
Useful Techniques in Artificial IntelligenceUseful Techniques in Artificial Intelligence
Useful Techniques in Artificial IntelligenceIla Group
 
Issues in knowledge representation
Issues in knowledge representationIssues in knowledge representation
Issues in knowledge representationSravanthi Emani
 

Was ist angesagt? (20)

Lecture1
Lecture1Lecture1
Lecture1
 
The structure of agents
The structure of agentsThe structure of agents
The structure of agents
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
Lec 2 agents
Lec 2 agentsLec 2 agents
Lec 2 agents
 
Mobile 2.0
Mobile 2.0Mobile 2.0
Mobile 2.0
 
Agents in Artificial intelligence
Agents in Artificial intelligence Agents in Artificial intelligence
Agents in Artificial intelligence
 
AI: Planning and AI
AI: Planning and AIAI: Planning and AI
AI: Planning and AI
 
Chapter 6 agent communications--agent communications
Chapter 6 agent communications--agent communicationsChapter 6 agent communications--agent communications
Chapter 6 agent communications--agent communications
 
Intelligence Agent - Artificial Intelligent (AI)
Intelligence Agent - Artificial Intelligent (AI)Intelligence Agent - Artificial Intelligent (AI)
Intelligence Agent - Artificial Intelligent (AI)
 
Computational Intelligence and Applications
Computational Intelligence and ApplicationsComputational Intelligence and Applications
Computational Intelligence and Applications
 
Chapter 7
Chapter 7Chapter 7
Chapter 7
 
Semantic nets in artificial intelligence
Semantic nets in artificial intelligenceSemantic nets in artificial intelligence
Semantic nets in artificial intelligence
 
Ai Slides
Ai SlidesAi Slides
Ai Slides
 
Challenges and application of Internet of Things
Challenges and application of Internet of ThingsChallenges and application of Internet of Things
Challenges and application of Internet of Things
 
HISTORY OF ARTIFICIAL INTELLIGENCE
HISTORY OF ARTIFICIAL INTELLIGENCEHISTORY OF ARTIFICIAL INTELLIGENCE
HISTORY OF ARTIFICIAL INTELLIGENCE
 
Types of environment in Artificial Intelligence
Types of environment in Artificial IntelligenceTypes of environment in Artificial Intelligence
Types of environment in Artificial Intelligence
 
Lecture 5 - Agent communication
Lecture 5 - Agent communicationLecture 5 - Agent communication
Lecture 5 - Agent communication
 
Intelligent agent
Intelligent agent Intelligent agent
Intelligent agent
 
Useful Techniques in Artificial Intelligence
Useful Techniques in Artificial IntelligenceUseful Techniques in Artificial Intelligence
Useful Techniques in Artificial Intelligence
 
Issues in knowledge representation
Issues in knowledge representationIssues in knowledge representation
Issues in knowledge representation
 

Ähnlich wie Lecture 4- Agent types

HCI 1st and 2nd sessions
HCI  1st and 2nd sessionsHCI  1st and 2nd sessions
HCI 1st and 2nd sessionsHannesChimusi
 
INTERFACE AGENT METAPHOR WITH CHARACTER
INTERFACE AGENT METAPHOR WITH CHARACTERINTERFACE AGENT METAPHOR WITH CHARACTER
INTERFACE AGENT METAPHOR WITH CHARACTERPrateek Soni
 
Human Computer interaction -Interaction design basics
Human Computer interaction -Interaction design basicsHuman Computer interaction -Interaction design basics
Human Computer interaction -Interaction design basicsGEETHAS668001
 
Multi agent good kabisa
Multi agent good kabisaMulti agent good kabisa
Multi agent good kabisaJovenary Muta
 
Applying user modelling to human computer interaction design
Applying user modelling to human computer interaction designApplying user modelling to human computer interaction design
Applying user modelling to human computer interaction designNika Stuard
 
Principles of Health Informatics: Usability of medical software
Principles of Health Informatics: Usability of medical softwarePrinciples of Health Informatics: Usability of medical software
Principles of Health Informatics: Usability of medical softwareMartin Chapman
 
Review and analysis of machine learning and soft computing approaches for use...
Review and analysis of machine learning and soft computing approaches for use...Review and analysis of machine learning and soft computing approaches for use...
Review and analysis of machine learning and soft computing approaches for use...IJwest
 
HCI LAB MANUAL
HCI LAB MANUAL HCI LAB MANUAL
HCI LAB MANUAL Um e Farwa
 
Users And Business Functions Of Applications
Users And Business Functions Of ApplicationsUsers And Business Functions Of Applications
Users And Business Functions Of ApplicationsOvidiu Von M
 
Human computer interaction 3 4(revised)
Human computer interaction 3 4(revised)Human computer interaction 3 4(revised)
Human computer interaction 3 4(revised)emaan waseem
 
20IT706PE User Interface Design - Unit 1.pptx
20IT706PE User Interface Design - Unit 1.pptx20IT706PE User Interface Design - Unit 1.pptx
20IT706PE User Interface Design - Unit 1.pptxParthibanSubramani7
 
Usability guidelines for usable user interface
Usability guidelines for usable user interfaceUsability guidelines for usable user interface
Usability guidelines for usable user interfaceeSAT Publishing House
 
Intelligent Buildings: Foundation for Intelligent Physical Agents
Intelligent Buildings: Foundation for Intelligent Physical AgentsIntelligent Buildings: Foundation for Intelligent Physical Agents
Intelligent Buildings: Foundation for Intelligent Physical AgentsIJERA Editor
 
Learning Process Interaction Aided by an Adapter Agent
Learning Process Interaction Aided by an Adapter AgentLearning Process Interaction Aided by an Adapter Agent
Learning Process Interaction Aided by an Adapter Agentpaperpublications3
 
Learning Process Interaction Aided by an Adapter Agent
Learning Process Interaction Aided by an Adapter AgentLearning Process Interaction Aided by an Adapter Agent
Learning Process Interaction Aided by an Adapter Agentpaperpublications3
 
Rsqrd AI - Challenges in Deploying Explainable Machine Learning
Rsqrd AI - Challenges in Deploying Explainable Machine LearningRsqrd AI - Challenges in Deploying Explainable Machine Learning
Rsqrd AI - Challenges in Deploying Explainable Machine LearningAlessya Visnjic
 

Ähnlich wie Lecture 4- Agent types (20)

HCI 1st and 2nd sessions
HCI  1st and 2nd sessionsHCI  1st and 2nd sessions
HCI 1st and 2nd sessions
 
INTERFACE AGENT METAPHOR WITH CHARACTER
INTERFACE AGENT METAPHOR WITH CHARACTERINTERFACE AGENT METAPHOR WITH CHARACTER
INTERFACE AGENT METAPHOR WITH CHARACTER
 
Human Computer interaction -Interaction design basics
Human Computer interaction -Interaction design basicsHuman Computer interaction -Interaction design basics
Human Computer interaction -Interaction design basics
 
hci Evaluation Techniques.pptx
 hci Evaluation Techniques.pptx hci Evaluation Techniques.pptx
hci Evaluation Techniques.pptx
 
Multi agent good kabisa
Multi agent good kabisaMulti agent good kabisa
Multi agent good kabisa
 
Applying user modelling to human computer interaction design
Applying user modelling to human computer interaction designApplying user modelling to human computer interaction design
Applying user modelling to human computer interaction design
 
Principles of Health Informatics: Usability of medical software
Principles of Health Informatics: Usability of medical softwarePrinciples of Health Informatics: Usability of medical software
Principles of Health Informatics: Usability of medical software
 
Review and analysis of machine learning and soft computing approaches for use...
Review and analysis of machine learning and soft computing approaches for use...Review and analysis of machine learning and soft computing approaches for use...
Review and analysis of machine learning and soft computing approaches for use...
 
HCI LAB MANUAL
HCI LAB MANUAL HCI LAB MANUAL
HCI LAB MANUAL
 
C0353018026
C0353018026C0353018026
C0353018026
 
Users And Business Functions Of Applications
Users And Business Functions Of ApplicationsUsers And Business Functions Of Applications
Users And Business Functions Of Applications
 
Human computer interaction 3 4(revised)
Human computer interaction 3 4(revised)Human computer interaction 3 4(revised)
Human computer interaction 3 4(revised)
 
20IT706PE User Interface Design - Unit 1.pptx
20IT706PE User Interface Design - Unit 1.pptx20IT706PE User Interface Design - Unit 1.pptx
20IT706PE User Interface Design - Unit 1.pptx
 
Usability guidelines for usable user interface
Usability guidelines for usable user interfaceUsability guidelines for usable user interface
Usability guidelines for usable user interface
 
Intelligent Buildings: Foundation for Intelligent Physical Agents
Intelligent Buildings: Foundation for Intelligent Physical AgentsIntelligent Buildings: Foundation for Intelligent Physical Agents
Intelligent Buildings: Foundation for Intelligent Physical Agents
 
Learning Process Interaction Aided by an Adapter Agent
Learning Process Interaction Aided by an Adapter AgentLearning Process Interaction Aided by an Adapter Agent
Learning Process Interaction Aided by an Adapter Agent
 
Learning Process Interaction Aided by an Adapter Agent
Learning Process Interaction Aided by an Adapter AgentLearning Process Interaction Aided by an Adapter Agent
Learning Process Interaction Aided by an Adapter Agent
 
Rsqrd AI - Challenges in Deploying Explainable Machine Learning
Rsqrd AI - Challenges in Deploying Explainable Machine LearningRsqrd AI - Challenges in Deploying Explainable Machine Learning
Rsqrd AI - Challenges in Deploying Explainable Machine Learning
 
Ijetr021224
Ijetr021224Ijetr021224
Ijetr021224
 
Ijetr021224
Ijetr021224Ijetr021224
Ijetr021224
 

Mehr von Antonio Moreno

ECAI 2014 poster - Unsupervised semantic clustering of Twitter hashtags
ECAI 2014 poster - Unsupervised semantic clustering of Twitter hashtagsECAI 2014 poster - Unsupervised semantic clustering of Twitter hashtags
ECAI 2014 poster - Unsupervised semantic clustering of Twitter hashtagsAntonio Moreno
 
Dynamic learning of keyword-based preferences for news recommendation (WI-2014)
Dynamic learning of keyword-based preferences for news recommendation (WI-2014)Dynamic learning of keyword-based preferences for news recommendation (WI-2014)
Dynamic learning of keyword-based preferences for news recommendation (WI-2014)Antonio Moreno
 
Automatic and unsupervised topic discovery in social networks
Automatic and unsupervised topic discovery in social networksAutomatic and unsupervised topic discovery in social networks
Automatic and unsupervised topic discovery in social networksAntonio Moreno
 
Artificial Intelligence Master URV-UPC-UB
Artificial Intelligence Master URV-UPC-UBArtificial Intelligence Master URV-UPC-UB
Artificial Intelligence Master URV-UPC-UBAntonio Moreno
 
URV Master on Computer Engineering: Computer Security and Inteligent Systems
URV Master on Computer Engineering: Computer Security and Inteligent SystemsURV Master on Computer Engineering: Computer Security and Inteligent Systems
URV Master on Computer Engineering: Computer Security and Inteligent SystemsAntonio Moreno
 
EnoSigTur: recomanació personalitzada d'activitats enoturístiques
EnoSigTur: recomanació personalitzada d'activitats enoturístiquesEnoSigTur: recomanació personalitzada d'activitats enoturístiques
EnoSigTur: recomanació personalitzada d'activitats enoturístiquesAntonio Moreno
 
On the application of multi-agent systems in Health Care
On the application of multi-agent systems in Health CareOn the application of multi-agent systems in Health Care
On the application of multi-agent systems in Health CareAntonio Moreno
 
Multi-agent systems applied in Health Care
Multi-agent systems applied in Health CareMulti-agent systems applied in Health Care
Multi-agent systems applied in Health CareAntonio Moreno
 
Artificial Intelligence techniques in Tourism at URV
Artificial Intelligence techniques in Tourism at URVArtificial Intelligence techniques in Tourism at URV
Artificial Intelligence techniques in Tourism at URVAntonio Moreno
 
MAS course Lect13 industrial applications
MAS course Lect13 industrial applicationsMAS course Lect13 industrial applications
MAS course Lect13 industrial applicationsAntonio Moreno
 
MAS course - Lect12 - URV health care applications
MAS course - Lect12 - URV health care applicationsMAS course - Lect12 - URV health care applications
MAS course - Lect12 - URV health care applicationsAntonio Moreno
 
MAS course - Lect11 - URV applications
MAS course - Lect11 - URV applicationsMAS course - Lect11 - URV applications
MAS course - Lect11 - URV applicationsAntonio Moreno
 
MAS Course - Lect10 - coordination
MAS Course - Lect10 - coordinationMAS Course - Lect10 - coordination
MAS Course - Lect10 - coordinationAntonio Moreno
 
Lect6-An introduction to ontologies and ontology development
Lect6-An introduction to ontologies and ontology developmentLect6-An introduction to ontologies and ontology development
Lect6-An introduction to ontologies and ontology developmentAntonio Moreno
 

Mehr von Antonio Moreno (17)

ECAI 2014 poster - Unsupervised semantic clustering of Twitter hashtags
ECAI 2014 poster - Unsupervised semantic clustering of Twitter hashtagsECAI 2014 poster - Unsupervised semantic clustering of Twitter hashtags
ECAI 2014 poster - Unsupervised semantic clustering of Twitter hashtags
 
Dynamic learning of keyword-based preferences for news recommendation (WI-2014)
Dynamic learning of keyword-based preferences for news recommendation (WI-2014)Dynamic learning of keyword-based preferences for news recommendation (WI-2014)
Dynamic learning of keyword-based preferences for news recommendation (WI-2014)
 
Automatic and unsupervised topic discovery in social networks
Automatic and unsupervised topic discovery in social networksAutomatic and unsupervised topic discovery in social networks
Automatic and unsupervised topic discovery in social networks
 
Artificial Intelligence Master URV-UPC-UB
Artificial Intelligence Master URV-UPC-UBArtificial Intelligence Master URV-UPC-UB
Artificial Intelligence Master URV-UPC-UB
 
URV Master on Computer Engineering: Computer Security and Inteligent Systems
URV Master on Computer Engineering: Computer Security and Inteligent SystemsURV Master on Computer Engineering: Computer Security and Inteligent Systems
URV Master on Computer Engineering: Computer Security and Inteligent Systems
 
EnoSigTur: recomanació personalitzada d'activitats enoturístiques
EnoSigTur: recomanació personalitzada d'activitats enoturístiquesEnoSigTur: recomanació personalitzada d'activitats enoturístiques
EnoSigTur: recomanació personalitzada d'activitats enoturístiques
 
On the application of multi-agent systems in Health Care
On the application of multi-agent systems in Health CareOn the application of multi-agent systems in Health Care
On the application of multi-agent systems in Health Care
 
Multi-agent systems applied in Health Care
Multi-agent systems applied in Health CareMulti-agent systems applied in Health Care
Multi-agent systems applied in Health Care
 
Artificial Intelligence techniques in Tourism at URV
Artificial Intelligence techniques in Tourism at URVArtificial Intelligence techniques in Tourism at URV
Artificial Intelligence techniques in Tourism at URV
 
MAS course Lect13 industrial applications
MAS course Lect13 industrial applicationsMAS course Lect13 industrial applications
MAS course Lect13 industrial applications
 
MAS course - Lect12 - URV health care applications
MAS course - Lect12 - URV health care applicationsMAS course - Lect12 - URV health care applications
MAS course - Lect12 - URV health care applications
 
MAS course - Lect11 - URV applications
MAS course - Lect11 - URV applicationsMAS course - Lect11 - URV applications
MAS course - Lect11 - URV applications
 
MAS Course - Lect10 - coordination
MAS Course - Lect10 - coordinationMAS Course - Lect10 - coordination
MAS Course - Lect10 - coordination
 
MAS course - Lect 9
MAS course - Lect 9 MAS course - Lect 9
MAS course - Lect 9
 
Lect 8-auctions
Lect 8-auctionsLect 8-auctions
Lect 8-auctions
 
Lect7MAS-Coordination
Lect7MAS-CoordinationLect7MAS-Coordination
Lect7MAS-Coordination
 
Lect6-An introduction to ontologies and ontology development
Lect6-An introduction to ontologies and ontology developmentLect6-An introduction to ontologies and ontology development
Lect6-An introduction to ontologies and ontology development
 

Kürzlich hochgeladen

Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????blackmambaettijean
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterMydbops
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 

Kürzlich hochgeladen (20)

Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
What is Artificial Intelligence?????????
What is Artificial Intelligence?????????What is Artificial Intelligence?????????
What is Artificial Intelligence?????????
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
Scale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL RouterScale your database traffic with Read & Write split using MySQL Router
Scale your database traffic with Read & Write split using MySQL Router
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 

Lecture 4- Agent types

  • 1. LECTURE 4: AGENT TYPES Artificial Intelligence II – Multi-Agent Systems Introduction to Multi-Agent Systems URV, Winter-Spring 2010
  • 2. Overview Agent typology Description of some types of agents Collaborative agents (intro) Interface agents Information agents Heterogeneous systems Agentification mechanisms
  • 3. Agent properties [Lecture last week] Autonomy Reactivity Proactivity Communication Mobility Reasoning Learning ...
  • 4. How to classify agents? There are many different classifications of agents, depending on the employed criteria Researchers from BTLab proposed a classification that depends on the properties that are emphasized in a particular agent The classification is not an exact division !!!
  • 5. Agent classification (BT Lab) (I) Collaborative Agents Communication, autonomy, reasoning Interface Agents Learning, autonomy, proactivity Mobile Agents [recall lecture 3] Mobility Internet / Information agents Learning, autonomy, proactivity, mobility
  • 6. Agent classification (BT Lab) (II) Reactive agents [recall lecture 2] Reactivity Hybrid agents [recall lecture 2] Reactivity + reasoning (deliberative) Heterogeneous systems Multi-agent systems with different types of agents
  • 7. Collaborative Agents (I) Emphasize autonomy, as well as communication and cooperation with other agents Typically operate in open multi-agent environments => multi-agent systems (MAS) Negotiate with their peers to reach mutually acceptable agreements during cooperative problem solving
  • 8. Collaborative Agents (II) They normally have very limited learning capabilities Collaborative agents are usually deliberative agents (e.g. based on the BDI model), with some reasoning capabilities Reactive agents can hardly communicate and collaborate (only through actions that modify the common environment) [ MAS = second part of the course ]
  • 9. Collaborative Agents: Rationale To solve problems that are too large for a single centralised agent To create a system that functions beyond the capabilities of any of its members To allow for the interconnecting and inter- operation of existing legacy systems To provide solutions to inherently distributed problems
  • 10. Collaborative Agents: Applications Provide solutions to physically distributed problems air-traffic control, management of a team of robots Provide solutions to problems with distributed data sources different offices of a multi-national business Provide solutions that need distributed expertise health care provision (family doctors, nurses, specialists, laboratory analysis, …)
  • 12. HCI: Human-Computer Interaction Direct manipulation Interface Agents – The computer is merely a – The user and the agent passive entity waiting to engage in a cooperative execute detailed process instructions – Software agents ‘know’ – The user gives user’s interests and can act commands by operations autonomously on their behalf on the interface objects – (sometimes) agents appear through input devices as ‘living’ entities with – Interface objects animated facial expression represent software or functions and objects body language
  • 13. Limitations of direct manipulation (I) Different causes of operation errors: Inconsistency between user model and system model of a complicated software application causes misunderstanding of system’s functions Interface contains limited information about the use of the system, such as operation sequences Overloaded with technical jargons and conventions
  • 14. Limitations of direct manipulation (II) Limited adaptability, no intelligence To suit a wide range of user types To adapt to a user’s way of working To adapt to changes in user’s preferences
  • 15. Interface Agents (I) Emphasise autonomy and learning in order to perform tasks for their owners Support and provide proactive assistance to a human that is using a particular application or solving a certain problem Anticipate user needs Make suggestions Provide advice … without explicit user requests
  • 16. Interface Agents (II) Limited cooperation with other agents Limited reasoning and planning capabilites Interface agent = personal assistant = personal digital assistant = personal agent Kind of “secretary” that helps the user in his work environment
  • 17. Personal Assistant metaphor (I) Initially, a personal assistant is not very familiar with the habits and preferences of his employer It may not be very helpful It may even give extra work !
  • 18. Personal Assistant metaphor (II) With every experience, the assistant learns by watching how the employer performs tasks receiving instructions from the employer learning from other more experienced assistants Gradually, more tasks that were initially directly performed by the employer can be taken care of by the assistant
  • 19. Problems in building interface agents Competence: How does an agent acquire the knowledge it needs to decide: when to help the user what to help the user with how to help Trust: How can we guarantee the user feels comfortable delegating tasks to an agent?
  • 20. Option 1: User-programmed agents (I) Idea: use a collection of user-programmed rules for processing information related to a particular task Example: the Oval system (Lay, Malone & Yu, 1988) The user can develop an e-mail sorting agent by creating a number of rules that process incoming messages and sort them into different folders
  • 21. User-programmed agents (II) Once created, these rules perform tasks for the user without having to be explicitly invoked by the user with the arrival of each new message Analysis: Competence: not satisfactory No adaptivity to new situations Trust: not a problem in this case, as agents don’t learn and don’t have proactivity
  • 22. Op. 2: Agent with extensive knowledge Idea: At runtime, the agent uses its knowledge to recognise the user’s intentions and to find opportunities for contributing with help, advices, suggestions, ... Example: the UCEgo system (Chin 1991) Has a large knowledge base about how to use Unix Infers the goals of the user
  • 23. Agent with extensive knowledge (II) Does reasoning and planning Volunteer information proactively Correct a user’s misconceptions Analysis: Competence: Requires a huge amount of work from knowledge engineer Knowledge is fix once for all, cannot be customised to individual users Trust: The user may feel loss of control and understanding
  • 24. Option 3: Interface Agents User Interaction Help, suggestions User feedback, instructions, training Application examples Observation Interaction Agent Other agents Request advice
  • 25. Basic hypothesis Under certain conditions, an interface agent can acquire (automatically) the knowledge it needs to assist its user Repetition: The use of the application has to involve a substantial amount of repetitive behaviour either within the actions of one user or among users Variance: The repetitive behaviour is potentially different for different users
  • 26. Interface Agents: Learning Modes Learning from the user by observing and imitating the user by receiving positive and negative feedback from the user by receiving explicit instructions from the user Learning from other agents asking other agents for advice
  • 27. Interface Agents: Rationale (I) Less work for the end user and for the application developer Automation of routine activities Automation of tasks that would take a long time to a human user The agent can adapt, over time, to its user’s preferences and habits Learn automatically user profiles, adapted to the user needs The profile of a user can change dynamically
  • 28. Interface Agents: Rationale (II) Know-how among different users in a community may be shared Communication and (limited) cooperation between interface agents of different users Use in applications with repetitive behaviour Even if the behaviour is different for each user
  • 29. Interface Agents: Applications Mail management Scheduling meetings News filtering agent Buying/selling on user’s behalf Internet browsing
  • 30. Example 1: mail management assistant Delete uninteresting or potentially harmful messages Prioritize the messages according to their relevance Sort the incoming messages in the appropriate folders Warn the user when a very important message arrives Forward a message to another user
  • 31. Example 2: meeting scheduler Learn user preferences on different kinds of meetings Make a meeting proposal Accept a meeting proposal Reject a meeting proposal Reschedule a previously agreed meeting Negotiate a meeting time with other agents
  • 32. Problems of personal assistants Slow learning curve Agents require many examples before they can make accurate predictions (especially if they cannot be directly trained) No useful assistance during the learning process Learning from scratch Each agent has to learn on its own, even if there is a bunch of agents dealing with a team of people with similar interests Difficulty to adapt to completely new situations
  • 33. Information Agents Software agents that manage the access to multiple, heterogeneous and geographically distributed information sources. Information agents = Internet agents Main task: proactive acquisition, mediation and maintenance of relevant information for a user/other agents
  • 34. Interest of Information Agents (I) Need of tools to manage the information explosion of the WWW Impossible manual management
  • 35. Interest of Information Agents (II) Commercial benefits Proactive, dynamic, adaptive and cooperative WWW information manager Embedded in a browser User benefits Time and effort to access and analyze data Improve productivity (more time, better data)
  • 36. Tasks of information agents (I) Information acquisition and management Provide transparent access to different information sources Retrieve, extract, analyze, summarize and filter data Monitor information sources Update relevant information on behalf of the user Examples: DBs, web pages, purchase of information from providers on electronic marketplaces, ...
  • 37. Tasks of information agents (II) Information synthesis and presentation Fuse, merge heterogeneous data Handle conflicts, contradictions, repetitions Provide unified, multi-dimensional views on relevant information to the user Not just a mere list of data from different sources
  • 38.
  • 39.
  • 40. Tasks of information agents (III) Intelligent user assistance Learn automatically user preferences Adapt dynamically to changes in user preferences Personalised presentation of information Use of intelligent user interfaces Sometimes with believable, life-like characters
  • 41. Basic skills of an information agent
  • 42. Basic skill types summary Communication With information sources, with user, with other information agents Collaboration With user, with other information agents Knowledge Ontology management, user profile learning Information tasks Retrieval, filtering, integration, visualization
  • 43. Information retrieval Classical view: management of huge volumes of data in centralised, static databases Standard conversational paradigm User makes a question System returns the subset of documents that are considered relevant to the query User evaluates the returned information items User refines the initial question
  • 44. Benefits of information agents User may not know how to make a query exactly An agent can help to specify the query System is only reactive Information agents can be proactive, anticipating actions that can be beneficial for the user without his explicit command Systems without memory Agents can learn the user interests by observing his queries
  • 45. Information retrieval methods Input Set of documents Domain corpus, or the Web Query Output Subset of the documents relevant to the query Requirements Way of representing the info. of a document Way to measure the relevance of a document with respect to a query
  • 46. Vector space model N text documents, containing t terms Each document is represented by a t- dimensional vector Each component of the vector represents the weight of the term in the document dj = (w1j, w2j, ..., wtj) j in 1..N
  • 47. Assigning weights to terms TFIDF: Term Frequency Inverse Document Frequency The weight of a term in a document measures the relevance of that term to represent the document wij =tfij * log (N / dfi) tfij = number of appearances of term i in document j N = total number of documents dfi = number of documents in which term i appears [e.g. a term that appears in all docs. has weight 0]
  • 48. Similarity The similarity between two documents (or a query q and a document dj) is computed with the cosine of the angle formed by the two term vectors (scalar product divided by the product of the norms)
  • 50. Preprocess: Stopwords Filtering out words with very low discrimination values, to reduce the size of vector terms Highly frequent words without individual meaning Articles Prepositions Conjunctions Adverbs ...
  • 51. Preprocess: Stemming Stemming is the process of reducing a given word to its grammatical root Group words with common semantics Reduce size of vector terms Add flexibility to user queries Stem = portion of a word left after removal of its affixes (i.e. prefixes, suffixes) Computing / computer / computers / computation / compute / computes / uncomputable => stem: comput
  • 53.
  • 54. IR measures: Precision Precision: Relevant Search Results All Search Results Search Space Relevant Documents Irrelevant Documents All Search Results
  • 55. IR measures: Recall Recall: Relevant Search Results All Relevant Documents Search Space Relevant Documents Irrelevant Documents All Search Results
  • 56. Precision vs recall Precision Of the documents that have been retrieved, how many of them are good? High precision: the system does not select bad documents Recall Of all the good documents, how many of them have been retrieved? High recall: the system does not discard good documents Normally not computable in open environments like the Web
  • 57. Tradeoff between precision and recall System returns 1 very good document: 100% precision, very low recall System returns all documents: 100% recall, very low precision
  • 58. Searching for information on the Web Option 1: Web search engines Process text of web pages (stopwords, stemming) Compute terms vector for each page Store, for each page, the terms that have a weight over a certain threshold
  • 59. Web search engines (II) Build an inverted index (term pages), to be used in the queries Continuous Web crawling, analysis of web pages and updating of indexes This approach requires a very high level of resources and bandwidth
  • 60. Example: Google – see Wired article Around 24 data centres all around the world Around 450,000 servers 200 petabytes of hard disk storage – enough to copy the entire Net dozens of times – Petabyte= 10 ^15 bytes 4 petabytes of RAM Receives 100 million queries a day Collective input-output bandwidth around 3 petabits per second
  • 61. Drawbacks of web search engines User has to specify a concrete query They typically return a huge number of hits Problems of natural language ambiguity The results are not structured in any way (list) The search engine does not learn anything about the user Not adaptive Same behaviour for each user
  • 62. Searching for information on the Web Option 2: Information agents Learn (automatically) the preferences of the user => user model, user profile By supervising the user activities By receiving explicit information/instructions/feedback from the user Adapt the behaviour to the user preferences
  • 63. Example: Letizia Agent developed at MIT (Lieberman, 1997) Helps the user when he is browsing the web to look for information The agent is actually embedded in the browser Letizia monitors the behaviour of the user while browsing through Internet Observes the user’s actions and makes some reasoning on them Gradual automatic discovery of the user interests
  • 64. Some heuristics in Letizia (I) If the user saves a bookmark, that shows interest in the content of the current page If the user follows a link, that shows a potential interest in the content of the linked page If he comes back from a page, that probably shows that the page was not interesting after all
  • 65. Some heuristics in Letizia (II) If the user follows a link in the middle of a web page, that probably indicates that he was not interested in the previous links If a user spends many time in a web page, or returns often to a certain page, he is probably interested in its content If the user makes an explicit query to a web search engine, the used terms describe information in which he is interested
  • 66. User profile Letizia uses the previous heuristics to discover pages in which the user is interested Analyzing the content of these pages, the agent may discover the terms that appear with more frequency Analysis similar to TFIDF Those terms can be used to represent the user profile [agents, multi-agent systems, tennis, Davis Cup]
  • 67. Relevant properties The profile is made automatically Without bothering/interrupting the user Without explicit instructions or information from the user The profile is updated automatically, when the interests of the user change Example: new job, new family status
  • 68. Web browsing Standard web browsing Basically depth-first search Follow a link from the current page, then a link from that page, etc. Sometimes the user can go back to the previous page to try another link, or select a bookmark It may be difficult for the user to find something, even if it is only 3-4 clicks away
  • 69. Letizia web browsing Letizia conducts a concurrent breadth-first search rooted from the user's current position
  • 70. Automatic link suggestions While the user reads a page, Letizia analyzes the pages linked to it, in a depth-first fashion It can discover which of those pages (at several levels of distance) can be interesting to the user Content related to the user interests contained in his profile It can also discover dead links Letizia can suggest to the user links to be followed in the current page
  • 72. Heterogeneous systems Homogeneous system: all agents belong to the same type (e.g. a group of collaborative agents) Heterogeneous multi-agent system Set of 2 or more agents that belong to 2 or more different types
  • 73. Heterogeneous system: Rationale Join different existing programs/applications (not necessarily based on agent technology) in a single agent-based system Legacy systems No need to re-program all the applications to integrate them within a MAS The union can give an added value
  • 74. Agentification Ways to transform a standard application into an “agent” that can be integrated and participate in a multi-agent system of collaborative agents to help to solve complex distributed tasks
  • 75. Option 1: Translator / Transductor ACL Other Translator agents Application data format Application “Bridge” between the application and the other agents Takes the messages of other agents, and translates them to the program communication protocol (and the other way round)
  • 76. Advantages The code of the application does not have to be modified We only need to know the inputs/outputs of the application The same translator can be used to agentify different applications/resources Access to an Oracle database Access to a CLIPS rule-based system
  • 77. Option 2: Wrapper Wrapper ACL Other Application agents Add code to the application so that it can communicate with the agents of the MAS Implies a direct manipulation of the internal data structures of the application
  • 78. Comments on wrappers Positive aspects More computationally efficient than translators Negative aspects We need access to the application source code It may not be easy to understand/modify the code of a complex application A wrapper is not reusable as a translator One wrapper for each program to be agentified
  • 79. Option 3: Re-code the application ACL Other New agent agents application Application Re-write the original program as an agent
  • 80. Comments on re-writing Negative aspects Much more work than the previous options It does not seem really an “agentifying” mechanism Positive aspect The resulting agent could be designed to work in a much more efficient way, without external/internal translations between formats
  • 81. Architectures for heterogeneous systems Flat system Each agent can talk directly to any other agent Federated system There are special agents (facilitators), that manage the connection of the system with the environment, and the communication between the agents
  • 82. Federated systems Ag. Ag. Ag. Ag. Ag. Facilit. Facilit. Computer 1 Computer 2 Agents do not communicate directly, but through facilitators Facilitators help agents to find other agents in the system that provide some services Without having to ask all other agents
  • 84. RETSINA agents Interface agents: input/output, learn from user actions Task agents: encapsulate task-especific knowledge, used to perform/request services to/from other agents/humans They can coordinate their activites Middle agents: infrastructure service (e.g. they know the services provided by other agents) Information agents: monitor and access one or more information sources
  • 85. Final comment This classification is not intended to be either exhaustive or a very strict division of agents Mobile information agents Collaborative interface agents Collaborative heterogeneous system An agent can fall, to a certain degree, in different categories
  • 86. Readings for this week Article on Software Agents (Nwana, BT Lab) Link to Letizia at MIT Klusch: Information agent technology for the Internet: a survey Wired (Oct06) article: The information factories Extra information on RETSINA