160 likes | 263 Views
Information Extraction. Extracting Information from Text. System : When would you like to meet Peter? User : Let’s see, if I can, I’d like to meet him on Tuesday. Template Filling. Partner: John Day: Tuesday Location: Mattin Ctr Topic: Coffee Time of Day: Morning.
E N D
Extracting Information from Text System : When would you like to meet Peter? User : Let’s see, if I can, I’d like to meet him on Tuesday.
Template Filling Partner: John Day: Tuesday Location: Mattin Ctr Topic: Coffee Time of Day: Morning I’d like to meet John on Tuesday in the Mattin Center coffee shop. We should discuss policies on coffee consumption in the computer science department. Anytime in the morning would be fine.
Template Filling I’d like to meet John on Tuesday in the Mattin Center coffee shop. We should discuss policies on coffee consumption in the computer science department. Anytime in the morning would be fine. Partner: John Day: Tuesday Location: Mattin Ctr Topic: Coffee Time of Day: Morning Or should this be 8am-12pm?
How do we write general rules? • Finite State Machines • (regular expressions) • Extraction from partial parses • Full Parsing
Rules with Assigned Semantic Roles Meet with <partner> on <date>. On <date> I want to meet <partner>. Many patterns fill the same template slots.
How can we write these rules? • Manually enumerate them? • <company> manufactures <product> • Any other ways to automatically rewrite this?
Semantic Lexicons <company> manufactures <product> Laughter manufactures happiness. How could we avoid this problem?
Can we learn them? I’d like to meet John on Tuesday in the Mattin Center coffee shop. We should discuss policies on coffee consumption in the computer science department. Anytime in the morning would be fine. Partner: John Day: Tuesday Location: Mattin Ctr Topic: Coffee Time of Day: Morning
Can we learn them? Partner: John Day: Tuesday Location: Mattin Ctr Topic: Coffee Time of Day: Morning I’d like to meet John on Tuesday in the Mattin Center coffee shop. We should discuss policies on coffee consumption in the computer science department. Anytime in the morning would be fine.
Can we learn them? I’d like to meet <partner> on <day> in the <location>. We should discuss policies on <topic>. Anytime in <time of day> would be fine. Partner: John Day: Tuesday Location: Mattin Ctr Topic: Coffee Time of Day: Morning
Generalization I’d like to meet <partner> on <day> in the <location>. We should discuss policies on <topic>. Anytime in <time of day> would be fine. meet <partner> on <day> in <location> . discuss policies on <topic> anytime in <time of day> How could we learn this?
How about if we have templates without text? Person : Mozart Birthyear : 1756 Can we gather text somehow?
Web Search to generate patterns Web pages w/“Mozart” “1756” Sentences with “Mozart” “1756” Substrings with “Mozart” “1756”
How can we pick good patterns? • Frequent ones may be too general • Infrequent ones not that useful • Want precise, specific ones Use held out templates to evaluate patterns
How about pages but no templates? • Have a set of pages marked as either on topic or off topic • Look for all possible patterns • Estimate which patterns are most likely to occur on a marked up page • Manually screen resulting patterns