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-Echart报表介绍

    Java后台报表尝试了很多,最终发现了一款,而且是开源的,简表地址:http://www.jatools.com/jor/.问题的引入:该报表支持嵌套,钻去,应对excel类似的报表,足够了.但是,报 ...

  2. web压力测试工具(小而精)

    实际的测试过程中,我们一般都是采用A.B两台机器,一台跑Web服务,另外一台跑ab测试.也有的情况是单机对单机可能测不出结果,那就要采用很多台机器同是跑AB去请求一台机器进行测试,根据多台机器反馈的结 ...

  3. 您该选择PRINCE2 还是 PMP认证

    您该选择PRINCE2 还是 PMP认证? 很多人都问我,这是一个非常常见的问题,作为一个项目经理,他们是否应选择PRINCE2或PMP认证,因为这两个认证都是全世界非常流行的. PRINCE2 是一 ...

  4. Redis使用小结

    Redis官方没有windows版本的,对于Windows环境的redis,有如下两个方案 微软的移植版本,但只支持到3.2 下载地址 win10及以上的版本直接通过win10的liunx子系统执行 ...

  5. lua中的pairs和ipairs差别

    pairs Returns three values: the next function, the table t, and nil, so that the construction for k, ...

  6. .NET轻量级ORM组件Dapper葵花宝典

    一.摘要 为什么取名叫<葵花宝典>? 从行走江湖的世界角度来讲您可以理解为一本"武功秘籍",站在我们IT编程的世界角度应该叫"开发宝典". 如果您在 ...

  7. 用C扩展Python2

    参考 python扩展实现方法--python与c混和编程 编写Python扩展(Extending Python with C or C++) https://docs.python.org/2.7 ...

  8. android:activity活动的生命周期

    掌握活动的生命周期对任何 Android 开发者来说都非常重要,当你深入理解活动的生命 周期之后,就可以写出更加连贯流畅的程序,并在如何合理管理应用资源方面,你会发挥的 游刃有余.你的应用程序将会拥有 ...

  9. FAQ:如何提高编译速度?

    问: 如何提高编译速度? 答: 减少一次需要编译的代码量,目前想到的有两种思路: 1:修改解决方案的属性配置,取消勾选不常修改的项目的“生成”复选框. 2:采用插件化的架构,每一个插件弄一个解决方案, ...

  10. 暴君第一季/全集Tyrant迅雷下载

    本季第一季 Tyrant Season 1 (2014)看点:虽然李安退出了FX系列剧<暴君>(Tyrant),称不想耽误了剧集的制作,但显然FX对这部剧的重视程度非比寻常,因为他们找来的 ...