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实现)的更多相关文章

  1. 自然语言推断(NLI)、文本相似度相关开源项目推荐(Pytorch 实现)

    Awesome-Repositories-for-NLI-and-Semantic-Similarity mainly record pytorch implementations for NLI a ...

  2. 操作PDF文档功能的相关开源项目探索——iTextSharp 和PDFBox

    原文 操作PDF文档功能的相关开源项目探索——iTextSharp 和PDFBox 很久没自己写写心得日志与大家分享了,一方面是自己有点忙,一方面是自己有点懒,没有及时总结.因为实践是经验的来源,总结 ...

  3. 关键词提取自动摘要相关开源项目,自动化seo

    关键词提取自动摘要相关开源项目 GitHub - hankcs/HanLP: 自然语言处理 中文分词 词性标注 命名实体识别 依存句法分析 关键词提取 自动摘要 短语提取 拼音 简繁转换https:/ ...

  4. .NET 文件格式相关开源项目

    在过去的2年里,我已确定把文件格式作为我的主要研究课题之一,NPOI就是在这样的研究课题下的产物.尽管从严格意义上讲NPOI只是POI的.NET版本,并不是我创造的,但是在开发过程中,我对OLE2有了 ...

  5. 计算机视觉人脸相关开源项目总结:face_recognition

    计算机视觉人脸相关开源项目总结 https://github.com/ageitgey/face_recognition 深度学习人脸关键点检测方法----综述

  6. Asp.net Core相关教程及开源项目推荐

    入门 全新的ASP.NET:  https://www.cnblogs.com/Leo_wl/p/5654828.html 在IIS上部署你的ASP.NET Core项目: https://www.c ...

  7. 必须Mark!43个优秀的Swift开源项目推荐

    摘要:拥有着苹果先天生态优势的Swift自发布以来,各种优秀的开源项目便层出不穷.本文作者站在个人的角度,将2014年Swift开源项目做了一个甄别.筛选,从工具.存储.网络.界面.框架到Demo以及 ...

  8. 【转】43个优秀的Swift开源项目推荐

    作为一门集百家之长的新语言,Swift拥有着苹果先天的生态优势,而其在GitHub上各种优秀的开源项目也层出不穷.本文作者@SwiftLanguage从2014年6月苹果发布Swift语言以来,便通过 ...

  9. 开源项目推荐:e-example / Springboot+bootstrap + ……

    前言: 我想要找一个 springboot + bootstrap 的例子介绍,然后搜索到了这个开源项目. 所有能跑起来的项目都有研究价值,看看这个项目的文档.目前正好满足我想要的功能.推荐 正文: ...

随机推荐

  1. lua 5.3最简单plugin编写

    #include <windows.h> #include "lauxlib.h" /* Pop-up a Windows message box with your ...

  2. angular2 ngfor循环

    angular2 在组件模板中可以循环数组集合等对象,语法非常简单,如: <ng-container *ngFor="let item of model.list"> ...

  3. VS 自动展开选中当前代码所在的文件位置的功能

    这个功能相当好,自动在Solution Explorer中展开并定位到当前代码所在的文件,免得自己找位置要找很久. 设置方法: tool>>options>>projects ...

  4. Unity 3D中的阴影设置

    在Unity 3D中,经常需要用到光照阴影,即Directional Light的Shadow,Shadow分为Hard Shadow和Soft Shadow.区别是Soft Shadow的阴影边缘比 ...

  5. pagination.js 使用

    pagination.js 使用方式 $('.paginationjs').pagination({ dataSource: 'DetailImage?handler=Search', locator ...

  6. Python3.4 枚举类型的使用

    From: https://majing.io/posts/10000005131196 枚举类型是在Python3.4新增到Python的标准库. 创建枚举 Python提供了两种方法来创建枚举: ...

  7. 360或者金山毒霸可能会导致HP网络打印机驱动安装失败“数据无效”的解决办法

    360或者金山毒霸可能会导致HP网络打印机驱动安装失败“数据无效”的解决办法     同事办公室的打印机是网线接口的那种网络打印机,不是直接连到电脑的那种,他电脑安装了360和金山毒霸,WIN10下安 ...

  8. Nodejs 中将html转换成pdf文件

    Nodejs 中将html转换成pdf文件,Nodejs Convert html into pdf 1. 下载phantomjs.exe,将该文件放在根目录 2. 编写pdf.js文件(在githu ...

  9. 在思科模拟器上配置AAA认证

    1.实验拓扑 2.检测用户之间连通性 PC2 ping PC-A PC-C  ping   PC-A 3.路由及服务器配置 R1:在路由器R1上配置一个本地用户账号并且利用本地AAA通过console ...

  10. awk --- 常用技巧

    一.每隔几行取出一个数,输出到另外一个文件 awk '{ if (NR % 9 ==1) {print NR, " => ", $0 } }' kp.txt > xy_ ...