never ending learning
play

Never Ending Learning Tom Mitchell Machine Learning Department - PowerPoint PPT Presentation

Never Ending Learning Tom Mitchell Machine Learning Department Carnegie Mellon University New paradigm for Machine Learning: Never-ending learning agents Persistent software individual Learns many functions / knowledge types Learns


  1. Never Ending Learning Tom Mitchell Machine Learning Department Carnegie Mellon University

  2. New paradigm for Machine Learning: Never-ending learning agents • Persistent software individual • Learns many functions / knowledge types • Learns easier things first, then more difficult • The more it learns, the more it can learn next • Learns from experience, and from advice

  3. NELL: Never-Ending Language Learner Inputs: • initial ontology • dozen examples of each ontology predicate • the web • occasional interaction with human trainers The task: • run 24x7, forever • each day: 1. extract more facts from the web to populate the ontology 2. learn to read (perform #1) better than yesterday

  4. NELL today Running 24x7, since January, 12, 2010 Result: • KB with > 50 million candidate beliefs, growing daily • learning to read better each day • learning to reason, as well as read • automatically extending its ontology

  5. NELL knowledge fragment football uses equipment climbing skates helmet Canada Sunnybrook Miller uses equipment city hospital Wilson company country hockey Detroit GM politician CFRB radio Pearson Toronto hometown play hired competes airport home town with Stanley city Maple Leafs Red Cup company city won won Wings Toyota stadium team stadium league league Connaught city acquired paper city Air Canada NHL member created stadium Hino Centre plays in economic sector Globe and Mail Sundin Prius writer automobile Toskala Skydome Corrola Milson

  6. NELL Today • http://rtw.ml.cmu.edu ß follow NELL here NELL on demand • eg. “diabetes”, “Avandia”, “ tea ” , “ IBM ” , “ love ” “baseball” “BacteriaCausesCondition” “kitchenItem” “ClothingGoesWithClothing” …

  7. How does NELL work?

  8. Semi-Supervised Bootstrap Learning it ’ s underconstrained!! Find cities: San Francisco anxiety Paris Berlin selfishness Pittsburgh denial London Seattle Montpelier mayor of arg1 arg1 is home of live in arg1 traits such as arg1

  9. Key Idea 1: Coupled semi-supervised training of many functions person noun phrase hard much easier (more constrained) (underconstrained) semi-supervised learning problem semi-supervised learning problem

  10. Type 1 Coupling: Co-Training, Multi-View Learning Supervised training of 1 function : Minimize: person NP :

  11. Type 1 Coupling: Co-Training, Multi-View Learning Coupled training of 2 functions : Minimize: person NP :

  12. Type 1 Coupling: Co-Training, Multi-View Learning Theorem (Blum & Mitchell, 1998) : Y person If f 1 ,and f 2 are PAC learnable from noisy labeled data, and X 1 , X 2 are conditionally independent given Y, Then f 1 , f 2 are PAC learnable from polynomial unlabeled data plus a weak initial predictor NP :

  13. Type 1 Coupling: Co-Training, Multi-View Learning [Blum & Mitchell; 98] [Dasgupta et al; 01 ] [Ganchev et al., 08] [Sridharan & Kakade, 08] person [Wang & Zhou, ICML10] NP :

  14. Type 1 Coupling: Co-Training, Multi-View Learning [Blum & Mitchell; 98] [Dasgupta et al; 01 ] [Ganchev et al., 08] [Sridharan & Kakade, 08] person [Wang & Zhou, ICML10] NP :

  15. Type 2 Coupling: Multi-task, Structured Outputs [Daume, 2008] [Bakhir et al., eds. 2007] [Roth et al., 2008] [Taskar et al., 2009] person sport [Carlson et al., 2009] athlete coach team athlete(NP) à à person(NP) NP athlete(NP) à à NOT sport(NP) NOT athlete(NP) ß ß sport(NP)

  16. Multi-view, Multi-Task Coupling person sport athlete coach team NP text NP NP HTML NP : context morphology contexts distribution

  17. Type 3 Coupling: Learning Relations playsSport(a,s) coachesTeam(c,t) playsForTeam(a,t) teamPlaysSport(t,s) NP1 NP2

  18. Type 3 Coupling: Argument Types playsSport(a,s) coachesTeam(c,t) playsForTeam(a,t) teamPlaysSport(t,s) person sport person sport athlete athlete team coach team coach NP1 NP2

  19. Type 3 Coupling: Argument Types playsSport(NP1,NP2) à à athlete(NP1), sport(NP2) playsSport(a,s) coachesTeam(c,t) playsForTeam(a,t) teamPlaysSport(t,s) person sport person sport athlete athlete team coach team coach over 2500 coupled functions in NELL NP1 NP2

  20. NELL: Learned reading strategies Plays_Sport(arg1,arg2): arg1_was_playing_arg2 arg2_megastar_arg1 arg2_icons_arg1 arg2_player_named_arg1 arg2_prodigy_arg1 arg1_is_the_tiger_woods_of_arg2 arg2_career_of_arg1 arg2_greats_as_arg1 arg1_plays_arg2 arg2_player_is_arg1 arg2_legends_arg1 arg1_announced_his_retirement_from_arg2 arg2_operations_chief_arg1 arg2_player_like_arg1 arg2_and_golfing_personalities_including_arg1 arg2_players_like_arg1 arg2_greats_like_arg1 arg2_players_are_steffi_graf_and_arg1 arg2_great_arg1 arg2_champ_arg1 arg2_greats_such_as_arg1 arg2_professionals_such_as_arg1 arg2_hit_by_arg1 arg2_greats_arg1 arg2_icon_arg1 arg2_stars_like_arg1 arg2_pros_like_arg1 arg1_retires_from_arg2 arg2_phenom_arg1 arg2_lesson_from_arg1 arg2_architects_robert_trent_jones_and_arg1 arg2_sensation_arg1 arg2_pros_arg1 arg2_stars_venus_and_arg1 arg2_hall_of_famer_arg1 arg2_superstar_arg1 arg2_legend_arg1 arg2_legends_such_as_arg1 arg2_players_is_arg1 arg2_pro_arg1 arg2_player_was_arg1 arg2_god_arg1 arg2_idol_arg1 arg1_was_born_to_play_arg2 arg2_star_arg1 arg2_hero_arg1 arg2_players_are_arg1 arg1_retired_from_professional_arg2 arg2_legends_as_arg1 arg2_autographed_by_arg1 arg2_champion_arg1 …

  21. Initial NELL Architecture Knowledge Base (latent variables) Beliefs Evidence Integrator Candidate Beliefs Text HTML-URL Morphology Human Context context classifier advice patterns patterns (CPL) (SEAL) (CML) Continually Learning Extractors

  22. If coupled learning is the key, how can we get new coupling constraints?

  23. Key Idea 2: Discover New Coupling Constraints • first order, probabilistic horn clause constraints: 0.93 athletePlaysSport(?x,?y) ß athletePlaysForTeam(?x,?z) teamPlaysSport(?z,?y) – connects previously uncoupled relation predicates – infers new beliefs for KB – modified version of FOIL [Quinlan] – restricted rule language: form connected KB subgraphs

  24. Example Learned Horn Clauses 0.95 athletePlaysSport(?x,basketball) ß athleteInLeague(?x,NBA) 0.93 athletePlaysSport(?x,?y) ß athletePlaysForTeam(?x,?z) teamPlaysSport(?z,?y) teamPlaysInLeague(?x,NHL) ß teamWonTrophy(?x,Stanley_Cup) 0.91 athleteInLeague(?x,?y) ß athletePlaysForTeam(?x,?z), 0.90 teamPlaysInLeague(?z,?y) cityInState(?x,?y) ß cityCapitalOfState(?x,?y), cityInCountry(?y,USA) 0.88 0.62* newspaperInCity(?x,New_York) ß companyEconomicSector(?x,media) generalizations(?x,blog)

  25. Learned Probabilistic Horn Clause Rules 0.93 playsSport(?x,?y) ß playsForTeam(?x,?z), teamPlaysSport(?z,?y) playsSport(a,s) coachesTeam(c,t) playsForTeam(a,t) teamPlaysSport(t,s) person sport person sport athlete athlete team coach team coach NP1 NP2

  26. Key Idea 3: Automatically extend ontology

  27. Ontology Extension (1) [Mohamed et al., EMNLP 2011] Goal: • Add new relations to ontology Approach: • For each pair of categories C1, C2, • co-cluster pairs of known instances, and text contexts that connect them

  28. Example Discovered Relations [Mohamed et al. EMNLP 2011] Suggested Category Pair Text contexts Extracted Instances Name ARG1 master ARG2 sitar , George Harrison ARG1 virtuoso ARG2 tenor sax, Stan Getz MusicInstrument Master Musician ARG1 legend ARG2 trombone, Tommy Dorsey ARG2 plays ARG1 vibes, Lionel Hampton pinched nerve, herniated disk Disease ARG1 is due to ARG2 tennis elbow, tendonitis IsDueTo Disease ARG1 is caused by ARG2 blepharospasm, dystonia CellType epithelial cells, surfactant ARG1 that release ARG2 Chemical neurons, serotonin ThatRelease ARG2 releasing ARG1 mast cells, histomine koala bears, eucalyptus Mammals ARG1 eat ARG2 sheep, grasses Eat Plant ARG2 eating ARG1 goats, saplings ARG1 in heart of ARG2 Seine, Paris River InHeartOf ARG1 which flows through Nile, Cairo City ARG2 Tiber river, Rome

  29. NELL: sample of self-added relations • clothingGoesWithClothing • athleteWonAward • bacteriaCausesPhysCondition • animalEatsFood • buildingMadeOfMaterial • languageTaughtInCity • emotionAssociatedWithDisease • clothingMadeFromPlant • foodCanCauseDisease • beverageServedWithFood • agriculturalProductAttractsInsect • fishServedWithFood • arteryArisesFromArtery • athleteBeatAthlete • countryHasSportsFans • athleteInjuredBodyPart • bakedGoodServedWithBeverage • arthropodFeedsOnInsect • beverageContainsProtein • animalEatsVegetable • animalCanDevelopDisease • plantRepresentsEmotion • beverageMadeFromBeverage • foodDecreasesRiskOfDisease

  30. Ontology Extension (2) [Burr Settles] Goal: • Add new subcategories Approach: • For each category C, • train NELL to read the relation SubsetOf C : C à C *no new software here

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