🕷️ Crawler Inspector

URL Lookup

Direct Parameter Lookup

Raw Queries and Responses

1. Shard Calculation

Query:
Response:
Calculated Shard: 115 (from laksa055)

2. Crawled Status Check

Query:
Response:

3. Robots.txt Check

Query:
Response:

4. Spam/Ban Check

Query:
Response:

5. Seen Status Check

ℹ️ Skipped - page is already crawled

📄
INDEXABLE
✅
CRAWLED
15 days ago
🤖
ROBOTS ALLOWED

Page Info Filters

FilterStatusConditionDetails
HTTP statusPASSdownload_http_code = 200HTTP 200
Age cutoffPASSdownload_stamp > now() - 6 MONTH0.5 months ago
History dropPASSisNull(history_drop_reason)No drop reason
Spam/banPASSfh_dont_index != 1 AND ml_spam_score = 0ml_spam_score=0
CanonicalPASSmeta_canonical IS NULL OR = '' OR = src_unparsedNot set

Page Details

PropertyValue
URLhttps://conferences.oreilly.com/strata/strata-ca-2019/public/schedule/detail/72931.html
Last Crawled2026-04-06 21:27:53 (15 days ago)
First Indexed2020-08-21 14:40:43 (5 years ago)
HTTP Status Code200
Content
Meta TitleNLP from scratch: Solving the cold start problem for natural language processing: Big data conference & machine learning training | Strata Data
Meta DescriptionHow do you train a machine learning model with no training data? Michael Johnson and Norris Heintzelman share their journey implementing multiple solutions to bootstrapping training data in the NLP domain, covering topics including weak supervision, building an active learning framework, and annotation adjudication for named-entity recognition.
Meta Canonicalnull
Boilerpipe Text
Description Unstructured data in the form of documents, web pages, and social media interactions is an ever-growing, ever-more valuable data source for addressing present business problems, from exploring brand sentiment to identifying sensitive information in internal documents. Unfortunately, the classification and annotation algorithms behind solving these problems often require significant amounts of labeled training data to produce desired accuracy. Michael Johnson and Norris Heintzelman share several techniques they’ve implemented to build classification and NER models from scratch. They lead a tour through this space as it applies to NLP and demonstrate their approach and architecture for the following techniques: Weak supervision for news documents: Using rules base classification alongside deep learning system for text classification Active learning and human in the loop: Explaining how breakthroughs in transfer learning for NLP have impacted their active learning framework for building an LSTM -based relevance model Creative training sets: Identifying and cleaning already-labeled datasets, training classifier on “only” positive examples NER adjudication: Combining knowledge from several annotation sources that leverages the strengths of each source For each of these topics, Michael and Norris outline the theoretical foundation, the implementation architecture, and tools used and discuss the problems they encountered—so you can avoid making the same mistakes.
Markdown
☰ - [Schedule](https://conferences.oreilly.com/strata/strata-ca-2019/public/schedule/full.html) - [Training](https://conferences.oreilly.com/strata/strata-ca-2019/public/schedule/stype/1334.html) - [Speakers](https://conferences.oreilly.com/strata/strata-ca-2019/public/schedule/speakers.html) - [Sponsors](https://conferences.oreilly.com/strata/strata-ca-2019/public/content/sponsors.html) - [Events](https://conferences.oreilly.com/strata/strata-ca-2019/public/schedule/stype/1335.html) - [About](https://conferences.oreilly.com/strata/strata-ca-2019/public/content/about.html) - [Account](https://conferences.oreilly.com/strata/strata-ca-2019/user/account.html) San Francisco[London](https://conferences.oreilly.com/strata/strata-eu)[New York](https://conferences.oreilly.com/strata/strata-ny) [![Strata Data Conference](https://conferences.oreilly.com/strata/strata-ca-2019/cdn.oreillystatic.com/en/assets/1/eventseries/23/strataconf_svg_logo_rev.svg)](https://conferences.oreilly.com/strata/strata-ca-2019.html) Presented By O’Reilly + Cloudera Make Data Work March 25-28, 2019 San Francisco, CA Please log in [![Add to your personal schedule](https://conferences.oreilly.com/images/personal-schedule-icon.png)Add to Your Schedule](https://conferences.oreilly.com/strata/strata-ca-2019/public/schedule/add/72931%3Ftype=Proposal.html "Add to your personal schedule") # NLP from scratch: Solving the cold start problem for natural language processing [Michael Johnson](https://conferences.oreilly.com/strata/strata-ca-2019/public/schedule/speaker/308246.html) (Lockheed Martin), [Norris Heintzelman](https://conferences.oreilly.com/strata/strata-ca-2019/public/schedule/speaker/332388.html) (Lockheed Martin) 11:50am–12:30pm Wednesday, March 27, 2019 [Data Science, Machine Learning & AI](https://conferences.oreilly.com/strata/strata-ca-2019/public/schedule/topic/2843.html) Location: 2010 Secondary topics: [Text and Language processing and analysis](https://conferences.oreilly.com/strata/strata-ca-2019/public/schedule/stopic/2990.html) Average rating: ![\*](https://conferences.oreilly.com/images/rating-on.gif)![\*](https://conferences.oreilly.com/images/rating-on.gif)![\*](https://conferences.oreilly.com/images/rating-on.gif)![\*](https://conferences.oreilly.com/images/rating-on.gif)![.](https://conferences.oreilly.com/images/rating-off.gif) (4.60, 15 ratings) ![](https://conferences.oreilly.com/strata/strata-ca-2019/cdn.oreillystatic.com/en/assets/1/eventprovider/1/test_slide_icon.jpg) [Download slides (PPTX)](https://conferences.oreilly.com/strata/strata-ca-2019/cdn.oreillystatic.com/en/assets/1/event/290/NLP%20from%20scratch_%20Solving%20the%20cold%20start%20problem%20for%20natural%20language%20processing%20Presentation.pptx) ## Who is this presentation for? - Machine learning practitioners, data scientists, and business analysts ## Level Intermediate ## Prerequisite knowledge - Familiarity with machine learning and NLP (useful but not required) ## What you'll learn - Explore cutting-edge techniques for building machine learning models from scratch in the NLP domain - Understand how to frame a business problem as an NLP problem - Learn strategies for getting a solution off the ground - Discover mistakes made in the process and how to avoid them ## Description Unstructured data in the form of documents, web pages, and social media interactions is an ever-growing, ever-more valuable data source for addressing present business problems, from exploring brand sentiment to identifying sensitive information in internal documents. Unfortunately, the classification and annotation algorithms behind solving these problems often require significant amounts of labeled training data to produce desired accuracy. Michael Johnson and Norris Heintzelman share several techniques they’ve implemented to build classification and NER models from scratch. They lead a tour through this space as it applies to NLP and demonstrate their approach and architecture for the following techniques: - Weak supervision for news documents: Using rules base classification alongside deep learning system for text classification - Active learning and human in the loop: Explaining how breakthroughs in transfer learning for NLP have impacted their active learning framework for building an LSTM\-based relevance model - Creative training sets: Identifying and cleaning already-labeled datasets, training classifier on “only” positive examples - NER adjudication: Combining knowledge from several annotation sources that leverages the strengths of each source For each of these topics, Michael and Norris outline the theoretical foundation, the implementation architecture, and tools used and discuss the problems they encountered—so you can avoid making the same mistakes. ![Photo of Michael Johnson](https://conferences.oreilly.com/strata/strata-ca-2019/cdn.oreillystatic.com/en/assets/1/eventprovider/1/_@user_308246.jpg) ## Michael Johnson #### Lockheed Martin Michael Johnson is a senior data scientist at Lockheed Martin. He has done data science and analytics in fields including manufacturing optimization, semiconductor reliability, and human resources-focused time series forecasting and simulation. He has recently been focused on how to apply cutting-edge deep learning algorithms to NLP domains. ![Photo of Norris Heintzelman](https://conferences.oreilly.com/strata/strata-ca-2019/cdn.oreillystatic.com/en/assets/1/eventprovider/1/_@user_332388.jpg) ## Norris Heintzelman #### Lockheed Martin Norris Heintzelman is a senior research and data scientist with 19 years’ real-world experience converting data into knowledge—that is, 19 years’ experience in many areas of natural language processing, knowledge systems, cleaning and normalizing messy data, and rigorous accuracy measurement. Norris has published several papers in the fields of health informatics and general knowledge management. She has worked for Lockheed Martin for a very long time, in multiple business areas, from public sector contracts to advanced R\&D to internal business process support. An alumna of both Temple University and the University of Pennsylvania, she lives in Wilmington, Delaware, with her husband, two daughters, and two cats. She likes to eat and talk about food. - [Website](https://www.lockheedmartin.com/) Presented by - [![Cloudera](https://cdn.oreillystatic.com/conferences/images/logos/cloudera-1150.png)](http://www.cloudera.com/) - [![O'Reilly](https://cdn.oreillystatic.com/conferences/images/logos/oreilly_logo_box150.png)](http://www.oreilly.com/) Strategic Sponsors - [![Dataiku](https://cdn.oreillystatic.com/conferences/images/logos/dataiku-2.png)](http://www.dataiku.com/) - [![Google Cloud](https://cdn.oreillystatic.com/conferences/images/logos/google-cloud150.png)](<http://cloud.google.com >) - [![IBM](https://cdn.oreillystatic.com/conferences/images/logos/ibm150.gif)](http://www.ibm.com/) Zettabyte Sponsor - [![Oracle Cloud Infrastructure](https://cdn.oreillystatic.com/conferences/images/logos/oracle-cloud.png)](https://cloud.oracle.com/home) Contributing Sponsors - [![Kyligence](https://cdn.oreillystatic.com/conferences/images/logos/kyligence-3.png)](http://www.kyligence.io/) - [![MemSQL](https://cdn.oreillystatic.com/conferences/images/logos/memsql-4.png)](http://www.memsql.com/) - [![MinIO](https://cdn.oreillystatic.com/conferences/images/logos/minio-4.png)](http://min.io/) Exabyte Sponsors - [![Amazon Web Services](https://cdn.oreillystatic.com/conferences/images/logos/amazon-web-services.png)](http://aws.amazon.com/big-data%20) - [![erwin Inc](https://cdn.oreillystatic.com/conferences/images/logos/erwin.png)](http://www.erwin.com/) - [![SAS](https://cdn.oreillystatic.com/conferences/images/logos/sas_3.png)](http://www.sas.com/) - [![Talend](https://cdn.oreillystatic.com/conferences/images/logos/talend-4.png)](http://www.talend.com/) - [![ThoughtTrace](https://cdn.oreillystatic.com/conferences/images/logos/thoughttrace-1.png)](http://www.thoughttrace.com/) Impact Sponsors - [![Impetus](https://cdn.oreillystatic.com/conferences/images/logos/impetus-4.png)](http://bigdata.impetus.com/) - [![Kyvos Insights](https://cdn.oreillystatic.com/conferences/images/logos/kyvos-2.png)](http://www.kyvosinsights.com/) - [![Robin Systems](https://cdn.oreillystatic.com/conferences/images/logos/robin.png)](https://robin.io/) - [![Striim](https://cdn.oreillystatic.com/conferences/images/logos/striim-2.png)](http://www.striim.com/) - [![Syncsort](https://cdn.oreillystatic.com/conferences/images/logos/syncsort-3.png)](http://www.syncsort.com/) Supporting Sponsor - [![Deloitte Consulting ](https://cdn.oreillystatic.com/conferences/images/logos/deloitte-1.png)](https://www2.deloitte.com/) ### Sponsorship Opportunities For exhibition and sponsorship opportunities, email [strataconf@oreilly.com](mailto:strataconf@oreilly.com) ### Partner Opportunities For information on trade opportunities with O'Reilly conferences, email [partners@oreilly.com](mailto:partners@oreilly.com) ### Contact Us View a complete list of [Strata Data Conference contacts](https://conferences.oreilly.com/strata-ca-2019/public/content/contact) [![Kyligence](https://conferences.oreilly.com/strata/strata-ca-2019/cdn.oreillystatic.com/oreilly/images/transparent-1px.png)](http://kyligence.io/) [![MemSQL](https://conferences.oreilly.com/strata/strata-ca-2019/cdn.oreillystatic.com/oreilly/images/transparent-1px.png)](https://www.memsql.com/?utm_source=strata&utm_medium=pp&utm_campaign=2019-strata-data-sf-banner) [![SAS](https://conferences.oreilly.com/strata/strata-ca-2019/cdn.oreillystatic.com/oreilly/images/transparent-1px.png)](http://www.sas.com/platform) [![Impetus](https://conferences.oreilly.com/strata/strata-ca-2019/cdn.oreillystatic.com/oreilly/images/transparent-1px.png)](http://bigdata.impetus.com/) [![Syncsort](https://conferences.oreilly.com/strata/strata-ca-2019/cdn.oreillystatic.com/oreilly/images/transparent-1px.png)](https://www.syncsort.com/) [![IBM](https://conferences.oreilly.com/strata/strata-ca-2019/cdn.oreillystatic.com/oreilly/images/transparent-1px.png)](http://www.ibm.com/) [![Dataiku](https://conferences.oreilly.com/strata/strata-ca-2019/cdn.oreillystatic.com/oreilly/images/transparent-1px.png)](http://www.dataiku.com/) [![MinIO](https://conferences.oreilly.com/strata/strata-ca-2019/cdn.oreillystatic.com/oreilly/images/transparent-1px.png)](https://min.io/) [![ThoughtTrace](https://conferences.oreilly.com/strata/strata-ca-2019/cdn.oreillystatic.com/oreilly/images/transparent-1px.png)](https://www.thoughttrace.com/) [![Oracle Cloud Infrastructure](https://conferences.oreilly.com/strata/strata-ca-2019/cdn.oreillystatic.com/oreilly/images/transparent-1px.png)](https://cloud.oracle.com/try/big-data) [![Google Cloud](https://conferences.oreilly.com/strata/strata-ca-2019/cdn.oreillystatic.com/oreilly/images/transparent-1px.png)](http://cloud.google.com/) - **Information** - [About](https://conferences.oreilly.com/strata-ca-2019/public/content/about) - [Resources](https://conferences.oreilly.com/strata/strata-ca-2019/public/content/resources.html) - [Diversity](http://oreilly.com/conferences/diversity.html) - [Code of Conduct](http://oreilly.com/conferences/code-of-conduct.html) - [Privacy Policy](http://oreilly.com/oreilly/privacy.html) - [Contact Us](https://conferences.oreilly.com/strata/strata-ca-2019/public/content/contact.html) - **More O'Reilly Events** - [Artificial Intelligence](https://conferences.oreilly.com/artificial-intelligence) - [Open Source](https://conferences.oreilly.com/oscon) - [Software Architecture](https://conferences.oreilly.com/software-architecture) - [TensorFlow World](https://conferences.oreilly.com/tensorflow) - [Velocity](https://conferences.oreilly.com/velocity/) - **More O'Reilly Sites** - [O'Reilly online learning](https://www.oreilly.com/online-learning/individuals.html) - [O'Reilly Conferences](https://conferences.oreilly.com/) - [oreilly.com](http://oreilly.com/) - [O'Reilly Video Training](https://www.oreilly.com/search/?query=*&formats=video) - [![Twitter](https://conferences.oreilly.com/strata/strata-ca-2019/cdn.oreillystatic.com/en/assets/1/event/127/solid2015_social_twitter.svg)Twitter](https://twitter.com/strataconf) - [![Facebook](https://conferences.oreilly.com/strata/strata-ca-2019/cdn.oreillystatic.com/en/assets/1/event/127/solid2015_social_facebook.svg)Facebook](https://www.facebook.com/OReilly) - [![LinkedIn](https://conferences.oreilly.com/strata/strata-ca-2019/cdn.oreillystatic.com/en/assets/1/event/127/solid2015_social_linkedin.svg)LinkedIn](https://www.linkedin.com/company/8459) - [![YouTube](https://conferences.oreilly.com/strata/strata-ca-2019/cdn.oreillystatic.com/en/assets/1/event/127/solid2015_social_youtube.svg)YouTube](https://www.youtube.com/user/OreillyMedia) ©2019, O'Reilly Media, Inc. • (800) 889-8969 or (707) 827-7019 • Monday-Friday 7:30am-5pm PT • All trademarks and registered trademarks appearing on oreilly.com are the property of their respective owners. • [confreg@oreilly.com](mailto:confreg@oreilly.com)
Readable Markdownnull
ML Classification
ML Categoriesnull
ML Page Typesnull
ML Intent Typesnull
Content Metadata
Languageen
AuthorMichael Johnson
Publish Timenot set
Original Publish Time2020-08-21 14:40:43 (5 years ago)
RepublishedNo
Word Count (Total)675
Word Count (Content)203
Links
External Links39
Internal Links36
Technical SEO
Meta NofollowNo
Meta NoarchiveNo
JS RenderedNo
Redirect Targetnull
Performance
Download Time (ms)92
TTFB (ms)91
Download Size (bytes)16,121
Shard115 (laksa)
Root Hash3309313061461398115
Unparsed URLcom,oreilly!conferences,/strata/strata-ca-2019/public/schedule/detail/72931.html s443