对基础模型在处理人类任务时的一般能力做出准确评估,已经成为通用人工智能(agi)开发和应用领域的一大重要问题。基于人工数据集的传统基准往往无法准确反映模型能力是否达到人类水平。
近日,微软的一个华人研究团队发布了一项新型基准测试 agieval,这项基准测试专门用于对基础模型的类人能力做准确考察(涵盖高考、法学入学考试、数学竞赛和律师资格考试等)。
该研究团队使用此项基准评估了当前最先进的多个基础模型,包括 gpt-4、chatgpt 和 text-davinci-003 等。
令人印象深刻的是,gpt-4 在 sat、lsat 和数学竞赛中的表现均超过人类平均水平,在 sat 数学测试中达成 95% 的准确率,在中国高考英语测试中准确率亦达到 92.5%,证明了当代基础模型的非凡性能。
与之对应,研究人员发现 gpt-4,在需要复杂推理或涉及特定领域知识的任务中表现尚不理想。
通过对模型能力(理解、知识、推理和计算等)的全面分析,有助于揭示这些模型的优势和局限性,为增强其通用能力的未来发展方向提供支持。通过测试涉及人类认知和决策能力的任务,agieval 能够对基础模型在现实场景中的性能做出更可靠、更有意义的评估。
测试中的全部数据、代码和模型输出均通过此 https url(https://github.com/microsoft/agieval)发布。
agieval 项目介绍
agieval 是一项考察基础模型类人能力的基准测试,专门用于评估基础模型在人类认知和问题解决相关任务中表现出的一般能力。
该基准选取 20 种面向普通人类考生的官方、公开、高标准往常和资格考试,包括普通大学入学考试(中国高考和美国 sat 考试)、法学入学考试、数学竞赛、律师资格考试、国家公务员考试等等。
关于此基准的完整描述,请参阅论文《agieval:准确考察基础模型类人能力的基准评估工具》(https://arxiv.org/pdf/2304.06364.pdf)。
任务与数据
agieval v1.0 包含 20 项任务,具体为 2 项完形填空任务(高考数学)和 18 项多选题回答任务。在选择题部分,高物理和 jec-qa 部分对应一个或多个正确答案,其余任务则仅有一个正确答案。
下表所示,为测试题目的完整列表。
可以在 data/v1 文件夹内下载到除 jec-qa 以外的所有后处理数据。关于 jec-qa 部分,请前往 jec-qa 网站获取数据。
使用 jec-qa 训练数据的前 1000 个实例作为测试集。所有数据集的数据格式如下:
{ passage: null, question: 设集合 $a=\{x \mid x \geq 1\}, b=\{x \mid-1
其中高考语言、高考英语、两科 logiqa、全部 lsat 和 sat 均可使用 passage 字段。多选任务的答案保存在 label 字段内。完形填空任务的答案保存在 answer 字段内。
我们还在 data/v1/few_shot_prompts 文件中提供了小样本学习的提示词。
基线系统
我们在 agieval v1.0 上评估了基准系统的性能。基线系统基于以下模型:text-davinci-003、chatgpt (gpt-3.5-turbo) 和 gpt-4。您可以按照以下步骤重现测试结果:
1.在 openai_api.py 文件中填写您的 openai api 密钥。
2.运行 run_prediction.py 文件以获取结果。
模型输出
您可以在 onedrive 链接(https://1drv.ms/u/s!amt8n9ajeyxcg8yqkfm1rseyv9gu_a?e=vefjvs)中下载到基线系统的零样本、零样本思维链、少样本和少样本思维链输出。请注意,我们修复了 sat-en 实例中的 52 处拼写错误,并将很快发布更新后的数据集输出。
评估
您可以运行 post_process_and_evaluation.py 文件来获取评估结果。
引用
如果您需要在研究中使用 agieval 数据集或代码,请引用论文:
@misc{zhong2023agieval, title={agieval: a human-centric benchmark for evaluating foundation models}, author={wanjun zhong and ruixiang cui and yiduo guo and yaobo liang and shuai lu and yanlin wang and amin saied and weizhu chen and nan duan}, year={2023}, eprint={2304.06364}, archiveprefix={arxiv}, primaryclass={cs.cl}}
在使用时,请务必在您的论文中引用所有独立数据集。我们提供以下引用信息:
@inproceedings{ling-etal-2017-program, title = program induction by rationale generation: learning to solve and explain algebraic word problems, author = ling, wang and yogatama, dani and dyer, chris and blunsom, phil, booktitle = proceedings of the 55th annual meeting of the association for computational linguistics (volume 1: long papers), month = jul, year = 2017, address = vancouver, canada, publisher = association for computational linguistics, url = https://aclanthology.org/p17-1015, doi = 10.18653/v1/p17-1015, pages = 158--167, abstract = solving algebraic word problems requires executing a series of arithmetic operations{---}a program{---}to obtain a final answer. however, since programs can be arbitrarily complicated, inducing them directly from question-answer pairs is a formidable challenge. to make this task more feasible, we solve these problems by generating answer rationales, sequences of natural language and human-readable mathematical expressions that derive the final answer through a series of small steps. although rationales do not explicitly specify programs, they provide a scaffolding for their structure via intermediate milestones. to evaluate our approach, we have created a new 100,000-sample dataset of questions, answers and rationales. experimental results show that indirect supervision of program learning via answer rationales is a promising strategy for inducing arithmetic programs.,}@inproceedings{hendrycksmath2021, title={measuring mathematical problem solving with the math dataset}, author={dan hendrycks and collin burns and saurav kadavath and akul arora and steven basart and eric tang and dawn song and jacob steinhardt}, journal={neurips}, year={2021}}@inproceedings{liu2020logiqaac, title={logiqa: a challenge dataset for machine reading comprehension with logical reasoning}, author={jian liu and leyang cui and hanmeng liu and dandan huang and yile wang and yue zhang}, booktitle={international joint conference on artificial intelligence}, year={2020}}@inproceedings{zhong2019jec, title={jec-qa: a legal-domain question answering dataset}, author={zhong, haoxi and xiao, chaojun and tu, cunchao and zhang, tianyang and liu, zhiyuan and sun, maosong}, booktitle={proceedings of aaai}, year={2020},}@article{wang2021fromlt, title={from lsat: the progress and challenges of complex reasoning}, author={siyuan wang and zhongkun liu and wanjun zhong and ming zhou and zhongyu wei and zhumin chen and nan duan}, journal={ieee/acm transactions on audio, speech, and language processing}, year={2021}, volume={30}, pages={2201-2216}}
聊天机器人 拥有更强大的交互性
折叠屏手机大爆发,三星将至少发布三款型号的折叠屏手机
5G为什么能有这么快的速度?它凭什么是新一代的移动通信技术?
免清洗助焊剂好用吗_免清洗助焊剂如何使用
生物识别技术如何给数字金融带来最高的安全性
AGIEval:准确考察基础模型类人能力的基准评估工具
等离子弧切割的规范参数_等离子弧切割的设备
日媒:长江存储与美光科技展开合作谈判
安富利获爱普生优秀核心代理商奖
科学最新研究成果:人工智能可通过判断人的长相与犯罪联系
示波器探头结构及其使用方法分析
焊接机器人的操作步骤
TEA5114A各引脚功能及电压资料
电子测量仪器的现状和发展前景
iPhone主镜头供应商大立光:手机镜头6P仍是主流
焊接机器人焊接出现咬边怎么解决
异步电动机定子统组接错线怎么处理?
在IC验证的产品级工程中使用机器学习ML方法
思必驰与大华集团联手打造乐橙育儿机器人“小乐”
日志分析器之统计数据页