Difference between revisions of "Pattern Learning"

From Knowitall
Jump to: navigation, search
Line 12: Line 12:
 
== Reducing the lemma grep results ==
 
== Reducing the lemma grep results ==
 
#  Remove duplicate sentences.
 
#  Remove duplicate sentences.
#  Remove (extraction, pattern) pairs that occur anomalously frequently.
+
#  Remove extractions that have an (extraction, pattern) pairs that occurs anomalously frequently.
 
## There was a single one: (hotel reservation, be make, online) ocurred 32k times, the next one ocurred 8k times
 
## There was a single one: (hotel reservation, be make, online) ocurred 32k times, the next one ocurred 8k times

Revision as of 01:22, 20 October 2011

Building the boostrapping data

Determining target relations

  1. Restrict high quality set of ClueWeb extractions to have proper noun arguments
  2. Choose the most frequent relations from this set

Determining target extractions

  1. Measure the occurrence of the arguments
  2. Keep extractions from the target relations that have arguments that occur commonly (100)

Reducing the lemma grep results

  1. Remove duplicate sentences.
  2. Remove extractions that have an (extraction, pattern) pairs that occurs anomalously frequently.
    1. There was a single one: (hotel reservation, be make, online) ocurred 32k times, the next one ocurred 8k times