305 skills found · Page 1 of 11
chiphuyen / SotawhatReturns latest research results by crawling arxiv papers and summarizing abstracts. Helps you stay afloat with so many new papers everyday.
facebookarchive / NAMASNeural Attention Model for Abstractive Summarization
ChenRocks / Fast Abs RlCode for ACL 2018 paper: "Fast Abstractive Summarization with Reinforce-Selected Sentence Rewriting. Chen and Bansal"
HHousen / TransformerSumModels to perform neural summarization (extractive and abstractive) using machine learning transformers and a tool to convert abstractive summarization datasets to the extractive task.
santhoshkolloju / Abstractive Summarization With Transfer LearningAbstractive summarisation using Bert as encoder and Transformer Decoder
xiongma / Transformer Pointer GeneratorA Abstractive Summarization Implementation with Transformer and Pointer-generator
armancohan / Long SummarizationResources for the NAACL 2018 paper "A Discourse-Aware Attention Model for Abstractive Summarization of Long Documents"
EdinburghNLP / XSumTopic-Aware Convolutional Neural Networks for Extreme Summarization
ymfa / Seq2seq SummarizerPointer-generator reinforced seq2seq summarization in PyTorch
yixinL7 / BRIOACL 2022: BRIO: Bringing Order to Abstractive Summarization
rohithreddy024 / Text Summarizer PytorchPytorch implementation of "A Deep Reinforced Model for Abstractive Summarization" paper and pointer generator network
salesforce / FactCCResources for the "Evaluating the Factual Consistency of Abstractive Text Summarization" paper
csebuetnlp / Xl SumThis repository contains the code, data, and models of the paper titled "XL-Sum: Large-Scale Multilingual Abstractive Summarization for 44 Languages" published in Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021.
lancopku / Global EncodingGlobal Encoding for Abstractive Summarization (ACL 2018)
aravindpai / How To Build Own Text Summarizer Using Deep LearningIn this notebook, we will build an abstractive based text summarizer using deep learning from the scratch in python using keras
lipiji / Neural Summ Cnndm PytorchNeural abstractive summarization (seq2seq + copy (or pointer network) + coverage) in pytorch on CNN/Daily Mail
yixinL7 / SimCLSCode for our paper "SimCLS: A Simple Framework for Contrastive Learning of Abstractive Summarization", ACL 2021
IlyaGusev / SummarusModels for automatic abstractive summarization
JRC1995 / Abstractive SummarizationImplementation of abstractive summarization using LSTM in the encoder-decoder architecture with local attention.
rojagtap / Transformer Abstractive SummarizationAbstractive Text Summarization using Transformer