Prepositional Phrase Attachment Using Backoff - PowerPoint PPT Presentation

1 / 14
About This Presentation
Title:

Prepositional Phrase Attachment Using Backoff

Description:

Michael Collins and James Brooks. 1995. Statistical Approach. Look at head words. v n1 p n2 ... Michael Collins and James Brooks. 1995. ... – PowerPoint PPT presentation

Number of Views:62
Avg rating:3.0/5.0
Slides: 15
Provided by: konstan
Category:

less

Transcript and Presenter's Notes

Title: Prepositional Phrase Attachment Using Backoff


1
Prepositional Phrase Attachment Using Back-off
  • Konstantin Zak
  • EECS 595
  • 12/8/2005

2
Problem
  • See the cat with a telescope.
  • Prepositional phrase with a telescope can belong
    to
  • the noun cat
  • or to verb see

3
Related Work
  • Eric Brill and Phil Resnik
  • A Rule Based Approach to Prepositional Phrase
    Attachment Disambiguation Solution in 1994.
  • corpus based approach

4
Solution
  • Prepositional Phrase Attachment through a
    Backed-Off Model
  • Michael Collins and James Brooks
  • 1995
  • Statistical Approach
  • Look at head words
  • v n1 p n2

5
Training and Test Data
  • Quintuples
  • 1 buy car with horn
  • a 1 v buy n1 car p with n2 horn
  • 1 designates noun attachment, 0 designates verb
    attachment
  • 20801 training quintuples
  • 3097 test quintuples

6
Bounds on Performance
  • Reasonable Lower Bound 72.2
  • Reasonable Upper Bound 88.2
  • Cant expect machine to do better then human

7
Algorithm
8
1 buy car with horn
  • Quadruple
  • 1buycarwithhorn
  • Triples
  • 1buycarwith
  • 1buywithhorn
  • 1carwithhorn
  • Doubles
  • 1buywith
  • 1carwith
  • 1withhorn
  • Singles
  • 1with

9
Low Count Events
  • Important to use stage with most elements
  • If there are 100 instances of buywith, and only
    one instance of buycarwith, the data from the
    triple must be used
  • Ignoring variables that have count of less then 5
    decreases accuracy to 81.6

10
Results
11
Added Feature
  • Collins and Brooks recommend not ignoring any
    events
  • Now ignores single instances of quadruples
  • if f(1,v1,n1,p,n2) lt 2
  • f(1,v1,n1,p,n2) 0
  • if f(0,v1,n1,p,n2) lt 2
  • f(0,v1,n1,p,n2) 0

12
Comparison
13
Improvements
  • Increase training size
  • If no words in test quintuple were seen in
    training data, default to noun attachment
  • 60 accuracy

14
Resources
  • Michael Collins and James Brooks. 1995.
    Prepositional Phrase Attachment through a
    Backed-off Model. Proceedings of the Third
    Workshop on Very Large Corpora.
  • http//www.comp.leeds.ac.uk/Perl/
Write a Comment
User Comments (0)
About PowerShow.com