udibr/headlines
Automatically generate headlines to short articles
Implements a sequence-to-sequence RNN architecture with attention mechanism for abstractive headline generation, based on the 2015 "Generating News Headlines with Recurrent Neural Networks" paper. Uses Keras for model training and incorporates GloVe embeddings for word representations, with a notable extension enabling out-of-vocabulary word copying directly from source articles. Provides end-to-end pipeline including vocabulary building, model training via Jupyter notebooks, and inference with visualization of attention weights.
524 stars. No commits in the last 6 months.
Stars
524
Forks
145
Language
Jupyter Notebook
License
MIT
Category
Last pushed
Apr 22, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/udibr/headlines"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
kenlimmj/rouge
A Javascript implementation of the Recall-Oriented Understudy for Gisting Evaluation (ROUGE)...
uoneway/KoBertSum
KoBertSum은 BertSum모델을 한국어 데이터에 적용할 수 있도록 수정한 한국어 요약 모델입니다.
bheinzerling/pyrouge
A Python wrapper for the ROUGE summarization evaluation package
xiongma/transformer-pointer-generator
A Abstractive Summarization Implementation with Transformer and Pointer-generator
pltrdy/files2rouge
Calculating ROUGE score between two files (line-by-line)