effective slot filling based on shallow distant
play

Effective Slot Filling Based on Shallow Distant Supervision Methods - PowerPoint PPT Presentation

Effective Slot Filling Based on Shallow Distant Supervision Methods Benjamin Roth, Tassilo Barth, Michael Wiegand, Mittul Singh, Dietrich Klakow Spoken Language Systems (LSV), Saarland University November 18, 2013 1/19 Outline Task and


  1. Effective Slot Filling Based on Shallow Distant Supervision Methods Benjamin Roth, Tassilo Barth, Michael Wiegand, Mittul Singh, Dietrich Klakow Spoken Language Systems (LSV), Saarland University November 18, 2013 1/19

  2. Outline Task and System Overview 1 Candidate Generation 2 Candidate Validation 3 Distant Supervision SVM’s Distant Supervision Patterns Per-Component Analysis 4 Conclusion 5 2/19

  3. Task and System Overview TAC KBP English Slot Filling 3/19

  4. Task and System Overview LSV / Saarland University 2013 Slot Filling System Modular and easily extensible distant supervision relation extractor Using shallow textual representations and features Based on LSV 2012 system [Roth et al., 2012] same training data same architecture improved algorithms & context modeling 4/19

  5. Task and System Overview Data Flow 5/19

  6. Candidate Generation Outline Task and System Overview 1 Candidate Generation 2 Candidate Validation 3 Distant Supervision SVM’s Distant Supervision Patterns Per-Component Analysis 4 Conclusion 5 6/19

  7. Candidate Generation Candidate Generation Entity expansion based on Wikipedia anchor text language models Query: “Badr Organization” Expansion: “Badr Brigade”, “Badr Organisation”, “Badr Brigades”, “Badr”, “Badr Corps” Also used for removing redundant answers (postprocessing) 7/19

  8. Candidate Generation Candidate Generation Entity expansion based on Wikipedia anchor text language models Query: “Badr Organization” Expansion: “Badr Brigade”, “Badr Organisation”, “Badr Brigades”, “Badr”, “Badr Corps” Also used for removing redundant answers (postprocessing) Document retrieval Lucene index Selection of expansion terms based on point-wise mutual information 7/19

  9. Candidate Generation Candidate Generation Entity expansion based on Wikipedia anchor text language models Query: “Badr Organization” Expansion: “Badr Brigade”, “Badr Organisation”, “Badr Brigades”, “Badr”, “Badr Corps” Also used for removing redundant answers (postprocessing) Document retrieval Lucene index Selection of expansion terms based on point-wise mutual information Candidate matching NE Tagger [Chrupa� la and Klakow, 2010] NE types from Freebase: CAUSE-OF-DEATH, JOB-TITLE, CRIMINAL-CHARGES, RELIGION 7/19

  10. Candidate Validation Outline Task and System Overview 1 Candidate Generation 2 Candidate Validation 3 Distant Supervision SVM’s Distant Supervision Patterns Per-Component Analysis 4 Conclusion 5 8/19

  11. Candidate Validation Candidate Validation Modules Distant Supervision SVM Classifiers Distant Supervision Patterns Manual Patterns Alternate Names from Query Expansion 9/19

  12. Candidate Validation Candidate Validation Modules Distant Supervision SVM Classifiers Distant Supervision Patterns Manual Patterns Alternate Names from Query Expansion 9/19

  13. Candidate Validation Distant Supervision SVM’s Distant Supervision Knowledge Base per:city_of_birth (B. Obama, Honululu) ... (M. Jackson, Gary) … 10/19

  14. Candidate Validation Distant Supervision SVM’s Distant Supervision Corpus Knowledge Base per:city_of_birth (B. Obama, Honululu) ... (M. Jackson, Gary) … Training Data B. Obama was born in Honululu B. Obama moved from Honululu Gary , M. Jackson 's birthplace 10/19

  15. Candidate Validation Distant Supervision SVM’s Distant Supervision Corpus Knowledge Base per:city_of_birth (B. Obama, Honululu) ... (M. Jackson, Gary) … Training Data B. Obama was born in Honululu B. Obama moved from Honululu Gary , M. Jackson 's birthplace Classifier 10/19

  16. Candidate Validation Distant Supervision SVM’s Distant Supervision Corpus Corpus Knowledge Base per:city_of_birth (B. Obama, Honululu) ... (M. Jackson, Gary) … (N. Chomsky, Philadelphia) Training Data Instance Candidates B. Obama was born in Honululu F. Hollande visited Berlin B. Obama moved from Honululu Born in Philadelphia, N. Chomsky ... Gary , M. Jackson 's birthplace Classifier 10/19

  17. Candidate Validation Distant Supervision SVM’s Distant Supervision (DS) SVM Classifiers “Workhorse” for candidate validation. 11/19

  18. Candidate Validation Distant Supervision SVM’s Distant Supervision (DS) SVM Classifiers “Workhorse” for candidate validation. Argument pairs for training data Freebase Pattern matches 11/19

  19. Candidate Validation Distant Supervision SVM’s Distant Supervision (DS) SVM Classifiers “Workhorse” for candidate validation. Argument pairs for training data Freebase Pattern matches Minimalistic feature set n-grams between relation arguments n-grams outside relation arguments sparse (or skip ) n-grams marking of argument order for every feature 11/19

  20. Candidate Validation Distant Supervision SVM’s Distant Supervision (DS) SVM Classifiers “Workhorse” for candidate validation. Argument pairs for training data Freebase Pattern matches Minimalistic feature set n-grams between relation arguments n-grams outside relation arguments sparse (or skip ) n-grams marking of argument order for every feature Training scheme: aggregate training global parameter tuning 11/19

  21. Candidate Validation Distant Supervision SVM’s DS SVMs: Training One binary SVM per relation 12/19

  22. Candidate Validation Distant Supervision SVM’s DS SVMs: Training One binary SVM per relation Aggregate training Training sentences are aggregaged per argument pair Feature weights averaged Better generalization than single-sentence training 12/19

  23. Candidate Validation Distant Supervision SVM’s DS SVMs: Training One binary SVM per relation Aggregate training Training sentences are aggregaged per argument pair Feature weights averaged Better generalization than single-sentence training Parameter tuning Misclassification cost tuning is essential Optimizing per-relation cost parameter does not lead to global optimum ⇒ Greedy parameter tuning algorithm for global F 1 optimization 12/19

  24. Candidate Validation Distant Supervision Patterns Distant Supervision Patterns Surface patterns from DS data with “goodness” scores org:alternate names 0.9784 [ARG1] , abbreviated [ARG2] 0.4023 [ARG2] is the core division of [ARG1] 13/19

  25. Candidate Validation Distant Supervision Patterns Distant Supervision Patterns Surface patterns from DS data with “goodness” scores org:alternate names 0.9784 [ARG1] , abbreviated [ARG2] 0.4023 [ARG2] is the core division of [ARG1] Combination of DS noise reduction models [Roth and Klakow, 2013] discriminative at-least-one perceptron model: P ( relation | pattern , θ ) generative hierarchical topic model: n ( pattern , topic ( relation )) relative frequency of pattern: n ( pattern , relation ) n ( pattern ) 13/19

  26. Per-Component Analysis Outline Task and System Overview 1 Candidate Generation 2 Candidate Validation 3 Distant Supervision SVM’s Distant Supervision Patterns Per-Component Analysis 4 Conclusion 5 14/19

  27. Per-Component Analysis Effect of Removing Single Components (one at a time) Component P R F1 F1 gain LSV main run 42.5 33.2 37.3 − Query expansion 41.1 17.5 24.5 +12.8 − Distsup SVM classifier 53.3 21.8 30.9 +6.4 − Distsup patterns 39.6 28.6 33.2 +4.1 − Manual patterns 38.2 29.5 33.2 +4.1 − Alternate names 41.1 31.0 35.4 +1.9 15/19

  28. Per-Component Analysis Effect of Removing Single Components (one at a time) Component P R F1 F1 gain LSV main run 42.5 33.2 37.3 − Query expansion 41.1 17.5 24.5 +12.8 − Distsup SVM classifier 53.3 21.8 30.9 +6.4 − Distsup patterns 39.6 28.6 33.2 +4.1 − Manual patterns 38.2 29.5 33.2 +4.1 − Alternate names 41.1 31.0 35.4 +1.9 15/19

  29. Per-Component Analysis Effect of Removing Single Components (one at a time) Component P R F1 F1 gain LSV main run 42.5 33.2 37.3 − Query expansion 41.1 17.5 24.5 +12.8 − Distsup SVM classifier 53.3 21.8 30.9 +6.4 − Distsup patterns 39.6 28.6 33.2 +4.1 − Manual patterns 38.2 29.5 33.2 +4.1 − Alternate names 41.1 31.0 35.4 +1.9 15/19

  30. Per-Component Analysis Effect of Removing Single Components (one at a time) Component P R F1 F1 gain LSV main run 42.5 33.2 37.3 − Query expansion 41.1 17.5 24.5 +12.8 − Distsup SVM classifier 53.3 21.8 30.9 +6.4 − Distsup patterns 39.6 28.6 33.2 +4.1 − Manual patterns 38.2 29.5 33.2 +4.1 − Alternate names 41.1 31.0 35.4 +1.9 15/19

  31. Per-Component Analysis Effect of Removing Single Components (one at a time) Component P R F1 F1 gain LSV main run 42.5 33.2 37.3 − Query expansion 41.1 17.5 24.5 +12.8 − Distsup SVM classifier 53.3 21.8 30.9 +6.4 − Distsup patterns 39.6 28.6 33.2 +4.1 − Manual patterns 38.2 29.5 33.2 +4.1 − Alternate names 41.1 31.0 35.4 +1.9 15/19

  32. Per-Component Analysis Effect of Removing Single Components (one at a time) Component P R F1 F1 gain LSV main run 42.5 33.2 37.3 − Query expansion 41.1 17.5 24.5 +12.8 − Distsup SVM classifier 53.3 21.8 30.9 +6.4 − Distsup patterns 39.6 28.6 33.2 +4.1 − Manual patterns 38.2 29.5 33.2 +4.1 − Alternate names 41.1 31.0 35.4 +1.9 15/19

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