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. [java] 虚拟机(JVM)底层结构详解[转]

    本文来自:曹胜欢博客专栏.转载请注明出处:http://blog.csdn.net/csh624366188 在以前的博客里面,我们介绍了在java领域中大部分的知识点,从最基础的java最基本语法到 ...

  2. python实例[判断操作系统类型]

    参考文献:http://bbs.chinaunix.net/thread-1848086-1-1.html 经常地我们需要编写跨平台的脚本,但是由于不同的平台的差异性,我们不得不获得当前所工作的平台( ...

  3. 改变窗体大小视图区图形也会跟着变化 MFC

    怎样实现窗体缩放,视图区里的图形也会跟着变化 在CMFCView类中加入三个消息函数: 在类向导中选中CMFCView类,点击右键---->类向导------>消息--------> ...

  4. OpenLdap+MySQL笔记

    20元现金领取地址:http://jdb.jiudingcapital.com/phone.html内部邀请码:C8E245J (不写邀请码,没有现金送) 国内私募机构九鼎控股打造,九鼎投资是在全国股 ...

  5. uistatusBar 详解

    成功的方法: 方法1.隐藏应用程序内所有的StatusBar 第一步:在Info.plist,然后添加一个新的row,"View controller-based status bar ap ...

  6. 基于jQuery的判断iPad、iPhone、Android是横屏还是竖屏的代码

    在ipad.iphone网页开发中,我们很可能需要判断是横屏或者竖屏.下面就来介绍如何用 jQuery 判断iPad.iPhone.Android是横屏还是竖屏的方法 其实主要是通过window.or ...

  7. 给hmailserver添加SSL支持

    我们使用stunnel来给hmailserver添加ssl支持,stunnel是一个开源跨平台提供全局TLS/SSL支持的软件,它可以给很多本身不支持ssl的软件来提供安全的加密连接,同样可以用于hm ...

  8. spring boot 之@JsonView 简单介绍

    @JsonView是jackson json中的一个注解,spring webmvc也支持这个注解. 这个注解的作用就是控制输入输出后的json. 假设我们有一个用户类,其中包含用户名和密码,一般情况 ...

  9. 阿里云linux图形界面(centos6)

    阿里云linux图形界面的安装方法:安装gnome图形化桌面#yum groupinstall -y "X Window System"#yum groupinstall -y & ...

  10. Android之Android apk动态加载机制的研究(二):资源加载和activity生命周期管理

    转载请注明出处:http://blog.csdn.net/singwhatiwanna/article/details/23387079 (来自singwhatiwanna的csdn博客) 前言 为了 ...