ollie283 / language-modelsLinks
Build unigram and bigram language models, implement Laplace smoothing and use the models to compute the perplexity of test corpora.
☆84Updated 8 years ago
Alternatives and similar repositories for language-models
Users that are interested in language-models are comparing it to the libraries listed below
Sorting:
- BERT which stands for Bidirectional Encoder Representations from Transformations is the SOTA in Transfer Learning in NLP.☆56Updated 5 years ago
- Visualize BERT's self-attention layers on text classification tasks☆47Updated 6 years ago
- Pytorch implementation of Bert and Pals: Projected Attention Layers for Efficient Adaptation in Multi-Task Learning (https://arxiv.org/ab…☆84Updated 6 years ago
- ☆94Updated 5 years ago
- ☆53Updated 5 years ago
- A pure-Python implementation of the Linear-Chain Conditional Random Fields☆100Updated 7 years ago
- Paraphrases generator based on RAVE.☆59Updated 7 years ago
- Neural Abstractive Text Summarization with Sequence-to-Sequence Models☆158Updated 6 years ago
- SDNet☆189Updated 2 years ago
- Research code for ACL 2020 paper: "Distilling Knowledge Learned in BERT for Text Generation".☆129Updated 4 years ago
- Code for "MojiTalk: Generating Emotional Responses at Scale" https://arxiv.org/abs/1711.04090☆120Updated 7 years ago
- Python code for various NLP metrics☆169Updated 6 years ago
- DREAM: A Challenge Dataset and Models for Dialogue-Based Reading Comprehension☆78Updated 6 years ago
- Deep-learning models of NTUA-SLP team submitted in SemEval 2018 tasks 1, 2 and 3.☆85Updated 3 years ago
- a simple yet complete implementation of the popular BERT model☆128Updated 5 years ago
- Source code for paper Neural Architectures for Nested NER through Linearization☆90Updated 6 years ago
- Contextual augmentation, a text data augmentation using a bidirectional language model.☆193Updated 5 years ago
- A text document will be provided and it'll produce it's summary☆28Updated 5 years ago
- Tutorial for End-to-end Sequence Labeling via Bi-directional LSTM-CNNs-CRF☆125Updated 4 years ago
- ☆33Updated 7 years ago
- Starter code for Stanford CS224n default final project on SQuAD 2.0☆188Updated 5 years ago
- Bidirectional Attention Flow for Machine Comprehension implemented in Keras 2☆64Updated 3 years ago
- ☆97Updated 2 years ago
- RefNet for Question Generation☆47Updated 4 years ago
- In this project we develop new deep learning models for bootstrapping language understanding models for languages with no labeled data us…☆79Updated 3 years ago
- AAAI-20 paper: Cross-Lingual Natural Language Generation via Pre-Training☆129Updated 4 years ago
- Part-of-Speech Tagger and custom implementations of LSTM, GRU and Vanilla RNN☆33Updated 7 years ago
- An extractive neural network text summarization library for the EMNLP 2018 paper "Content Selection in Deep Learning Models of Summarizat…☆107Updated 6 years ago
- add BERT to encoder part for https://github.com/memray/seq2seq-keyphrase-pytorch☆80Updated 7 years ago
- Code for the paper "Efficient Adaption of Pretrained Transformers for Abstractive Summarization"☆71Updated 6 years ago