NLP News Cypher | 07.26.20
Last Updated on July 27, 2023 by Editorial Team
Author(s): Ricky Costa
Originally published on Towards AI.
NATURAL LANGUAGE PROCESSING (NLP) WEEKLY NEWSLETTER
NLP News Cypher U+007C 07.26.20
Primus
The Liber Primus is unsolved to this day. A book of 58 pages written in Runes, of which, its bewildering encryption continues to haunt hacker gunslingers around the globe who choose only to communicate and study its content via IRCs (internet relay chat).
The cryptic book arrived on the internet in the mid 2010βs by the now wildly popular but mysterious internet group 3301. While the groupβs identity remains hidden, it is speculated they are a remnant of the cypherpunk activist movement (birthed somewhere out of Berkley in the 80s). At least this is the most plausible explanation given to us by one of the few known hackers thatβs made it inside the clandestine group β Marcus Wanner. But who knowsβ¦
3301βs Cicada project started with a random 4chan post in 2012 leading many thrill seekers, with a cult-like following, on a puzzle hunt that encompassed everything from steganography to cryptography. While most of their puzzles were eventually solved, the very last one, the Liber Primus, is still (mostly) encrypted. The last known comms from 3301 came in April 2017 via Pastebin post. It reads:
Message from 3301/Cicada – Pastebin.com
Not a member of Pastebin yet? Sign Up , it unlocks many cool features! —–BEGIN PGP SIGNED MESSAGE—– Beware falseβ¦
pastebin.com
FYI, thereβs a standard PGP (pretty good privacy) key for all 3301 posts. If you see a 3301 online post without their PGP signature, donβt trust it (plenty of troll accounts to be found).
For a Summary/Timeline:
Uncovering Cicada Wiki
NEW USERS, PLEASE READ THIS FAQ IF YOU DON'T KNOW WHAT PGP IS CLICK HERE
uncovering-cicada.fandom.com
Visit Noxβs YouTube channel if you are interested in understanding how they cracked previous Cicada puzzles ante-Liber Primus.
Meanwhile back at the ranchβ¦
I luckily found my way in creating a training script for adapters (the modular add-ons discussed in last weekβs blog). The script works for the GLUE datasets. Will keep everyone updated as new events unfold regarding the AdapterHub. Very excited about this new framework, once again thanks to Jonas for nudging me in the right direction.
Stay Frosty U+270CU+270C
This Week
SimpleTOD
TurboTransformers
NLP & Audio Pretrained Models
NERtwork
AllenNLP Library Step-by-Step
Search Engining is Hard Bruh
Dataset of the Week: ODSQA
SimpleTOD
Previous task oriented dialogues, especially from those chatbots we all dream of one day building, are built using a standard modular pipeline (similar to what you find in the RASA framework). However, Salesforce Research has recently released a unidirectional language model called SimpleTOD, that attempts to solve all the sub-tasks in an end-to-end manner. It was built with Transformers on the MultiWOZ dataset.
Blog:
SimpleTOD: A Simple Language Model for Task-Oriented Dialogue
We propose recasting task-oriented dialogue as a simple, causal (unidirectional) language modeling task. We show thatβ¦
blog.einstein.ai
Paper
GitHub:
salesforce/simpletod
Authors: Ehsan Hosseini-Asl, Bryan McCann, Chien-Sheng Wu, Semih Yavuz, and Richard Socher Task-oriented dialogue (TOD)β¦
github.com
TurboTransformers
A recent transformer runtime library, TurboTransformers, for inference came to my attention. This library optimizes what everyone wants in production, lower latency. They claim:
It brings 1.88x acceleration to the WeChat FAQ service, 2.11x acceleration to the public cloud sentiment analysis service, and 13.6x acceleration to the QQ recommendation system.
The sell is that it can support various lengths of input sequences without preprocessing which reduces overhead in computation. U+1F9D0
GitHub:
Tencent/TurboTransformers
Make transformers serving fast by adding a turbo to your inference engine!Transformer is the most critical alogrithmβ¦
github.com
NLP & Audio Pretrained Models
A nice collection of pretrained model libraries found on GitHub. These 2 repos encompass NLP and Speech modeling. Conveniently, the models are indexed by framework and includes a brief description.
NLP
balavenkatesh3322/NLP-pretrained-model
A pre-trained model is a model created by some one else to solve a similar problem. Instead of building a model fromβ¦
github.com
Speech/Audio
balavenkatesh3322/audio-pretrained-model
A pre-trained model is a model created by some one else to solve a similar problem. Instead of building a model fromβ¦
github.com
NERtwork
Awesome new shell/python script that graphs a network of co-occurring entities from plain text!
It combines Stanfordβs NER for the model, OpenRefine (to deal with data normalization: i.e. B. Obama and Barrack are same entity) and NetworkX for graph creation.
Blog: http://brandontlocke.com/2020/07/22/announcing-nertwork.html
GitHub (Profile photo of the week):
brandontlocke/NERtwork
NERtwork is a collection of scripts to help you create a network graph of co-occurring named entities using open sourceβ¦
github.com
AllenNLP Library Step-by-Step
Best step-by-step guide into AllenNLPβs library to date. Lengthy but worthwhile with code pasted along the way. The demo is for building/training an NER LSTM model.
Blog:
Part 0 – Setup
This series is my AllenNLP tutorial that goes from installation through building a state-of-the-art (or nearly) namedβ¦
jbarrow.ai
Search Engining is Hard Bruh
Research scientist from AI2 discusses the hardships of building the Semantic Scholar search engine, which currently indexes 190M scientific papers. U+1F440
It uses the 2 model architecture: sparse search via Elasticsearch and then a ranker ML model.
The blog goes in-depth into the challenges they faced while building the search engine such as data complexity, and evaluation problems. It offers a ton of detail, more than I can handle on this post to give it justice, so give it a read if your are interested in search.
Building a Better Search Engine for Semantic Scholar
A βtell-allβ account of improving our academic search engine.
medium.com
Dataset of the Week: ODSQA
What is it?
ODSQA is a Chinese dataset for spoken question answering (extractive). It contains 3,654 question answer pairs.
Paper: https://arxiv.org/pdf/1808.02280.pdf
Where is it?
chiahsuan156/ODSQA
This repository contains dataset for the IEEE SLT 2018 paper: ODSQA: OPEN-DOMAIN SPOKEN QUESTION ANSWERING DATASETβ¦
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