Data Science by ODS.ai ๐Ÿฆœ
46.1K subscribers
663 photos
77 videos
7 files
1.75K links
First Telegram Data Science channel. Covering all technical and popular staff about anything related to Data Science: AI, Big Data, Machine Learning, Statistics, general Math and the applications of former. To reach editors contact: @malev
ๅŠ ๅ…ฅ้ข‘้“
โ€‹โ€‹REALM: Integrating Retrieval into Language Representation Models
by google research

A new paper from google with a novel approach for language model pre-training, which augments a language representation model with a knowledge retriever.

The idea is the following: we take a sentence or a piece of text and augment it with additional knowledge (pass original text and additional texts to the model).

An example:
The masked text is:

We paid twenty __ at the Buckingham Palace gift shop.


Knowledge retriever could add the following information to it:
Buckingham Palace is the London residence of the British monarchy.
The official currency of the United Kingdom is the Pound.


blog post: https://ai.googleblog.com/2020/08/realm-integrating-retrieval-into.html
paper: https://arxiv.org/abs/2002.08909
github: https://github.com/google-research/language/tree/master/language/realm

#nlp #languagemodel #knowledgeretriever #icml2020