nlp-recipes/examples
Hong Lu 675e5827ea
Merge pull request #553 from microsoft/bleik/rel-patch1
Fix QA notebook issue
2020-02-11 13:54:30 -05:00
..
annotation Create Doccano.md 2019-08-19 15:23:10 -04:00
embeddings edit README.md 2019-12-10 00:46:35 +09:00
entailment update entailment example 2020-02-06 17:55:23 +00:00
model_explainability Adding language #benderrule 2019-11-05 15:24:24 -05:00
named_entity_recognition NER updates 2020-01-17 02:16:10 +00:00
question_answering fix qa notebook 2020-02-11 05:27:23 +00:00
sentence_similarity Revert "Merge with staging and resolve conflicts." 2019-10-21 17:46:01 +00:00
sentiment_analysis/absa Removed data from git fixed minor typos 2019-10-31 16:51:04 -04:00
text_classification fix arg name 2020-02-07 15:51:11 +00:00
text_summarization clean up notebook 2020-02-05 21:10:38 +00:00
README.md Add summarization to readme files. Trigger tests. 2020-01-14 14:15:40 -05:00

README.md

Examples

This folder contains examples and best practices, written in Jupyter notebooks, for building Natural Language Processing systems for the following scenarios.

Category Applications Methods Languages
Text Classification Topic Classification BERT, XLNet, RoBERTa, DistilBERT en, hi, ar
Named Entity Recognition Wikipedia NER BERT en
Text Summarization News Summarization, Headline Generation Extractive: BERTSumExt
Abstractive: WIP, ETA: Mar. 2020
en
Entailment MultiNLI Natural Language Inference BERT en
Question Answering SQuAD BiDAF, BERT, XLNet, DistilBERT en
Sentence Similarity STS Benchmark BERT, GenSen en
Embeddings Custom Embeddings Training Word2Vec, fastText, GloVe en
Annotation Text Annotation Doccano en
Model Explainability DNN Layer Explanation DUUDNM (Guan et al.) en

Data/Telemetry

The Azure Machine Learning notebooks collect browser usage data and send it to Microsoft to help improve our products and services. Read Microsoft's privacy statement to learn more.

To opt out of tracking, a Python script under the tools folder is also provided. Executing the script will check all notebooks under the examples folder, and automatically remove the telemetry cell:

python ../tools/remove_pixelserver.py