natural-language-generation
Here are 221 public repositories matching this topic...
Ludwig is a toolbox that allows to train and evaluate deep learning models without the need to write code.
-
Updated
Oct 22, 2020 - Python
Go to https://github.com/pytorch/tutorials - this repo is deprecated and no longer maintained
-
Updated
May 10, 2020 - Jupyter Notebook
Well, Gumbel Distribution is magical. Basically, given a sequence of K logits, i.e., "\log a_1, \log a_2, ..., \log a_K" and K independent gumbel random variables, i.e., "g_1, g_2, ..., g_K". We have
\argmax_i \log a_i + g_i ~ Categorical({a_i / sum(a)})
This gives you a very simple way to sampl
Evaluation code for various unsupervised automated metrics for Natural Language Generation.
-
Updated
Aug 3, 2020 - Python
Java API for Natural Language Generation. Originally developed by Ehud Reiter at the University of Aberdeen’s Department of Computing Science and co-founder of Arria NLG. This git repo is the official SimpleNLG version.
-
Updated
Sep 24, 2020 - Java
This Word Does Not Exist
-
Updated
May 19, 2020 - Python
Plug and Play Language Model implementation. Allows to steer topic and attributes of GPT-2 models.
-
Updated
Sep 30, 2020 - Python
RNNLG is an open source benchmark toolkit for Natural Language Generation (NLG) in spoken dialogue system application domains. It is released by Tsung-Hsien (Shawn) Wen from Cambridge Dialogue Systems Group under Apache License 2.0.
-
Updated
Jul 2, 2019 - Python
Code for PaperRobot: Incremental Draft Generation of Scientific Ideas
-
Updated
Mar 10, 2020 - Python
NNDial is an open source toolkit for building end-to-end trainable task-oriented dialogue models. It is released by Tsung-Hsien (Shawn) Wen from Cambridge Dialogue Systems Group under Apache License 2.0.
-
Updated
Jun 14, 2017 - Python
Compendium of the resources available from top NLP conferences.
-
Updated
Dec 28, 2019
Neural question generation using transformers
-
Updated
Oct 22, 2020 - Jupyter Notebook
Accelerated Text helps you to automatically generate natural language descriptions of your data, varying in wording and structure.
-
Updated
Oct 14, 2020 - JavaScript
Convert a number to an approximated text expression: from '0.23' to 'less than a quarter'.
-
Updated
Oct 18, 2020 - Clojure
Statistical NLG for spoken dialogue systems
-
Updated
Jul 2, 2020 - Python
A curated list of resources dedicated to Natural Language Generation (NLG)
-
Updated
Jun 16, 2020
[DEPRECATED] A Neural Network based generative model for captioning images using Tensorflow
-
Updated
Dec 1, 2019 - Jupyter Notebook
Reading list for knowledge-enhanced text generation
-
Updated
Oct 14, 2020
Code for "MojiTalk: Generating Emotional Responses at Scale" https://arxiv.org/abs/1711.04090
-
Updated
Jul 18, 2018 - Python
Conversational Toolkit. An Open-Source Toolkit for Fast Development and Fair Evaluation of Text Generation
-
Updated
Aug 31, 2020 - Python
SeqGAN tensorflow implementation
-
Updated
Jan 31, 2018 - Python
This is my reading list for my PhD in AI, NLP, Deep Learning and more.
-
Updated
Jul 11, 2020
A PyTorch Implementation of "Toward Controlled Generation of Text"
-
Updated
Nov 8, 2017 - Python
Fine-tuned pre-trained GPT2 for custom topic specific text generation. Such system can be used for Text Augmentation.
-
Updated
Aug 23, 2020 - Python
Implementation of NeurIPS 19 paper: Paraphrase Generation with Latent Bag of Words
-
Updated
Apr 4, 2020 - Python
Tracking the progress in non-autoregressive generation (translation, transcription, etc.)
-
Updated
Oct 15, 2020
Random fun with statistical language models.
-
Updated
Sep 27, 2019 - Python
-
Updated
Oct 11, 2020 - JavaScript
NAACL 2019: Submodular optimization-based diverse paraphrasing and its effectiveness in data augmentation
-
Updated
Dec 11, 2019 - Python
Improve this page
Add a description, image, and links to the natural-language-generation topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the natural-language-generation topic, visit your repo's landing page and select "manage topics."


The architecture
GPT2ForSequenceClassificationwas added in #7501 in PyTorch. It would be great to have it in TensorFlow (cf. issues #7622), but it would also be great to have it for other causal models:OpenAI GPT, CTRL, TransfoXLCurrently working on OpenAI GPT: @fmcurti(done)Below is a list of items to follow to make sure the integration of such an architect