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
- Host: GitHub
- URL: https://github.com/jacksonchen1998/chinese-text-summarization
- Owner: jacksonchen1998
- Created: 2022-06-20T15:25:55.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-11T09:51:41.000Z (over 3 years ago)
- Last Synced: 2025-01-15T19:36:30.911Z (over 1 year ago)
- Topics: bert, nlp, text-summarization
- Language: Jupyter Notebook
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)