nips-ie-tutorial.ppt

Views:
 
Category: Education
     
 

Presentation Description

No description available.

Comments

Presentation Transcript

Information Extractionfrom the World Wide Web : 

Information Extractionfrom the World Wide Web Andrew McCallum University of Massachusetts Amherst William Cohen Carnegie Mellon University

Example: The Problem : 

Example: The Problem Martin Baker, a person Genomics job Employers job posting form

Example: A Solution : 

Example: A Solution

Extracting Job Openings from the Web : 

Extracting Job Openings from the Web

Slide 5: 

Job Openings: Category = Food Services Keyword = Baker Location = Continental U.S.

Slide 6: 

Data Mining the Extracted Job Information

What is “Information Extraction” : 

What is “Information Extraction” Filling slots in a database from sub-segments of text. As a task: October 14, 2002, 4:00 a.m. PT For years, Microsoft Corporation CEO Bill Gates railed against the economic philosophy of open-source software with Orwellian fervor, denouncing its communal licensing as a "cancer" that stifled technological innovation. Today, Microsoft claims to "love" the open-source concept, by which software code is made public to encourage improvement and development by outside programmers. Gates himself says Microsoft will gladly disclose its crown jewels--the coveted code behind the Windows operating system--to select customers. "We can be open source. We love the concept of shared source," said Bill Veghte, a Microsoft VP. "That's a super-important shift for us in terms of code access.“ Richard Stallman, founder of the Free Software Foundation, countered saying… NAME TITLE ORGANIZATION

What is “Information Extraction” : 

What is “Information Extraction” Filling slots in a database from sub-segments of text. As a task: October 14, 2002, 4:00 a.m. PT For years, Microsoft Corporation CEO Bill Gates railed against the economic philosophy of open-source software with Orwellian fervor, denouncing its communal licensing as a "cancer" that stifled technological innovation. Today, Microsoft claims to "love" the open-source concept, by which software code is made public to encourage improvement and development by outside programmers. Gates himself says Microsoft will gladly disclose its crown jewels--the coveted code behind the Windows operating system--to select customers. "We can be open source. We love the concept of shared source," said Bill Veghte, a Microsoft VP. "That's a super-important shift for us in terms of code access.“ Richard Stallman, founder of the Free Software Foundation, countered saying… NAME TITLE ORGANIZATION Bill Gates CEO Microsoft Bill Veghte VP Microsoft Richard Stallman founder Free Soft.. IE

What is “Information Extraction” : 

What is “Information Extraction” Information Extraction = segmentation + classification + clustering + association As a familyof techniques: October 14, 2002, 4:00 a.m. PT For years, Microsoft Corporation CEO Bill Gates railed against the economic philosophy of open-source software with Orwellian fervor, denouncing its communal licensing as a "cancer" that stifled technological innovation. Today, Microsoft claims to "love" the open-source concept, by which software code is made public to encourage improvement and development by outside programmers. Gates himself says Microsoft will gladly disclose its crown jewels--the coveted code behind the Windows operating system--to select customers. "We can be open source. We love the concept of shared source," said Bill Veghte, a Microsoft VP. "That's a super-important shift for us in terms of code access.“ Richard Stallman, founder of the Free Software Foundation, countered saying… Microsoft Corporation CEO Bill Gates Microsoft Gates Microsoft Bill Veghte Microsoft VP Richard Stallman founder Free Software Foundation

What is “Information Extraction” : 

What is “Information Extraction” Information Extraction = segmentation + classification + association + clustering As a familyof techniques: October 14, 2002, 4:00 a.m. PT For years, Microsoft Corporation CEO Bill Gates railed against the economic philosophy of open-source software with Orwellian fervor, denouncing its communal licensing as a "cancer" that stifled technological innovation. Today, Microsoft claims to "love" the open-source concept, by which software code is made public to encourage improvement and development by outside programmers. Gates himself says Microsoft will gladly disclose its crown jewels--the coveted code behind the Windows operating system--to select customers. "We can be open source. We love the concept of shared source," said Bill Veghte, a Microsoft VP. "That's a super-important shift for us in terms of code access.“ Richard Stallman, founder of the Free Software Foundation, countered saying… Microsoft Corporation CEO Bill Gates Microsoft Gates Microsoft Bill Veghte Microsoft VP Richard Stallman founder Free Software Foundation

What is “Information Extraction” : 

What is “Information Extraction” Information Extraction = segmentation + classification + association + clustering As a familyof techniques: October 14, 2002, 4:00 a.m. PT For years, Microsoft Corporation CEO Bill Gates railed against the economic philosophy of open-source software with Orwellian fervor, denouncing its communal licensing as a "cancer" that stifled technological innovation. Today, Microsoft claims to "love" the open-source concept, by which software code is made public to encourage improvement and development by outside programmers. Gates himself says Microsoft will gladly disclose its crown jewels--the coveted code behind the Windows operating system--to select customers. "We can be open source. We love the concept of shared source," said Bill Veghte, a Microsoft VP. "That's a super-important shift for us in terms of code access.“ Richard Stallman, founder of the Free Software Foundation, countered saying… Microsoft Corporation CEO Bill Gates Microsoft Gates Microsoft Bill Veghte Microsoft VP Richard Stallman founder Free Software Foundation

What is “Information Extraction” : 

What is “Information Extraction” Information Extraction = segmentation + classification + association + clustering As a familyof techniques: October 14, 2002, 4:00 a.m. PT For years, Microsoft Corporation CEO Bill Gates railed against the economic philosophy of open-source software with Orwellian fervor, denouncing its communal licensing as a "cancer" that stifled technological innovation. Today, Microsoft claims to "love" the open-source concept, by which software code is made public to encourage improvement and development by outside programmers. Gates himself says Microsoft will gladly disclose its crown jewels--the coveted code behind the Windows operating system--to select customers. "We can be open source. We love the concept of shared source," said Bill Veghte, a Microsoft VP. "That's a super-important shift for us in terms of code access.“ Richard Stallman, founder of the Free Software Foundation, countered saying… Microsoft Corporation CEO Bill Gates Microsoft Gates Microsoft Bill Veghte Microsoft VP Richard Stallman founder Free Software Foundation * * * *

IE in Context : 

IE in Context Create ontology Segment Classify Associate Cluster Load DB Spider Query, Search Data mine IE Documentcollection Database Filter by relevance Label training data Train extraction models

Why IE from the Web? : 

Why IE from the Web? Science Grand old dream of AI: Build large KB* and reason with it. IE from the Web enables the creation of this KB. IE from the Web is a complex problem that inspires new advances in machine learning. Profit Many companies interested in leveraging data currently “locked in unstructured text on the Web”. Not yet a monopolistic winner in this space. Fun! Build tools that we researchers like to use ourselves:Cora & CiteSeer, MRQE.com, FAQFinder,… See our work get used by the general public. * KB = “Knowledge Base”

Tutorial Outline : 

Tutorial Outline IE History Landscape of problems and solutions Parade of models for segmenting/classifying: Sliding window Boundary finding Finite state machines Trees Overview of related problems and solutions Where to go from here

IE History : 

IE History Pre-Web Mostly news articles De Jong’s FRUMP [1982] Hand-built system to fill Schank-style “scripts” from news wire Message Understanding Conference (MUC) DARPA [’87-’95], TIPSTER [’92-’96] Most early work dominated by hand-built models E.g. SRI’s FASTUS, hand-built FSMs. But by 1990’s, some machine learning: Lehnert, Cardie, Grishman and then HMMs: Elkan [Leek ’97], BBN [Bikel et al ’98] Web AAAI ’94 Spring Symposium on “Software Agents” Much discussion of ML applied to Web. Maes, Mitchell, Etzioni. Tom Mitchell’s WebKB, ‘96 Build KB’s from the Web. Wrapper Induction Initially hand-build, then ML: [Soderland ’96], [Kushmeric ’97],…

What makes IE from the Web Different? : 

www.apple.com/retail What makes IE from the Web Different? Less grammar, but more formatting & linking The directory structure, link structure, formatting & layout of the Web is its own new grammar. Apple to Open Its First Retail Store in New York City MACWORLD EXPO, NEW YORK--July 17, 2002--Apple's first retail store in New York City will open in Manhattan's SoHo district on Thursday, July 18 at 8:00 a.m. EDT. The SoHo store will be Apple's largest retail store to date and is a stunning example of Apple's commitment to offering customers the world's best computer shopping experience. "Fourteen months after opening our first retail store, our 31 stores are attracting over 100,000 visitors each week," said Steve Jobs, Apple's CEO. "We hope our SoHo store will surprise and delight both Mac and PC users who want to see everything the Mac can do to enhance their digital lifestyles." www.apple.com/retail/soho www.apple.com/retail/soho/theatre.html Newswire Web

Landscape of IE Tasks (1/4):Pattern Feature Domain : 

Landscape of IE Tasks (1/4):Pattern Feature Domain Text paragraphs without formatting Grammatical sentencesand some formatting & links Non-grammatical snippets,rich formatting & links Tables Astro Teller is the CEO and co-founder of BodyMedia. Astro holds a Ph.D. in Artificial Intelligence from Carnegie Mellon University, where he was inducted as a national Hertz fellow. His M.S. in symbolic and heuristic computation and B.S. in computer science are from Stanford University. His work in science, literature and business has appeared in international media from the New York Times to CNN to NPR.

Landscape of IE Tasks (2/4):Pattern Scope : 

Landscape of IE Tasks (2/4):Pattern Scope Web site specific Genre specific Wide, non-specific Amazon.com Book Pages Resumes University Names Formatting Layout Language

Landscape of IE Tasks (3/4):Pattern Complexity : 

Landscape of IE Tasks (3/4):Pattern Complexity Closed set He was born in Alabama… Regular set Phone: (413) 545-1323 Complex pattern University of Arkansas P.O. Box 140 Hope, AR 71802 …was among the six houses sold by Hope Feldman that year. Ambiguous patterns,needing context andmany sources of evidence The CALD main office can be reached at 412-268-1299 The big Wyoming sky… U.S. states U.S. phone numbers U.S. postal addresses Person names Headquarters: 1128 Main Street, 4th Floor Cincinnati, Ohio 45210 Pawel Opalinski, SoftwareEngineer at WhizBang Labs. E.g. word patterns:

Landscape of IE Tasks (4/4):Pattern Combinations : 

Landscape of IE Tasks (4/4):Pattern Combinations Single entity Person: Jack Welch Binary relationship Relation: Person-Title Person: Jack Welch Title: CEO N-ary record “Named entity” extraction Jack Welch will retire as CEO of General Electric tomorrow. The top role at the Connecticut company will be filled by Jeffrey Immelt. Relation: Company-Location Company: General Electric Location: Connecticut Relation: Succession Company: General Electric Title: CEO Out: Jack Welsh In: Jeffrey Immelt Person: Jeffrey Immelt Location: Connecticut

Evaluation of Single Entity Extraction : 

Evaluation of Single Entity Extraction Michael Kearns and Sebastian Seung will start Monday’s tutorial, followed by Richard M. Karpe and Martin Cooke. TRUTH: PRED: Precision = = # correctly predicted segments 2 # predicted segments 6 Michael Kearns and Sebastian Seung will start Monday’s tutorial, followed by Richard M. Karpe and Martin Cooke. Recall = = # correctly predicted segments 2 # true segments 4 F1 = Harmonic mean of Precision & Recall = ((1/P) + (1/R)) / 2 1

State of the Art Performance : 

State of the Art Performance Named entity recognition Person, Location, Organization, … F1 in high 80’s or low- to mid-90’s Binary relation extraction Contained-in (Location1, Location2)Member-of (Person1, Organization1) F1 in 60’s or 70’s or 80’s Wrapper induction Extremely accurate performance obtainable Human effort (~30min) required on each site

Landscape of IE Techniques (1/1):Models : 

Landscape of IE Techniques (1/1):Models Any of these models can be used to capture words, formatting or both. Lexicons Alabama Alaska … Wisconsin Wyoming Sliding Window Classify Pre-segmentedCandidates Finite State Machines Context Free Grammars Boundary Models Abraham Lincoln was born in Kentucky. member? Abraham Lincoln was born in Kentucky. Abraham Lincoln was born in Kentucky. Classifier which class? …and beyond Abraham Lincoln was born in Kentucky. Classifier which class? Try alternatewindow sizes: Classifier which class? BEGIN END BEGIN END BEGIN Abraham Lincoln was born in Kentucky. Most likely state sequence? Abraham Lincoln was born in Kentucky. NNP V P NP V NNP NP PP VP VP S Most likely parse?

Landscape:Focus of this Tutorial : 

Landscape:Focus of this Tutorial Pattern complexity Pattern feature domain Pattern scope Pattern combinations Models closed set regular complex ambiguous words words + formatting formatting site-specific genre-specific general entity binary n-ary lexicon regex window boundary FSM CFG

Sliding Windows : 

Sliding Windows

Extraction by Sliding Window : 

Extraction by Sliding Window GRAND CHALLENGES FOR MACHINE LEARNING Jaime Carbonell School of Computer Science Carnegie Mellon University 3:30 pm 7500 Wean Hall Machine learning has evolved from obscurity in the 1970s into a vibrant and popular discipline in artificial intelligence during the 1980s and 1990s. As a result of its success and growth, machine learning is evolving into a collection of related disciplines: inductive concept acquisition, analytic learning in problem solving (e.g. analogy, explanation-based learning), learning theory (e.g. PAC learning), genetic algorithms, connectionist learning, hybrid systems, and so on. CMU UseNet Seminar Announcement

Extraction by Sliding Window : 

Extraction by Sliding Window GRAND CHALLENGES FOR MACHINE LEARNING Jaime Carbonell School of Computer Science Carnegie Mellon University 3:30 pm 7500 Wean Hall Machine learning has evolved from obscurity in the 1970s into a vibrant and popular discipline in artificial intelligence during the 1980s and 1990s. As a result of its success and growth, machine learning is evolving into a collection of related disciplines: inductive concept acquisition, analytic learning in problem solving (e.g. analogy, explanation-based learning), learning theory (e.g. PAC learning), genetic algorithms, connectionist learning, hybrid systems, and so on. CMU UseNet Seminar Announcement

Extraction by Sliding Window : 

Extraction by Sliding Window GRAND CHALLENGES FOR MACHINE LEARNING Jaime Carbonell School of Computer Science Carnegie Mellon University 3:30 pm 7500 Wean Hall Machine learning has evolved from obscurity in the 1970s into a vibrant and popular discipline in artificial intelligence during the 1980s and 1990s. As a result of its success and growth, machine learning is evolving into a collection of related disciplines: inductive concept acquisition, analytic learning in problem solving (e.g. analogy, explanation-based learning), learning theory (e.g. PAC learning), genetic algorithms, connectionist learning, hybrid systems, and so on. CMU UseNet Seminar Announcement

Extraction by Sliding Window : 

Extraction by Sliding Window GRAND CHALLENGES FOR MACHINE LEARNING Jaime Carbonell School of Computer Science Carnegie Mellon University 3:30 pm 7500 Wean Hall Machine learning has evolved from obscurity in the 1970s into a vibrant and popular discipline in artificial intelligence during the 1980s and 1990s. As a result of its success and growth, machine learning is evolving into a collection of related disciplines: inductive concept acquisition, analytic learning in problem solving (e.g. analogy, explanation-based learning), learning theory (e.g. PAC learning), genetic algorithms, connectionist learning, hybrid systems, and so on. CMU UseNet Seminar Announcement

A “Naïve Bayes” Sliding Window Model : 

A “Naïve Bayes” Sliding Window Model [Freitag 1997] 00 : pm Place : Wean Hall Rm 5409 Speaker : Sebastian Thrun w t-m w t-1 w t w t+n w t+n+1 w t+n+m prefix contents suffix … …

“Naïve Bayes” Sliding Window Results : 

“Naïve Bayes” Sliding Window Results GRAND CHALLENGES FOR MACHINE LEARNING Jaime Carbonell School of Computer Science Carnegie Mellon University 3:30 pm 7500 Wean Hall Machine learning has evolved from obscurity in the 1970s into a vibrant and popular discipline in artificial intelligence during the 1980s and 1990s. As a result of its success and growth, machine learning is evolving into a collection of related disciplines: inductive concept acquisition, analytic learning in problem solving (e.g. analogy, explanation-based learning), learning theory (e.g. PAC learning), genetic algorithms, connectionist learning, hybrid systems, and so on. Domain: CMU UseNet Seminar Announcements Field F1 Person Name: 30% Location: 61% Start Time: 98%

SRV: a realistic sliding-window-classifier IE system : 

SRV: a realistic sliding-window-classifier IE system What windows to consider? all windows containing as many tokens as the shortest example, but no more tokens than the longest example How to represent a classifier? It might: Restrict the length of window; Restrict the vocabulary or formatting used before/after/inside window; Restrict the relative order of tokens; Etc… “A token followed by a 3-char numeric token just after the title” <title>Course Information for CS213</title> <h1>CS 213 C++ Programming</h1> [Frietag AAAI ‘98]

SRV: a rule-learner for sliding-window classification : 

SRV: a rule-learner for sliding-window classification Top-down rule learning: let RULES = ;; while (there are uncovered positive examples) { // construct a rule R to add to RULES let R be a rule covering all examples; while (R covers too many negative examples) { let C = argmaxC VALUE( R, R&C, uncoveredExamples) over some set of candidate conditions C let R = R - C; } let RULES = RULES + {R}; }

SRV: a rule-learner for sliding-window classification : 

SRV: a rule-learner for sliding-window classification Search metric: SRV algorithm greedily adds conditions to maximize “information gain” of R VALUE(R,R’,Data) = IData|*p ( p log p – p’ log p’) where p (p’ ) is fraction of data covered by R (R’) To prevent overfitting: rules are built on 2/3 of data, then their false positive rate is estimated with a Dirichlet on the 1/3 holdout set. Candidate conditions: …

Learning “first-order” rules : 

Learning “first-order” rules A sample “zero-th” order rule set: (tok1InTitle & tok1StartsPara & tok2triple) or (prevtok2EqCourse & prevtok1EqNumber) or … First-order “rules” can be learned the same way—with additional search to find best “condition” phrase(X) :- firstToken(X,A), not startPara(A), nextToken(A,B), triple(B) phrase(X) :- firstToken(X,A), prevToken(A,C), eq(C,’number’), prevToken(C,D), eq(D,’course’) Semantics: “p(X) :- q(X),r(X,Y),s(Y)” = “{X : exists Y : q(X) and r(X,Y) and s(Y)}”

SRV: a rule-learner for sliding-window classification : 

SRV: a rule-learner for sliding-window classification Primitive predicates used by SRV: token(X,W), allLowerCase(W), numerical(W), … nextToken(W,U), previousToken(W,V) HTML-specific predicates: inTitleTag(W), inH1Tag(W), inEmTag(W),… emphasized(W) = “inEmTag(W) or inBTag(W) or …” tableNextCol(W,U) = “U is some token in the column after the column W is in” tablePreviousCol(W,V), tableRowHeader(W,T),…

SRV: a rule-learner for sliding-window classification : 

SRV: a rule-learner for sliding-window classification Non-primitive “conditions” used by SRV: every(+X, f, c) = for all W in X : f(W)=c variables tagged “+” must be used in earlier conditions underlined values will be replaced by constants, e.g., “every(X, isCapitalized, true)” some(+X, W, <f1,…,fk>, g, c)= exists W: g(fk(…(f1(W)…))=c e.g., some(X, W, [prevTok,prevTok],inTitle,false) set of “paths” <f1,…,fk> considered grows over time. tokenLength(+X, relop, c): position(+W,direction,relop, c): e.g., tokenLength(X,>,4), position(W,fromEnd,<,2)

Utility of non-primitive conditions in greedy rule search : 

Utility of non-primitive conditions in greedy rule search Greedy search for first-order rules is hard because useful conditions can give no immediate benefit: phrase(X) Ã token(X,A), prevToken(A,B),inTitle(B), nextToken(A,C), tripleton(C)

Rapier: an alternative approach : 

Rapier: an alternative approach A bottom-up rule learner: initialize RULES to be one rule per example; repeat { randomly pick N pairs of rules (Ri,Rj); let {G1…,GN} be the consistent pairwise generalizations; let G* = argminG COST(G,RULES); let RULES = RULES + {G*} – {R’: covers(G*,R’)} } where COST(G,RULES) = size of RULES- {R’: covers(G,R’)} and “covers(G,R)” means every example matching G matches R [Califf & Mooney, AAAI ‘99]

Slide 41: 

<title>Course Information for CS213</title> <h1>CS 213 C++ Programming</h1> … <title>Syllabus and meeting times for Eng 214</title> <h1>Eng 214 Software Engineering for Non-programmers </h1>… courseNum(window1) Ã token(window1,’CS’), doubleton(‘CS’), prevToken(‘CS’,’CS213’), inTitle(‘CS213’), nextTok(‘CS’,’213’), numeric(‘213’), tripleton(‘213’), nextTok(‘213’,’C++’), tripleton(‘C++’), …. courseNum(window2) Ã token(window2,’Eng’), tripleton(‘Eng’), prevToken(‘Eng’,’214’), inTitle(‘214’), nextTok(‘Eng’,’214’), numeric(‘214’), tripleton(‘214’), nextTok(‘214’,’Software’), … courseNum(X) :- token(X,A), prevToken(A, B), inTitle(B), nextTok(A,C)), numeric(C), tripleton(C), nextTok(C,D), …

Rapier: an alternative approach : 

Rapier: an alternative approach Combines top-down and bottom-up learning Bottom-up to find common restrictions on content Top-down greedy addition of restrictions on context Use of part-of-speech and semantic features (from WORDNET). Special “pattern-language” based on sequences of tokens, each of which satisfies one of a set of given constraints < <tok2{‘ate’,’hit’},POS2{‘vb’}>, <tok2{‘the’}>, <POS2{‘nn’>>

Rapier: results – precision/recall : 

Rapier: results – precision/recall

Rapier – results vs. SRV : 

Rapier – results vs. SRV

Rule-learning approaches to sliding-window classification: Summary : 

Rule-learning approaches to sliding-window classification: Summary SRV, Rapier, and WHISK [Soderland KDD ‘97] Representations for classifiers allow restriction of the relationships between tokens, etc Representations are carefully chosen subsets of even more powerful representations based on logic programming (ILP and Prolog) Use of these “heavyweight” representations is complicated, but seems to pay off in results Can simpler representations for classifiers work?

BWI: Learning to detect boundaries : 

BWI: Learning to detect boundaries Another formulation: learn three probabilistic classifiers: START(i) = Prob( position i starts a field) END(j) = Prob( position j ends a field) LEN(k) = Prob( an extracted field has length k) Then score a possible extraction (i,j) by START(i) * END(j) * LEN(j-i) LEN(k) is estimated from a histogram [Freitag & Kushmerick, AAAI 2000]

BWI: Learning to detect boundaries : 

BWI: Learning to detect boundaries BWI uses boosting to find “detectors” for START and END Each weak detector has a BEFORE and AFTER pattern (on tokens before/after position i). Each “pattern” is a sequence of tokens and/or wildcards like: anyAlphabeticToken, anyToken, anyUpperCaseLetter, anyNumber, … Weak learner for “patterns” uses greedy search (+ lookahead) to repeatedly extend a pair of empty BEFORE,AFTER patterns

BWI: Learning to detect boundaries : 

BWI: Learning to detect boundaries Field F1 Person Name: 30% Location: 61% Start Time: 98%

Problems with Sliding Windows and Boundary Finders : 

Problems with Sliding Windows and Boundary Finders Decisions in neighboring parts of the input are made independently from each other. Naïve Bayes Sliding Window may predict a “seminar end time” before the “seminar start time”. It is possible for two overlapping windows to both be above threshold. In a Boundary-Finding system, left boundaries are laid down independently from right boundaries, and their pairing happens as a separate step.

Finite State Machines : 

Finite State Machines

Hidden Markov Models : 

Hidden Markov Models S t - 1 S t O t S t+1 O t +1 O t - 1 ... ... Finite state model Graphical model Parameters: for all states S={s1,s2,…} Start state probabilities: P(st ) Transition probabilities: P(st|st-1 ) Observation (emission) probabilities: P(ot|st ) Training: Maximize probability of training observations (w/ prior) HMMs are the standard sequence modeling tool in genomics, music, speech, NLP, … ... transitions observations o1 o2 o3 o4 o5 o6 o7 o8 Generates: State sequence Observation sequence Usually a multinomial over atomic, fixed alphabet

IE with Hidden Markov Models : 

IE with Hidden Markov Models Yesterday Lawrence Saul spoke this example sentence. Yesterday Lawrence Saul spoke this example sentence. Person name: Lawrence Saul Given a sequence of observations: and a trained HMM: Find the most likely state sequence: (Viterbi) Any words said to be generated by the designated “person name” state extract as a person name:

HMM Example: “Nymble” : 

HMM Example: “Nymble” Other examples of shrinkage for HMMs in IE: [Freitag and McCallum ‘99] Task: Named Entity Extraction Train on 450k words of news wire text. Case Language F1 . Mixed English 93% Upper English 91% Mixed Spanish 90% [Bikel, et al 1998], [BBN “IdentiFinder”] Person Org Other (Five other name classes) start-of-sentence end-of-sentence Transitionprobabilities Observationprobabilities P(st | st-1, ot-1 ) P(ot | st , st-1 ) Back-off to: Back-off to: P(st | st-1 ) P(st ) P(ot | st , ot-1 ) P(ot | st ) P(ot ) or Results:

Regrets from Atomic View of Tokens : 

Regrets from Atomic View of Tokens Would like richer representation of text: multiple overlapping features, whole chunks of text. line, sentence, or paragraph features: length is centered in page percent of non-alphabetics white-space aligns with next line containing sentence has two verbs grammatically contains a question contains links to “authoritative” pages emissions that are uncountable features at multiple levels of granularity Example word features: identity of word is in all caps ends in “-ski” is part of a noun phrase is in a list of city names is under node X in WordNet or Cyc is in bold font is in hyperlink anchor features of past & future last person name was female next two words are “and Associates”

Problems with Richer Representationand a Generative Model : 

Problems with Richer Representationand a Generative Model These arbitrary features are not independent: Overlapping and long-distance dependences Multiple levels of granularity (words, characters) Multiple modalities (words, formatting, layout) Observations from past and future HMMs are generative models of the text: Generative models do not easily handle these non-independent features. Two choices: Model the dependencies. Each state would have its own Bayes Net. But we are already starved for training data! Ignore the dependencies. This causes “over-counting” of evidence (ala naïve Bayes). Big problem when combining evidence, as in Viterbi!

Conditional Sequence Models : 

Conditional Sequence Models We would prefer a conditional model:P(s|o) instead of P(s,o): Can examine features, but not responsible for generating them. Don’t have to explicitly model their dependencies. Don’t “waste modeling effort” trying to generate what we are given at test time anyway. If successful, this answers the challenge of integrating the ability to handle many arbitrary features with the full power of finite state automata.

Locally Normalized Conditional Sequence Model : 

Locally Normalized Conditional Sequence Model S t - 1 S t O t S t+1 O t +1 O t - 1 ... ... Generative (traditional HMM) ... transitions observations S t - 1 S t O t S t+1 O t +1 O t - 1 ... ... Conditional ... transitions observations Standard belief propagation: forward-backward procedure. Viterbi and Baum-Welch follow naturally. Maximum Entropy Markov Models [McCallum, Freitag & Pereira, 2000] MaxEnt POS Tagger [Ratnaparkhi, 1996] SNoW-based Markov Model [Punyakanok & Roth, 2000]

Locally Normalized Conditional Sequence Model : 

Locally Normalized Conditional Sequence Model S t - 1 S t O t S t+1 O t +1 O t - 1 ... ... Generative (traditional HMM) ... transitions observations S t - 1 S t O t S t+1 ... ... Conditional ... transitions entire observation sequence Standard belief propagation: forward-backward procedure. Viterbi and Baum-Welch follow naturally. Maximum Entropy Markov Models [McCallum, Freitag & Pereira, 2000] MaxEnt POS Tagger [Ratnaparkhi, 1996] SNoW-based Markov Model [Punyakanok & Roth, 2000] Or, more generally: ...

Exponential Form for “Next State” Function : 

Exponential Form for “Next State” Function Overall Recipe: - Labeled data is assigned to transitions. - Train each state’s exponential model by maximum likelihood (iterative scaling or conjugate gradient). weight feature Black-box classifier st-1

Feature Functions : 

Feature Functions Yesterday Lawrence Saul spoke this example sentence. s3 s1 s2 s4 o = o1 o2 o3 o4 o5 o6 o7

Experimental Data : 

Experimental Data 38 files belonging to 7 UseNet FAQs Example: <head> X-NNTP-Poster: NewsHound v1.33 <head> Archive-name: acorn/faq/part2 <head> Frequency: monthly <head> <question> 2.6) What configuration of serial cable should I use? <answer> <answer> Here follows a diagram of the necessary connection <answer> programs to work properly. They are as far as I know <answer> agreed upon by commercial comms software developers fo <answer> <answer> Pins 1, 4, and 8 must be connected together inside <answer> is to avoid the well known serial port chip bugs. The Procedure: For each FAQ, train on one file, test on other; average.

Features in Experiments : 

Features in Experiments begins-with-number begins-with-ordinal begins-with-punctuation begins-with-question-word begins-with-subject blank contains-alphanum contains-bracketed-number contains-http contains-non-space contains-number contains-pipe contains-question-mark contains-question-word ends-with-question-mark first-alpha-is-capitalized indented indented-1-to-4 indented-5-to-10 more-than-one-third-space only-punctuation prev-is-blank prev-begins-with-ordinal shorter-than-30

Models Tested : 

Models Tested ME-Stateless: A single maximum entropy classifier applied to each line independently. TokenHMM: A fully-connected HMM with four states, one for each of the line categories, each of which generates individual tokens (groups of alphanumeric characters and individual punctuation characters). FeatureHMM: Identical to TokenHMM, only the lines in a document are first converted to sequences of features. MEMM: The Maximum Entropy Markov Model described in this talk.

Results : 

Results

From HMMs to MEMMs to CRFs : 

HMM MEMM CRF St-1 St Ot St+1 Ot+1 Ot-1 St-1 St Ot St+1 Ot+1 Ot-1 St-1 St Ot St+1 Ot+1 Ot-1 ... ... ... ... ... ... (A special case of MEMMs and CRFs.) Conditional Random Fields (CRFs) [Lafferty, McCallum, Pereira ‘2001] From HMMs to MEMMs to CRFs

Conditional Random Fields (CRFs) : 

Conditional Random Fields (CRFs) St St+1 St+2 O = Ot, Ot+1, Ot+2, Ot+3, Ot+4 St+3 St+4 Markov on s, conditional dependency on o. Hammersley-Clifford-Besag theorem stipulates that the CRFhas this form—an exponential function of the cliques in the graph. Assuming that the dependency structure of the states is tree-shaped (linear chain is a trivial tree), inference can be done by dynamic programming in time O(|o| |S|2)—just like HMMs.

General CRFs vs. HMMs : 

General CRFs vs. HMMs More general and expressive modeling technique Comparable computational efficiency Features may be arbitrary functions of any or all observations Parameters need not fully specify generation of observations; require less training data Easy to incorporate domain knowledge State means only “state of process”, vs“state of process” and “observational history I’m keeping”

Efficient Inference : 

Efficient Inference

Training CRFs : 

Training CRFs Methods: iterative scaling (quite slow) conjugate gradient (much faster) conjugate gradient with preconditioning (super fast) limited-memory quasi-Newton methods (also super fast) Complexity comparable to standard Baum-Welch [Sha & Pereira 2002]& [Malouf 2002]

Voted Perceptron Sequence Models : 

Voted Perceptron Sequence Models [Collins 2002] Like CRFs with stochastic gradient ascent and a Viterbi approximation. Avoids calculating the partition function (normalizer), Zo, but gradient ascent, not 2nd-order or conjugate gradient method. Analogous tothe gradientfor this onetraining instance

MEMM & CRF Related Work : 

MEMM & CRF Related Work Maximum entropy for language tasks: Language modeling [Rosenfeld ‘94, Chen & Rosenfeld ‘99] Part-of-speech tagging [Ratnaparkhi ‘98] Segmentation [Beeferman, Berger & Lafferty ‘99] Named entity recognition “MENE” [Borthwick, Grishman,…’98] HMMs for similar language tasks Part of speech tagging [Kupiec ‘92] Named entity recognition [Bikel et al ‘99] Other Information Extraction [Leek ‘97], [Freitag & McCallum ‘99] Serial Generative/Discriminative Approaches Speech recognition [Schwartz & Austin ‘93] Reranking Parses [Collins, ‘00] Other conditional Markov models Non-probabilistic local decision models [Brill ‘95], [Roth ‘98] Gradient-descent on state path [LeCun et al ‘98] Markov Processes on Curves (MPCs) [Saul & Rahim ‘99] Voted Perceptron-trained FSMs [Collins ’02]

Part-of-speech Tagging : 

Part-of-speech Tagging The asbestos fiber , crocidolite, is unusually resilient once it enters the lungs , with even brief exposures to it causing symptoms that show up decades later , researchers said . DT NN NN , NN , VBZ RB JJ IN PRP VBZ DT NNS , IN RB JJ NNS TO PRP VBG NNS WDT VBP RP NNS JJ , NNS VBD . 45 tags, 1M words training data, Penn Treebank Using spelling features* * use words, plus overlapping features: capitalized, begins with #, contains hyphen, ends in -ing, -ogy, -ed, -s, -ly, -ion, -tion, -ity, -ies. [Pereira 2001 personal comm.]

Person name Extraction : 

Person name Extraction [McCallum 2001, unpublished]

Person name Extraction : 

Person name Extraction

Features in Experiment : 

Features in Experiment Capitalized Xxxxx Mixed Caps XxXxxx All Caps XXXXX Initial Cap X…. Contains Digit xxx5 All lowercase xxxx Initial X Punctuation .,:;!(), etc Period . Comma , Apostrophe ‘ Dash - Preceded by HTML tag Character n-gram classifier says string is a person name (80% accurate) In stopword list(the, of, their, etc) In honorific list(Mr, Mrs, Dr, Sen, etc) In person suffix list(Jr, Sr, PhD, etc) In name particle list (de, la, van, der, etc) In Census lastname list;segmented by P(name) In Census firstname list;segmented by P(name) In locations lists(states, cities, countries) In company name list(“J. C. Penny”) In list of company suffixes(Inc, & Associates, Foundation) Hand-built FSM person-name extractor says yes, (prec/recall ~ 30/95) Conjunctions of all previous feature pairs, evaluated at the current time step. Conjunctions of all previous feature pairs, evaluated at current step and one step ahead. All previous features, evaluated two steps ahead. All previous features, evaluated one step behind. Total number of features = ~200k

Training and Testing : 

Training and Testing Trained on 65469 words from 85 pages, 30 different companies’ web sites. Training takes 4 hours on a 1 GHz Pentium. Training precision/recall is 96% / 96%. Tested on different set of web pages with similar size characteristics. Testing precision is 92 – 95%, recall is 89 – 91%.

Chinese Word Segmentation : 

Chinese Word Segmentation Trained on 800 segmented sentences from UPenn Chinese Treebank. Training time: ~2 hours with L-BFGS. Training F1: 99.4% Testing F1: 99.3% Previous top contendors’ F1: ~85-95% [McCallum & Feng, to appear]

Inducing State-Transition Structure : 

Inducing State-Transition Structure [Chidlovskii, 2000] K-reversiblegrammars

Limitations of HMM/CRF models : 

Limitations of HMM/CRF models HMM/CRF models have a linear structure Web documents have a hierarchical structure Are we suffering by not modeling this structure more explicitly? How can one learn a hierarchical extraction model? Coming up: STALKER, a hierarchical wrapper-learner But first: how do we train wrapper-learners?

Tree-based Models : 

Tree-based Models

Slide 81: 

Extracting from one web site Use site-specific formatting information: e.g., “the JobTitle is a bold-faced paragraph in column 2” For large well-structured sites, like parsing a formal language Extracting from many web sites: Need general solutions to entity extraction, grouping into records, etc. Primarily use content information Must deal with a wide range of ways that users present data. Analogous to parsing natural language Problems are complementary: Site-dependent learning can collect training data for a site-independent learner Site-dependent learning can boost accuracy of a site-independent learner on selected key sites

STALKER: Hierarchical boundary finding : 

STALKER: Hierarchical boundary finding Main idea: To train a hierarchical extractor, pose a series of learning problems, one for each node in the hierarchy At each stage, extraction is simplified by knowing about the “context.” [Muslea,Minton & Knoblock 99]

Slide 89: 

(BEFORE=(:), AFTER=null)

Slide 90: 

(BEFORE=(:), AFTER=null)

Slide 91: 

(BEFORE=(:), AFTER=null)

Stalker: hierarchical decomposition of two web sites : 

Stalker: hierarchical decomposition of two web sites

Stalker: summary and results : 

Stalker: summary and results Rule format: “landmark automata” format for rules which extended BWI’s format E.g.: <a>W. Cohen</a> CMU: Web IE </li> BWI: BEFORE=(<, /, a,>, ANY, :) STALKER: BEGIN = SkipTo(<, /, a, >), SkipTo(:) Top-down rule learning algorithm Carefully chosen ordering between types of rule specializations Very fast learning: e.g. 8 examples vs. 274 A lesson: we often control the IE training data!

Why low sample complexity is important in “wrapper learning” : 

Why low sample complexity is important in “wrapper learning” At training time, only four examples are available—but one would like to generalize to future pages as well…

“Wrapster”: a hybrid approach to representing wrappers : 

“Wrapster”: a hybrid approach to representing wrappers Common representations for web pages include: a rendered image a DOM tree (tree of HTML markup & text) gives some of the power of hierarchical decomposition a sequence of tokens a bag of words, a sequence of characters, a node in a directed graph, . . . Questions: How can we engineer a system to generalize quickly? How can we explore representational choices easily? [Cohen,Jensen&Hurst WWW02]

Wrapster architecture : 

Wrapster architecture Bias is an ordered set of “builders”. Builders are simple “micro-learners”. A single master algorithm co-ordinates learning. Hybrid top-down/bottom-up rule learning Terminology: Span: substring of page, created by a predicate Predicate: subset of span£span, created by a builder Builder: a “micro-learner”, created by hand

Wrapster predicates : 

Wrapster predicates A predicate is a binary relation on spans: p(s; t) means that t is extracted from s. Membership in a predicate can be tested: – Given (s,t), is p(s,t) true? Predicates can be executed: – EXECUTE(s,t) = { t : p(s,t) }

Example Wrapster predicate : 

Example Wrapster predicate http://wasBang.org/aboutus.html WasBang.com contact info: Currently we have offices in two locations: Pittsburgh, PA Provo, UT html head body p p ul li li a a “Pittsburgh, PA” “Provo, UT” “WasBang.com .. info:” “Currently..” …

Example Wrapster predicate : 

Example Wrapster predicate Example: p(s1,s2) iff s2 are the tokens below an li node inside a ul node inside s1. EXECUTE(p,s1) extracts – “Pittsburgh, PA” – “Provo, UT” http://wasBang.org/aboutus.html WasBang.com contact info: Currently we have offices in two locations: Pittsburgh, PA Provo, UT

Wrapster builders : 

Wrapster builders Builders are based on simple, restricted languages, for example: Ltagpath: p is defined by tag1,…,tagk and ptag1,…,tagk(s1,s2) is true iff s1 and s2 correspond to DOM nodes and s2 is reached from s1 by following a path ending in tag1,…,tagk EXECUTE(pul,li,s1) = {“Pittsburgh,PA”, “Provo, UT”} Lbracket: p is defined by a pair of strings (l,r), and pl,r(s1,s2) is true iff s2 is preceded by l and followed by r. EXECUTE(pin,locations,s1) = {“two”}

Wrapster builders : 

Wrapster builders For each language L there is a builder B which implements: LGG( positive examples of p(s1,s2)): least general p in L that covers all the positive examples (like pairwise generalization) For Lbracket, longest common prefix and suffix of the examples. REFINE(p, examples ): a set of p’s that cover some but not all of the examples. For Ltagpath, extend the path with one additional tag that appears in the examples. Builders/languages can be combined: E.g. to construct a builder for (L1 and L2) or (L1 composeWith L2)

Wrapster builders - examples : 

Wrapster builders - examples Compose `tagpaths’ and `brackets’ E.g., “extract strings between ‘(‘ and ‘)’ inside a list item inside an unordered list” Compose `tagpaths’ and language-based extractors E.g., “extract city names inside the first paragraph” Extract items based on position inside a rendered table, or properties of the rendered text E.g., “extract items inside any column headed by text containing the words ‘Job’ and ‘Title’” E.g. “extract items in boldfaced italics”

Composing builders : 

Composing builders Composing builders for Ltagpath and Lbracket. LGG of the locations would be (ptags composeWith pL,R ) where tags = ul,li L = “(“ R = “)” Jobs at WasBang.com: Call (888)-555-1212 now to apply! Webmaster (New York). Perl, servlets essential. Librarian (Pittsburgh). MLS required. Ski Instructor (Vancouver). Snowboarding skills also useful.

Composing builders – structural/global : 

Composing builders – structural/global Composing builders for Ltagpath and Lcity Lcity = {pcity} where pcity(s1,s2) iff s2 is a city name inside of s2. LGG of the locations would be ptags composeWith pcity Jobs at WasBang.com: Call Alberta Hill at 1-888-555-1212 now to apply! Webmaster (New York). Perl, servlets essential. Librarian (Pittsburgh). MLS required. Ski Instructor (Vancouver). Snowboarding skills also useful.

Table-based builders : 

Table-based builders How to represent “links to pages about singers”? Builders can be based on a geometric view of a page.

Wrapster results : 

Wrapster results F1 #examples

Wrapster results : 

Wrapster results Examples needed for 100% accuracy

Site-dependent vs. site-independent IE : 

Site-dependent vs. site-independent IE When is formatting information useful? On a single site, format is extremely consistent. Across many sites, format can vary widely. Can we improve a site-independent classifier using site-dependent format features? For instance: “Smooth” predictions toward ones that are locally consistent with formatting. Learn a “wrapper” from “noisy” labels given by a site-independent IE system. First step: obtaining features from the builders

Feature construction using builders : 

Feature construction using builders - Let D be the set of all positive examples. Generate many small training sets Di from D, by sliding small windows over D. - Let P be the set of all predicates found by any builder from any subset Di. - For each predicate p, add a new feature fp that is true for exactly those x2 D that are extracted from their containing page by p.

Slide 110: 

List1

Slide 111: 

List2

Slide 112: 

List3

Learning Formatting Patterns “On the Fly”:“Scoped Learning” : 

Learning Formatting Patterns “On the Fly”:“Scoped Learning” [Bagnell, Blei, McCallum, 2002] Formatting is regular on each site, but there are too many different sites to wrap. Can we get the best of both worlds?

Scoped Learning Generative Model : 

Scoped Learning Generative Model For each of the D documents: Generate the multinomial formatting feature parameters f from p(f|a) For each of the N words in the document: Generate the nth category cn from p(cn). Generate the nth word (global feature) from p(wn|cn,q) Generate the nth formatting feature (local feature) from p(fn|cn,f) w f c f N D a q

Inference : 

Inference Given a new web page, we would like to classify each wordresulting in c = {c1, c2,…, cn} This is not feasible to compute because of the integral andsum in the denominator. We experimented with twoapproximations: - MAP point estimate of f - Variational inference

MAP Point Estimate : 

MAP Point Estimate If we approximate f with a point estimate, f, then the integral disappears and c decouples. We can then label each word with: E-step: M-step: A natural point estimate is the posterior mode: a maximum likelihood estimate for the local parameters given the document in question: ^

Slide 118: 

Global Extractor: Precision = 46%, Recall = 75%

Slide 119: 

Scoped Learning Extractor: Precision = 58%, Recall = 75% D Error = -22%

Broader View : 

Broader View Create ontology Segment Classify Associate Cluster Load DB Spider Query, Search Data mine IE Documentcollection Database Filter by relevance Label training data Train extraction models Up to now we have been focused on segmentation and classification

Broader View : 

Broader View Create ontology Segment Classify Associate Cluster Load DB Spider Query, Search Data mine IE Tokenize Documentcollection Database Filter by relevance Label training data Train extraction models Now touch on some other issues 1 1 2 3 4 5

(1) Association as Binary Classification : 

(1) Association as Binary Classification [Zelenko et al, 2002] Sebastian Thrun conferred with Sue Becker, the NIPS*2002 General Chair. Person-Role (Sebastian Thrun, NIPS*2002 General Chair)  NO Person-Role ( Sue Becker, NIPS*2002 General Chair)  YES Person Person Role Do this with SVMs and tree kernels over parse trees.

(1) Association with Finite State Machines : 

(1) Association with Finite State Machines [Ray & Craven, 2001] … This enzyme, UBC6, localizes to the endoplasmic reticulum, with the catalytic domain facing the cytosol. … DET this N enzyme N ubc6 V localizes PREP to ART the ADJ endoplasmic N reticulum PREP with ART the ADJ catalytic N domain V facing ART theN cytosol Subcellular-localization (UBC6, endoplasmic reticulum)

(1) Association using Parse Tree : 

(1) Association using Parse Tree [Miller et al 2000] Simultaneously POS tag, parse, extract & associate! Increase space of parse constitutes to includeentity and relation tags Notation Description . ch head constituent category cm modifier constituent category Xp X of parent node t POS tag w word Parameters e.g. . P(ch|cp) P(vp|s) P(cm|cp,chp,cm-1,wp) P(per/np|s,vp,null,said) P(tm|cm,th,wh) P(per/nnp|per/np,vbd,said) P(wm|cm,tm,th,wh) P(nance|per/np,per/nnp,vbd,said) (This is also a great exampleof extraction using a tree model.)

(1) Association with Graphical Models : 

(1) Association with Graphical Models [Roth & Yih 2002] Capture arbitrary-distance dependencies among predictions.

(1) Association with Graphical Models : 

(1) Association with Graphical Models [Roth & Yih 2002] Also capture long-distance dependencies among predictions. Local languagemodels contributeevidence to entityclassification. Random variableover the class ofentity #1, e.g. over{person, location,…} Local languagemodels contributeevidence to relationclassification. Random variableover the class ofrelation between entity #2 and #1, e.g. over {lives-in, is-boss-of,…} Dependencies between classesof entities and relations! Inference with loopy belief propagation. person? person lives-in

(1) Association with Graphical Models : 

(1) Association with Graphical Models [Roth & Yih 2002] Also capture long-distance dependencies among predictions. Local languagemodels contributeevidence to entityclassification. Random variableover the class ofentity #1, e.g. over{person, location,…} Local languagemodels contributeevidence to relationclassification. Random variableover the class ofrelation between entity #2 and #1, e.g. over {lives-in, is-boss-of,…} Dependencies between classesof entities and relations! Inference with loopy belief propagation. location person lives-in

(1) Association of records from the web : 

(1) Association of records from the web Toys.com Company InfoKitesBicycles … Company Info Location: Oregon Kites Box Kite $100 Stunt Kite $300 Box Kite Great for kidsDetailed specs Order Info Call:1-800-FLY-KITE Stunt Kite Lots of fun Detailed specs Specs Color: blueSize: small Specs Color: redSize: big Name: Box Kite Company: Toys.comLocation: OregonOrder: 1-800-FLY-KITECost: $100Description: Great for kidsColor: blueSize: small Name: Stunt Kite Company: Toys.comLocation: OregonOrder: 1-800-FLY-KITECost: $300Description: Lots of funColor: redSize: big 5 label types sufficient for modeling 500 sites [Jensen & Cohen, 2001]

Broader View : 

Broader View Create ontology Segment Classify Associate Cluster Load DB Spider Query, Search Data mine IE Tokenize Documentcollection Database Filter by relevance Label training data Train extraction models Now touch on some other issues 1 1 2 3 4 5

(2) Clustering for Reference Matching and De-duplication : 

(2) Clustering for Reference Matching and De-duplication [Borthwick, 2000] Learn Pr ({duplicate, not-duplicate} | record1, record2)with a Maximum Entropy classifier. Do greedy agglomerative clustering using this Probability as a distance metric.

(2) Clustering for Reference Matching and De-duplication : 

(2) Clustering for Reference Matching and De-duplication Efficiently clustering large data sets by pre-clustering with a cheap distance metric. [McCallum, Nigam & Ungar, 2000] Learn a better distance metric. [Cohen & Richman, 2002] Don’t simply merge greedily: capture dependencies among multiple merges. [Pasula, Marthi, Milch, Russell, Shpitser,NIPS 2002]

Broader View : 

Broader View Create ontology Segment Classify Associate Cluster Load DB Spider Query, Search Data mine IE Tokenize Documentcollection Database Filter by relevance Label training data Train extraction models Now touch on some other issues 1 1 2 3 4 5

(3) Automatically Inducing an Ontology : 

(3) Automatically Inducing an Ontology [Riloff, ‘95] Heuristic “interesting” meta-patterns. (1) (2) Two inputs:

(3) Automatically Inducing an Ontology : 

(3) Automatically Inducing an Ontology [Riloff, ‘95] Subject/Verb/Objectpatterns that occurmore often in therelevant documentsthan the irrelevantones.

Broader View : 

Broader View Create ontology Segment Classify Associate Cluster Load DB Spider Query, Search Data mine IE Tokenize Documentcollection Database Filter by relevance Label training data Train extraction models Now touch on some other issues 1 1 2 3 4 5

(4) Training IE Models using Unlabeled Data : 

(4) Training IE Models using Unlabeled Data [Collins & Singer, 1999] See also [Brin 1998], [Riloff & Jones 1999] …says Mr. Cooper, a vice president of … Use two independent sets of features: Contents: full-string=Mr._Cooper, contains(Mr.), contains(Cooper) Context: context-type=appositive, appositive-head=president NNP NNP appositive phrase, head=president full-string=New_York  Location fill-string=California  Location full-string=U.S.  Location contains(Mr.)  Person contains(Incorporated)  Organization full-string=Microsoft  Organization full-string=I.B.M.  Organization 1. Start with just seven rules: and ~1M sentences of NYTimes 2. Alternately train & label using each feature set. 3. Obtain 83% accuracy at finding person, location, organization & other in appositives and prepositional phrases!

Broader View : 

Broader View Create ontology Segment Classify Associate Cluster Load DB Spider Query, Search Data mine IE Tokenize Documentcollection Database Filter by relevance Label training data Train extraction models Now touch on some other issues 1 1 2 3 4 5

(5) Data Mining: Working with IE Data : 

(5) Data Mining: Working with IE Data Some special properties of IE data: It is based on extracted text It is “dirty”, (missing extraneous facts, improperly normalized entity names, etc. May need cleaning before use What operations can be done on dirty, unnormalized databases? Query it directly with a language that has “soft joins” across similar, but not identical keys. [Cohen 1998] Construct features for learners [Cohen 2000] Infer a “best” underlying clean database [Cohen, Kautz, MacAllester, KDD2000]

(5) Data Mining: Mutually supportive IE and Data Mining : 

(5) Data Mining: Mutually supportive IE and Data Mining [Nahm & Mooney, 2000] Extract a large database Learn rules to predict the value of each field from the other fields. Use these rules to increase the accuracy of IE. Example DB record Sample Learned Rules platform:AIX & !application:Sybase & application:DB2 application:Lotus Notes language:C++ & language:C & application:Corba & title=SoftwareEngineer  platform:Windows language:HTML & platform:WindowsNT & application:ActiveServerPages area:Database Language:Java & area:ActiveX & area:Graphics  area:Web

Wrap-up : 

Wrap-up

IE Resources : 

IE Resources Data RISE, http://www.isi.edu/~muslea/RISE/index.html Linguistic Data Consortium (LDC) Penn Treebank, Named Entities, Relations, etc. http://www.biostat.wisc.edu/~craven/ie http://www.cs.umass.edu/~mccallum/data Code TextPro, http://www.ai.sri.com/~appelt/TextPro MALLET, http://www.cs.umass.edu/~mccallum/mallet Both http://www.cis.upenn.edu/~adwait/penntools.html http://www.cs.umass.edu/~mccallum/ie

Where from Here? : 

Where from Here? Science Higher accuracy, integration with IE’s consumers. Scoped Learning, Minimizing labeled data needs, unified models of all four of IE’s components. Multi-modal IE: text, images, video, audio. Multi-lingual. Profit SRA, Inxight, Fetch, Mohomine, Cymfony,… you? Bio-informatics, Intelligent Tutors, Information Overload, Anti-terrorism Fun Search engines that return “things” instead of “pages” (people, companies, products, universities, courses…) New insights by mining previously untapped knowledge.

Acknowledgments : 

Acknowledgments …

References : 

References [Bikel et al 1997] Bikel, D.; Miller, S.; Schwartz, R.; and Weischedel, R. Nymble: a high-performance learning name-finder. In Proceedings of ANLP’97, p194-201. [Califf & Mooney 1999], Califf, M.E.; Mooney, R.: Relational Learning of Pattern-Match Rules for Information Extraction, in Proceedings of the Sixteenth National Conference on Artificial Intelligence (AAAI-99). [Cohen, Hurst, Jensen, 2002] Cohen, W.; Hurst, M.; Jensen, L.: A flexible learning system for wrapping tables and lists in HTML documents. Proceedings of The Eleventh International World Wide Web Conference (WWW-2002) [Cohen, Kautz, McAllester 2000] Cohen, W; Kautz, H.; McAllester, D.: Hardening soft information sources. Proceedings of the Sixth International Conference on Knowledge Discovery and Data Mining (KDD-2000). [Cohen, 1998] Cohen, W.: Integration of Heterogeneous Databases Without Common Domains Using Queries Based on Textual Similarity, in Proceedings of ACM SIGMOD-98. [Cohen, 2000a] Cohen, W.: Data Integration using Similarity Joins and a Word-based Information Representation Language, ACM Transactions on Information Systems, 18(3). [Cohen, 2000b] Cohen, W. Automatically Extracting Features for Concept Learning from the Web, Machine Learning: Proceedings of the Seventeeth International Conference (ML-2000). [Collins & Singer 1999] Collins, M.; and Singer, Y. Unsupervised models for named entity classification. In Proceedings of the Joint SIGDAT Conference on Empirical Methods in Natural Language Processing and Very Large Corpora, 1999. [De Jong 1982] De Jong, G. An Overview of the FRUMP System. In: Lehnert, W. & Ringle, M. H. (eds), Strategies for Natural Language Processing. Larence Erlbaum, 1982, 149-176. [Freitag 98] Freitag, D: Information extraction from HTML: application of a general machine learning approach, Proceedings of the Fifteenth National Conference on Artificial Intelligence (AAAI-98). [Freitag, 1999], Freitag, D. Machine Learning for Information Extraction in Informal Domains. Ph.D. dissertation, Carnegie Mellon University. [Freitag 2000], Freitag, D: Machine Learning for Information Extraction in Informal Domains, Machine Learning 39(2/3): 99-101 (2000). Freitag & Kushmerick, 1999] Freitag, D; Kushmerick, D.: Boosted Wrapper Induction. Proceedings of the Sixteenth National Conference on Artificial Intelligence (AAAI-99) [Freitag & McCallum 1999] Freitag, D. and McCallum, A. Information extraction using HMMs and shrinakge. In Proceedings AAAI-99 Workshop on Machine Learning for Information Extraction. AAAI Technical Report WS-99-11. [Kushmerick, 2000] Kushmerick, N: Wrapper Induction: efficiency and expressiveness, Artificial Intelligence, 118(pp 15-68). [Lafferty, McCallum & Pereira 2001] Lafferty, J.; McCallum, A.; and Pereira, F., Conditional Random Fields: Probabilistic Models for Segmenting and Labeling Sequence Data, In Proceedings of ICML-2001. [Leek 1997] Leek, T. R. Information extraction using hidden Markov models. Master’s thesis. UC San Diego. [McCallum, Freitag & Pereira 2000] McCallum, A.; Freitag, D.; and Pereira. F., Maximum entropy Markov models for information extraction and segmentation, In Proceedings of ICML-2000 [Miller et al 2000] Miller, S.; Fox, H.; Ramshaw, L.; Weischedel, R. A Novel Use of Statistical Parsing to Extract Information from Text. Proceedings of the 1st Annual Meeting of the North American Chapter of the ACL (NAACL), p. 226 - 233.

References : 

References [Muslea et al, 1999] Muslea, I.; Minton, S.; Knoblock, C. A.: A Hierarchical Approach to Wrapper Induction. Proceedings of Autonomous Agents-99. [Muslea et al, 2000] Musclea, I.; Minton, S.; and Knoblock, C. Hierarhical wrapper induction for semistructured information sources. Journal of Autonomous Agents and Multi-Agent Systems. [Nahm & Mooney, 2000] Nahm, Y.; and Mooney, R. A mutually beneficial integration of data mining and information extraction. In Proceedings of the Seventeenth National Conference on Artificial Intelligence, pages 627--632, Austin, TX. [Punyakanok & Roth 2001] Punyakanok, V.; and Roth, D. The use of classifiers in sequential inference. Advances in Neural Information Processing Systems 13. [Ratnaparkhi 1996] Ratnaparkhi, A., A maximum entropy part-of-speech tagger, in Proc. Empirical Methods in Natural Language Processing Conference, p133-141. [Ray & Craven 2001] Ray, S.; and Craven, Ml. Representing Sentence Structure in Hidden Markov Models for Information Extraction. Proceedings of the 17th International Joint Conference on Artificial Intelligence, Seattle, WA. Morgan Kaufmann. [Soderland 1997]: Soderland, S.: Learning to Extract Text-Based Information from the World Wide Web. Proceedings of the Third International Conference on Knowledge Discovery and Data Mining (KDD-97). [Soderland 1999] Soderland, S. Learning information extraction rules for semi-structured and free text. Machine Learning, 34(1/3):233-277.