中文文本摘要生成模型
☆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
- 各大文本摘要模型-中文文本可运行的解决方案☆69Sep 18, 2023Updated 2 years ago
- 使用UniLM实现中文文本摘要☆43Mar 25, 2020Updated 6 years ago
- 新闻标题摘要生成模型,基于T5-PEGASUS。News title summary generation model☆19Jul 9, 2022Updated 3 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 从中文文本中自动提取摘要☆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
- 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
- Evaluating Visual Fidelity of Image Descriptions☆11Aug 15, 2019Updated 6 years ago
- NLP 领域常见任务的实现,包括新词发现、以及基于pytorch的词向量、中文文本分类、实体识别、摘要文本生成、句子相似度判断、三元组抽取、预训练模型等。☆537May 20, 2023Updated 3 years ago
- GSum: A General Framework for Guided Neural Abstractive Summarization☆115Sep 22, 2025Updated 8 months ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- "Cross-lingual Language Model Pretraining for Retrieval". (WWW 2021)☆10Jun 17, 2022Updated 3 years ago
- 基于Textrank的关键字提取 & 摘要提取☆17Sep 15, 2023Updated 2 years ago
- Generate text with recurrent neural nets☆21Jul 23, 2017Updated 8 years ago
- 输入一段文本,使用 `TextRank`算法 从输入文本中提取关键词和摘要(重要的句子),并使用Flask写成后台形式☆12Dec 27, 2019Updated 6 years ago
- 提供一款中文版生成式摘要服务☆350Feb 9, 2026Updated 3 months ago
- The official repos of "Knowledge Bridger: Towards Training-Free Missing Modality Completion"☆21Jun 30, 2025Updated 10 months ago
- 本项目包含几种常用 NLP算法的实现:关键词(keyword)、命名实体(named entity)、自动摘要(abstract)、文本相似度比较(text similarity)等☆16Jan 16, 2022Updated 4 years ago
- ☆21Dec 17, 2024Updated last year
- 读取多层级目录下的pdf文件,通常是爬虫爬下来的,将其中摘要和正文抽取出来。可以快速抽取想要的文本内容。☆16May 12, 2022Updated 4 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- 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
- PE 文件病毒编写☆49Mar 1, 2020Updated 6 years ago
- ☆18Feb 24, 2025Updated last year
- 基于pytorch+bilstm_crf的中文命名实体识别☆14Sep 13, 2022Updated 3 years ago
- Pointer Generator Network: Seq2Seq with attention, pointing and coverage mechanism for abstractive summarization.☆18Jul 26, 2019Updated 6 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
- 中文文本摘要(text summarization)工具包, 抽取式中文文本摘要 Extractive text summary of Lead3、keyword、textrank、text teaser、word significance、LDA、LSI、NMF。(gra…☆419Jun 17, 2024Updated last year
- End-to-end encrypted cloud storage - Proton Drive • AdSpecial offer: 40% Off Yearly / 80% Off First Month. Protect your most important files, photos, and documents from prying eyes.
- 自然语言处理中的基础任务,包含但不限于文本表示,文本分类,命名实体识别,关系抽取,文本生成,文本摘要等,基于tensorflow2或Pytorch,所有代码均经过测试,项目中也包含相关数据。☆152Oct 25, 2022Updated 3 years ago
- 对BERT模型进行fine-tuning后,在chinese_L-12_H-768_A-12模型基础上进行训练,并以MSRA作为数据集测试☆18Dec 12, 2019Updated 6 years ago
- 基于TensorFlow,seq2seq+attention+beamsearch的文本摘要。☆59Apr 21, 2019Updated 7 years ago
- 新闻文本自动摘要, 以Textrank 为基础,融入 标题特征,单句位置特征,重要实体特征,线索词特征,做句子的综合权重计算,并使用MMR算法,兼顾自动摘要的主题相关性和摘要多样性。☆26May 13, 2022Updated 4 years ago
- NJU 南京大学 算法设计与分析 期末复习☆16Jul 13, 2022Updated 3 years ago
- bert_avg,bert_whitening,sbert,consert,simcse,esimcse 中文句向量表示☆15Apr 7, 2022Updated 4 years ago
- Codes for Pretraining Language Models with Text-Attributed Heterogeneous Graphs☆16Oct 13, 2023Updated 2 years ago