Difference between revisions of "Pattern Learning"

From Knowitall
Jump to: navigation, search
(Reducing the lemma grep results)
Line 13: Line 13:
 
#  Remove duplicate sentences.
 
#  Remove duplicate sentences.
 
#  Remove (extraction, pattern) pairs that occur anomalously frequently.
 
#  Remove (extraction, pattern) pairs that occur 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:21, 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 (extraction, pattern) pairs that occur anomalously frequently.
    1. There was a single one: (hotel reservation, be make, online) ocurred 32k times, the next one ocurred 8k times