-
Updated
Sep 2, 2020 - Python
#
summarization
Here are 343 public repositories matching this topic...
Module for automatic summarization of text documents and HTML pages.
python
nlp
pagerank-algorithm
text-extraction
reduction
summarization
html-page
summary
lsa
sumy
textteaser
summarizer
html-extraction
html-extractor
Gathers machine learning and Tensorflow deep learning models for NLP problems, 1.13 < Tensorflow < 2.0
nlp
machine-learning
embedded
deep-learning
chatbot
language-detection
lstm
summarization
attention
speech-to-text
neural-machine-translation
optical-character-recognition
pos-tagging
lstm-seq2seq-tf
dnc-seq2seq
luong-api
-
Updated
Jul 20, 2020 - Jupyter Notebook
Python implementation of TextRank for phrase extraction and summarization of text documents
nlp
machine-learning
natural-language-processing
graph-algorithms
natural-language
textrank
spacy
knowledge-graph
summarization
spacy-extension
-
Updated
Sep 15, 2020 - Jupyter Notebook
Returns latest research results by crawling arxiv papers and summarizing abstracts. Helps you stay afloat with so many new papers everyday.
-
Updated
Jun 25, 2020 - Python
TextRank implementation for Python 3.
-
Updated
Jun 22, 2019 - Python
Automatically generate headlines to short articles
-
Updated
Apr 22, 2018 - Jupyter Notebook
Abstractive summarisation using Bert as encoder and Transformer Decoder
nlp
transformer
summarization
transfer-learning
nlg
bert
abstractive-text-summarization
abstractive-summarization
bert-model
-
Updated
Aug 8, 2019 - Python
Basic statistics for Julia
-
Updated
Sep 16, 2020 - Julia
Pointer-generator reinforced seq2seq summarization in PyTorch
coverage
reinforcement-learning
pytorch
summarization
seq2seq
attention
attention-mechanism
summarizer
pointer-network
abstractive-summarization
coverage-mechanism
-
Updated
Apr 16, 2019 - Python
Implementation of a seq2seq model for summarization of textual data. Demonstrated on amazon reviews, github issues and news articles.
python
nlp
machine-learning
natural-language-processing
deep-learning
neural-network
tensorflow
text-summarization
summarization
seq2seq
sequence-to-sequence
encoder-decoder
text-summarizer
-
Updated
May 16, 2018 - Jupyter Notebook
A Python wrapper for the ROUGE summarization evaluation package
-
Updated
May 1, 2019 - Python
Unofficial PyTorch Implementation of SUM-GAN from "Unsupervised Video Summarization with Adversarial LSTM Networks" (CVPR 2017)
-
Updated
Nov 16, 2017 - Python
Python wrapper for evaluating summarization quality by ROUGE package
python
natural-language-processing
text-summarization
summarization
rouge
evaluation-metrics
document-summarization
-
Updated
May 25, 2020 - Perl
a contextual, biasable, word-or-sentence-or-paragraph extractive summarizer powered by the latest in text embeddings (Bert, Universal Sentence Encoder, Flair)
python
cuda
embeddings
summarization
summarizer
semantic-search
extractive-summarization
flair
universal-sentence-encoder
token-level-summarization
semantic-summarization
contextual-summarization
debate-evidence
-
Updated
Apr 14, 2020 - Python
Code for the ACL 2018 paper "Neural Document Summarization by Jointly Learning to Score and Select Sentences"
-
Updated
Oct 5, 2018 - Python
Large-scale multi-document summarization dataset and code
-
Updated
May 12, 2020 - Python
-
Updated
Mar 21, 2020 - Go
2
abelriboulot
commented
Aug 2, 2020
-
Updated
May 29, 2018
Official codes for the paper: A Unified Model for Extractive and Abstractive Summarization using Inconsistency Loss.
-
Updated
Sep 12, 2019 - Python
Calculating ROUGE score between two files (line-by-line)
-
Updated
Jul 24, 2020 - Perl
Datasets I have created for scientific summarization, and a trained BertSum model
dataset
transformer
summarization
extractive-summarization
bert
tensor2tensor
batch-size
pointer-generator
bertsum
scientific-summarization-datasets
bertsum-mode
-
Updated
Oct 26, 2019 - Jupyter Notebook
LexRank algorithm for text summarization
-
Updated
Dec 25, 2019 - Python
Source code for the NAACL 2019 paper "SEQ^3: Differentiable Sequence-to-Sequence-to-Sequence Autoencoder for Unsupervised Abstractive Sentence Compression"
autoencoder
summarization
seq2seq
gumbel-softmax
abstractive-summarization
sentence-compression
seq2seq2seq
-
Updated
Oct 15, 2019 - Python
Notetaking Electron app that can answer your questions and makes summaries for you (buggy front-end)
-
Updated
Sep 8, 2020 - JavaScript
[EMNLP 2019] Mixture Content Selection for Diverse Sequence Generation (Question Generation / Abstractive Summarization)
-
Updated
Jul 3, 2020 - Python
Text summarizer for golang using LexRank
-
Updated
Apr 18, 2019 - Go
Lecture summarization with BERT
-
Updated
Feb 24, 2020 - Python
Improve this page
Add a description, image, and links to the summarization topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the summarization topic, visit your repo's landing page and select "manage topics."
Need help for retraining and cross validation and see if the ROUGE score matches exactly (or better) with the numbers reported in the paper.
I just train for 500k iteration (with batch size 8) with pointer generation enabled + coverage loss disabled and next 100k iteration (with batch size 8) with pointer generation enabled + coverage loss enabled.
It would be great if someone can help re-r