yangshoujian / Literature-Clustering-BertLinks
使用开源的Bert-as-Service预训练生成文档特征向量,基于k-means对COVID-19文献聚类,t-SNE可视化数据,通过LDA为每个簇生成主题关键词,画Bokeh图实现按簇、关键词搜索和筛选数据。
☆19Updated 4 years ago
Alternatives and similar repositories for Literature-Clustering-Bert
Users that are interested in Literature-Clustering-Bert are comparing it to the libraries listed below
Sorting:
- BTM实现代码☆100Updated 2 years ago
- BTM in python☆73Updated 7 years ago
- Clustering text with Bert☆56Updated 5 years ago
- 复现了论文《基于主题模型的短文本关键词抽取及扩展》的代码☆30Updated 4 years ago
- 利用bert预训练模型生成句向量或词向量☆27Updated 4 years ago
- 利用Bert获取中文字、词向量☆10Updated 3 years ago
- 训练词向量☆22Updated 4 years ago
- 一个简单的中文事件抽取模型,触发词和实体联合标注识别,同时判定实体角色。☆73Updated 4 years ago
- Chinese Subjective Dectection based on subjective knowlegebase, 中文主观性计算。基于中文主观性知识库的句子主观性评定方法。☆57Updated last year
- Code for Chinese LIWC Lexicon Expansion via Hierarchical Classification of Word Embeddings with Sememe Attention (AAAI18)☆154Updated 7 years ago
- COVID-19-sentiment-analysis-dataset-Weibo☆37Updated 4 years ago
- 基于TF-IDF和余弦定理计算文本相似度☆36Updated 6 years ago
- 实现功能:新输入一段文本,与已有数据进行相似度进行比较,返回TOP10的文本。主要实现方法:jieba中文分词、gensim、TF-IDF词汇重要性、cosine余弦相似度。☆11Updated 4 years ago
- 毕业设计,基于事理图谱的事件推理系统☆70Updated 5 years ago
- 事件知识图谱构建相关的论文, 包含事件抽取、事件关系识别等任务☆82Updated last year
- smp ewect code☆77Updated 4 years ago
- Using topic models to discover evolution of worldwide health issues☆24Updated 6 years ago
- 提出基于划分的LDA主题模型 (PLDA)。对传统LDA模型进行改进,考虑中长篇文档篇章结构较为清晰,传统LDA在处理中长篇文档时不能识别每个篇章的主题,提出基于划分的LDA主题模型,对中长篇文档如新闻报道】国务院工作报告等按照段落进行划分,先拆后合,并将其效果与传统LDA…☆40Updated 5 years ago
- Aspect Based Sentiment Analysis 基于方面的细粒度情感分析☆172Updated 3 years ago
- 这段代码会根据用户定义的正则表达式规则从文本中抽取属性三元组,我用它完成知识图谱构建的一个环节,使用方法写在README中,欢迎交流和指正!☆11Updated 4 years ago
- 2020 科大讯飞 事件抽取挑战赛☆21Updated 4 years ago
- SMP 2020年微博情感分类评测任务 第六名解决方案☆69Updated 2 years ago
- 用gensim训练LDA模型,进行新闻文本主题分析☆77Updated 6 years ago
- pytorch implementation of multi-label text classification, includes kinds of models and pretrained. Especially for Chinese preprocessing.☆75Updated 5 years ago
- Bert预训练模型fine-tune计算文本相似度☆105Updated 2 years ago
- Aspect-Sentiment-Opinion Triplet Extraction (ASOTE)☆71Updated 2 years ago
- code for ACL2020:《FLAT: Chinese NER Using Flat-Lattice Transformer》 我注释&修改&添加了部分源码,使得大家更容易复现这个代码。☆56Updated 4 years ago
- Dataset from 'Character-based BiLSTM-CRF Incorporating POS and Dictionaries for Chinese Opinion Target Extraction'☆44Updated 6 years ago
- 多标签文本分类☆54Updated 6 years ago
- 使用基于Transformer的预训练模型在ACE2005数据集上进行事件抽取任务☆160Updated 5 years ago