位置: IT常识 - 正文

关于 ChatGPT 必看的 10 篇论文

编辑:rootadmin
关于 ChatGPT 必看的 10 篇论文 目录1 Transformer2 GPT-33 InstructGPT4 Sparrow5 RLHF6 TAMER7 PPO8 In-Context Learning8.1 Why Can GPT Learn In-Context8.2 What learning algorithm is in-context learning9 Prompt参考

推荐整理分享关于 ChatGPT 必看的 10 篇论文,希望有所帮助,仅作参考,欢迎阅读内容。

文章相关热门搜索词:,内容如对您有帮助,希望把文章链接给更多的朋友!

团队博客: CSDN AI小组

相关阅读

ChatGPT 简介从 ELMo 到 ChatGPT:历数 NLP 近 5 年必看大模型

关于 ChatGPT 必看的 10 篇论文

2022年11月,OpenAI推出人工智能聊天原型ChatGPT,再次赚足眼球,为AI界引发了类似AIGC让艺术家失业的大讨论。

ChatGPT 是一种专注于对话生成的语言模型。它能够根据用户的文本输入,产生相应的智能回答。这个回答可以是简短的词语,也可以是长篇大论。其中 GPT 是 Generative Pre-trained Transformer(生成型预训练变换模型)的缩写。

下面列出了学习 ChatGPT 必看的 10 篇论文。

1 Transformer

ChatGPT 使用的预训练模型 GPT,是在 Transformer 中的 decoder 基础上进行改造的。

Title:Attention Is All You NeedAbstract:The dominant sequence transduction models are based on complex recurrent or convolutional neural networks that include an encoder and a decoder. The best performing models also connect the encoder and decoder through an attention mechanism. We propose a new simple network architecture, the Transformer, based solely on attention mechanisms, dispensing with recurrence and convolutions entirely. Experiments on two machine translation tasks show these models to be superior in quality while being more parallelizable and requiring significantly less time to train. Our model achieves 28.4 BLEU on the WMT 2014 Englishto-German translation task, improving over the existing best results, including ensembles, by over 2 BLEU. On the WMT 2014 English-to-French translation task, our model establishes a new single-model state-of-the-art BLEU score of 41.0 after training for 3.5 days on eight GPUs, a small fraction of the training costs of the best models from the literature.摘要:占主导地位的序列转导模型是基于复杂的递归或卷积神经网络,包括一个编码器和一个解码器。性能最好的模型还通过注意机制将编码器和解码器连接起来。我们提出了一个新的简单的网络结构–Transformer,它只基于注意力机制,完全不需要递归和卷积。在两个机器翻译任务上的实验表明,这些模型在质量上更胜一筹,同时也更容易并行化,需要的训练时间也大大减少。我们的模型在WMT 2014英德翻译任务中达到了28.4 BLEU,比现有的最佳结果(包括合集)提高了2 BLEU以上。在WMT 2014英法翻译任务中,我们的模型在8个GPU上训练了3.5天后,建立了新的单模型最先进的BLEU得分,即41.0分,这只是文献中最佳模型的训练成本的一小部分。2 GPT-3

GPT 家族与 BERT 模型都是知名的 NLP 预训练模型,都基于 Transformer 技术。GPT-1 只有12个 Transformer 层,而到了 GPT-3,则增加到 96 层。

Title:Language Models are Few-Shot LearnersAbstract:Recent work has demonstrated substantial gains on many NLP tasks and benchmarks by pre-training on a large corpus of text followed by fine-tuning on a specific task. While typically task-agnostic in architecture, this method still requires task-specific fine-tuning datasets of thousands or tens of thousands of examples. By contrast, humans can generally perform a new language task from only a few examples or from simple instructions - something which current NLP systems still largely struggle to do. Here we show that scaling up language models greatly improves task-agnostic, few-shot performance, sometimes even reaching competitiveness with prior state-of-the-art fine-tuning approaches. Specifically, we train GPT-3, an autoregressive language model with 175 billion parameters, 10x more than any previous non-sparse language model, and test its performance in the few-shot setting. For all tasks, GPT-3 is applied without any gradient updates or fine-tuning, with tasks and few-shot demonstrations specified purely via text interaction with the model. GPT-3 achieves strong performance on many NLP datasets, including translation, question-answering, and cloze tasks, as well as several tasks that require on-the-fly reasoning or domain adaptation, such as unscrambling words, using a novel word in a sentence, or performing 3-digit arithmetic. At the same time, we also identify some datasets where GPT-3’s few-shot learning still struggles, as well as some datasets where GPT-3 faces methodological issues related to training on large web corpora. Finally, we find that GPT-3 can generate samples of news articles which human evaluators have difficulty distinguishing from articles written by humans. We discuss broader societal impacts of this finding and of GPT-3 in general.摘要:最近的工作表明,在许多NLP任务和基准上,通过对大型文本语料库进行预训练,然后对特定的任务进行微调,可以获得巨大的收益。虽然在结构上通常是任务无关的,但这种方法仍然需要特定任务的微调数据集,包括几千或几万个例子。相比之下,人类通常只需通过几个例子或简单的指令就能完成一项新的语言任务–而目前的NLP系统在很大程度上仍难以做到这一点。在这里,我们展示了扩大语言模型的规模,大大改善了与任务无关的、少量的性能,有时甚至达到了与之前最先进的微调方法的竞争力。具体来说,我们训练了GPT-3,一个具有1750亿个参数的自回归语言模型,比以前的任何非稀疏语言模型多10倍,并测试了它在少数情况下的性能。对于所有的任务,GPT-3的应用没有任何梯度更新或微调,纯粹通过与模型的文本互动来指定任务和少量演示。GPT-3在许多NLP数据集上取得了强大的性能,包括翻译、回答问题和cloze任务,以及一些需要即时推理或领域适应的任务,如解读单词、在句子中使用一个新词或进行3位数的算术。同时,我们也发现了一些数据集,在这些数据集中,GPT-3的几率学习仍然很困难,还有一些数据集,GPT-3面临着与大型网络语料库训练有关的方法学问题。最后,我们发现,GPT-3可以生成人类评价者难以区分的新闻文章样本。我们讨论了这一发现和GPT-3总体上的更广泛的社会影响。3 InstructGPT

ChatGPT 的训练流程,主要参考自 instructGPT ,ChatGPT 是改进的 instructGPT。

Title:Training language models to follow instructions with human feedbackAbstract:Making language models bigger does not inherently make them better at following a user’s intent. For example, large language models can generate outputs that are untruthful, toxic, or simply not helpful to the user. In other words, these models are not aligned with their users. In this paper, we show an avenue for aligning language models with user intent on a wide range of tasks by fine-tuning with human feedback. Starting with a set of labeler-written prompts and prompts submitted through the OpenAI API, we collect a dataset of labeler demonstrations of the desired model behavior, which we use to fine-tune GPT-3 using supervised learning. We then collect a dataset of rankings of model outputs, which we use to further fine-tune this supervised model using reinforcement learning from human feedback. We call the resulting models InstructGPT. In human evaluations on our prompt distribution, outputs from the 1.3B parameter InstructGPT model are preferred to outputs from the 175B GPT-3, despite having 100x fewer parameters. Moreover, InstructGPT models show improvements in truthfulness and reductions in toxic output generation while having minimal performance regressions on public NLP datasets. Even though InstructGPT still makes simple mistakes, our results show that fine-tuning with human feedback is a promising direction for aligning language models with human intent.摘要:让语言模型变得更大并不意味着它们能更好地遵循用户的意图。例如,大型语言模型可以产生不真实的、有毒的或根本对用户没有帮助的输出。换句话说,这些模型没有与用户保持一致。在本文中,我们展示了一个途径,通过人类反馈的微调,在广泛的任务中使语言模型与用户的意图保持一致。从一组标签员写的提示语和通过OpenAI API提交的提示语开始,我们收集了一组标签员演示的所需模型行为的数据集,我们利用监督学习对GPT-3进行微调。然后,我们收集模型输出的排名数据集,我们利用人类反馈的强化学习来进一步微调这个监督模型。我们把产生的模型称为InstructGPT。在人类对我们的提示分布的评估中,尽管参数少了100倍,但1.3B参数的InstructGPT模型的输出比175B的GPT-3的输出更受欢迎。此外,InstructGPT模型显示了真实性的改善和有毒输出生成的减少,同时在公共NLP数据集上的性能回归最小。尽管InstructGPT仍然会犯一些简单的错误,但我们的结果表明,利用人类反馈进行微调是使语言模型与人类意图相一致的一个有希望的方向。4 Sparrow

DeepMind 的 Sparrow,这个工作发表时间稍晚于 instructGPT,其大致的技术思路和框架与 instructGPT 的三阶段基本类似,不过明显Sparrow 在人工标注方面的质量和工作量是不如instructGPT的。反过来,Sparrow 中把奖励模型分为两个不同 RM 的思路,理论上是优于instructGPT 的。

Title:Improving alignment of dialogue agents via targeted human judgementsAbstract:We present Sparrow, an information-seeking dialogue agent trained to be more helpful, correct, and harmless compared to prompted language model baselines. We use reinforcement learning from human feedback to train our models with two new additions to help human raters judge agent behaviour. First, to make our agent more helpful and harmless, we break down the requirements for good dialogue into natural language rules the agent should follow, and ask raters about each rule separately. We demonstrate that this breakdown enables us to collect more targeted human judgements of agent behaviour and allows for more efficient rule-conditional reward models. Second, our agent provides evidence from sources supporting factual claims when collecting preference judgements over model statements. For factual questions, evidence provided by Sparrow supports the sampled response 78% of the time. Sparrow is preferred more often than baselines while being more resilient to adversarial probing by humans, violating our rules only 8% of the time when probed. Finally, we conduct extensive analyses showing that though our model learns to follow our rules it can exhibit distributional biases.摘要:我们提出了Sparrow,一个寻求信息的对话代理,与提示的语言模型基线相比,它被训练得更有帮助,更正确,更无害。我们使用来自人类反馈的强化学习来训练我们的模型,并增加了两个新的内容来帮助人类评分者判断代理行为。首先,为了使我们的代理更有帮助和无害,我们将良好对话的要求分解为代理应该遵循的自然语言规则,并分别询问评分者每条规则。我们证明,这种分解使我们能够收集更有针对性的人类对代理行为的判断,并允许更有效的规则条件的奖励模型。第二,我们的代理在收集对模型
本文链接地址:https://www.jiuchutong.com/zhishi/297276.html 转载请保留说明!

上一篇:vue3的路由传参query、params以及动态路由传参(vue路由传参的几种方式)

下一篇:【Matlab 六自由度机器人】运动学逆解(附MATLAB机器人逆解代码)(matlab中自由变量)

  • 苹果手机怎么开分身(苹果手机怎么开美颜功能)

    苹果手机怎么开分身(苹果手机怎么开美颜功能)

  • 米游社怎么看注销进度(米游社怎么看注销手机号进度)

    米游社怎么看注销进度(米游社怎么看注销手机号进度)

  • 软件开源协议是什么意思(开源软件协议分类与使用)

    软件开源协议是什么意思(开源软件协议分类与使用)

  • 目前能通过计算机实现算法得到结果的是(目前能通过计算的软件)

    目前能通过计算机实现算法得到结果的是(目前能通过计算的软件)

  • intel virtualization technology什么意思(intel virtualization technology)

    intel virtualization technology什么意思(intel virtualization technology)

  • iphone7plus屏幕不亮了(iphone7plus屏幕不亮)

    iphone7plus屏幕不亮了(iphone7plus屏幕不亮)

  • 下载历史记录在哪里下载记录在哪里看

    下载历史记录在哪里下载记录在哪里看

  • powerbank是什么牌子的充电宝(powerblend是什么品牌)

    powerbank是什么牌子的充电宝(powerblend是什么品牌)

  • 领取红包封面序列号是什么意思(领取红包封面序列号的号码是多少)

    领取红包封面序列号是什么意思(领取红包封面序列号的号码是多少)

  • 网络显示1x什么意思(网络显示1x什么原因)

    网络显示1x什么意思(网络显示1x什么原因)

  • 飞猪出票需要多长时间(飞猪出票要多久才能确定)

    飞猪出票需要多长时间(飞猪出票要多久才能确定)

  • kindle充电叹号强制重启(kindle充电不亮灯)

    kindle充电叹号强制重启(kindle充电不亮灯)

  • 平板电脑属于电脑还是手机端(平板电脑属于电脑端吗)

    平板电脑属于电脑还是手机端(平板电脑属于电脑端吗)

  • mqa82ch a是什么版本(mq8j2ch/a是什么版本)

    mqa82ch a是什么版本(mq8j2ch/a是什么版本)

  • igmp协议属于哪一层(igmp协议内容)

    igmp协议属于哪一层(igmp协议内容)

  • 淘宝退货可以申请几次(淘宝退货可以申请两次吗)

    淘宝退货可以申请几次(淘宝退货可以申请两次吗)

  • linkedin是啥(linkedin是啥意思)

    linkedin是啥(linkedin是啥意思)

  • 华为手机镜头有广角没(华为手机镜头有划痕怎么办)

    华为手机镜头有广角没(华为手机镜头有划痕怎么办)

  • 苹果旁白模式怎么解锁(苹果旁白模式怎么解锁屏幕)

    苹果旁白模式怎么解锁(苹果旁白模式怎么解锁屏幕)

  • 手机扩容对手机有影响吗(手机扩容对手机好吗)

    手机扩容对手机有影响吗(手机扩容对手机好吗)

  • 小米手机4底部按键失灵(小米手机底部上滑看点怎么关闭)

    小米手机4底部按键失灵(小米手机底部上滑看点怎么关闭)

  • 白条支付有风险吗(白条支付有风险什么意思怎么办)

    白条支付有风险吗(白条支付有风险什么意思怎么办)

  • windows许可证即将过期怎么激活(windows许可证即将过期是怎么回事)

    windows许可证即将过期怎么激活(windows许可证即将过期是怎么回事)

  • 小米8怎么隐藏视频(小米8怎么隐藏热点)

    小米8怎么隐藏视频(小米8怎么隐藏热点)

  • 大量手机照片怎么保存(大量手机照片怎么保存在u盘里)

    大量手机照片怎么保存(大量手机照片怎么保存在u盘里)

  • qq帆船图标什么意思(qq有帆船图标)

    qq帆船图标什么意思(qq有帆船图标)

  • 快手直播为啥不上同城(快手直播为啥不进人)

    快手直播为啥不上同城(快手直播为啥不进人)

  • 应交税费是什么会计科目
  • 委托加工物资需要计提存货跌价准备吗
  • 以前年度损益调整属于哪类科目
  • 增值税进项抵扣怎么做账
  • 小规模核定征收需要做账吗
  • 开票金额为什么会多出一分钱
  • 作业成本管理的作用
  • 应税服务零税率是什么
  • 评职称用的专利跟地标是一个东西吗?
  • 费用报销单与付款申请单的用处区别
  • 携税宝如何网上缴费
  • 房屋抵债如何确定契税计税依据?
  • 公司关门账上的盈余公积怎么处理?
  • 营养成分表的计算表
  • 推广费属于什么税收编码
  • windows10开机很卡
  • 华为手机麦克风在哪里
  • 商会账目
  • php字符串定义
  • 差额部分 扣除部分
  • mac修改系统版本号
  • 同业拆入属于哪个行业
  • 高新技术企业加计5%
  • php写木马
  • 公司员工生病看望的红包能入公司账吗
  • 大沙丘上的日落图片
  • 预付采购材料货款
  • php语言设计模式之单例模式
  • ip和以太网的区别
  • 前端工程师在大学学什么专业
  • parted命令详解
  • 应付职工薪酬账户
  • 小规模纳税人开农产品免税发票
  • 债权资产包括哪些会计科目
  • 购进的货物含税吗
  • 金税盘证书已冻结怎么解决
  • 个税申报系统累计收入怎么算
  • 简述记账后的凭证修改方法
  • 单位上社保需要个人提供什么资料
  • 在计算应纳税所得额时,纳税人因自然灾害
  • mysql数据库访问速度慢的解决方法
  • 主营业务成本和营业成本的区别
  • 复利现值系数表系数表
  • 免抵税额要交税吗
  • 差旅费报销金额怎么算
  • 无偿划拨土地需要提折旧吗
  • 交税务局的工会经费现金流
  • 查定征收和查验征收怎么区分
  • 预付账款发票到哪里查
  • 水利税费会计分录
  • 当月支付当月租金需要计提吗
  • 民营医院的发票在哪里领
  • 担保贷款中的特殊形式
  • 异地成立子公司能用母公司的名称吗?
  • 应付账款暂估会计分录怎么写
  • 公司增资认缴
  • mysql详细介绍
  • mysql 5.7 8.0
  • sqlserver高级教程
  • ubuntu系统无法安装中文
  • win7系统分辨率调错了黑屏
  • 苹果电脑mac设备怎么删除
  • mac浏览器显示不全
  • 怎么给电脑装win8系统
  • windows7旗舰版怎样扩大虚拟内存
  • win8怎么运行命令
  • Win7系统打开文件夹没有自动排列选项
  • win10系统日历设置
  • 什么时候用热毛巾敷眼睛最好
  • unity小技巧
  • [置顶]游戏名 TentacleLocker
  • android 自定义spinner
  • jquery操作table
  • 分页jsp
  • php开机启动
  • 动态创建类对象
  • unity3d赛车游戏毕业设计
  • multiset volatile
  • 法人没有实名认证,现在要变更,还需要实名认证吗
  • 怎么样开通深圳医保
  • 免责声明:网站部分图片文字素材来源于网络,如有侵权,请及时告知,我们会第一时间删除,谢谢! 邮箱:opceo@qq.com

    鄂ICP备2023003026号

    网站地图: 企业信息 工商信息 财税知识 网络常识 编程技术

    友情链接: 武汉网站建设