https://blog.csdn.net/BitCs_zt/article/details/82938086

列出自己阅读的text classification论文的列表,以后有时间再整理相应的笔记。阅读价值评分纯粹是基于自己对于文章的理解,标准包括:动机、方法、数据集质量、实验安排、相关工作等,满分为5。列表如下:

名称 所属会议 类型 时间 阅读价值
Recurrent Convolutional Neural Networks for Text Classification AAAI long paper 2015 4.5
Do Convolutional Networks need to be Deep for Text Classification ? AAAI 2017 work shop 4.5
Learning Structured Representation for Text Classification via Reinforcement Learning AAAI 2018 long paper 4
Enriching Word Vectors with Subword Information ACL 2017 long paper 4
Deep Pyramid Convolutional Neural Networks for Text Categorization ACL 2017 long paper 4.5
Universal Language Model Fine-tuning for Text Classification ACL 2018 long paper 4
Task-oriented Word Embedding for Text Classification COLING 2018 long paper 3.5
Very deep convolutional networks for text classification EACL 2017 long paper 4
Bag of Tricks for Efficient Text Classification EACL 2017 short paper 4.5
Convolutional Neural Networks for Sentence Classification EMNLP long paper 2014 5
Recurrent Neural Network for Text Classification with Multi-Task Learning IJCAI long paper 2016 4
A Generalized Recurrent Neural Architecture for Text Classification with Multi-Task Learning IJCAI long paper 2017 4
Combining Knowledge with Deep Convolutional Neural Networks for Short Text Classification IJCAI long paper 2017 4.5
Densely Connected CNN with Multi-scale Feature Attention for Text Classification IJCAI long paper 2017 4
A Sensitivity Analysis of (and Practitioners’ Guide to) Convolutional Neural Networks for Sentence Classification IJCNLP 2017 long paper 4.5
Hierarchical Attention Networks for Document Classification NACCL long paper 2016 4.5
Multinomial Adversarial Networks for Multi-Domain Text Classification NAACL long paper 2016 3
Gated Multi-Task Network for Text Classification NAACL long paper 2018 4
Character-level Convolutional Networks for Text Classification NIPS long paper 2015 4.5
Convolutional Neural Networks for Text Categorization: Shallow Word-level vs. Deep Character-level 2016 4.5
---------------------
作者:ZSYGOOOD
来源:CSDN
原文:https://blog.csdn.net/BitCs_zt/article/details/82938086?utm_source=copy
版权声明:本文为博主原创文章,转载请附上博文链接!

论文列表——text classification的更多相关文章

  1. #论文阅读# Universial language model fine-tuing for text classification

    论文链接:https://aclweb.org/anthology/P18-1031 对文章内容的总结 文章研究了一些在general corous上pretrain LM,然后把得到的model t ...

  2. 论文阅读:《Bag of Tricks for Efficient Text Classification》

    论文阅读:<Bag of Tricks for Efficient Text Classification> 2018-04-25 11:22:29 卓寿杰_SoulJoy 阅读数 954 ...

  3. 论文翻译——Character-level Convolutional Networks for Text Classification

    论文地址 Abstract Open-text semantic parsers are designed to interpret any statement in natural language ...

  4. 论文解读(XR-Transformer)Fast Multi-Resolution Transformer Fine-tuning for Extreme Multi-label Text Classification

    Paper Information Title:Fast Multi-Resolution Transformer Fine-tuning for Extreme Multi-label Text C ...

  5. [转] Implementing a CNN for Text Classification in TensorFlow

    Github上的一个开源项目,文档讲得极清晰 Github - https://github.com/dennybritz/cnn-text-classification-tf 原文- http:// ...

  6. [Tensorflow] RNN - 04. Work with CNN for Text Classification

    Ref: Combining CNN and RNN for spoken language identification Ref: Convolutional Methods for Text [1 ...

  7. Implementing a CNN for Text Classification in TensorFlow

    参考: 1.Understanding Convolutional Neural Networks for NLP 2.Implementing a CNN for Text Classificati ...

  8. 基于视觉的 SLAM/Visual Odometry (VO) 开源资料、博客和论文列表

    基于视觉的 SLAM/Visual Odometry (VO) 开源资料.博客和论文列表 以下为机器翻译,具体参考原文: https://github.com/tzutalin/awesome-vis ...

  9. CNN tensorflow text classification CNN文本分类的例子

    from:http://deeplearning.lipingyang.org/tensorflow-examples-text/ TensorFlow examples (text-based) T ...

随机推荐

  1. 2017-2018-2 20172302 『Java程序设计』课程 结对编程练习_四则运算

    1.结对对象 20172308周亚杰 2.本周内容 需求分析 (1).自动生成题目 可独立使用(能实现自己编写测试类单独生成题目的功能) 可生成不同等级题目,类似于: 1级题目:2 + 5 = .10 ...

  2. Xtreme8.0 - Magic Square 水题

    Xtreme8.0 - Magic Square 题目连接: https://www.hackerrank.com/contests/ieeextreme-challenges/challenges/ ...

  3. iOS 七牛多张图片上传

    -(void)uploadImages:(NSArray *)images atIndex:(NSInteger)index token:(NSString *)token uploadManager ...

  4. 使用 IntraWeb (20) - 基本控件之 TIWGrid

    TIWGrid 最终通过 Html Table 呈现; 其每个 Cell 都是一个 TIWGridCell 对象, Cell 对象的 Control 属性非常好, 可以非常方便地嵌入其他控件. TIW ...

  5. js获取鼠标点击事件的相对位置

    <html><head><title>位置</title><script language="javascript" type ...

  6. STM32 Seminar 2007 -- Timer

  7. C#怎么通过一个按钮Button,实现点击这个按钮可以打开一个文件或者文件夹?

    string path1 = @"d:\log.txt";  //打开D盘下的log.txt文件 System.Diagnostics.Process.Start(path1); ...

  8. WebConfig 加密解密的原理是什么?

    WebConfig 加密解密的原理是什么? 使用命令 加密数据连接串 加密:aspnet_regiis -pef connectionStrings d:/...(webconfig所在路径,不能含中 ...

  9. RednaxelaFX:软件工程师、主攻高级编程语言虚拟机的设计与实现

    https://www.zhihu.com/people/rednaxelafx/posts

  10. hibernate对查询的几个知识点

    1.      query里面的主要方法 list()可以得到查询的结果集 uniqueResult()如果查询的结果只有一条可以用这个   通过这两句可以实现分页,好处是可以跨数据库 query.s ...