An open API service indexing awesome lists of open source software.

https://github.com/jacksonchen1998/chinese-text-summarization

Extractive Chinese text summarization
https://github.com/jacksonchen1998/chinese-text-summarization

bert nlp text-summarization

Last synced: over 1 year ago
JSON representation

Extractive Chinese text summarization

Awesome Lists containing this project

README

          

# Chinese-Text-Summarization

This repo. is based on [Source code](https://github.com/dmmiller612/lecture-summarizer)

The model which I choose is `bert-base-chinese`.

If you want to read the original paper, here is the [link](https://arxiv.org/abs/1906.04165).

And here is the medium blog which brieflly introduce some backgroud about the project.

[Medium for this repo.](https://medium.com/@jackson1998/paper-leveraging-bert-for-extractive-text-summarization-on-lectures-358067d1f601)