1 / 22

A Joint Model of Implicit Arguments for Nominal Predicates

Language & Interaction Research. A Joint Model of Implicit Arguments for Nominal Predicates. Matthew Gerber and Joyce Y. Chai Department of Computer Science Michigan State University East Lansing, Michigan, USA {gerberm2,jchai}@cse.msu.edu. Robert Bart

asha
Download Presentation

A Joint Model of Implicit Arguments for Nominal Predicates

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Language & Interaction Research A Joint Model of Implicit Arguments for Nominal Predicates Matthew Gerber and Joyce Y. Chai Department of Computer Science Michigan State University East Lansing, Michigan, USA {gerberm2,jchai}@cse.msu.edu Robert Bart Computer Science and Engineering University of Washington Seattle, Washington, USA rbart@cs.washington.edu

  2. Implicit Arguments Georgia-Pacific and Nekoosa produce market pulp, containerboard and white paper. The goods could be manufactured closer to customers, saving shipping costs. • What can traditional SRL systems tell us?

  3. Implicit Arguments Georgia-Pacific and Nekoosa produce market pulp, containerboard and white paper. The goods could be manufactured closer to customers, saving shipping costs. • What can traditional SRL systems tell us? • Who is the producer? • What is produced?

  4. Implicit Arguments Georgia-Pacific and Nekoosa produce market pulp, containerboard and white paper. The goods could be manufactured closer to customers, saving shipping costs. • What can traditional SRL systems tell us? • Who is the producer? • What is produced? • What is manufactured? • But that’s not the whole story… • Who is the manufacturer?

  5. Implicit Arguments Georgia-Pacific and Nekoosa produce market pulp, containerboard and white paper. The goods could be manufactured closer to customers, saving shipping costs. • What can traditional SRL systems tell us? • Who is the producer? • What is produced? • What is manufactured? • But that’s not the whole story… • Who is the manufacturer? • Who ships?

  6. Implicit Arguments Georgia-Pacific and Nekoosa produce market pulp, containerboard and white paper. The goods could be manufactured closer to customers, saving shipping costs. • What can traditional SRL systems tell us? • Who is the producer? • What is produced? • What is manufactured? • But that’s not the whole story… • Who is the manufacturer? • Who ships what?

  7. Implicit Arguments Georgia-Pacific and Nekoosa produce market pulp, containerboard and white paper. The goods could be manufactured closer to customers, saving shipping costs. • What can traditional SRL systems tell us? • Who is the producer? • What is produced? • What is manufactured? • But that’s not the whole story… • Who is the manufacturer? • Who ships what to whom? Implicit arguments

  8. Model Formulation (Gerber and Chai, 2010) c1 c2 Georgia-Pacific and Nekoosa produce market pulp, containerboard and white paper. The goods could be manufactured closer to customers, saving shipping costs. c3 • Candidate selection • PropBank/NomBank arguments • Two-sentence candidate window • Coreference chaining • Binary classification function Assume independent arguments

  9. Are Arguments Independent? The president is struggling to manage the country’s economy. If he cannot get it under control, loss of the next election might result.

  10. Are Arguments Independent? The president is struggling to manage the country’s economy. If he cannot get it under control, loss of the next election might result. • What entity might lose? • Economies lose jobs, value, etc. • Presidents lose votes, allegiance, etc. • Implicit arguments are not independent • A joint model would be more natural

  11. Related Work • Joint verbal SRL (Toutanova et al. (2008)) • Re-rank full argument structures • Joint label sequence • [arg0, Predicate, arg1] • [arg0, Predicate, arg0] • Joint selectional preferences (Ritter et al. (2010)) • [Arg0 economy] [Predicate lost] [Arg1 jobs] • [Arg0 economy] [Predicate lost] [Arg1 election] • Relies on TextRunner extraction system

  12. TextRunner • Open Information Extraction (OIE) database • Query • Arg0: ? • Predicate: lose • Arg1: election • Answer • [Arg0 The president] [Predicate lost] [Arg1 the election]. • Use TextRunner to identify joint implicit arguments

  13. Joint Implicit Argument Model The president is struggling to manage the country’s economy. If he doesn’t succeed by the next election, a loss might result. • Model joint occurrence of iarg0 and iarg1 • Consider all possible candidate assignments

  14. Joint Implicit Argument Model • Using TextRunner queries • Query 1: <president, lose, ?> • <Kenyan president, lose, election> • <president, lose, ally> • … • Query 2: <?, lose, election> • <Republican party, lose, election> • <president, lose, election> • … • Match rank • Match similarity • Local model scores

  15. Evaluation Setting • Data created by Gerber and Chai (2010) • 1,200 annotations of 10 predicates • Only test instances that take iarg0 and iarg1 • Ten-fold cross-validation • Baseline: independent classification model

  16. Evaluation Setting • Methodology (Ruppenhofer et al., 2010) • Ground-truth implicit arguments: • Predicted implicit argument: • Prediction score: • P: total prediction score / prediction count • R: total prediction score / true implicit positions Georgia-Pacific and Nekoosa produce market pulp, containerboard and white paper. The goods could be manufactured closer to customers, saving shipping costs.

  17. Evaluation Results • Overall results • Baseline F1: 72.2% • Joint F1: 73.1% • Per-predicate

  18. Example Improvement Big investors can decide to ride out market storms without selling stock. They often do that because stocks have proved to be the best-performing investment, attracting $1 trillion. [iarg1 money] • What was invested? • Who invested? • Baseline (independent) model is incorrect • Joint model is correct

  19. Example Improvement Big investors can decide to ride out market storms without selling stock. They often do that because stocks have proved to be the best-performing investment, attracting $1 trillion. [iarg1 money] • Query 1: <investor, invest, ?> • Answers: money, amount, million • Query 2: <?, invest, money> • Answers: government, business, investor

  20. Summary • Implicit arguments • Frequent • Nearby • Can be automatically recovered • Semantic arguments are not independent • OIE can help identify argument dependencies • Joint model can recover from simple errors

  21. Future Work • Extension to other predicates • Only 10 are currently considered • Extension to other argument positions • iarg2 and iarg3 are also common • Computational complexity • Exhaustive search is intractable • Heuristic search • Gibbs sampling for joint inference

  22. Questions? Matthew Gerber: gerberm2@msu.edu

More Related