1 / 12

Over9K

Over9K. Alex Meng Chunshi Jin Elliott Conant Jonathan Fung. Agenda. What is Over9K about Architecture Crawler IE/Classifier Web Interface Summary. What is Over9K about?.

devaki
Download Presentation

Over9K

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. Over9K Alex Meng Chunshi Jin Elliott Conant Jonathan Fung

  2. Agenda • What is Over9K about • Architecture • Crawler • IE/Classifier • Web Interface • Summary

  3. What is Over9K about? • Original Goal: A system to predict stock’s future volatility based on the news and information gathered from Internet. • Over ambitious because of ignorant. • What we have done: extract information/events which may affect the volatility of stocks . User can search and browse it.

  4. Events to Extract • Reorganization • Bankruptcy • Product release • Earning report

  5. Architecture Web Interface MySQL IE/Classifier Internet Crawler

  6. Crawler • Based on nutch • Crawled web sites: • …

  7. IE/Classifier • Tried several systems for IE • Gate • OpenCalais • CRF++ • Classifier • Mallet

  8. Comparison of IE tools • OpenCalais: • Web service. Easy to use. No machine learning process. • Not extensible • Fairly good precision/recall • Gate: • ANNIE( a Nearly New IE system ): • Tokenizer, Sentence Splitter, POSTagger, Gazetteer, NE • JAPE: Gate’s rule engine. • Extensible with JAPE. Easy to use for its regex like syntax. Deterministic behavior. • High precision/recall for defined patterns, low for undefined patterns.

  9. Comparison of IE tools (cont.) • CRF++ • Need tools to preprocess content: • HTML to text • POS Tag/NE (Stanford NLP library) • Extract other features when necessary • Convert file to the required train/test format of CRF++ • Template file to define dependencies of feature and label. • Labeling training set is laborious • Fairly good precision/recall. “Intelligence” may emerge. • Need big set of training set.

  10. Web Interface

  11. Lessons and Thoughts • A realistic goal is critical. • Right tools are important. • Future Improvement • Controlled crawling • Improve feature extraction qualities: POSTagger/NE etc.

  12. Q&A Thanks!

More Related