NLP News Cypher | 04.26.20
Last Updated on July 24, 2023 by Editorial Team
Author(s): Ricky Costa
Originally published on Towards AI.
NATURAL LANGUAGE PROCESSING (NLP) WEEKLY NEWSLETTER
NLP News Cypher U+007C 04.26.20
Recursion
Last week was a whirlwind. Thank you for your support. U+1F92F
If youβre not in the loop, last week we released the Super Duper NLP Repo! A collection of 100+ Colab notebooks using models to perform various NLP tasks. Periodically, weβll continue to update this repo as we've done with the Big Bad NLP Database. If interested, you can always follow our Twitter for database updates.
To explore the repo, travel here:
The Super Duper NLP Repo
Colab notebooks for various tasks in NLP
notebooks.quantumstat.com
Oh and good news, Colabβs project manager likes the Super Duper NLP Repo:
FYI, weβre prepping for our upcoming update of the Big Bad NLP Database, and if you know of a dataset to include, please let us know! Weβll give you a nice shout-out on Twitter.
How was your week? U+1F60E
This Week:
AI Goes Virtual
Serving with Facebook & AWS
ScaledML Conference Presentations
DeepPavlov Updates
Paraphrasing Conversational AI
Dataset of the Week: SCAN
AI Goes Virtual
As you read this, the ICLR conference is currently underway (virtually). In the meantime, you can always check out their accepted papers in the link below. Paperswithcode released a nice list of ICLR papers, which of course, includes code!
List of ICLR Papers:
Papers with Code – ICLR 2020 1
If this is not done, the meta-learner can ignore the task training data and learn a single model that performs all ofβ¦
paperswithcode.com
Most Popular Paper:
google-research/google-research
Implemention of meta-regularizers as described in Meta-Learning without Memorization by Mingzhang Yin, George Tuckerβ¦
github.com
Serving with Facebook & AWS
Looks like PyTorch is getting a partner with the folks that deliver us those brown boxes every day. With more and more peeps looking to deploy models with their favorite framework, AWS and FB delivered TorchServe this past week (and itβs implemented in Java):
TorchServe is a framework for serving AI models and offers the developer withβ¦
βmulti-model serving, logging, metrics for monitoring, and the creation of RESTful endpoints for application integration.β
Facebook AI, AWS partner to release new PyTorch libraries
As part of the broader PyTorch community, Facebook AI and AWS engineers have partnered to develop new librariesβ¦
ai.facebook.com
Example codebase:
Announcing TorchServe, An Open Source Model Server for PyTorch U+007C Amazon Web Services
PyTorch is one of the most popular open-source libraries for deep learning. Developers and researchers particularlyβ¦
aws.amazon.com
GitHub:
pytorch/serve
TorchServe is a flexible and easy to use tool for serving PyTorch models. For full documentation, see Model Server forβ¦
github.com
Google be likeβ¦
ScaledML Conference Presentations
Back in February, when traveling was still a thing, a conference happened. And all the stars showed up: Chollet, Karpathy, Sutskever and many others.
(Even Lex Fridmanβs Men-in-Black suit showed up)
In the link below, you can find their presentations and if youβre lucky, a few of them provide PowerPoint slides.
My personal favorite prese comes from Karpathy because we get a first-hand account of real-world ML models at scale. And according to the Tesla guru, just troubleshooting stop signs is a major headache.
ScaledML Media Archive – Preview
Interested in Machine Learning? Attend the annual ScaledML Conference. Topics on hardware, computer vision, AI, scalingβ¦
info.matroid.com
DeepPavlov Updates
Donβt sleep on DeepPavlov, theyβve got the goods when it comes to NLP. So much, that Iβve added their great notebooks to the Super Duper repo.
And they also have a new update for their framework:
- A dataset reader for the IMDB Large Movie Review Dataset and sample configurations for training classifiers on it
- Models for speech recognition and synthesis based on NVIDIA NeMo
- A New hybrid NER model pre-trained for English and Vietnamese languages
- A pre-trained NER-based Model for Sentence Boundary Detection Task
deepmipt/DeepPavlov
You can't perform that action at this time. You signed in with another tab or window. You signed out in another tab orβ¦
github.com
Paraphrasing Conversational AI
RASA is experimenting with a paraphrasing model in order to improve the intent classification for conversational agents. Their model takes in a sentence and then generates multiple paraphrases. If you use it, make sure you leave RASA a note as theyβre looking for community feedback. (theyβve included a Colab notebook too)
Paraphrasing for NLU Data Augmentation[Experimental]
Problem As developers start building their assistant, one of the major critical tasks is to add training data for allβ¦
forum.rasa.com
Colab of the Week:
Google Colaboratory
Edit description
colab.research.google.com
Dataset of the Week: SCAN
What is it?
βSCAN is a set of simple language-driven navigation tasks for studying compositional learning and zero-shot generalization.β
Sample:
Where is it?
brendenlake/SCAN
SCAN is a set of simple language-driven navigation tasks for studying compositional learning and zero-shotβ¦
github.com
Every Sunday we do a weekly round-up of NLP news and code drops from researchers around the world.
If you enjoyed this article, help us out and share with friends!
For complete coverage, follow our Twitter: @Quantum_Stat
Join thousands of data leaders on the AI newsletter. Join over 80,000 subscribers and keep up to date with the latest developments in AI. From research to projects and ideas. If you are building an AI startup, an AI-related product, or a service, we invite you to consider becoming aΒ sponsor.
Published via Towards AI