Presentation is loading. Please wait.

Presentation is loading. Please wait.

Representational and inferential foundations for possible large-scale information extraction and question-answering from the web Stuart Russell Computer.

Similar presentations


Presentation on theme: "Representational and inferential foundations for possible large-scale information extraction and question-answering from the web Stuart Russell Computer."— Presentation transcript:

1

2 Representational and inferential foundations for possible large-scale information extraction and question-answering from the web Stuart Russell Computer Science Division UC Berkeley

3 Goal A system that knows everything on the Web* –Answer all questions –Discover patterns –Make predictions Raw data → useful knowledge base Requires: NLP, vision, speech, learning, DBs, knowledge representation and reasoning Berkeley: Klein, Malik, Morgan, Darrell, Jordan, Bartlett, Hellerstein, Franklin, Hearst++

4 Past projects: PowerSet “Building a natural language search engine that reads and understands every sentence on the Web.” Parsing/extraction technology + crowdsourcing to generate collections of x R y triples Example: –Manchester United beat Chelsea –Chelsea beat Manchester United Bought by Microsoft in 2008, merged into Bing

5 Current projects: UW Machine Reading Initially based on bootstrapping text patterns –Born(Elvis,1935) => “Elvis was born in Tupelo” => “Obama was born in Hawaii” => “Obama’s birthplace was Hawaii” => …. [Google: Best guess for Elvis Presley Born is January 8, 1935] –Inaccurate, runs out of gas, learned content shallow, 99% of text ignored Moving to incorporate probabilistic knowledge, inference using Markov logic

6 Current Projects: NELL (CMU) Bootstrapping approach to learning facts from the web using text patterns (642,797 so far) Initial ontology of basic categories and typed relations Examples: –the_chicken is a type of meat 100.0%the_chickenmeat –coventry_evening_telegraph is a blog 99.0%coventry_evening_telegraphblog –state_university is a sports team also known as syracuse_university 93.8%state_universityalso known as syracuse_university –orac_values_for_mushrooms is a fungus 100.0%orac_values_for_mushroomsfungus –Hank Paulson is the CEO of Goldman 100.0%Hank PaulsonGoldman

7 Problems Language (incl. speech act pragmatics) –… Jerry Brown, who has been called the first American in space Uncertainty –Reference uncertainty is ubiquitous –Bootstrapping can converge or diverge; exacerbated by “accepting” uncertain facts, naïve probability models Universal ontological framework (O(1) work) –Taxonomy, events, compositional structure, time… –Compositional structure of objects and events –Knowledge, belief, other agents –Semantic content below lexical level (must be learned) E.g., buy = sell -1, ownership, transfer, etc.

8 Technical approach Web is just evidence; compute P(World | web) α P(web | World) P(World) What is the domain of the World variable? –Complex sets of interrelated objects and events How does it cause the Web variable? –Pragmatics/semantics/syntax (and copying!) Uncertainty about –What objects exist –How they’re related –What phrases/images refer to what real objects => Open-universe, first-order probabilistic language

9 9 Brief history of expressiveness atomicpropositionalfirst-order/relational logic probability 5 th C B.C.19 th C 17 th C20 th C21 st C

10 10 Brief history of expressiveness atomicpropositionalfirst-order/relational logic probability 5 th C B.C.19 th C 17 th C20 th C21 st C (be patient!)

11

12 12 Herbrand vs full first-order Given Father(Bill,William) and Father(Bill,Junior) How many children does Bill have?

13 13 Herbrand vs full first-order Given Father(Bill,William) and Father(Bill,Junior) How many children does Bill have? Herbrand semantics: 2

14 14 Herbrand vs full first-order Given Father(Bill,William) and Father(Bill,Junior) How many children does Bill have? Herbrand semantics: 2 First-order logical semantics: Between 1 and ∞

15 Possible worlds Propositional (Boolean, ANNs, Bayes nets) First-order closed-universe (DBs, Prolog) First-order open-universe A B C D

16 16 Open-universe models in BLOG Construct worlds using two kinds of steps, proceeding in topological order: –Dependency statements: Set the value of a function or relation on a tuple of (quantified) arguments, conditioned on parent values

17 17 Open-universe models in BLOG Construct worlds using two kinds of steps, proceeding in topological order: –Dependency statements: Set the value of a function or relation on a tuple of (quantified) arguments, conditioned on parent values –Number statements: Add some objects to the world, conditioned on what objects and relations exist so far

18 18 Technical basics Theorem: Every well-formed* BLOG model specifies a unique proper probability distribution over open-universe possible worlds; equivalent to an infinite contingent Bayes net Theorem: BLOG inference algorithms (rejection sampling, importance sampling, MCMC) converge to correct posteriors for any well- formed* model, for any first-order query

19 19 Example: Citation Matching [Lashkari et al 94] Collaborative Interface Agents, Yezdi Lashkari, Max Metral, and Pattie Maes, Proceedings of the Twelfth National Conference on Articial Intelligence, MIT Press, Cambridge, MA, 1994. Metral M. Lashkari, Y. and P. Maes. Collaborative interface agents. In Conference of the American Association for Artificial Intelligence, Seattle, WA, August 1994. Are these descriptions of the same object? Core task in CiteSeer, Google Scholar, over 300 companies in the record linkage industry

20 20 (Simplified) BLOG model #Researcher ~ NumResearchersPrior(); Name(r) ~ NamePrior(); #Paper(FirstAuthor = r) ~ NumPapersPrior(Position(r)); Title(p) ~ TitlePrior(); PubCited(c) ~ Uniform({Paper p}); Text(c) ~ NoisyCitationGrammar (Name(FirstAuthor(PubCited(c))), Title(PubCited(c)));

21 21 (Simplified) BLOG model #Researcher ~ NumResearchersPrior(); Name(r) ~ NamePrior(); #Paper(FirstAuthor = r) ~ NumPapersPrior(Position(r)); Title(p) ~ TitlePrior(); PubCited(c) ~ Uniform({Paper p}); Text(c) ~ NoisyCitationGrammar (Name(FirstAuthor(PubCited(c))), Title(PubCited(c)));

22 22 (Simplified) BLOG model #Researcher ~ NumResearchersPrior(); Name(r) ~ NamePrior(); #Paper(FirstAuthor = r) ~ NumPapersPrior(Position(r)); Title(p) ~ TitlePrior(); PubCited(c) ~ Uniform({Paper p}); Text(c) ~ NoisyCitationGrammar (Name(FirstAuthor(PubCited(c))), Title(PubCited(c)));

23 23 (Simplified) BLOG model #Researcher ~ NumResearchersPrior(); Name(r) ~ NamePrior(); #Paper(FirstAuthor = r) ~ NumPapersPrior(Position(r)); Title(p) ~ TitlePrior(); PubCited(c) ~ Uniform({Paper p}); Text(c) ~ NoisyCitationGrammar (Name(FirstAuthor(PubCited(c))), Title(PubCited(c)));

24 24 (Simplified) BLOG model #Researcher ~ NumResearchersPrior(); Name(r) ~ NamePrior(); #Paper(FirstAuthor = r) ~ NumPapersPrior(Position(r)); Title(p) ~ TitlePrior(); PubCited(c) ~ Uniform({Paper p}); Text(c) ~ NoisyCitationGrammar (Name(FirstAuthor(PubCited(c))), Title(PubCited(c)));

25 25 (Simplified) BLOG model #Researcher ~ NumResearchersPrior(); Name(r) ~ NamePrior(); #Paper(FirstAuthor = r) ~ NumPapersPrior(Position(r)); Title(p) ~ TitlePrior(); PubCited(c) ~ Uniform({Paper p}); Text(c) ~ NoisyCitationGrammar (Name(FirstAuthor(PubCited(c))), Title(PubCited(c)));

26 26 (Simplified) BLOG model #Researcher ~ NumResearchersPrior(); Name(r) ~ NamePrior(); #Paper(FirstAuthor = r) ~ NumPapersPrior(Position(r)); Title(p) ~ TitlePrior(); PubCited(c) ~ Uniform({Paper p}); Text(c) ~ NoisyCitationGrammar (Name(FirstAuthor(PubCited(c))), Title(PubCited(c))); Evidence: lots of citation strings Query: who wrote what? Which paper is being cited in this string? Are these two people the same?

27 27 Citation Matching Results Four data sets of ~300-500 citations, referring to ~150-300 papers

28 Example: multitarget tracking #Aircraft(EntryTime = t) ~ NumAircraftPrior(); Exits(a, t) if InFlight(a, t) then ~ Bernoulli(0.1); InFlight(a, t) if t < EntryTime(a) then = false elseif t = EntryTime(a) then = true else = (InFlight(a, t-1) & !Exits(a, t-1)); State(a, t) if t = EntryTime(a) then ~ InitState() elseif InFlight(a, t) then ~ StateTransition(State(a, t-1)); #Blip(Source = a, Time = t) if InFlight(a, t) then ~ NumDetectionsCPD(State(a, t)); #Blip(Time = t) ~ NumFalseAlarmsPrior(); ApparentPos(r) if (Source(r) = null) then ~ FalseAlarmDistrib() else ~ ObsCPD(State(Source(r), Time(r)));

29 29 #Person ~ LogNormal[6.9, 2.3](); Honest(x) ~ Boolean[0.9](); #Login(Owner = x) ~ if Honest(x) then 1 else LogNormal[4.6,2.3](); Transaction(x,y) ~ if Owner(x) = Owner(y) then SibylPrior() else TransactionPrior(Honest(Owner(x)), Honest(Owner(y))); Recommends(x,y) ~ if Transaction(x,y) then if Owner(x) = Owner(y) then Boolean[0.99]() else RecPrior(Honest(Owner(x)), Honest(Owner(y))); Evidence: lots of transactions and recommendations Query: Honest(x) Example: cybersecurity sibyl defence

30 30 Example: Global seismic monitoring CTBT bans testing of nuclear weapons on earth –Allows for outside inspection of 1000km 2 Need 9 more ratifications for “entry into force” including US, China US Senate refused to ratify in 1998 – “too hard to monitor”

31 31 254 monitoring stations

32 32

33 33 Vertically Integrated Seismic Analysis The problem is hard: –~10000 “detections” per day, 90% false –CTBT system (SEL3) finds 69% of significant events plus about twice as many spurious (nonexistent) events –16 human analysts find more events, correct existing ones, throw out spurious events, generate LEB (“ground truth”) –Unreliable below magnitude 4 (1kT)

34 34

35 35

36 36

37 37

38 38

39 39

40 40

41 41

42 42

43 43

44 44 # SeismicEvents ~ Poisson[ time_duration * event_rate ]; IsEarthQuake(e) ~ Bernoulli(.999); EventLocation(e) ~ If IsEarthQuake(e) then EarthQuakeDistribution() Else UniformEarthDistribution(); Magnitude(e) ~ Exponential(log(10)) + min_magnitude ; Distance(e,s) = GeographicalDistance(EventLocation(e), SiteLocation(s)); IsDetected(e,p,s) ~ Logistic[site-coefficients(s,p)](Magnitude(e), Distance(e,s) ; #Arrivals(site = s) ~ Poisson [time_duration * false_rate (s)]; #Arrivals(event=e, site) = If IsDetected(e,s) then 1 else 0; Time(a) ~ If (event(a) = null) then Uniform(0, time_duration ) else IASPEI(EventLocation(event(a)),SiteLocation(site(a)),Phase(a)) + TimeRes(a); TimeRes(a) ~ Laplace(time_location(site(a)), time_scale(site(a))); Azimuth(a) ~ If (event(a) = null) then Uniform(0, 360) else GeoAzimuth(EventLocation(event(a)),SiteLocation(site(a)) + AzRes(a); AzRes(a) ~ Laplace(0, azimuth_scale(site(a))); Slow(a) ~ If (event(a) = null) then Uniform(0,20) else IASPEI-slow(EventLocation(event(a)),SiteLocation(site(a)) + SlowRes(site(a));

45 45 Fraction of LEB events missed

46 46 Fraction of LEB events missed

47 47 Event distribution: LEB vs SEL3

48 48 Event distribution: LEB vs NET-VISA

49 Open questions Efficient inference Model construction: creating useful new categories and relations HCI: What are answers when existence is uncertain? Making use of partially extracted or unextracted information – “data spaces” (Franklin, Halevy) Proper modeling of availability/absence of evidence

50 Summary Basic components (accurate parsing, first-order and modal probabilistic logics, universal ontology) are mostly in place; NLP is moving back towards combined syntax/semantics Vertically integrated probabilistic models can be much more effective that bottom-up pipelines The Web is Very Big –Does not imply we can only use trivial methods –Does not imply that trivial methods will suffice –Won’t happen for free

51

52 52 Example of using extra detections

53 53 NEIC event (3.0) missed by LEB

54 54 NEIC event (3.7) missed by LEB

55 55 NEIC event (2.6) missed by LEB

56 TREC 9 Results (2000)


Download ppt "Representational and inferential foundations for possible large-scale information extraction and question-answering from the web Stuart Russell Computer."

Similar presentations


Ads by Google