SlideShare a Scribd company logo
1 of 32
HARM
  A Hybrid Rule-based Agent Reputation
Model based on Temporal Defeasible Logic


                     Kalliopi Kravari, Nick Bassiliades
                            Department of Informatics
                   Aristotle University of Thessaloniki
                                 Thessaloniki, Greece
OVERVIEW
      Agents in the SW interact under uncertain and risky situations.


      Whenever they have to interact with partners of whom they know nothing..
                                              they have to make decision involving risk.


      Thus:
      Their success may depend on their ability to choose reliable partners.


      Solution:
      Reliable trust and/or reputation models.

               SW        Intelligent
                                                    SW Trust Layer
            evolution      Agents


Nick Bassiliades                       RuleML 2012, Montpellier, Aug 27-29
                                                                                           2
OVERVIEW
      Trust is the degree of trust that can be invested in a certain agent.

      Reputation is the opinion of the public towards an agent.

      Reputation (trust) models provide the means to quantify
        reputation and trust
      ļƒ˜ help agents to decide who to trust
      ļƒ˜ encourage trustworthy behavior
      ļƒ˜ deter dishonest participation

      Current computational reputation models are usually built either on
                                           interaction trust or witness reputation.


                                                 an agentā€™s direct experience
                                                                         reports provided by
                                                                                      others
Nick Bassiliades                      RuleML 2012, Montpellier, Aug 27-29
                                                                                               3
APPROACHESā€™ LIMITATIONS
      ļƒ˜ If the reputation estimation is based only on direct experience, it would
        require a long time for an agent to reach a satisfying estimation level.
                                         Why?
            because when an agent enters an environment for the first time,
        it has no history of interactions with the other agents in the environment.


      ļƒ˜ If the reputation estimation is based only on witness reports, it could
        not guarantee reliable estimation.
                                          Why?
              because self-interested agents could be unwilling or unable
                 to sacrifice their resources in order to provide reports.



Nick Bassiliades                     RuleML 2012, Montpellier, Aug 27-29
                                                                                      4
HYBRID MODELS


      Hybrid models combine both interaction trust and witness reputation.

      We propose HARM:
      an incremental reputation model that combines
      ļƒ¼ the advantages of the hybrid reputation models
      ļƒ¼ the benefits of temporal defeasible logic (rule-based approach)




Nick Bassiliades                   RuleML 2012, Montpellier, Aug 27-29
                                                                             5
(Temporal) Defeasible Logic
      Temporal defeasible logic (TDL) is an extension of defeasible logic (DL).

      DL is a kind of non-monotonic reasoning

      Why defeasible logic?
      ļƒ¼ Rule-based, deterministic (without disjunction)
      ļƒ¼ Enhanced representational capabilities
      ļƒ¼ Classical negation used in rule heads and bodies
      ļƒ¼ Negation-as-failure can be emulated
      ļƒ¼ Rules may support conflicting conclusions
      ļƒ¼ Skeptical: conflicting rules do not fire
      ļƒ¼ Priorities on rules resolve conflicts among rules
      ļƒ¼ Low computational complexity

Nick Bassiliades                       RuleML 2012, Montpellier, Aug 27-29
                                                                                  6
Defeasible Logic
        ļƒ˜Facts: e.g. student(Sofia)
        ļƒ˜Strict Rules: e.g. student(X) person(X)
        ļƒ˜Defeasible Rules: e.g. r: person(X) works(X)
                                   rā€™: student(X) Ā¬works(X)
        ļƒ˜Priority Relation between rules, e.g. rā€™ > r

        ļƒ˜Proof theory example:
               ļƒ˜ A literal q is defeasibly provable if:
                 ļƒ˜supported by a rule whose premises are all defeasibly provable
                   AND
                 ļƒ˜ q is not definitely provable AND
                 ļƒ˜each attacking rule is non-applicable or defeated by a superior
                   counter-attacking rule

Nick Bassiliades                         RuleML 2012, Montpellier, Aug 27-29
                                                                                    7
Temporal Defeasible Logic
        Two types of temporal literals:
        ļƒ¼ expiring temporal literals l:t (a literal l is valid for t time instances)
        ļƒ¼ persistent temporal literals l@t
                 (a literal l is active after t time instances have passed and is valid
                                                                            thereafter)
        ļƒ˜ temporal rules: a1:d1 ... an:dn d b:db

                          delay between the cause a1:d1 ... an:dn and the effect b:db

        Example:
        (r1) => a@1                                                          Literal a is created due to r1.
        (r2) a@1=>7 b:3                                          It becomes active at time offset 1.
                                                      It causes the head of r2 to be fired at time 8.
                                                               The result b lasts only until time 10.
                                                               Thereafter, only the fact a remains.


Nick Bassiliades                       RuleML 2012, Montpellier, Aug 27-29
                                                                                                               8
HARM ā€“ Evaluated Abilities
        ļƒ˜Evaluates four agent abilities:
         validity, completeness, correctness and response time.
        ļƒ˜An agent is valid if it is both sincere and credible.
               ļƒ¼ Sincere: believes what it says
               ļƒ¼ Credible: what it believes is true in the world
        ļƒ˜An agent is complete if it is both cooperative and vigilant.
               ļƒ¼ Cooperative: says what it believes
               ļƒ¼ Vigilant: believes what is true in the world
        ļƒ˜An agent is correct if its provided service is correct with
         respect to a specification.
        ļƒ˜Response time is the time that an agent needs to complete
         the transaction.

Nick Bassiliades                          RuleML 2012, Montpellier, Aug 27-29
                                                                                9
HARM - Ratings
        Agent A establishes interaction with agent B:
        (A)Truster is the evaluating agent
        (B) Trustee is the evaluated agent

        Trusterā€™s rating value (r) in HARM has 8 coefficients:
        ļ‚§ 2 IDs: Truster, Trustee
        ļ‚§ 4 abilities:
           Validity, Completeness, Correctness, Response time
        ļ‚§ 2 weights: Confidence, Transaction value
              ļƒ¼    Confidence: how confident the agent is for the rating
              ļƒ¼    Transaction value: how important the transaction was for the
                   agent


Nick Bassiliades                        RuleML 2012, Montpellier, Aug 27-29
                                                                                  10
HARM ā€“ Experience Types
        ļƒ¼ Direct Experience (PRAX )
        ļƒ¼ Indirect Experience
          ļ‚§ reports provided by strangers (SRAX)
          ļ‚§ reports provided by known agents (e.g friends) due to
             previous interactions (KRAX )
        ļƒ¼ Both

                   Final reputation value of an agent X,
                          required by an agent A:
                       RAX = {PRAX , KRAX, SRAX}




Nick Bassiliades               RuleML 2012, Montpellier, Aug 27-29
                                                                     11
HARM ā€“ Experience Types
        ļƒ˜ Sometimes one or more rating categories are missing.
               ā–« e.g. a newcomer has no personal experience
        ļƒ˜ A user is much more likely to believe statements from a trusted
          acquaintance than from a stranger.
               ā–« Thus, personal opinion (AX) is more valuable than strangersā€™ opinion
                 (SX), as well as it is more valuable even from previously trusted partners
                 (KX).
        ļƒ˜ Superiority relationship among rating categories
                                                  AX, KX, SX


                                    AX, KX             AX, SX                       KX, SX



                                             AX              KX                    SX


Nick Bassiliades                             RuleML 2012, Montpellier, Aug 27-29
                                                                                              12
HARM ā€“ Final reputation value
        ļƒ˜RAX is a function that combines each available category
               ā–« personal opinion (AX)
               ā–« strangersā€™ opinion (SX)
               ā–« previously trusted partners (KX)

        RAX             PR AX , KR AX , SR AX
        ļƒ˜HARM allows agents to define weights of ratingsā€™
         coefficients
               ā–« Personal preferences
                                 coefficient                    coefficient                           coefficient
                    AVG wi log prAX                AVG wi log krAX                       AVG wi log srAX
           RAX                  4
                                               ,                     4
                                                                                     ,               4
                                                                                                                    ,
                                i 1
                                      wi                             i 1
                                                                           wi                        i 1
                                                                                                           wi
          coefficient    validity, completeness, correctness, response _ time 2



Nick Bassiliades                               RuleML 2012, Montpellier, Aug 27-29
                                                                                                                        13
HARM
  Rule-based Decision Making Mechanism / Facts

      ļƒ˜ Trusterā€™s rating (r) (defeasible RuleML / d-POSL syntax):

        rating(idā†’ratingā€™s_id, trusterā†’trusterā€™s_name,
                 trusteeā†’trusteeā€™s_name, validityā†’value1,
                   completenessā†’value2, correctnessā†’value3,
                       response_timeā†’value4, confidenceā†’value5,
                              transaction_valueā†’value6).

        e.g.
        rating(idā†’1, trusterā†’A, trusteeā†’B, validityā†’5,
                       completenessā†’6, correctnessā†’6, response_timeā†’8,
                              confidenceā†’0.8, transaction_valueā†’0.9).



Nick Bassiliades                  RuleML 2012, Montpellier, Aug 27-29
                                                                         14
HARM
  Rule-based Decision Making Mechanism

      ļƒ˜ Confidence and transaction value allow us to decide
        how much attention we should pay on each rating.
      ļƒ˜ It is important to take into account ratings that were
        made by confident trusters, since their ratings are more
        likely to be right.
      ļƒ˜ Confident trusters, that were interacting in an
        important for them transaction, are even more likely to
        report truthful ratings.




Nick Bassiliades               RuleML 2012, Montpellier, Aug 27-29
                                                                     15
HARM
  Which ratings ā€œcountā€?
     r1: count_rating(ratingā†’?idx, trusterā†’?a, trusteeā†’ ?x) :=
                   confidence_threshold(?conf),
                                                                          ā€¢     if both trusterā€™s confidence and
                   transaction_value_threshold(?tran),                          transaction importance are high,
                   rating(idā†’?idx, confidenceā†’?confx,                           then that rating will be counted
                            transaction_valueā†’?tranx),                          during the estimation process
                   ?confx >= ?conf, ?tranx >= ?tran.
     r2: count_rating(ā€¦) :=                                           ā€¢       if the transaction value is lower than
                                                                              the threshold, it doesnā€™t matter so much
             ā€¦                                                                if the trusterā€™s confidence is high
             ?confx >= ?conf.
                                                                  ā€¢       if there are only ratings with high
     r3: count_rating(ā€¦) :=
                                                                          transaction value,
             ā€¦                                                            then they should be taken into account
             ?tranx >= ?tran.
     r1 > r2 > r3                                                     ā€¢       In any other case, the rating
                                                                              should be omitted.

Nick Bassiliades                          RuleML 2012, Montpellier, Aug 27-29
                                                                                                                    16
HARM
  Conflicting Literals

  ļƒ˜ All the previous rules are conclude positive literals.
  ļƒ˜ These literals are conflicting each other, for the same pair of
    agents (truster and trustee)
           ā–« We want in the presence e.g. of personal experience to omit strangersā€™
             ratings.
           ā–« Thatā€™s why there is also a superiority relationship between the rules.
  ļƒ˜ The conflict set is formally determined as follows:
     C[count_rating(trusterā†’?a, trusteeā†’?x)] =
                   { Ā¬ count_rating(trusterā†’?a, trusteeā†’?x) }
                   { count_rating(trusterā†’?a1, trusteeā†’?x1) | ?a               ?a1 āˆ§ ?x   ?x1 }



Nick Bassiliades                         RuleML 2012, Montpellier, Aug 27-29
                                                                                                  17
HARM
  Determining Experience Types

     r4: known(agent1ā†’?a, agent2ā†’?y) :-                                    Which agents
             count_rating(rating ā†’ ?id, trusterā†’?a, trusteeā†’?y).           are considered
                                                                           as known?

     r5: count_prAX(agentā†’?a, trusterā†’?a, trusteeā†’?x, ratingā†’?id) :-
             count_rating(rating ā†’ ?id, trusterā†’? a, trusteeā†’ ?x).

     r6: count_krAX(agentā†’?a, trusterā†’?k, trusteeā†’?x, rating ā†’?id) :-
             known(agent1ā†’?a, agent2ā†’?k),                                         Categori
                                                                                  zation of
             count_rating(ratingā†’?id, trusterā†’?k, trusteeā†’ ?x).
                                                                                   ratings
     r7: count_srAX(agentā†’?a, trusterā†’?s, trusteeā†’?x, ratingā†’?id) :-
             count_rating(rating ā†’ ?id, truster ā†’?s, trusteeā†’ ?x),
             not(known(agent1ā†’?a, agent2ā†’?s)).



Nick Bassiliades                     RuleML 2012, Montpellier, Aug 27-29
                                                                                            18
HARM
  Rule-based Decision Making Mechanism
    ļƒ˜ Final step is to decide whose experience will ā€œcountā€:
      direct, indirect (witness), or both.
    ļƒ˜ The decision for RAX is based on a relationship theory

      e.g. Theory #1: All categories count equally.

      r8: participate(agentā†’?a, trusteeā†’?x, ratingā†’?id_ratingAX) :=
             count_pr(agentā†’?a, trusteeā†’?x, ratingā†’ ?id_ratingAX).
      r9: participate(agentā†’?a, trusteeā†’?x, ratingā†’?id_ratingKX) :=
             count_kr(agentā†’?a, trusteeā†’?x, ratingā†’ ?id_ratingKX).
      r10: participate(agentā†’?a, trusteeā†’?x, ratingā†’?id_ratingSX) :=
             count_sr(agentā†’?a, trusteeā†’?x, ratingā†’ ?id_ratingSX).


Nick Bassiliades                 RuleML 2012, Montpellier, Aug 27-29
                                                                       19
HARM
  Theory #1: All categories count equally

                                 AX, KX, SX


                   AX, KX               AX, SX                          KX, SX



                            AX                   KX                    SX


Nick Bassiliades                 RuleML 2012, Montpellier, Aug 27-29
                                                                                 20
HARM
  Rule-based Decision Making Mechanism

        e.g. Theory #2:
          An agent relies on its own experience if it believes it is
          sufficient.
          If not it acquires the opinions of others.

        r8: participate(agentā†’?a, trusteeā†’?x, ratingā†’?id_ratingAX) :=
               count_pr(agentā†’?a, trusteeā†’?x, ratingā†’ ?id_ratingAX).
        r9: participate(agentā†’?a, trusteeā†’?x, ratingā†’?id_ratingKX) :=
               count_kr(agentā†’?a, trusteeā†’?x, ratingā†’ ?id_ratingKX).
        r10: participate(agentā†’?a, trusteeā†’?x, ratingā†’?id_ratingSX) :=
               count_sr(agentā†’?a, trusteeā†’?x, ratingā†’ ?id_ratingSX).
        r8>r9>r10

Nick Bassiliades                   RuleML 2012, Montpellier, Aug 27-29
                                                                         21
HARM
  Theory #2: Personal experience is preferred to
  friendsā€™ opinion to strangersā€™ opinion


                                 AX, KX, SX


                   AX, KX              AX, SX                                KX, SX



                            AX   >                 KX                   >   SX


Nick Bassiliades                  RuleML 2012, Montpellier, Aug 27-29
                                                                                      22
HARM
  Rule-based Decision Making Mechanism

        e.g. Theory #3:
          If direct experience is available (PRAX), then it is preferred
          to be combined with ratings from known agents (KRAX).
          If not, HARM acts as a pure witness system.

        r8: participate(agentā†’?a, trusteeā†’?x, ratingā†’?id_ratingAX) :=
               count_pr(agentā†’?a, trusteeā†’?x, ratingā†’ ?id_ratingAX).
        r9: participate(agentā†’?a, trusteeā†’?x, ratingā†’?id_ratingKX) :=
               count_kr(agentā†’?a, trusteeā†’?x, ratingā†’ ?id_ratingKX).
        r10: participate(agentā†’?a, trusteeā†’?x, ratingā†’?id_ratingSX) :=
               count_sr(agentā†’?a, trusteeā†’?x, ratingā†’ ?id_ratingSX).
        r8> r10, r9>r10


Nick Bassiliades                   RuleML 2012, Montpellier, Aug 27-29
                                                                           23
HARM
  Theory #3: Personal experience and friendsā€™
  opinion is preferred to strangersā€™ opinion


                                 AX, KX, SX


                   AX, KX          AX, SX                                 KX, SX

                                            >
                            AX              KX                           SX

Nick Bassiliades                   RuleML 2012, Montpellier, Aug 27-29
                                                                                   24
HARM
      Temporal Defeasible Logic Extension
      ļƒ˜ Agents may change their objectives at any time
            ļƒ¼ Evolution of trust over time should be taken into account
            ļƒ¼ Only the latest ratings participate in the reputation estimation
      ļƒ˜ In the temporal extension of HARM:
               ļƒ¼ each rating is a persistent temporal literal of TDL
               ļƒ¼ each rule conclusion is an expiring temporal literal of TDL
      ļƒ˜ The trusterā€™s rating (r) is active after time_offset time
        instances have passed and is valid thereafter
        rating(idā†’value1, trusterā†’value2, trusteeā†’ value3, validityā†’value4,
               completenessā†’value5, correctnessā†’value6,
               response_time ā†’value7, confidenceā†’value8,
               transaction_valueā†’value9)@time_offset.

Nick Bassiliades                         RuleML 2012, Montpellier, Aug 27-29
                                                                                 25
HARM
      Temporal Defeasible Logic Extension

      ļƒ˜ Rules are modified accordingly:
          ļƒ¼ each rating is active after t time instances have passed (ā€œ@tā€)
          ļƒ¼ each conclusion has a duration (ā€œ:durationā€)
          ļƒ¼ each rule has a delay, which models the delay between the cause and
              the effect.
        e.g.
        r1: count_rating(ratingā†’?idx, trusterā†’?a, trusteeā†’ ?x):duration := delay
                confidence_threshold(?conf),
                transaction_value_threshold(?tran),
                rating(idā†’?idx, confidenceā†’?confx,
                                 transaction_valueā†’?tranx) @t,
                ?confx >= ?conf, ?tranx >= ?tran.


Nick Bassiliades                    RuleML 2012, Montpellier, Aug 27-29
                                                                               26
HARM Evaluation
         ļƒ˜ We implemented the model in EMERALD
               ļƒ¼ Framework for interoperating knowledge-based
                 intelligent agents in the SW.
               ļƒ¼ Built on JADE multi-agent platform
         ļƒ˜ EMERALD uses Reasoners (agents offering
           reasoning services)
               ļƒ¼ Supports the DR-Device defeasible logic system
               ļƒ¼ Used temporal predicates to simulate the temporal
                 semantics.
                   o No available temporal defeasible logic reasoner


Nick Bassiliades                          RuleML 2012, Montpellier, Aug 27-29
                                                                                27
HARM - Evaluation
      ļƒ˜ All agents provide the same service
            ļƒ¼ Performance is service ā€“ independent
      ļƒ˜ Consumer agent selects the provider with the highest
        reputation value
                                                           5. Report rating
                                          1. Request reputations of the provider agents
                                 2. Inform about the provider with the highest reputation
                   Consumer agent                                                                HARMAgent

                               4. Service providing
                     3. Service request


                                                                               Provider agenty
                                             Provider agentx
Nick Bassiliades                                   RuleML 2012, Montpellier, Aug 27-29
                                                                                                             28
HARM - Evaluation                                                            Number of simulation: 500
      ļƒ˜ Performance of providers (e.g.                                             Number of providers: 100
        quality of service) is the utility                                     Good providers          10
        that a consumer gains from each                                       Ordinary providers       40
        interaction
                                                                                 Intermittent
            ļƒ¼ Utility Gain (UG), UG ļƒ¤[-10, 10]                                    providers
                                                                                                        5

      ļƒ˜ Four models are used:                                                   Bad providers          45
            ļƒ¼      HARM (rule-based / temporal)
            ļƒ¼      T-REX (temporal degradation)                               Average UG per interaction
            ļƒ¼      SERM (uses all history)                                         HARM              5.73
            ļƒ¼      NONE (no trust mechanism).                                      T-REX             5.57
                                                                                   SERM              2.41
      ļƒ˜ From previous study:
                                                                                   NONE              0.16
            ļƒ¼ CR, SPORAS (literature famous,                                         CR              5.48
              distributed)
                                                                                  SPORAS             4.65

Nick Bassiliades                        RuleML 2012, Montpellier, Aug 27-29
                                                                                                               29
Conclusions
     ļƒ˜ We proposed HARM that combines:
           ļƒ¼ the hybrid approach (interaction trust and witness reputation)
           ļƒ¼ the benefits of temporal defeasible logic (rule-based approach)
     ļƒ˜ Overcomes the difficulty to locate witness reports
       (centralized administration authority)
     ļƒ˜ It is the first reputation model that uses explicitly
       knowledge, in the form of defeasible logic, to predict
       agentā€™s future behavior
           ļƒ¼ Easy to simulate human decision making




Nick Bassiliades                      RuleML 2012, Montpellier, Aug 27-29
                                                                               30
Future Work
     ļƒ˜ Fully implement HARM with temporal defeasible logic
     ļƒ˜ Compare HARMā€™s performance with other centralized
       and decentralized models from the literature
     ļƒ˜ Combine HARM and T-REX
     ļƒ˜ Develop a distributed version of HARM
     ļƒ˜ Verify its performance in real-world e-commerce
       applications
     ļƒ˜ Combining it with Semantic Web metadata for trust




Nick Bassiliades            RuleML 2012, Montpellier, Aug 27-29
                                                                  31
Thank you!
                   Any Questions?



Nick Bassiliades       RuleML 2012, Montpellier, Aug 27-29
                                                             32

More Related Content

Viewers also liked

Ruleml2012 - Rule-based high-level situation recognition from incomplete tra...
Ruleml2012  - Rule-based high-level situation recognition from incomplete tra...Ruleml2012  - Rule-based high-level situation recognition from incomplete tra...
Ruleml2012 - Rule-based high-level situation recognition from incomplete tra...
RuleML
Ā 
A Model Driven Reverse Engineering framework for extracting business rules ou...
A Model Driven Reverse Engineering framework for extracting business rules ou...A Model Driven Reverse Engineering framework for extracting business rules ou...
A Model Driven Reverse Engineering framework for extracting business rules ou...
RuleML
Ā 
Ruleml2012 - A production rule-based framework for causal and epistemic reaso...
Ruleml2012 - A production rule-based framework for causal and epistemic reaso...Ruleml2012 - A production rule-based framework for causal and epistemic reaso...
Ruleml2012 - A production rule-based framework for causal and epistemic reaso...
RuleML
Ā 

Viewers also liked (15)

Ruleml2012 - Rule-based high-level situation recognition from incomplete tra...
Ruleml2012  - Rule-based high-level situation recognition from incomplete tra...Ruleml2012  - Rule-based high-level situation recognition from incomplete tra...
Ruleml2012 - Rule-based high-level situation recognition from incomplete tra...
Ā 
KELPS LPS - A Logic-Based Framework for Reactive System30 aug 2012
KELPS LPS - A Logic-Based Framework for Reactive System30 aug 2012KELPS LPS - A Logic-Based Framework for Reactive System30 aug 2012
KELPS LPS - A Logic-Based Framework for Reactive System30 aug 2012
Ā 
English test2
English test2English test2
English test2
Ā 
RuleML2015: Ontology-Based Multidimensional Contexts with Applications to Qua...
RuleML2015: Ontology-Based Multidimensional Contexts with Applications to Qua...RuleML2015: Ontology-Based Multidimensional Contexts with Applications to Qua...
RuleML2015: Ontology-Based Multidimensional Contexts with Applications to Qua...
Ā 
RuleML2015: Using Substitutive Itemset Mining Framework for Finding Synonymou...
RuleML2015: Using Substitutive Itemset Mining Framework for Finding Synonymou...RuleML2015: Using Substitutive Itemset Mining Framework for Finding Synonymou...
RuleML2015: Using Substitutive Itemset Mining Framework for Finding Synonymou...
Ā 
RuleML2015: Rule-Based Exploration of Structured Data in the Browser
RuleML2015: Rule-Based Exploration of Structured Data in the BrowserRuleML2015: Rule-Based Exploration of Structured Data in the Browser
RuleML2015: Rule-Based Exploration of Structured Data in the Browser
Ā 
A Model Driven Reverse Engineering framework for extracting business rules ou...
A Model Driven Reverse Engineering framework for extracting business rules ou...A Model Driven Reverse Engineering framework for extracting business rules ou...
A Model Driven Reverse Engineering framework for extracting business rules ou...
Ā 
RuleML2015: GRAAL - a toolkit for query answering with existential rules
RuleML2015:  GRAAL - a toolkit for query answering with existential rulesRuleML2015:  GRAAL - a toolkit for query answering with existential rules
RuleML2015: GRAAL - a toolkit for query answering with existential rules
Ā 
RuleML 2015: Ontology Reasoning using Rules in an eHealth Context
RuleML 2015: Ontology Reasoning using Rules in an eHealth ContextRuleML 2015: Ontology Reasoning using Rules in an eHealth Context
RuleML 2015: Ontology Reasoning using Rules in an eHealth Context
Ā 
RuleML2015: Using PSL to Extend and Evaluate Event Ontologies
RuleML2015: Using PSL to Extend and Evaluate Event OntologiesRuleML2015: Using PSL to Extend and Evaluate Event Ontologies
RuleML2015: Using PSL to Extend and Evaluate Event Ontologies
Ā 
RuleML2015 PSOA RuleML: Integrated Object-Relational Data and Rules
RuleML2015 PSOA RuleML: Integrated Object-Relational Data and RulesRuleML2015 PSOA RuleML: Integrated Object-Relational Data and Rules
RuleML2015 PSOA RuleML: Integrated Object-Relational Data and Rules
Ā 
RuleML2015: Semantics of Notation3 Logic: A Solution for Implicit Quantifica...
RuleML2015:  Semantics of Notation3 Logic: A Solution for Implicit Quantifica...RuleML2015:  Semantics of Notation3 Logic: A Solution for Implicit Quantifica...
RuleML2015: Semantics of Notation3 Logic: A Solution for Implicit Quantifica...
Ā 
Ruleml2012 - A production rule-based framework for causal and epistemic reaso...
Ruleml2012 - A production rule-based framework for causal and epistemic reaso...Ruleml2012 - A production rule-based framework for causal and epistemic reaso...
Ruleml2012 - A production rule-based framework for causal and epistemic reaso...
Ā 
Voz pasiva recetas
Voz pasiva recetasVoz pasiva recetas
Voz pasiva recetas
Ā 
Curso de francƩs Basico
Curso de francƩs BasicoCurso de francƩs Basico
Curso de francƩs Basico
Ā 

Similar to HARM: A Hybrid Rule-based Agent Reputation Model based on Temporal Defeasible Logic

A computational dynamic trust model
A computational dynamic trust modelA computational dynamic trust model
A computational dynamic trust model
Nexgen Technology
Ā 
security framework
security frameworksecurity framework
security framework
Jihad Labban
Ā 
Scenario-Driven Selection and Exploitation of Semantic Data for Optimal Named...
Scenario-Driven Selection and Exploitation of Semantic Data for Optimal Named...Scenario-Driven Selection and Exploitation of Semantic Data for Optimal Named...
Scenario-Driven Selection and Exploitation of Semantic Data for Optimal Named...
Panos Alexopoulos
Ā 

Similar to HARM: A Hybrid Rule-based Agent Reputation Model based on Temporal Defeasible Logic (20)

trust,bargain,negotiate in artificail intelligence
trust,bargain,negotiate in artificail intelligencetrust,bargain,negotiate in artificail intelligence
trust,bargain,negotiate in artificail intelligence
Ā 
Human Assessment of Ontologies
Human Assessment of OntologiesHuman Assessment of Ontologies
Human Assessment of Ontologies
Ā 
28
2828
28
Ā 
28
2828
28
Ā 
A computational dynamic trust model
A computational dynamic trust modelA computational dynamic trust model
A computational dynamic trust model
Ā 
A COMPUTATIONAL DYNAMIC TRUST MODEL FOR USER AUTHORIZATION
A COMPUTATIONAL DYNAMIC TRUST MODEL FOR USER AUTHORIZATIONA COMPUTATIONAL DYNAMIC TRUST MODEL FOR USER AUTHORIZATION
A COMPUTATIONAL DYNAMIC TRUST MODEL FOR USER AUTHORIZATION
Ā 
A computational dynamic trust model
A computational dynamic trust modelA computational dynamic trust model
A computational dynamic trust model
Ā 
A COMPUTATIONAL DYNAMIC TRUST MODEL FOR USER AUTHORIZATION - IEEE PROJECTS I...
A COMPUTATIONAL DYNAMIC TRUST MODEL FOR USER AUTHORIZATION  - IEEE PROJECTS I...A COMPUTATIONAL DYNAMIC TRUST MODEL FOR USER AUTHORIZATION  - IEEE PROJECTS I...
A COMPUTATIONAL DYNAMIC TRUST MODEL FOR USER AUTHORIZATION - IEEE PROJECTS I...
Ā 
In this paper we present a necessary and sufficient condition for Hamiltonian...
In this paper we present a necessary and sufficient condition for Hamiltonian...In this paper we present a necessary and sufficient condition for Hamiltonian...
In this paper we present a necessary and sufficient condition for Hamiltonian...
Ā 
An exaustive survey of trust models in p2 p network
An exaustive survey of trust models in p2 p networkAn exaustive survey of trust models in p2 p network
An exaustive survey of trust models in p2 p network
Ā 
40
4040
40
Ā 
Rocket Hire Assessment 101 4 Steps To Success
Rocket Hire Assessment 101  4 Steps To SuccessRocket Hire Assessment 101  4 Steps To Success
Rocket Hire Assessment 101 4 Steps To Success
Ā 
Value
ValueValue
Value
Ā 
security framework
security frameworksecurity framework
security framework
Ā 
Presentation for Sir John Talbot's Technology College
Presentation for Sir John Talbot's Technology CollegePresentation for Sir John Talbot's Technology College
Presentation for Sir John Talbot's Technology College
Ā 
AN EXAUSTIVE SURVEY OF TRUST MODELS IN P2P NETWORK
AN EXAUSTIVE SURVEY OF TRUST MODELS IN P2P NETWORKAN EXAUSTIVE SURVEY OF TRUST MODELS IN P2P NETWORK
AN EXAUSTIVE SURVEY OF TRUST MODELS IN P2P NETWORK
Ā 
AN EXAUSTIVE SURVEY OF TRUST MODELS IN P2P NETWORK
AN EXAUSTIVE SURVEY OF TRUST MODELS IN P2P NETWORKAN EXAUSTIVE SURVEY OF TRUST MODELS IN P2P NETWORK
AN EXAUSTIVE SURVEY OF TRUST MODELS IN P2P NETWORK
Ā 
Reputation resiliency drj 3.28.2012 final
Reputation resiliency drj 3.28.2012 finalReputation resiliency drj 3.28.2012 final
Reputation resiliency drj 3.28.2012 final
Ā 
Doing observation and Data Analysis for Qualitative Research
Doing observation and Data Analysis for Qualitative ResearchDoing observation and Data Analysis for Qualitative Research
Doing observation and Data Analysis for Qualitative Research
Ā 
Scenario-Driven Selection and Exploitation of Semantic Data for Optimal Named...
Scenario-Driven Selection and Exploitation of Semantic Data for Optimal Named...Scenario-Driven Selection and Exploitation of Semantic Data for Optimal Named...
Scenario-Driven Selection and Exploitation of Semantic Data for Optimal Named...
Ā 

More from RuleML

A software agent controlling 2 robot arms in co-operating concurrent tasks
A software agent controlling 2 robot arms in co-operating concurrent tasksA software agent controlling 2 robot arms in co-operating concurrent tasks
A software agent controlling 2 robot arms in co-operating concurrent tasks
RuleML
Ā 

More from RuleML (20)

Aggregates in Recursion: Issues and Solutions
Aggregates in Recursion: Issues and SolutionsAggregates in Recursion: Issues and Solutions
Aggregates in Recursion: Issues and Solutions
Ā 
A software agent controlling 2 robot arms in co-operating concurrent tasks
A software agent controlling 2 robot arms in co-operating concurrent tasksA software agent controlling 2 robot arms in co-operating concurrent tasks
A software agent controlling 2 robot arms in co-operating concurrent tasks
Ā 
Port Clearance Rules in PSOA RuleML: From Controlled-English Regulation to Ob...
Port Clearance Rules in PSOA RuleML: From Controlled-English Regulation to Ob...Port Clearance Rules in PSOA RuleML: From Controlled-English Regulation to Ob...
Port Clearance Rules in PSOA RuleML: From Controlled-English Regulation to Ob...
Ā 
RuleML 2015: When Processes Rule Events
RuleML 2015: When Processes Rule EventsRuleML 2015: When Processes Rule Events
RuleML 2015: When Processes Rule Events
Ā 
Challenge@RuleML2015 Developing Situation-Aware Applications for Disaster Man...
Challenge@RuleML2015 Developing Situation-Aware Applications for Disaster Man...Challenge@RuleML2015 Developing Situation-Aware Applications for Disaster Man...
Challenge@RuleML2015 Developing Situation-Aware Applications for Disaster Man...
Ā 
Rule Generalization Strategies in Incremental Learning of Disjunctive Concepts
Rule Generalization Strategies in Incremental Learning of Disjunctive ConceptsRule Generalization Strategies in Incremental Learning of Disjunctive Concepts
Rule Generalization Strategies in Incremental Learning of Disjunctive Concepts
Ā 
RuleML 2015 Constraint Handling Rules - What Else?
RuleML 2015 Constraint Handling Rules - What Else?RuleML 2015 Constraint Handling Rules - What Else?
RuleML 2015 Constraint Handling Rules - What Else?
Ā 
RuleML2015 The Herbrand Manifesto - Thinking Inside the Box
RuleML2015 The Herbrand Manifesto - Thinking Inside the Box RuleML2015 The Herbrand Manifesto - Thinking Inside the Box
RuleML2015 The Herbrand Manifesto - Thinking Inside the Box
Ā 
Industry@RuleML2015: Norwegian State of Estate A Reporting Service for the St...
Industry@RuleML2015: Norwegian State of Estate A Reporting Service for the St...Industry@RuleML2015: Norwegian State of Estate A Reporting Service for the St...
Industry@RuleML2015: Norwegian State of Estate A Reporting Service for the St...
Ā 
A Service for Improving the Assignments of Common Agriculture Policy Funds to...
A Service for Improving the Assignments of Common Agriculture Policy Funds to...A Service for Improving the Assignments of Common Agriculture Policy Funds to...
A Service for Improving the Assignments of Common Agriculture Policy Funds to...
Ā 
Datalog+-Track Introduction & Reasoning on UML Class Diagrams via Datalog+-
Datalog+-Track Introduction & Reasoning on UML Class Diagrams via Datalog+-Datalog+-Track Introduction & Reasoning on UML Class Diagrams via Datalog+-
Datalog+-Track Introduction & Reasoning on UML Class Diagrams via Datalog+-
Ā 
RuleML2015: Binary Frontier-guarded ASP with Function Symbols
RuleML2015: Binary Frontier-guarded ASP with Function SymbolsRuleML2015: Binary Frontier-guarded ASP with Function Symbols
RuleML2015: Binary Frontier-guarded ASP with Function Symbols
Ā 
RuleML2015: API4KP Metamodel: A Meta-API for Heterogeneous Knowledge Platforms
RuleML2015: API4KP Metamodel: A Meta-API for Heterogeneous Knowledge PlatformsRuleML2015: API4KP Metamodel: A Meta-API for Heterogeneous Knowledge Platforms
RuleML2015: API4KP Metamodel: A Meta-API for Heterogeneous Knowledge Platforms
Ā 
RuleML2015: Ontology-Based Multidimensional Contexts with Applications to Qua...
RuleML2015: Ontology-Based Multidimensional Contexts with Applications to Qua...RuleML2015: Ontology-Based Multidimensional Contexts with Applications to Qua...
RuleML2015: Ontology-Based Multidimensional Contexts with Applications to Qua...
Ā 
RuleML2015: Compact representation of conditional probability for rule-based...
RuleML2015:  Compact representation of conditional probability for rule-based...RuleML2015:  Compact representation of conditional probability for rule-based...
RuleML2015: Compact representation of conditional probability for rule-based...
Ā 
RuleML2015: Learning Characteristic Rules in Geographic Information Systems
RuleML2015: Learning Characteristic Rules in Geographic Information SystemsRuleML2015: Learning Characteristic Rules in Geographic Information Systems
RuleML2015: Learning Characteristic Rules in Geographic Information Systems
Ā 
RuleML2015: User Extensible System to Identify Problems in OWL Ontologies and...
RuleML2015: User Extensible System to Identify Problems in OWL Ontologies and...RuleML2015: User Extensible System to Identify Problems in OWL Ontologies and...
RuleML2015: User Extensible System to Identify Problems in OWL Ontologies and...
Ā 
RuleML2015: Representing Flexible Role-Based Access Control Policies Using Ob...
RuleML2015: Representing Flexible Role-Based Access Control Policies Using Ob...RuleML2015: Representing Flexible Role-Based Access Control Policies Using Ob...
RuleML2015: Representing Flexible Role-Based Access Control Policies Using Ob...
Ā 
RuleML2015: Rule Generalization Strategies in Incremental Learning of Disjunc...
RuleML2015: Rule Generalization Strategies in Incremental Learning of Disjunc...RuleML2015: Rule Generalization Strategies in Incremental Learning of Disjunc...
RuleML2015: Rule Generalization Strategies in Incremental Learning of Disjunc...
Ā 
Industry@RuleML2015 DataGraft
Industry@RuleML2015 DataGraftIndustry@RuleML2015 DataGraft
Industry@RuleML2015 DataGraft
Ā 

Recently uploaded

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(ā˜Žļø+971_581248768%)**%*]'#abortion pills for sale in dubai@
Ā 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
Ā 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
Ā 

Recently uploaded (20)

MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
Ā 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
Ā 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Ā 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Ā 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
Ā 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
Ā 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
Ā 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
Ā 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
Ā 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
Ā 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Ā 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Ā 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
Ā 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Ā 
Elevate Developer Efficiency & build GenAI Application with Amazon Qā€‹
Elevate Developer Efficiency & build GenAI Application with Amazon Qā€‹Elevate Developer Efficiency & build GenAI Application with Amazon Qā€‹
Elevate Developer Efficiency & build GenAI Application with Amazon Qā€‹
Ā 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Ā 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
Ā 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Ā 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Ā 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
Ā 

HARM: A Hybrid Rule-based Agent Reputation Model based on Temporal Defeasible Logic

  • 1. HARM A Hybrid Rule-based Agent Reputation Model based on Temporal Defeasible Logic Kalliopi Kravari, Nick Bassiliades Department of Informatics Aristotle University of Thessaloniki Thessaloniki, Greece
  • 2. OVERVIEW Agents in the SW interact under uncertain and risky situations. Whenever they have to interact with partners of whom they know nothing.. they have to make decision involving risk. Thus: Their success may depend on their ability to choose reliable partners. Solution: Reliable trust and/or reputation models. SW Intelligent SW Trust Layer evolution Agents Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 2
  • 3. OVERVIEW Trust is the degree of trust that can be invested in a certain agent. Reputation is the opinion of the public towards an agent. Reputation (trust) models provide the means to quantify reputation and trust ļƒ˜ help agents to decide who to trust ļƒ˜ encourage trustworthy behavior ļƒ˜ deter dishonest participation Current computational reputation models are usually built either on interaction trust or witness reputation. an agentā€™s direct experience reports provided by others Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 3
  • 4. APPROACHESā€™ LIMITATIONS ļƒ˜ If the reputation estimation is based only on direct experience, it would require a long time for an agent to reach a satisfying estimation level. Why? because when an agent enters an environment for the first time, it has no history of interactions with the other agents in the environment. ļƒ˜ If the reputation estimation is based only on witness reports, it could not guarantee reliable estimation. Why? because self-interested agents could be unwilling or unable to sacrifice their resources in order to provide reports. Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 4
  • 5. HYBRID MODELS Hybrid models combine both interaction trust and witness reputation. We propose HARM: an incremental reputation model that combines ļƒ¼ the advantages of the hybrid reputation models ļƒ¼ the benefits of temporal defeasible logic (rule-based approach) Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 5
  • 6. (Temporal) Defeasible Logic Temporal defeasible logic (TDL) is an extension of defeasible logic (DL). DL is a kind of non-monotonic reasoning Why defeasible logic? ļƒ¼ Rule-based, deterministic (without disjunction) ļƒ¼ Enhanced representational capabilities ļƒ¼ Classical negation used in rule heads and bodies ļƒ¼ Negation-as-failure can be emulated ļƒ¼ Rules may support conflicting conclusions ļƒ¼ Skeptical: conflicting rules do not fire ļƒ¼ Priorities on rules resolve conflicts among rules ļƒ¼ Low computational complexity Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 6
  • 7. Defeasible Logic ļƒ˜Facts: e.g. student(Sofia) ļƒ˜Strict Rules: e.g. student(X) person(X) ļƒ˜Defeasible Rules: e.g. r: person(X) works(X) rā€™: student(X) Ā¬works(X) ļƒ˜Priority Relation between rules, e.g. rā€™ > r ļƒ˜Proof theory example: ļƒ˜ A literal q is defeasibly provable if: ļƒ˜supported by a rule whose premises are all defeasibly provable AND ļƒ˜ q is not definitely provable AND ļƒ˜each attacking rule is non-applicable or defeated by a superior counter-attacking rule Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 7
  • 8. Temporal Defeasible Logic Two types of temporal literals: ļƒ¼ expiring temporal literals l:t (a literal l is valid for t time instances) ļƒ¼ persistent temporal literals l@t (a literal l is active after t time instances have passed and is valid thereafter) ļƒ˜ temporal rules: a1:d1 ... an:dn d b:db delay between the cause a1:d1 ... an:dn and the effect b:db Example: (r1) => a@1 Literal a is created due to r1. (r2) a@1=>7 b:3 It becomes active at time offset 1. It causes the head of r2 to be fired at time 8. The result b lasts only until time 10. Thereafter, only the fact a remains. Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 8
  • 9. HARM ā€“ Evaluated Abilities ļƒ˜Evaluates four agent abilities: validity, completeness, correctness and response time. ļƒ˜An agent is valid if it is both sincere and credible. ļƒ¼ Sincere: believes what it says ļƒ¼ Credible: what it believes is true in the world ļƒ˜An agent is complete if it is both cooperative and vigilant. ļƒ¼ Cooperative: says what it believes ļƒ¼ Vigilant: believes what is true in the world ļƒ˜An agent is correct if its provided service is correct with respect to a specification. ļƒ˜Response time is the time that an agent needs to complete the transaction. Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 9
  • 10. HARM - Ratings Agent A establishes interaction with agent B: (A)Truster is the evaluating agent (B) Trustee is the evaluated agent Trusterā€™s rating value (r) in HARM has 8 coefficients: ļ‚§ 2 IDs: Truster, Trustee ļ‚§ 4 abilities: Validity, Completeness, Correctness, Response time ļ‚§ 2 weights: Confidence, Transaction value ļƒ¼ Confidence: how confident the agent is for the rating ļƒ¼ Transaction value: how important the transaction was for the agent Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 10
  • 11. HARM ā€“ Experience Types ļƒ¼ Direct Experience (PRAX ) ļƒ¼ Indirect Experience ļ‚§ reports provided by strangers (SRAX) ļ‚§ reports provided by known agents (e.g friends) due to previous interactions (KRAX ) ļƒ¼ Both Final reputation value of an agent X, required by an agent A: RAX = {PRAX , KRAX, SRAX} Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 11
  • 12. HARM ā€“ Experience Types ļƒ˜ Sometimes one or more rating categories are missing. ā–« e.g. a newcomer has no personal experience ļƒ˜ A user is much more likely to believe statements from a trusted acquaintance than from a stranger. ā–« Thus, personal opinion (AX) is more valuable than strangersā€™ opinion (SX), as well as it is more valuable even from previously trusted partners (KX). ļƒ˜ Superiority relationship among rating categories AX, KX, SX AX, KX AX, SX KX, SX AX KX SX Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 12
  • 13. HARM ā€“ Final reputation value ļƒ˜RAX is a function that combines each available category ā–« personal opinion (AX) ā–« strangersā€™ opinion (SX) ā–« previously trusted partners (KX) RAX PR AX , KR AX , SR AX ļƒ˜HARM allows agents to define weights of ratingsā€™ coefficients ā–« Personal preferences coefficient coefficient coefficient AVG wi log prAX AVG wi log krAX AVG wi log srAX RAX 4 , 4 , 4 , i 1 wi i 1 wi i 1 wi coefficient validity, completeness, correctness, response _ time 2 Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 13
  • 14. HARM Rule-based Decision Making Mechanism / Facts ļƒ˜ Trusterā€™s rating (r) (defeasible RuleML / d-POSL syntax): rating(idā†’ratingā€™s_id, trusterā†’trusterā€™s_name, trusteeā†’trusteeā€™s_name, validityā†’value1, completenessā†’value2, correctnessā†’value3, response_timeā†’value4, confidenceā†’value5, transaction_valueā†’value6). e.g. rating(idā†’1, trusterā†’A, trusteeā†’B, validityā†’5, completenessā†’6, correctnessā†’6, response_timeā†’8, confidenceā†’0.8, transaction_valueā†’0.9). Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 14
  • 15. HARM Rule-based Decision Making Mechanism ļƒ˜ Confidence and transaction value allow us to decide how much attention we should pay on each rating. ļƒ˜ It is important to take into account ratings that were made by confident trusters, since their ratings are more likely to be right. ļƒ˜ Confident trusters, that were interacting in an important for them transaction, are even more likely to report truthful ratings. Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 15
  • 16. HARM Which ratings ā€œcountā€? r1: count_rating(ratingā†’?idx, trusterā†’?a, trusteeā†’ ?x) := confidence_threshold(?conf), ā€¢ if both trusterā€™s confidence and transaction_value_threshold(?tran), transaction importance are high, rating(idā†’?idx, confidenceā†’?confx, then that rating will be counted transaction_valueā†’?tranx), during the estimation process ?confx >= ?conf, ?tranx >= ?tran. r2: count_rating(ā€¦) := ā€¢ if the transaction value is lower than the threshold, it doesnā€™t matter so much ā€¦ if the trusterā€™s confidence is high ?confx >= ?conf. ā€¢ if there are only ratings with high r3: count_rating(ā€¦) := transaction value, ā€¦ then they should be taken into account ?tranx >= ?tran. r1 > r2 > r3 ā€¢ In any other case, the rating should be omitted. Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 16
  • 17. HARM Conflicting Literals ļƒ˜ All the previous rules are conclude positive literals. ļƒ˜ These literals are conflicting each other, for the same pair of agents (truster and trustee) ā–« We want in the presence e.g. of personal experience to omit strangersā€™ ratings. ā–« Thatā€™s why there is also a superiority relationship between the rules. ļƒ˜ The conflict set is formally determined as follows: C[count_rating(trusterā†’?a, trusteeā†’?x)] = { Ā¬ count_rating(trusterā†’?a, trusteeā†’?x) } { count_rating(trusterā†’?a1, trusteeā†’?x1) | ?a ?a1 āˆ§ ?x ?x1 } Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 17
  • 18. HARM Determining Experience Types r4: known(agent1ā†’?a, agent2ā†’?y) :- Which agents count_rating(rating ā†’ ?id, trusterā†’?a, trusteeā†’?y). are considered as known? r5: count_prAX(agentā†’?a, trusterā†’?a, trusteeā†’?x, ratingā†’?id) :- count_rating(rating ā†’ ?id, trusterā†’? a, trusteeā†’ ?x). r6: count_krAX(agentā†’?a, trusterā†’?k, trusteeā†’?x, rating ā†’?id) :- known(agent1ā†’?a, agent2ā†’?k), Categori zation of count_rating(ratingā†’?id, trusterā†’?k, trusteeā†’ ?x). ratings r7: count_srAX(agentā†’?a, trusterā†’?s, trusteeā†’?x, ratingā†’?id) :- count_rating(rating ā†’ ?id, truster ā†’?s, trusteeā†’ ?x), not(known(agent1ā†’?a, agent2ā†’?s)). Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 18
  • 19. HARM Rule-based Decision Making Mechanism ļƒ˜ Final step is to decide whose experience will ā€œcountā€: direct, indirect (witness), or both. ļƒ˜ The decision for RAX is based on a relationship theory e.g. Theory #1: All categories count equally. r8: participate(agentā†’?a, trusteeā†’?x, ratingā†’?id_ratingAX) := count_pr(agentā†’?a, trusteeā†’?x, ratingā†’ ?id_ratingAX). r9: participate(agentā†’?a, trusteeā†’?x, ratingā†’?id_ratingKX) := count_kr(agentā†’?a, trusteeā†’?x, ratingā†’ ?id_ratingKX). r10: participate(agentā†’?a, trusteeā†’?x, ratingā†’?id_ratingSX) := count_sr(agentā†’?a, trusteeā†’?x, ratingā†’ ?id_ratingSX). Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 19
  • 20. HARM Theory #1: All categories count equally AX, KX, SX AX, KX AX, SX KX, SX AX KX SX Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 20
  • 21. HARM Rule-based Decision Making Mechanism e.g. Theory #2: An agent relies on its own experience if it believes it is sufficient. If not it acquires the opinions of others. r8: participate(agentā†’?a, trusteeā†’?x, ratingā†’?id_ratingAX) := count_pr(agentā†’?a, trusteeā†’?x, ratingā†’ ?id_ratingAX). r9: participate(agentā†’?a, trusteeā†’?x, ratingā†’?id_ratingKX) := count_kr(agentā†’?a, trusteeā†’?x, ratingā†’ ?id_ratingKX). r10: participate(agentā†’?a, trusteeā†’?x, ratingā†’?id_ratingSX) := count_sr(agentā†’?a, trusteeā†’?x, ratingā†’ ?id_ratingSX). r8>r9>r10 Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 21
  • 22. HARM Theory #2: Personal experience is preferred to friendsā€™ opinion to strangersā€™ opinion AX, KX, SX AX, KX AX, SX KX, SX AX > KX > SX Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 22
  • 23. HARM Rule-based Decision Making Mechanism e.g. Theory #3: If direct experience is available (PRAX), then it is preferred to be combined with ratings from known agents (KRAX). If not, HARM acts as a pure witness system. r8: participate(agentā†’?a, trusteeā†’?x, ratingā†’?id_ratingAX) := count_pr(agentā†’?a, trusteeā†’?x, ratingā†’ ?id_ratingAX). r9: participate(agentā†’?a, trusteeā†’?x, ratingā†’?id_ratingKX) := count_kr(agentā†’?a, trusteeā†’?x, ratingā†’ ?id_ratingKX). r10: participate(agentā†’?a, trusteeā†’?x, ratingā†’?id_ratingSX) := count_sr(agentā†’?a, trusteeā†’?x, ratingā†’ ?id_ratingSX). r8> r10, r9>r10 Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 23
  • 24. HARM Theory #3: Personal experience and friendsā€™ opinion is preferred to strangersā€™ opinion AX, KX, SX AX, KX AX, SX KX, SX > AX KX SX Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 24
  • 25. HARM Temporal Defeasible Logic Extension ļƒ˜ Agents may change their objectives at any time ļƒ¼ Evolution of trust over time should be taken into account ļƒ¼ Only the latest ratings participate in the reputation estimation ļƒ˜ In the temporal extension of HARM: ļƒ¼ each rating is a persistent temporal literal of TDL ļƒ¼ each rule conclusion is an expiring temporal literal of TDL ļƒ˜ The trusterā€™s rating (r) is active after time_offset time instances have passed and is valid thereafter rating(idā†’value1, trusterā†’value2, trusteeā†’ value3, validityā†’value4, completenessā†’value5, correctnessā†’value6, response_time ā†’value7, confidenceā†’value8, transaction_valueā†’value9)@time_offset. Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 25
  • 26. HARM Temporal Defeasible Logic Extension ļƒ˜ Rules are modified accordingly: ļƒ¼ each rating is active after t time instances have passed (ā€œ@tā€) ļƒ¼ each conclusion has a duration (ā€œ:durationā€) ļƒ¼ each rule has a delay, which models the delay between the cause and the effect. e.g. r1: count_rating(ratingā†’?idx, trusterā†’?a, trusteeā†’ ?x):duration := delay confidence_threshold(?conf), transaction_value_threshold(?tran), rating(idā†’?idx, confidenceā†’?confx, transaction_valueā†’?tranx) @t, ?confx >= ?conf, ?tranx >= ?tran. Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 26
  • 27. HARM Evaluation ļƒ˜ We implemented the model in EMERALD ļƒ¼ Framework for interoperating knowledge-based intelligent agents in the SW. ļƒ¼ Built on JADE multi-agent platform ļƒ˜ EMERALD uses Reasoners (agents offering reasoning services) ļƒ¼ Supports the DR-Device defeasible logic system ļƒ¼ Used temporal predicates to simulate the temporal semantics. o No available temporal defeasible logic reasoner Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 27
  • 28. HARM - Evaluation ļƒ˜ All agents provide the same service ļƒ¼ Performance is service ā€“ independent ļƒ˜ Consumer agent selects the provider with the highest reputation value 5. Report rating 1. Request reputations of the provider agents 2. Inform about the provider with the highest reputation Consumer agent HARMAgent 4. Service providing 3. Service request Provider agenty Provider agentx Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 28
  • 29. HARM - Evaluation Number of simulation: 500 ļƒ˜ Performance of providers (e.g. Number of providers: 100 quality of service) is the utility Good providers 10 that a consumer gains from each Ordinary providers 40 interaction Intermittent ļƒ¼ Utility Gain (UG), UG ļƒ¤[-10, 10] providers 5 ļƒ˜ Four models are used: Bad providers 45 ļƒ¼ HARM (rule-based / temporal) ļƒ¼ T-REX (temporal degradation) Average UG per interaction ļƒ¼ SERM (uses all history) HARM 5.73 ļƒ¼ NONE (no trust mechanism). T-REX 5.57 SERM 2.41 ļƒ˜ From previous study: NONE 0.16 ļƒ¼ CR, SPORAS (literature famous, CR 5.48 distributed) SPORAS 4.65 Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 29
  • 30. Conclusions ļƒ˜ We proposed HARM that combines: ļƒ¼ the hybrid approach (interaction trust and witness reputation) ļƒ¼ the benefits of temporal defeasible logic (rule-based approach) ļƒ˜ Overcomes the difficulty to locate witness reports (centralized administration authority) ļƒ˜ It is the first reputation model that uses explicitly knowledge, in the form of defeasible logic, to predict agentā€™s future behavior ļƒ¼ Easy to simulate human decision making Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 30
  • 31. Future Work ļƒ˜ Fully implement HARM with temporal defeasible logic ļƒ˜ Compare HARMā€™s performance with other centralized and decentralized models from the literature ļƒ˜ Combine HARM and T-REX ļƒ˜ Develop a distributed version of HARM ļƒ˜ Verify its performance in real-world e-commerce applications ļƒ˜ Combining it with Semantic Web metadata for trust Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 31
  • 32. Thank you! Any Questions? Nick Bassiliades RuleML 2012, Montpellier, Aug 27-29 32

Editor's Notes

  1. ..deter dishonest participation by providing the mean through which reputation and ultimately trust can be quantified
  2. Hence, models based only on one or the other approach typically cannot guarantee stable and reliable estimations.
  3. The testbed environment for evaluating HARM is a multi-agent system consisting ofagents providing services and agents using these services in an on-line community.We assume that the performance of a provider (and effectively its trustworthiness) isindependent from the service that is provided. In order to reduce the complexity of the testbedā€™s environment, it isassumed that there is only one type of service in the testbed.The value of UG variesfrom āˆ’10 to 10 and depends on the level of performance of the provider in the interaction.Ī¤ĻŽĻĪ± ĻŒĻƒĪæĪ½ Ī±Ļ†ĪæĻĪ¬ Ļ„Ī± Ī¬Ī»Ī»Ī± Ī¼ĪæĪ½Ļ„Ī­Ī»Ī± Ļ€ĪæĻ… Ļ‡ĻĪ·ĻƒĪ¹Ī¼ĪæĻ€ĪæĪ¹ĪæĻĪ¼Īµ ĪæĻĻ„Īµ ĻƒĻ„Īæ paper Ī»Ī­Ī¼Īµ ĪŗĪ¬Ļ„Ī¹. ĪœĻ€ĪæĻĪµĪÆĻ„Īµ Ī½Ī± Ļ€ĪµĪÆĻ„Īµ Ī±Ī½ ĪøĪ­Ī»ĪµĻ„Īµ ĻŒĻ„Ī¹ Ļ„Īæ Ī¼ĻŒĪ½Īæ Ļ„Īæ HARM Ī­Ļ‡ĪµĪ¹ temporal, ĪµĪ½ĻŽ Ļ„Īæ t-rexĪ»Ī±Ī¼Ī²Ī¬Ī½ĪµĪ¹ Ļ…Ļ€ĻŒĻˆĪ· Ļ„ĪæĪ½ Ļ‡ĻĻŒĪ½Īæ ĪøĪµĻ‰ĻĻŽĪ½Ļ„Ī±Ļ‚ Ļ„Ī± Ļ€Ī¹Īæ Ļ€ĻĻŒĻƒĻ†Ī±Ļ„Ī± rating Ļ€Ī¹Īæ ĻƒĪ·Ī¼Ī±Ī½Ļ„Ī¹ĪŗĪ¬ Ī¼Īµ Ļ„Ī·Ī½ Ļ‡ĻĪ®ĻƒĪ· ĪæĻ…ĻƒĪ¹Ī±ĻƒĻ„Ī¹ĪŗĪ¬ Ļ„ĪæĻ… clock (Timer) ĪµĪ½ĻŽ Ļ„Īæ setmĪ“ĪµĪ½ Ī»Ī±Ī¼Ī²Ī¬Ī½ĪµĪ¹ Ļ…Ļ€ĻŒĻˆĪ· Ļ„ĪæĪ½ Ļ‡ĻĻŒĪ½Īæ.
  4. The testbed environment for evaluating HARM is a multi-agent system consisting ofagents providing services and agents using these services in an on-line community.We assume that the performance of a provider (and effectively its trustworthiness) isindependent from the service that is provided. In order to reduce the complexity of the testbedā€™s environment, it isassumed that there is only one type of service in the testbed.The value of UG variesfrom āˆ’10 to 10 and depends on the level of performance of the provider in the interaction.Ī¤ĻŽĻĪ± ĻŒĻƒĪæĪ½ Ī±Ļ†ĪæĻĪ¬ Ļ„Ī± Ī¬Ī»Ī»Ī± Ī¼ĪæĪ½Ļ„Ī­Ī»Ī± Ļ€ĪæĻ… Ļ‡ĻĪ·ĻƒĪ¹Ī¼ĪæĻ€ĪæĪ¹ĪæĻĪ¼Īµ ĪæĻĻ„Īµ ĻƒĻ„Īæ paper Ī»Ī­Ī¼Īµ ĪŗĪ¬Ļ„Ī¹. ĪœĻ€ĪæĻĪµĪÆĻ„Īµ Ī½Ī± Ļ€ĪµĪÆĻ„Īµ Ī±Ī½ ĪøĪ­Ī»ĪµĻ„Īµ ĻŒĻ„Ī¹ Ļ„Īæ Ī¼ĻŒĪ½Īæ Ļ„Īæ HARM Ī­Ļ‡ĪµĪ¹ temporal, ĪµĪ½ĻŽ Ļ„Īæ t-rexĪ»Ī±Ī¼Ī²Ī¬Ī½ĪµĪ¹ Ļ…Ļ€ĻŒĻˆĪ· Ļ„ĪæĪ½ Ļ‡ĻĻŒĪ½Īæ ĪøĪµĻ‰ĻĻŽĪ½Ļ„Ī±Ļ‚ Ļ„Ī± Ļ€Ī¹Īæ Ļ€ĻĻŒĻƒĻ†Ī±Ļ„Ī± rating Ļ€Ī¹Īæ ĻƒĪ·Ī¼Ī±Ī½Ļ„Ī¹ĪŗĪ¬ Ī¼Īµ Ļ„Ī·Ī½ Ļ‡ĻĪ®ĻƒĪ· ĪæĻ…ĻƒĪ¹Ī±ĻƒĻ„Ī¹ĪŗĪ¬ Ļ„ĪæĻ… clock (Timer) ĪµĪ½ĻŽ Ļ„Īæ setmĪ“ĪµĪ½ Ī»Ī±Ī¼Ī²Ī¬Ī½ĪµĪ¹ Ļ…Ļ€ĻŒĻˆĪ· Ļ„ĪæĪ½ Ļ‡ĻĻŒĪ½Īæ.