中文文本摘要生成模型
☆21Jul 29, 2022Updated 3 years ago
Alternatives and similar repositories for summarizer
Users that are interested in summarizer are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 基于GPT2的中文文本摘要生成☆28Mar 23, 2023Updated 3 years ago
- 2021CCF BDCI 新闻摘要自动生成☆18Dec 17, 2021Updated 4 years ago
- 各大文本摘要模型-中文文本可运行的解决方案☆70Sep 18, 2023Updated 2 years ago
- 基于Transformer的生成式文本摘要☆185Jun 22, 2022Updated 3 years ago
- 使用UniLM实现中文文本摘要☆43Mar 25, 2020Updated 6 years ago
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- 新闻标题摘要生成模型,基于T5-PEGASUS。News title summary generation model☆19Jul 9, 2022Updated 3 years ago
- 从中文文本中自动提取摘要☆44Jun 20, 2023Updated 2 years ago
- An experimental custom seq-2-seq model with both layer-wise (inter-layer), and intra-layer attention (attention to previous hidden states…☆10Nov 30, 2017Updated 8 years ago
- Generate text and predict next word for an initial piece of text using RNNs and LSTMs☆11Jun 27, 2017Updated 8 years ago
- Abstractive text summarization done with the help of LSTMs using encoder-decoder model which was able to achieve accuracy of 77.27% on t…☆10Sep 22, 2020Updated 5 years ago
- textrank 提取文章摘要与结果优化☆31Jun 6, 2018Updated 8 years ago
- Code of the paper “A Fin-BERT-based Event Extraction Method for Chinese Financial Domain”☆12May 22, 2024Updated 2 years ago
- TF-IDF+Word2vec做文本相似度计算,最好是长文本☆24Dec 18, 2019Updated 6 years ago
- NLP 领域常见任务的实现,包括新词发现、以及基于pytorch的词向量、中文文本分类、实体识别、摘要文本生成、句子相似度判断、三元组抽取、预训练模型等。☆537May 20, 2023Updated 3 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- GSum: A General Framework for Guided Neural Abstractive Summarization☆115Sep 22, 2025Updated 8 months ago
- ☆25Jun 2, 2026Updated last week
- Generate text with recurrent neural nets☆21Jul 23, 2017Updated 8 years ago
- 文本自动摘要☆95May 1, 2023Updated 3 years ago
- 输入一段文本,使用 `TextRank`算法 从输入文本中提取关键词和摘要(重要的句子),并使用Flask写成后台形式☆12Dec 27, 2019Updated 6 years ago
- 提供一款中文版生成式摘要服务☆349Feb 9, 2026Updated 4 months ago
- 基于Python爬虫+flask框架+echarts的天气展示系统☆12Apr 22, 2023Updated 3 years ago
- SeRL: Self-Play Reinforcement Learning for Large Language Models with Limited Data☆23Jan 24, 2026Updated 4 months ago
- 本项目包含几种常用 NLP算法的实现:关键词(keyword)、命名实体(named entity)、自动摘要(abstract)、文本相似度比较(text similarity)等☆16Jan 16, 2022Updated 4 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 读取多层级目录下的pdf文件,通常是爬虫爬下来的,将其中摘要和正文抽取出来。可以快速抽取想要的文本内容。☆16May 12, 2022Updated 4 years ago
- Multi-agent reinforcement learning methods to solve the multi-ship dynamic weapon-target assignment problem☆15Jul 25, 2024Updated last year
- 基于Pytorch框架的中文命名实体识别(NER)模型,包含lstm和Bert两种模型的实现☆14Apr 19, 2022Updated 4 years ago
- 基于pytorch+bilstm_crf的中文命名实体识别☆14Sep 13, 2022Updated 3 years ago
- Abstractive text summarization using CNN/DailyMail Dataset training on RNN/LSTM & T5.☆14Jan 5, 2023Updated 3 years ago
- Pointer Generator Network: Seq2Seq with attention, pointing and coverage mechanism for abstractive summarization.☆18Jul 26, 2019Updated 6 years ago
- 2023年秋季计算机科学与技术学院研究生课程网络安全的作业与实验,仅供参考。☆14Jan 6, 2024Updated 2 years ago
- An open source project on my CSDN blog, whose dataset is the CNN/DM and whose model is T5.☆12Jul 9, 2023Updated 2 years ago
- chinese NLP dataset☆18Nov 6, 2020Updated 5 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- 中文文本摘要(text summarization)工具包, 抽取式中文文本摘要 Extractive text summary of Lead3、keyword、textrank、text teaser、word significance、LDA、LSI、NMF。(gra…☆418Jun 17, 2024Updated last year
- 自然语言处理中的基础任务,包含但不限于文本表示,文本分类,命名实体识别,关系抽取,文本生成,文本摘要等,基于tensorflow2或Pytorch,所有代码均经过测试,项目中也包含相关数据。☆151Oct 25, 2022Updated 3 years ago
- 指针生成网络的文本摘要☆18Sep 25, 2020Updated 5 years ago
- 对BERT模型进行fine-tuning后,在chinese_L-12_H-768_A-12模型基础上进行训练,并以MSRA作为数据集测试☆18Dec 12, 2019Updated 6 years ago
- 《自然语言理解与行业知识图谱-概念、方法与工程落地》 一书中介绍的各个章节的算法展示代码☆13Jun 24, 2024Updated last year
- 基于TensorFlow,seq2seq+attention+beamsearch的文本摘要。☆59Apr 21, 2019Updated 7 years ago
- 新闻文本自动摘要, 以Textrank 为基础,融入 标题特征,单句位置特征,重要实体特征,线索词特征,做句子的综合权重计算,并使用MMR算法,兼顾自动摘要的主题相关性和摘要多样性。☆26May 13, 2022Updated 4 years ago