1 / 5

Stanford Events Crawler

This presentation discusses the Stanford Events Crawler, a system designed to extract and classify event data efficiently. It features advanced techniques such as decision tree classifiers, hand-written rules for field extraction, and normalization processes for date, time, and building names. The system enables extraction at a rate of 10 events per second, utilizing LR wrappers and segmentation for emails. Key fields extracted include title, location, category, contact information, and more. The talk also covers free text search capabilities with Lucene for enhanced data retrieval.

selma
Télécharger la présentation

Stanford Events Crawler

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Stanford Events Crawler Zoe Chu Michael Tung

  2. Architectural Overview Crawler Event? classifier http web nntp newsgroup pop Extractor mailing list backend frontend Event tuple DBMS Presentation layer User Applications Notification

  3. Crawling/Classification • Event pages • Index and detail pages • 10 events/sec

  4. Extraction/Normalization • LR Wrappers • Segmentation for email – decision tree classifier • Hand written rules for field extraction • Date & Time Normalization • Building Normalization • Edit distance against a lexicon of Stanford building names • Free text search - Lucene

  5. Which fields? • Title • Date • Time • Location • Category • Sponsor • Contact info • Admission/fees • Speaker • Food • Description • Building • X,Y physical coordinates • Picture of building • Map • Nearby buildings

More Related