文本建模、文本分类相关开源项目推荐(Pytorch实现)
Awesome-Repositories-for-Text-Modeling
| repo | paper |
|---|---|
| miracleyoo/DPCNN-TextCNN-Pytorch-Inception | Deep Pyramid Convolutional Neural Networks for Text Categorization |
| Cheneng/DPCNN | Deep Pyramid Convolutional Neural Networks for Text Categorization |
| conv-RNN | A Hybrid Framework for Text Modeling with Convolutional RNN |
| AC-LSTM | |
| - FastText;- BasicCNN (KimCNN,MultiLayerCNN, Multi-perspective CNN);- InceptionCNN;- LSTM (BILSTM, StackLSTM);- LSTM with Attention (Self Attention / Quantum Attention);- Hybrids between CNN and RNN (RCNN, C-LSTM);- Transformer - Attention is all you need;- ConS2S;- Capsule;- Quantum-inspired NN | |
| Double ConvNet;C-LSTM | |
| CNN | Convolutional Neural Networks for Sentence Classification |
| CNN, RNN (LSTM and GRU) | |
| fastText;TextCNN;TextRNN;RCNN;Hierarchical Attention Network;seq2seq with attention;Transformer("Attend Is All You Need");Dynamic Memory Network;EntityNetwork:tracking state of the world; | |
| JerrikEph/Capsule4TextClassification | Information Aggregation via Dynamic Routing for Sequence Encoding |
| SVM | Short Text Classification with One Model for All Languages |
| VDCNN | Very Deep Convolutional Neural Network for Text Classification |
| Sent2Vec (Skip-Thoughts) | |
| Dialogue act tagging classification. | Sequential Short-Text Classification with Recurrent and Convolutional Neural Networks |
| Universal Language Model Fine-tuning (ULMFiT) | Universal Language Model Fine-tuning for Text Classification |
| cvangysel/SERT | Structural Regularities in Text-based Entity Vector Spaces |
| klout/opendata | Actionable and Political Text Classification using Word Embeddings and LSTM |
| jacoxu/STC2 | Self-Taught Convolutional Neural Networks for Short Text Clustering |
| guoyinwang/LEAM | Joint Embedding of Words and Labels for Text Classification |
| abhyudaynj/LSTM-CRF-models | Structured prediction models for RNN based sequence labeling in clinical text |
| A Context-aware Natural Language Generator for Dialogue Systems | UFAL-DSG/tgen |
| hugochan/KATE | KATE: K-Competitive Autoencoder for Text |
| harvardnlp/sa-vae | Improved Variational Autoencoders for Text Modeling using Dilated Convolutions |
| sordonia/hred-qs | A Hierarchical Recurrent Encoder-Decoder For Generative Context-Aware Query Suggestion |
| lanwuwei/SPM_toolkit | Neural Network Models for Paraphrase Identification, Semantic Textual Similarity, Natural Language Inference, and Question Answering |
| salesforce/awd-lstm-lm | |
| cyvius96/adgpm | Rethinking Knowledge Graph Propagation for Zero-Shot Learning |
| alexandres/lexvec | Enhancing the LexVec Distributed Word Representation Model UsingPositional Contexts and External Memory |
| brmson/dataset-sts | Sentence Pair Scoring: Towards Unified Framework for Text Comprehension |
| summanlp/textrank | Variations of the Similarity Function of TextRank for Automated Summarization |
| yufengm/SelfAttentive:binary | A Structured Self-Attentive Sentence Embedding |
| ExplorerFreda/Structured-Self-Attentive-Sentence-Embedding:multi-class | A Structured Self-Attentive Sentence Embedding |
| pandeykartikey/Hierarchical-Attention-Network | Hierarchical Attention Networks for Document Classification |
文本建模、文本分类相关开源项目推荐(Pytorch实现)的更多相关文章
- 自然语言推断(NLI)、文本相似度相关开源项目推荐(Pytorch 实现)
Awesome-Repositories-for-NLI-and-Semantic-Similarity mainly record pytorch implementations for NLI a ...
- 操作PDF文档功能的相关开源项目探索——iTextSharp 和PDFBox
原文 操作PDF文档功能的相关开源项目探索——iTextSharp 和PDFBox 很久没自己写写心得日志与大家分享了,一方面是自己有点忙,一方面是自己有点懒,没有及时总结.因为实践是经验的来源,总结 ...
- 关键词提取自动摘要相关开源项目,自动化seo
关键词提取自动摘要相关开源项目 GitHub - hankcs/HanLP: 自然语言处理 中文分词 词性标注 命名实体识别 依存句法分析 关键词提取 自动摘要 短语提取 拼音 简繁转换https:/ ...
- .NET 文件格式相关开源项目
在过去的2年里,我已确定把文件格式作为我的主要研究课题之一,NPOI就是在这样的研究课题下的产物.尽管从严格意义上讲NPOI只是POI的.NET版本,并不是我创造的,但是在开发过程中,我对OLE2有了 ...
- 计算机视觉人脸相关开源项目总结:face_recognition
计算机视觉人脸相关开源项目总结 https://github.com/ageitgey/face_recognition 深度学习人脸关键点检测方法----综述
- Asp.net Core相关教程及开源项目推荐
入门 全新的ASP.NET: https://www.cnblogs.com/Leo_wl/p/5654828.html 在IIS上部署你的ASP.NET Core项目: https://www.c ...
- 必须Mark!43个优秀的Swift开源项目推荐
摘要:拥有着苹果先天生态优势的Swift自发布以来,各种优秀的开源项目便层出不穷.本文作者站在个人的角度,将2014年Swift开源项目做了一个甄别.筛选,从工具.存储.网络.界面.框架到Demo以及 ...
- 【转】43个优秀的Swift开源项目推荐
作为一门集百家之长的新语言,Swift拥有着苹果先天的生态优势,而其在GitHub上各种优秀的开源项目也层出不穷.本文作者@SwiftLanguage从2014年6月苹果发布Swift语言以来,便通过 ...
- 开源项目推荐:e-example / Springboot+bootstrap + ……
前言: 我想要找一个 springboot + bootstrap 的例子介绍,然后搜索到了这个开源项目. 所有能跑起来的项目都有研究价值,看看这个项目的文档.目前正好满足我想要的功能.推荐 正文: ...
随机推荐
- ASP.NET: Cookie会话丢失,Session超时配置
问题描述: asp.net应用中web.config的SessionState节点:原先是 <sessionState mode="InProc" timeout=" ...
- OpenStack搭建Q版在控制节点上的环境准备(step2)
接下来是只需要在控制节点上准备的环境配置.其中虽然NTP服务需要在所有节点上都安装,但NTP服务在控制节点和其他的节点上的配置是不同的,所以不把它放在step1的公共配置中进行准备.如下: 1.配置N ...
- mysql update where
UPDATE car_approval a JOIN car_distribute b ON a.id = b.APPROVAL_FOR_CAR_ID SET a.APPROVAL_STATUS = ...
- fatal: could not read Username for 'https://git.dev.tencent.com' 解决方法
在使用webhook自动部署时测试出现此问题,通过以下方法粗暴解决: vim .git/config 文件,在remote "origin" url中加入帐号密码,如图所示,格式 ...
- 【TFS 2010配置】总是提示:Error [ System Checks ] TF255466
服务器环境: Windows Server 2008 软件环境: 安装了360杀毒软件 以下为解决方案: 在验证是否可以安装 SharePoint 时的提示,Error [ System Checks ...
- 2018-2019-2 20165312《网络攻防技术》Exp3 免杀原理与实践
2018-2019-2 20165312<网络攻防技术>Exp3 免杀原理与实践 课上知识点总结 1.恶意软件检测机制 基于特征码的检测(需要定期更新病毒库) 启发式恶意软件检测(实时监控 ...
- 面试题_lambda函数调用
res多少? def func(): return [lambda x: i * x for i in range(4)] res = [m(2) for m in func()] # print(r ...
- 认识MyBatis-总述
关于mybatis的源码,博客园以及其他平台有了相当多的精美,优秀的解析. 而此次本人的记录通过查阅官方文档,以及实际运行中的代码,来回答有实际意义的问题. 目标:理解MYBATIS.MYBATIS的 ...
- php 关于laravel5.7框架
一.配置 首先说下配置,安装node.js .npm .cmd 命令行 node -v .npm -v 若已安装出现版本号,若无自行百度 安装compaser 通过compaser命令安装lara ...
- c#+cad2010+MQ接收消息
cad2015+版本可以使用TrayItem气泡显示消息 static TrayItem trayItem = new TrayItem(); public static void testtrayi ...