NLP News Cypher 12-02-2019

NLP News Cypher | 12.01.19

NeurIPS 2019 starts in one week on Dec. 8th in Vancouver!!! Should be a good one. As of September, 1428 papers were accepted (record). Per usual, I will gather top tweets and insights from the conference. Follow our Twitter @Quantum_Stat for closer coverage. FYI, we went over a more detailed version of what the conference holds in our previous post here.

Also…

Set phasers to stun — for all you NLPers in NYC tomorrow — I will be giving a talk on hosting BERT in the cloud. Will discuss pipeline I used to deploy the transformer for question answering 👀.

Festivities start at 6PM, sign-up below:

How to Host a Transformer Model in the Cloud + Text Analytics for NLPers

Our December 2 meetup features two speakers, Ricky Costa on How to Host a Transformer Model in the Cloud…

This Week:

– Transfer Learning Coming to the Nasdaq
– Python Tools for Finance
– DistilBERT + Logistic Regression for Sentence Classification
– Lex Interviews Noam
– How Instagram’s Explore Recommendation Engine Was Built
– Hugging Face Releases New Models
– AWS is Pretty Popular
– Yann LeCun vs. Gary Marcus |Crouching Tiger Hidden Dragon

Transfer Learning Coming to the Nasdaq

We already knew that AI is used extensively in Finance, but now it looks like the Nasdaq peeps are going to deploy transfer learning and human-in-the-loop models to analyze the stock market. For those playing the home game, Finance peeps are mostly interested in event extraction |sentiment analysis and their impact on stock performance during the active trading day.

Press Release:

Nasdaq Launches Artificial Intelligence for Surveillance Patterns on U.S. Stock Market

NEW YORK, Nov. 07, 2019 (GLOBE NEWSWIRE) — Nasdaq, Inc. today announced the successful go-live of artificial intelligence for surveillance patterns…

segue…

Python Tools for Finance

The TL;DR version is that they use Pandas for those lovely DataFrames we all enjoy, Cython to run Python with C speed, use message queues (Celery, Redis) for communicating between servers, and Plotty becoming popular for data viz. (sorry MatPlotLib 🤫)

Blog:

The best Python tools for financial markets

The data science benefits of Python are now being felt across financial markets. Dedicated ‘Pythonista’ Saeed Amen takes us on a tour of the best Python tools and libraries…

DistilBERT + Logistic Regression for Sentence Classification

Check out this dude’s repo, he used DistilBERT+Logistic Regression for sentence classification trained on the SST2 dataset (Boolean labeled positive/negative). In detail, he used a 2 model methodology. First, DistilBERT was used for creating sentence embeddings, then he trained a Logistic Regression for binary classification on those embeddings. Massive props for the illustrations, really intuitive! Colab + notebook included!

DistilBERT
A Visual Guide to Using BERT for the First Time

Progress has been rapidly accelerating in machine learning models that process language over the last couple of years…

Google Colaboratory

Lex Interviews Noam

Mr. Fridman, of the MIT variety, interviewed Noam Chomsky on his podcast! Really cool and insightful if you like Linguistics:

How Instagram’s Explore Recommendation Engine Was Built

According to Facebook, over half of Instagram’s roughly 1 billion users visit Instagram Explore to discover videos, photos, live-streams, and Stories each month.

So how does it work? Well for starters the model is freaking huge, they had to create their own framework just to engage with the data! Explorer comes in two stages. The first stage attempts to topic model the Instagram accounts you have previously visited and engaged with. Then the 2nd stage ranks the most suitable accounts that fits the criteria discovered in the 1st stage. I completely over-simplified the real thing, however, if you want a closer look at the details look here:

Facebook details the AI technology behind Instagram Explore

According to Facebook, over half of Instagram’s roughly 1 billion users visit Instagram Explore to discover videos, photos, livestreams…

Hugging Face Releases New Models

No need to summarize:

AWS is Pretty Popular

A new Indeed report suggests that 14% of job listings require applicants to have AWS skills! Even Azure beats Google Cloud… What’s up with that? Mostly, this reflects the rise in MLDevOps and data science jobs.

AWS - Pretty Popular
Tech jobs: Python programming language and AWS skills demand has exploded

…But one of the most striking changes in recruitment website Indeed.com’s tech jobs listings over that period is Python’s growth. …

Yann LeCun vs. Gary Marcus | Crouching Tiger Hidden Dragon

Hey remember 2 weeks ago when I mentioned Gary Marcus’s quest for the amalgamation of symbolic and connectionist AI? Well, Yann LeCun sent Gary a message…ice ice baby 🥶🥶:

In other words:

Gary Marcus sleeps with the fishes…

This column is a weekly roundup of NLP news and code drops from researchers worldwide.

Follow our Twitter for complete coverage: @Quantum_Stat