必威体育Betway必威体育官网
当前位置:首页 > IT技术

Curriculum Learning

时间:2019-11-05 13:44:30来源:IT技术作者:seo实验室小编阅读:52次「手机版」
 

curriculum

从一篇论文学习“课程学习”,着重关注Curriculum Learning,在此简单记录相关内容

论文题目:Curriculum Learning for Natural Answer Generation(中科院自动化所)

论文地址:https://www.ijcai.org/proceedings/2018/0587.pdf

一、简介参考链接:https://www.sohu.com/a/236007345_100118081

1.我们的工作主要针对目前训练数据质量参差不齐的现象而设计模型

2.课程学习,它是机器学习中的一个训练策略,简单说就是先学习简单训练数据,再学习复杂训练数据。

3.现在的训练数据下,面临两个挑战:一,难以选出高质量的训练数据。二,选出高质量的数据,数据的规模会明显下降。

4.首先从低质量的、简短的训练数据中学出一个基本模型,接下来从高质量的、长的复杂的训练数据中学习出一个更好的模型。

5.两个问题,1确定数据的复杂度,需要和数据质量联系在一起。2确定学习进度,什么时候学习简单的,什么时候学习复杂的。

5.1.确定数据的复杂度:一个是根据词语频率选择,第二个是根据语法选择。

5.2.确定学习进度:课程学习对普通的实例是递减的,对目标实例是递增的。(这里具体要怎么做??)

二、论文中章节3.2 instance Scheduler是这样写的:

Similar to Sachan and Xing [2016], we formalize the idea as follows. Let w ∈ [0, 1]|Q| represent the probability of sampling in each QA-pair, where |Q| is the size of QA-pairs, and w is related to the complexity of QA-pairs and progress (such as the number of current training epoch). Common instances and target instances are marked as Qc and Qt, respectively. At first, the model tends to select common instances, so wQc ≫ wQt. Subsequently, wQc decreases and wQt increases monotonically. Eventually, wQc ≪ wQt , which means that the model is favor of target instances. The probabilities on the target and common instances are as follows. wQt = ( epocht / |epoch| )2 (1) wQc = 1 − wQt (2) where, epocht and |epoch| are the number of current epoch and entire epochs in training, respectively. moreover, the probability of sampling is normalized by the accumulated probabilities on all samples.

该论文中只有这一段简单的描述,并引用论文Sachan and Xing [2016]

于是我们找到该论文

三、论文题目:Easy Questions First? A Case Study on Curriculum Learning for Question Answering

论文链接:http://www.cs.cmu.edu/~epxing/papers/2016/Sachan_Xing_ACL16a.pdf

文章最后发布于: 2018-09-05 22:29:32

相关阅读

【MachineLearning】之 多项式回归(理论)

Topic: 多项式回归简介 多项式拟合 多项式特征矩阵 之前学习了 线性回归,那么多项式回归又是什么呢? 一、多项

Andrew Ng Machine Learning 第九周

Andrew Ng Machine Learning 第九周前言异常检测1.目标动机2.高斯分布(正态分布)3.算法4.开发和评估异常检测5.异常检测VS监督学习6

Machine Learning学习笔记(七)粒子群优化算法

粒子群优化算法( PARTICAL SWARMS OPTIMIZATION) 粒子群优化,是除了蚁群算法,鱼群算法之外的一种群体智能的优化算法,源自对鸟类捕

迁移学习概述(Transfer Learning)

迁移学习概述(Transfer Learning)迁移学习概述背景定义及分类关键点基于实例的迁移基于特征的迁移特征选择特征映射基于共享参数的

GNN新作《Relational inductive biases,deep learning,a

当下AI的瓶颈: 静观现有AI,尤其是Deep Learning的发展如火如荼,几大热炒的明星模型无非MLP,CNN,和RNN。这些模型更倾向于是对现实世界

分享到:

栏目导航

推荐阅读

热门阅读