knowledge provenance
play

Knowledge Provenance: An Approach to Modeling and Maintaining - PowerPoint PPT Presentation

ICEIMT04, Toronto Knowledge Provenance: An Approach to Modeling and Maintaining Evolution and Validity of Knowledge Jingwei Huang & Mark S. Fox Enterprise Integration Laboratory, University of Toronto {msf,jingwei}@eil.utoronto.ca


  1. ICEIMT’04, Toronto Knowledge Provenance: An Approach to Modeling and Maintaining Evolution and Validity of Knowledge Jingwei Huang & Mark S. Fox Enterprise Integration Laboratory, University of Toronto {msf,jingwei}@eil.utoronto.ca http://www.eil.utoronto.ca/ 1

  2. Outline • Problem • Motivating example • Static KP Ontology • Implementation • Progress • Dynamic KP • Uncertainty-oriented KP • Conclusion and future work 2

  3. Problem to be addressed • How to determine the validity and origin of Web information • Why? • In general • Anyone can publish info on Internet • Web info may be true, false, or outdated • Need tools to discern difference • In the context of enterprise integration • Dynamic partnerships • Uncertain information flow • Knowledge management 3

  4. Questions KP attempts to answer • Can this information be believed to be true? • Who created it? • Can its creator be trusted? • What does it depend on? • Can the information it depends on be believed to be true? 4

  5. Research Objectives Goal: to create an approach to determining the validity and origin of knowledge/information on the Web • Level 1: Static Knowledge Provenance • Level 2: Dynamic KP • Level 3: Uncertainty-oriented KP • Level 4: Judgment-based KP 5

  6. Relevant Research Internet information resource evaluation criteria • ([Alexander&Tate99]) -- Authority, Accuracy, Objectivity, Currency and Coverage Trust and Trust Management • [Marsh94] [Blaze96] [Yu&Singh00][Golbeck02] -- formalizing trust -- decentralized trust management for web security -- trust propagation in social networks Social Networks ([Milgram67],[Watts99] ) • -- six degrees of separation Semantic Web ([Berners-Lee03]) • Technologies from AI/uncertainty logic/Digital Signature • 6

  7. Motivating Scenario “ Arctic sea ice coverage fell from around 6.5 million square kilometres to around 5.5 million square kilometres in 2002.” ---- a news from internet Is it true? Who said this? • --- NASA How can we know the creator is as claimed? • --- digital signature and digital certification Can we trust the creator on this topic? • --- NASA has authority on the topic --- trust relationships 7

  8. Motivating Scenario (2): ------- Dependent Information “In 2002, a satellite-based survey [NASA 2003] found that ‘Arctic sea ice coverage fell from around 6.5 million square kilometres to around 5.5 million square kilometres in one year’. The melting sea ice threatens to drive polar bears extinct within 100 years”. • Quotation • Derived conclusion 8

  9. Findings in Scenario • Basic information unit ---- proposition • Proposition taxonomy KP_prop Asserted_prop Dependent_prop Equivalent_prop Derived_prop Composite_prop AND_prop OR_prop NEG_prop • How to determine truth? • Information dependencies • Trust relationships 9

  10. Approach M odeling and maintaining • information sources • Information dependencies • trust relationships 10

  11. Static KP Ontology(1) • Motivating scenario • Informal competency questions/requirements • Terminology • Axioms in FOL 11

  12. Informal competency questions • Is this proposition true, false, or unknown? • Who created this proposition? • What is the digital signature verification status? • Which knowledge fields does it belong to? • Can the infor-creator be trusted in the fields? • Is its truth dependent on other propositions? If so, which ones? 12

  13. Terminology assigned_truth_value (x,v): • x has a truth value v assigned by info-creator trusted_truth_value(a,x,v): • KP agent a trusts: x has truth value v . is_dependent_on(x, y): • Proposition x is dependent on proposition y . trusted(x, a): • x is trusted by a trusted_in(a, c, f): • a trusts information creator c in knowledge field f . 13

  14. Axioms • 14 axioms defined in FOL • A proposition is " trusted ", if: • its creator is trusted in the topic • digital signature is verified. • An asserted-prop is trusted to be true, if: • It is trusted • An equivalent-prop is trusted to be true, if: • has same content as its source • its source is trusted to be true. • A derived-prop is trusted to be true, if: • it is trusted, • the propositions it depends on are trusted to be true. 14

  15. Axiom (2) Axiom SKP-12: for-all (a, x, y, v)((type(x, "derived_prop") ^ trusted(x, a) ^ assigned_truth_value(x, v) ^ is_dependent_on(x, y) ^ trusted_truth_value(a, y, "True")) ->trusted_truth_value(a, x, v)). 15

  16. Implementation • Information creators: annotate web info with KP tags (RDFS data) • Information users (provenance requesters): define trust relationships • KP reasoner: traces kp tags across web pages and deduce validity of info --- has implemented in Prolog --- web implementation 16

  17. Example: annotate web page <kp:Derived_prop rdf:id="ReduceDelay" is_dependent_on = "#ProblemOfDelay" in_field = "CRM”> To reduce response-delay to less than one minute may increase customer loyalty. </kp:Derived_prop> 17

  18. Example: KP Process Yeah, you could believe it ! Trust Relationships: Is it true ? because ... Trust Relationships: "Tim Levy" is trusted in "CRM" Who said ? "Tim Levy" is trusted in "CRM" ... ... "Bill Cox" is trusted in "CRM" "Bill Cox" is trusted in "CRM" ... KP software agent ... Derived_prop:"ReduceDelay" applying axiom SKP-2&12 Derived_prop:"ReduceDelay" creator:"Tim Levy" ==> KP_metadata creator:"Tim Levy" is_dependent_on:"ProblemOfDelay" Trusted_truth_value=True is_dependent_on:"ProblemOfDelay" in_field:"CustomerRelationManagement" depends_on in_field:"CustomerRelationManagement" assigned_truth_value:"True" assigned_truth_value:"True" applying axiom SKP-5 ==> KP_metadata Trusted_truth_value=True Equivalent_prop:"ProblemOfDelay" has_source Equivalent_prop:"ProblemOfDelay" creator:"Tim Levy" creator:"Tim Levy" is_dependent_on:"doc2;ProblemOfDelay" is_dependent_on:"doc2;ProblemOfDelay" in_field:"CustomerRelationManagement" applying axiom SKP-1 in_field:"CustomerRelationManagement" ==> Trusted_truth_value=True Asserted_prop:"ProblemOfDelay" Asserted_prop:"ProblemOfDelay" creator:"Bill Cox" applying axiom SKP-2 creator:"Bill Cox" in_field:"CustomerRelationManagement" KP_metadata ==> in_field:"CustomerRelationManagement" assigned_truth_value:"True" This proposition is trusted assigned_truth_value:"True" Digital Signature Verification 18

  19. Dynamic KP • Truth values and trust relationships may change over time • Dynamic KP extends static KP by attaching an effective period to each proposition and each trust relationship • Dynamic KP determine the validity of a proposition at a give time point 19

  20. Uncertainty-oriented KP(1) • Uncertainty in KP • uncertain truth values • uncertain trust relationships • Introduce subjective probability to represent uncertain truth values and uncertain trust relationships 20

  21. Uncertainty-oriented KP(2) • Trust Degree: td = Pr(trusted_in(a,c,f)) --- uncertain trust relationship --- subject probability for an info user to trust an info-creator • Assigned Certainty Degree: acd = Pr(assigned_truth_value(x,”True”)) --- uncertain assigned truth value given by creator --- subjective probability of a proposition being true • Certainty Degree: cd = Pr(trusted_truth_value(a,x,”True”)) --- uncertain trusted truth value --- probability of the trusted truth value being true 21

  22. Uncertainty-oriented KP(3) cd cd cd td 1 td = 1.0 1 1 1 td 2 < td 1 0.5 0.5 0.5 td = 0.0 acd 0.5 0 1 acd acd 0.5 0.5 0 1 0 1 (c) with the decrease of td, (a) when td=1.0, cd=acd (b) when td=0.0, cd=0.5 cd close to 0.5 Certainty degree of asserted proposition: cd = td*(acd – 0.5) + 0.5 22

  23. Uncertainty-oriented KP(4) • Certainty degree of a derived proposition cd x = td x *cd y *(acd x – 0.5) + 0.5 • Certainty degree of an equivalent proposition cd x = td x * (cd y – 0.5) + 0.5 • Certainty degree of an AND proposition Z= x ^ y cd z = td z *(Pr(x|y)* cd y – 0.5) + 0.5 23

  24. Conclusion • Formal models of (static, dynamic, uncertain) Knowledge Provenance has been built and implemented in Prolog. • The KP models could be used to help users to determine the validity and origin of web information annotated with KP metadata. 24

  25. Future Work • Level 4: Judgment-based KP: Trust propagation and update in social networks • Web implementation • Applications • E-business • Health consulting 25

  26. Thank You ! & Questions? 26

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend