yinizhilian / nlp-materials-share
自然语言处理NLP(自然语言生成NLG、自然语言理解NLU)、自然语言学术会议大盘点、自然语言大佬介绍、NLP研究机构、NLP资料分享、NLP学习资源分享、NLP学术论文介绍
☆184Updated last month
Alternatives and similar repositories for nlp-materials-share:
Users that are interested in nlp-materials-share are comparing it to the libraries listed below
- Some Cool NLP and CV Repositories and Solutions (收集NLP中常见任务的开源解决方案、数据集、工具、学习资料等)☆161Updated 4 years ago
- 天池 疫情相似句对判定大赛 线上第一名方案☆432Updated 4 years ago
- 中文文本生成(NLG)之文本摘要(text summarization)工具包, 语料数据(corpus data), 抽取式摘要 Extractive text summary of Lead3、keyword、textrank、text teaser、word sign…☆415Updated 10 months ago
- 中文问题句子相似度计算比赛及方案汇总☆298Updated 4 years ago
- 以词为基本单位的中文BERT☆466Updated 3 years ago
- pytorch中文语言模型预训练☆389Updated 4 years ago
- Chinese Embedding collection incling token ,postag ,pinyin,dependency,word embedding.中文自然语言处理向量合集,包括字向量,拼音向量,词向量,词性向量,依存关系向量.共5种类型的向量☆454Updated 6 years ago
- 端到端的长本文摘要模型(法研杯2020司法摘要赛道)☆396Updated 10 months ago
- 中文NLP数据集☆153Updated 5 years ago
- Macadam是一个以Tensorflow(Keras)和bert4keras为基础,专注于文本分类、序列标注和关系抽取的自然语言处理工具包。支持RANDOM、WORD2VEC、FASTTEXT、BERT、ALBERT、ROBERTA、NEZHA、XLNET、ELECTRA…☆323Updated 2 years ago
- TextClf :基于Pytorch/Sklearn的文本分类框架,包括逻辑回归、SVM、TextCNN、TextRNN、TextRCNN、DRNN、DPCNN、Bert等多种模型,通过简单配置即可完成数据处理、模型训练、测试等过程。☆240Updated last year
- 阿里云天池零基础入门NLP比赛_rank4选手比赛总结: https://tianchi.aliyun.com/competition/entrance/531810/introduction☆187Updated 2 years ago
- NLP杂货铺,python实现各种算法/工具,辅助算法理解/应用☆154Updated 3 years ago
- 文本相似度计算/文本匹配☆303Updated 5 years ago
- 北京航空航天大学大数据高精尖中心自然语言处理研究团队对信息抽取领域的调研。包括实体识别,关系抽取,属性抽取等子任务,每类子任务分别对学术界 和工业界进行调研。☆466Updated 2 years ago
- 中国法研杯-司法人工智能挑战赛(CAIL2018-2020)☆89Updated 2 years ago
- Keyphrase or Keyword Extraction 基于预训练模型的中文关键词抽取方法(论文SIFRank: A New Baseline for Unsupervised Keyphrase Extraction Based on Pre-trained La…☆427Updated 4 years ago
- 基于GPT2的中文摘要生成模型☆408Updated last year
- 医疗实体识别☆180Updated 4 years ago
- bert文本分类,ner, albert,keras_bert,bert4keras,kashgari,fastbert,flask + uwsgi + keras部署模型,时间实体识别,tfidf关键词抽取,tfidf文本相似度,用户情感分析☆193Updated 8 months ago
- ☆440Updated last month
- 基于预训练模型(BERT,BERT-wwm)的文本分类模板,CCF BDCI新闻情感分析A榜4/2735。☆262Updated 4 years ago
- 自然语言处理中的基础任务,包含但不限于文本表示,文本分类,命名实体识别,关系抽取,文本生成,文本摘要等,基于tensorflow2或Pytorch,所有代码均经过测试,项目中也包含相关数据。