文本建模、文本分类相关开源项目推荐(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 的例子介绍,然后搜索到了这个开源项目. 所有能跑起来的项目都有研究价值,看看这个项目的文档.目前正好满足我想要的功能.推荐 正文: ...
随机推荐
- Java中List集合去除重复数据的方法
1. 循环list中的所有元素然后删除重复 public static List removeDuplicate(List list) { for ( int i = 0 ; i < list. ...
- 使用phpunit测试yaf项目操作步骤
yaf + phpunit 使用phpunit对yaf进行测试的核心在于bootstrip文件的配置. *1. 首先在项目目录下创建tests文件,并在tests中创建phpunit.xml < ...
- 未能加载文件或程序集“SuperMap.Mapping, Version=7.0.0.0, Culture=neutral, PublicKeyToken=0635c574ea890381”或它的某一个依赖项。试图加载格式不正确的程序。
开发SuperMap.Mapping的时候,蹦出来的错误!让人摸不着头脑.查找原因如下: (1)安装32位的super map iobject后,进行开发,vs上选择目标平台是x86位的,然后从控件列 ...
- 关于微信小程序获取二维码的踩坑记录
1.踩坑需求:获取小程序的二维码 2.踩坑接口: https://api.weixin.qq.com/wxa/getwxacode?access_token=ACCESS_TOKEN3 踩坑代码 pu ...
- 使用xheditor时 cloneRange错误 ext.net
使用ext.net 加 xheditor时,一直报 cloneRange错误. 于是 按照说明但独使用xheditor ,检查无错,正常使用, 因此排除版本问题. <ext:panel ru ...
- CFile、CStdioFile、FILE和其他文件操作(转+总结)
CFile.CStdioFile.FILE和其他文件操作(转+总结) 2010-04-10 20:36:33| 分类: VC++|举报|字号 订阅 下载LOFTER我的照片书 | ...
- Java核心-多线程-并发控制器-CountDownLatch倒数闩
1.基本概念 CountDownLatch,中文名倒数闩,jdk并发工具包中一个并发控制器,它抽象了一个常见的多线程并发场景,开发人员使用它可以写出同时兼顾线程安全性与高效率的代码. 2.抽象模型 相 ...
- IoC容器的接口设计
1.从接口BeanFactory---HierarchicalBeanFactory---ConfigurableBeanFactory,是一条主要的BeanFactory设计路径. 2.第二条接口设 ...
- NLP一些工程应用模型
发现一个DL的博客,对文章分类归纳做的比较好:第三篇文章中的模型可以重点参考 “自然语言学习资料的汇总” 综述 | 一文读懂自然语言处理NLP(附学习资料) 用深度学习(CNN RNN Attenti ...
- c里面的static inline函数
一般来说加上static表示函数是文件作用域,有的时候单独使用inline编译器会优化,没有编译成内联函数,而是变成普通函数编译,所以必须在前面加上static,放在头文件中可以被外部文件访问. ...