机器学习领域最全综述列表!

技术标签: 列表  自然语言处理  编程语言  知识图谱  人工智能

↑↑↑关注后"星标"Datawhale

每日干货 & 每月组队学习,不错过

 Datawhale干货 

作者:kaiyuan,来源:NewBeeNLP

继续来给大家分享github上的干货,一个『机器学习领域综述大列表』,涵盖了自然语言处理、推荐系统、计算机视觉、深度学习、强化学习等主题。

另外发现源repo中NLP相关的综述不是很多,于是把一些觉得还不错的文章添加进去了,重新整理更新在 AI-Surveys[1] 中。

  • ml-surveys: https://github.com/eugeneyan/ml-surveys

  • AI-Surveys: https://github.com/KaiyuanGao/AI-Surveys

『收藏等于看完』系列,来看看都有哪些吧, enjoy!

自然语言处理

  • 深度学习:Recent Trends in Deep Learning Based Natural Language Processing[2]

  • 文本分类:Deep Learning Based Text Classification: A Comprehensive Review[3]

  • 文本生成:Survey of the SOTA in Natural Language Generation: Core tasks, applications and evaluation[4]

  • 文本生成:Neural Language Generation: Formulation, Methods, and Evaluation[5]

  • 迁移学习:Exploring Transfer Learning with T5: the Text-To-Text Transfer Transformer[6] (Paper[7])

  • 迁移学习:Neural Transfer Learning for Natural Language Processing[8]

  • 知识图谱:A Survey on Knowledge Graphs: Representation, Acquisition and Applications[9]

  • 命名实体识别:A Survey on Deep Learning for Named Entity Recognition[10]

  • 关系抽取:More Data, More Relations, More Context and More Openness: A Review and Outlook for Relation Extraction[11]

  • 情感分析:Deep Learning for Sentiment Analysis : A Survey[12]

  • ABSA情感分析:Deep Learning for Aspect-Level Sentiment Classification: Survey, Vision, and Challenges[13]

  • 文本匹配:Neural Network Models for Paraphrase Identification, Semantic Textual Similarity, Natural Language Inference, and Question Answering[14]

  • 阅读理解:Neural Reading Comprehension And Beyond[15]

  • 阅读理解:Neural Machine Reading Comprehension: Methods and Trends[16]

  • 机器翻译:Neural Machine Translation: A Review[17]

  • 机器翻译:A Survey of Domain Adaptation for Neural Machine Translation[18]

  • 预训练模型:Pre-trained Models for Natural Language Processing: A Survey[19]

  • 注意力机制:An Attentive Survey of Attention Models[20]

  • 注意力机制:An Introductory Survey on Attention Mechanisms in NLP Problems[21]

  • 注意力机制:Attention in Natural Language Processing[22]

  • BERT:A Primer in BERTology: What we know about how BERT works[23]

  • Beyond Accuracy: Behavioral Testing of NLP Models with CheckList[24]

  • Evaluation of Text Generation: A Survey[25]

推荐系统

  • Recommender systems survey[26]

  • Deep Learning based Recommender System: A Survey and New Perspectives[27]

  • Are We Really Making Progress? A Worrying Analysis of Neural Recommendation Approaches[28]

  • A Survey of Serendipity in Recommender Systems[29]

  • Diversity in Recommender Systems – A survey[30]

  • A Survey of Explanations in Recommender Systems[31]

深度学习

  • A State-of-the-Art Survey on Deep Learning Theory and Architectures[32]

  • 知识蒸馏:Knowledge Distillation: A Survey[33]

  • 模型压缩:Compression of Deep Learning Models for Text: A Survey[34]

  • 迁移学习:A Survey on Deep Transfer Learning[35]

  • 神经架构搜索:A Comprehensive Survey of Neural Architecture Search-- Challenges and Solutions[36]

  • 神经架构搜索:Neural Architecture Search: A Survey[37]

计算机视觉

  • 目标检测:Object Detection in 20 Years[38]

  • 对抗性攻击:Threat of Adversarial Attacks on Deep Learning in Computer Vision[39]

  • 自动驾驶:Computer Vision for Autonomous Vehicles: Problems, Datasets and State of the Art[40]

强化学习

  • A Brief Survey of Deep Reinforcement Learning[41]

  • Transfer Learning for Reinforcement Learning Domains[42]

  • Review of Deep Reinforcement Learning Methods and Applications in Economics[43]

Embeddings

  • 图:A Comprehensive Survey of Graph Embedding: Problems, Techniques and Applications[44]

  • 文本:From Word to Sense Embeddings:A Survey on Vector Representations of Meaning[45]

  • 文本:Diachronic Word Embeddings and Semantic Shifts[46]

  • 文本:Word Embeddings: A Survey[47]

  • A Survey on Contextual Embeddings[48]

Meta-learning & Few-shot Learning

  • A Survey on Knowledge Graphs: Representation, Acquisition and Applications[49]

  • Meta-learning for Few-shot Natural Language Processing: A Survey[50]

  • Learning from Few Samples: A Survey[51]

  • Meta-Learning in Neural Networks: A Survey[52]

  • A Comprehensive Overview and Survey of Recent Advances in Meta-Learning[53]

  • Baby steps towards few-shot learning with multiple semantics[54]

  • Meta-Learning: A Survey[55]

  • A Perspective View And Survey Of Meta-learning[56]

其他

  • A Survey on Transfer Learning[57]

本文参考资料

[1]

AI-Surveys: https://github.com/KaiyuanGao/AI-Surveys

[2]

Recent Trends in Deep Learning Based Natural Language Processing: https://arxiv.org/pdf/1708.02709.pdf

[3]

Deep Learning Based Text Classification: A Comprehensive Review: https://arxiv.org/pdf/2004.03705

[4]

Survey of the SOTA in Natural Language Generation: Core tasks, applications and evaluation: https://www.jair.org/index.php/jair/article/view/11173/26378

[5]

Neural Language Generation: Formulation, Methods, and Evaluation: https://arxiv.org/pdf/2007.15780.pdf

[6]

Exploring Transfer Learning with T5: the Text-To-Text Transfer Transformer: https://ai.googleblog.com/2020/02/exploring-transfer-learning-with-t5.html

[7]

Paper: https://arxiv.org/abs/1910.10683

[8]

Neural Transfer Learning for Natural Language Processing: https://aran.library.nuigalway.ie/handle/10379/15463

[9]

A Survey on Knowledge Graphs: Representation, Acquisition and Applications: https://arxiv.org/abs/2002.00388

[10]

A Survey on Deep Learning for Named Entity Recognition: https://arxiv.org/abs/1812.09449

[11]

More Data, More Relations, More Context and More Openness: A Review and Outlook for Relation Extraction: https://arxiv.org/abs/2004.03186

[12]

Deep Learning for Sentiment Analysis : A Survey: https://arxiv.org/abs/1801.07883

[13]

Deep Learning for Aspect-Level Sentiment Classification: Survey, Vision, and Challenges: https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8726353

[14]

Neural Network Models for Paraphrase Identification, Semantic Textual Similarity, Natural Language Inference, and Question Answering: https://www.aclweb.org/anthology/C18-1328/

[15]

Neural Reading Comprehension And Beyond: https://stacks.stanford.edu/file/druid:gd576xb1833/thesis-augmented.pdf

[16]

Neural Machine Reading Comprehension: Methods and Trends: https://arxiv.org/abs/1907.01118

[17]

Neural Machine Translation: A Review: https://arxiv.org/abs/1912.02047

[18]

A Survey of Domain Adaptation for Neural Machine Translation: https://www.aclweb.org/anthology/C18-1111.pdf

[19]

Pre-trained Models for Natural Language Processing: A Survey: https://arxiv.org/abs/2003.08271

[20]

An Attentive Survey of Attention Models: https://arxiv.org/pdf/1904.02874.pdf

[21]

An Introductory Survey on Attention Mechanisms in NLP Problems: https://arxiv.org/abs/1811.05544

[22]

Attention in Natural Language Processing: https://arxiv.org/abs/1902.02181

[23]

A Primer in BERTology: What we know about how BERT works: https://arxiv.org/pdf/2002.12327.pdf

[24]

Beyond Accuracy: Behavioral Testing of NLP Models with CheckList: https://arxiv.org/pdf/2005.04118.pdf

[25]

Evaluation of Text Generation: A Survey: https://arxiv.org/pdf/2006.14799.pdf

[26]

Recommender systems survey: http://irntez.ir/wp-content/uploads/2016/12/sciencedirec.pdf

[27]

Deep Learning based Recommender System: A Survey and New Perspectives: https://arxiv.org/pdf/1707.07435.pdf

[28]

Are We Really Making Progress? A Worrying Analysis of Neural Recommendation Approaches: https://arxiv.org/pdf/1907.06902.pdf

[29]

A Survey of Serendipity in Recommender Systems: https://www.researchgate.net/publication/306075233_A_Survey_of_Serendipity_in_Recommender_Systems

[30]

Diversity in Recommender Systems – A survey: https://papers-gamma.link/static/memory/pdfs/153-Kunaver_Diversity_in_Recommender_Systems_2017.pdf

[31]

A Survey of Explanations in Recommender Systems: http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.418.9237&rep=rep1&type=pdf

[32]

A State-of-the-Art Survey on Deep Learning Theory and Architectures: https://www.mdpi.com/2079-9292/8/3/292/htm

[33]

Knowledge Distillation: A Survey: https://arxiv.org/pdf/2006.05525.pdf

[34]

Compression of Deep Learning Models for Text: A Survey: https://arxiv.org/pdf/2008.05221.pdf

[35]

A Survey on Deep Transfer Learning: https://arxiv.org/pdf/1808.01974.pdf

[36]

A Comprehensive Survey of Neural Architecture Search-- Challenges and Solutions: https://arxiv.org/abs/2006.02903

[37]

Neural Architecture Search: A Survey: https://arxiv.org/abs/1808.05377

[38]

Object Detection in 20 Years: https://arxiv.org/pdf/1905.05055.pdf

[39]

Threat of Adversarial Attacks on Deep Learning in Computer Vision: https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=8294186

[40]

Computer Vision for Autonomous Vehicles: Problems, Datasets and State of the Art: https://arxiv.org/pdf/1704.05519.pdf

[41]

A Brief Survey of Deep Reinforcement Learning: https://arxiv.org/pdf/1708.05866.pdf

[42]

Transfer Learning for Reinforcement Learning Domains: http://www.jmlr.org/papers/volume10/taylor09a/taylor09a.pdf

[43]

Review of Deep Reinforcement Learning Methods and Applications in Economics: https://arxiv.org/pdf/2004.01509.pdf

[44]

A Comprehensive Survey of Graph Embedding: Problems, Techniques and Applications: https://arxiv.org/pdf/1709.07604

[45]

From Word to Sense Embeddings:A Survey on Vector Representations of Meaning: https://www.jair.org/index.php/jair/article/view/11259/26454

[46]

Diachronic Word Embeddings and Semantic Shifts: https://arxiv.org/pdf/1806.03537.pdf

[47]

Word Embeddings: A Survey: https://arxiv.org/abs/1901.09069

[48]

A Survey on Contextual Embeddings: https://arxiv.org/abs/2003.07278

[49]

A Survey on Knowledge Graphs: Representation, Acquisition and Applications: https://arxiv.org/abs/2002.00388

[50]

Meta-learning for Few-shot Natural Language Processing: A Survey: https://arxiv.org/abs/2007.09604

[51]

Learning from Few Samples: A Survey: https://arxiv.org/abs/2007.15484

[52]

Meta-Learning in Neural Networks: A Survey: https://arxiv.org/abs/2004.05439

[53]

A Comprehensive Overview and Survey of Recent Advances in Meta-Learning: https://arxiv.org/abs/2004.11149

[54]

Baby steps towards few-shot learning with multiple semantics: https://arxiv.org/abs/1906.01905

[55]

Meta-Learning: A Survey: https://arxiv.org/abs/1810.03548

[56]

A Perspective View And Survey Of Meta-learning: https://www.researchgate.net/publication/2375370_A_Perspective_View_And_Survey_Of_Meta-Learning

[57]

A Survey on Transfer Learning: http://202.120.39.19:40222/wp-content/uploads/2018/03/A-Survey-on-Transfer-Learning.pdf

“整理不易,三连

来源:网络


智能推荐

香橙派OrangePi PC Plus开发板连接USB以太网卡测试说明

1) 目前测试过能用的 USB 以太网卡如下所示,其中 RTL8153 USB 千兆网卡插入开 发板的 USB 2.0 Host 接口中测试可以正常使用,但是速率是达不到千兆的,这点请 注意   2) 首先将 USB 网卡插入开发板的 USB 接口中,然后在 USB 网卡中插入网线,确 保网线能正常上网,如果通过 dmesg 命令可以看到下面的 log 信息,说明 USB 网卡...

计算机网络基础:Vlan,网关,dns吗,子网掩码等!面试必备!

很多朋友多次问到什么是网关、dns、子网掩码,三层交换机,它们定位的用途;确实,因为网络技术在弱电中确实应用非常广泛,我们平时在 vip 技术群中也是不断的讨论到网关、vlan、三层交换机或子网掩码等问题,今天我们就一起用通俗方式一次性了解清楚。 一、什么是 vlan? VLAN 中文是 “虚拟局域网”。LAN 可以是由少数几台家用计算机构成的网络,也可以是数以百计的计算机...

乐播科技冯森:我为什么不看好Android电视游戏

(乐播科技的三位创始人,从右往左依次为:冯森、廖峰、陈锡华) 电视在家居生活中扮演的角色重新获得了人们的认知,这块屏幕成为巨头们谋划的方向,其中一个属性便是家庭的娱乐中心。但在国内,各种基于Android平台的电视和盒子又面临游戏内容缺乏的窘境。当然,很多人或者团队都在努力着希望完善这个生态系统,但是好像没有那么简单。 另一方面,苹果系统已经是非常成熟的平台,各类iOS游戏的质量也很高。于是,来自...

Java使用阿里云OSS对象存储上传图片

该案例是OSS Java SDK的示例程序,您可以修改endpoint、accessKeyId、accessKeySecret、bucketName后直接运行。 本示例中的并不包括OSS Java SDK的所有功能,详细功能及使用方法,请参看“SDK手册 > Java-SDK”, 链接地址是:https://help.aliyun.com/document_detai...

很多.net 程序员不知道又非常重要的 .net高级调试技巧.调试别人的dll方法内的变量...

事情是这样的, 最近需要开发Orcale的数据库. 于是使用了EF 加上 Oracle.ManagedDataAccess.Client 这个Oracle.ManagedDataAccess 很好用, 不需要orcale 客户端就能用. 但是这个类库有个地方不是非常好用. 数据读取出了问题,它的提示非常非常让人气愤. 啥调试信息都没有..只有一个提示 “类型转换异常”. 大...

猜你喜欢

Spring框架

了解Spring框架 好处 : 1.不依赖于应用服务器. 2.IOC(控制反转)技术实现组件控制. 通过DI(依赖注入)技术提高了组件之间的解耦. 3.通过AOP(面向切面编程)技术实现安全、事务、日志功能的统一管理, 提高复用. 4.Spring框架可以几乎与其他任何框架进行良好的整合使用. 5.Spring所有项目之间不相互依赖. IOC : 控制反转. 本质: 将手动创建对象的工作,交给Sp...

计算机网络简要框架

物理层 **、维持、关闭通信端点之间的机械特性、电气特性、功能特性以及过程特性。该层为上层协议提供了一个传输数据的可靠的物理媒体。简单的说,物理层确保原始的数据可在各种物理媒体上传输。物理层记住两个重要的设备名称,中继器和集线器。 中继器: 又称转发器,原理是信号再生和还原,扩大网络传输距离。 仅作用于信号的电气部份,不管数据中是否有错误数据或不适合网段的数据。 中继器的两端既能连接相同的媒体又能...

解决SVN不显示绿色图标问题

修改注册表 Windows Explorer Shell支持Overlay Icon最多15个,Windows自身已经使用了4个,所以就只剩下了11个供我们使用。如果你之前安装了例如Groove这样的软件,那么可能我们可利用的就更少了,轮不到Tortoise了。像这样的情况,我们可以调整Tortoise图标名称的字母顺序,来提高Tortoise的优先位,因为Windows内部就是安装名称的字母顺序...

DataX篇—离线同步作业分析及JSON构建

DataX系列 [第一章 DataX篇—阿里开源ETL同步工具](https://blog.csdn.net/qq_33451695/article/details/115048824?spm=1001.2014.3001.5501). 离线同步作业分析及JSON构建 DataX系列 前言 一、思路 二、增量同步问题 触发器 双向同步循环问题 二、插件扩展 前言 因业务需要,存在数据源...

poj 3047(树的重心 裸模板)

Last years Chicago was full of gangster fights and strange murders. The chief of the police got really tired of all these crimes, and decided to arrest the mafia leaders. Unfortunately, the structure ...

问答精选

How to extract beta coefficients for interaction effect in R?

I am examining the interaction between a continuous variable (bloodq) and a categorical variable with three levels (ER, RB, and WB). In order to see how the betas differ across tissue types, I would l...

what is the difference between Flatten() and GlobalAveragePooling2D() in keras

I want to pass the output of ConvLSTM and Conv2D to a Dense Layer in Keras, what is the difference between using global average pooling and flatten Both is working in my case. That both seem to work d...

How to invoke a test step with inputs at runtime from groovy script in SOAP UI?

I am writing a validation groovy script for a test step, intended to test a SOAP Web Service. Now, I want to call the same test step, with different input value from the groovy script. Is it possible?...

Wicket pagestore results wrong page

I have a problem with my web application with wicket. I am using wicket 6.14. I can't say exactly what the problem is, but I can describe the problem. I am using a self written pagestore, which uses h...

Unity load files from outside of resources folder

In unity is it possible to load a resource that is out side of the resources folder. I want the user to be able to set a textAsset variable from a file outside of the Assets directory entirely. You ca...

相关问题

相关文章

热门文章

推荐文章

相关标签

推荐问答