Offer at manning.com just for today (27-Apr-2020): Building Domain Specific Language Models

Building Domain Specific Language Models

N-gram model, RNN, LSTM, AllenNLP

Alexis Perrier

4 weeks · 8-10 hours per week

In this liveProject, you’ll step into the role of a natural language processing data scientist working for Stack Exchange. Stack Exchange runs a network of question-and-answer sites on diverse topics ranging from programming to cooking. Your boss wants you to create language models that are tuned to the particular vocabulary of different Stack Exchange sites. Language is domain specific, for example an insurance company’s documents will use very different terminology than a post on a social media site. Because of this, off-the-shelf NLP models trained on generic text can be inaccurate for specialized domains. Your goal is to build a language model capable of query completion, text generation, and sentence selection for the domain-specific language of the Cross Validated statistics and machine learning site. Challenges you will tackle include preparing your datasets, building and evaluating n-gram word-based language models, and building a character-based language model with AllenNLP.

Prerequisites

This course is for proficient Python programmers who have experience with text-based machine learning. This course uses Python 3.7. It is recommended that you use the Anaconda distribution of Python and conda for managing the libraries. To begin this liveProject, you will need to be familiar with:

TOOLS

  • Basics of NumPy
  • Basics of pandas
  • Intermediate NLTK
  • Basics of creating neural networks with PyTorch, TensorFlow, or Keras

TECHNIQUES

  • Basics of recurrent neural networks and LSTMs
  • Basics of word embeddings
  • Intermediate seq2seq models, algebra and probabilities, such as matrix manipulation, chain rule, and independence

you will learn

In this liveProject, you’ll learn to build a domain-focused language model using deep learning. You’ll develop skills in Python scripting, and neural networks creation and training. At the end of this project, you will be able to build a foundation for any domain specific NLP system by creating specialized, robust and efficient language models.

  • Python scripting, including object oriented programming
  • Data manipulation with NumPy and pandas
  • Text preprocessing such as pattern removal with regular expressions, text manipulation, and tokenization with NLTK
  • Designing and training recurrent neural networks with PyTorch
  • Scoring and evaluating language models for different tasks
  • Summarizing findings of a data science project effectively
1 Like

Very interesting! Even if the name is a bit confusing for me :slight_smile: