[ { "ID": 1, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "zh", "question": "告诉我二加三等于几?", "answer": 5 }, { "ID": 2, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "zh", "question": "7加8等于几?", "answer": 15 }, { "ID": 3, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "zh", "question": "四乘五等于多少?", "answer": 20 }, { "ID": 4, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "zh", "question": "二的平方是多少?", "answer": 4 }, { "ID": 5, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "zh", "question": "7减7等于多少?", "answer": 0 }, { "ID": 6, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "zh", "question": "九除以三等于什么?", "answer": 3 }, { "ID": 7, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "zh", "question": "1减2等于几?", "answer": -1 }, { "ID": 8, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "zh", "question": "1.5加3.5等于几?", "answer": 5 }, { "ID": 9, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "zh", "question": "一百的百分之八十是多少?", "answer": 80 }, { "ID": 10, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "zh", "question": "x减1等于10,x等于几?", "answer": 11 }, { "ID": 11, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "zh", "question": "15的百分之十是多少?", "answer": 1.5 }, { "ID": 12, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "zh", "question": "1+1+2等于几?", "answer": 4 }, { "ID": 13, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "zh", "question": "0+0-0等于几?", "answer": 0 }, { "ID": 14, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "zh", "question": "2×2+2等于几?", "answer": 6 }, { "ID": 15, "category": "reasoning_question", "sub_category": "code_reasoning", "language": "zh", "question": "以下代码在Python 3环境中运行的输出是什么:numbers = [1, 2, 3, 4, 5]\\nprint(numbers[2])", "answer": 3 }, { "ID": 16, "category": "reasoning_question", "sub_category": "code_reasoning", "language": "zh", "question": "以下代码在Python 3环境中运行的输出是什么:numbers = [1, 2]\\nresult = numbers[:]\\nprint(result)", "answer": "[1, 2]" }, { "ID": 17, "category": "reasoning_question", "sub_category": "code_reasoning", "language": "zh", "question": "以下代码在Python 3环境中运行的输出是什么:def add_two(num):\\n\\treturn num + 2\\nprint(add_two(5))", "answer": 7 }, { "ID": 18, "category": "reasoning_question", "sub_category": "code_reasoning", "language": "zh", "question": "以下代码在Python 3环境中运行的输出是什么:word = \"hello\"\\nprint(len(word))", "answer": 5 }, { "ID": 19, "category": "reasoning_question", "sub_category": "set_reasoning", "language": "zh", "question": "所有的狗都是动物。一只狗叫旺财,它是动物吗?", "answer": "是" }, { "ID": 20, "category": "reasoning_question", "sub_category": "set_reasoning", "language": "zh", "question": "所有的鸟都有羽毛。麻雀是鸟。麻雀有羽毛吗?", "answer": "有" }, { "ID": 21, "category": "reasoning_question", "sub_category": "set_reasoning", "language": "zh", "question": "所有的正方形都是四边形。一个图形是正方形,他是四边形吗?", "answer": "是" }, { "ID": 22, "category": "reasoning_question", "sub_category": "set_reasoning", "language": "zh", "question": "所有的水果都含有某种维生素。苹果是一种水果。苹果含有某种维生素吗?", "answer": "是" }, { "ID": 23, "category": "reasoning_question", "sub_category": "set_reasoning", "language": "zh", "question": "所有的哺乳动物都需要氧气呼吸。人类是哺乳动物。人类需要氧气呼吸吗?", "answer": "需要" }, { "ID": 24, "category": "reasoning_question", "sub_category": "set_reasoning", "language": "zh", "question": "所有的鲨鱼都生活在水中。大白鲨是一种鲨鱼。大白鲨生活在水中吗?", "answer": "是" }, { "ID": 25, "category": "reasoning_question", "sub_category": "set_reasoning", "language": "zh", "question": "所有的汽车都有轮子。丰田卡罗拉是一辆汽车。丰田卡罗拉有轮子吗?", "answer": "是" }, { "ID": 26, "category": "reasoning_question", "sub_category": "set_reasoning", "language": "zh", "question": "所有哺乳动物都要呼吸。猫是一种哺乳动物。猫需要呼吸吗?", "answer": "需要" }, { "ID": 27, "category": "reasoning_question", "sub_category": "spatial_reasoning", "language": "zh", "question": "水平桌子上有一块橡皮和一支笔。如果橡皮在笔的左边,那么笔在橡皮的哪一边?", "answer": "笔在橡皮的右边" }, { "ID": 28, "category": "reasoning_question", "sub_category": "spatial_reasoning", "language": "zh", "question": "面朝南,向后转180度,现在面对哪个方向?", "answer": "北方" }, { "ID": 29, "category": "reasoning_question", "sub_category": "spatial_reasoning", "language": "zh", "question": "地下二层的下一层是地下几层?", "answer": "地下三层" }, { "ID": 30, "category": "reasoning_question", "sub_category": "temporal_reasoning", "language": "zh", "question": "今天是周二,那昨天是周几?", "answer": "周一" }, { "ID": 31, "category": "reasoning_question", "sub_category": "temporal_reasoning", "language": "zh", "question": "小明从早上7点开始写作业一直写到上午9点,他写了多久作业?", "answer": "两小时" }, { "ID": 32, "category": "reasoning_question", "sub_category": "temporal_reasoning", "language": "zh", "question": "六点开始经过一小时是几点?", "answer": "七点" }, { "ID": 33, "category": "reasoning_question", "sub_category": "temporal_reasoning", "language": "zh", "question": "每六年举行的活动在2024年正常举行,下一次正常是哪一年举行?", "answer": "2030年" }, { "ID": 34, "category": "reasoning_question", "sub_category": "temporal_reasoning", "language": "zh", "question": "两小时有多少分钟?", "answer": "120分钟" }, { "ID": 35, "category": "reasoning_question", "sub_category": "temporal_reasoning", "language": "zh", "question": "120秒等于几分钟?", "answer": "2分钟" }, { "ID": 36, "category": "reasoning_question", "sub_category": "temporal_reasoning", "language": "zh", "question": "周三后两天是周几?", "answer": "周五" }, { "ID": 37, "category": "reasoning_question", "sub_category": "causal_reasoning", "language": "zh", "question": "如果铁长期暴露在水和空气中,会生锈。一把铁锁在户外风吹雨打一年,没有保护。它生锈了吗?", "answer": "是的,它生锈了" }, { "ID": 38, "category": "reasoning_question", "sub_category": "causal_reasoning", "language": "zh", "question": "如果用凹面镜将阳光聚焦在干纸上足够长时间,纸有可能会燃烧。一面凹面镜将阳光聚焦在干纸上几分钟。纸有可能燃烧吗?", "answer": "是的,纸有可能燃烧" }, { "ID": 39, "category": "reasoning_question", "sub_category": "natural_law_reasoning", "language": "zh", "question": "一般来说太阳从东方升起还是西方升起?", "answer": "东方" }, { "ID": 40, "category": "reasoning_question", "sub_category": "natural_law_reasoning", "language": "zh", "question": "一般来说松开拿着苹果的手,苹果会向上还是向下运动?", "answer": "向下" }, { "ID": 41, "category": "reasoning_question", "sub_category": "natural_law_reasoning", "language": "zh", "question": "将冰块放入温水中,冰块会逐渐变大还是逐渐变小?", "answer": "逐渐变小" }, { "ID": 42, "category": "reasoning_question", "sub_category": "natural_law_reasoning", "language": "zh", "question": "普通的铁块放入水中会浮起还是沉底?", "answer": "沉底" }, { "ID": 43, "category": "reasoning_question", "sub_category": "natural_law_reasoning", "language": "zh", "question": "河流中的水一般从高处流向低处还是从低处流向高处?", "answer": "从高处流向低处" }, { "ID": 44, "category": "reasoning_question", "sub_category": "natural_law_reasoning", "language": "zh", "question": "飞机飞得快还是光传播的快?", "answer": "光" }, { "ID": 45, "category": "reasoning_question", "sub_category": "natural_law_reasoning", "language": "zh", "question": "正常情况下点燃蜡烛的火苗是会向上还是向下?", "answer": "向上" }, { "ID": 46, "category": "reasoning_question", "sub_category": "natural_law_reasoning", "language": "zh", "question": "地球绕着太阳转还是太阳绕着地球转?", "answer": "地球绕着太阳转" }, { "ID": 47, "category": "reasoning_question", "sub_category": "natural_law_reasoning", "language": "zh", "question": "大多数情况下扎爆一个气球会发出声音吗?", "answer": "会" }, { "ID": 48, "category": "reasoning_question", "sub_category": "natural_law_reasoning", "language": "zh", "question": "干柴和湿柴谁更容易被点燃?", "answer": "干柴" }, { "ID": 49, "category": "knowledge_question", "sub_category": "geometry_facts", "language": "zh", "question": "正方形有几条边?", "answer": "四条" }, { "ID": 50, "category": "knowledge_question", "sub_category": "geometry_facts", "language": "zh", "question": "三角形内角和为多少度?", "answer": "180度" }, { "ID": 51, "category": "knowledge_question", "sub_category": "geometry_facts", "language": "zh", "question": "直角多少度?", "answer": "90度" }, { "ID": 52, "category": "knowledge_question", "sub_category": "geometry_facts", "language": "zh", "question": "长方体有几个面?", "answer": "6个" }, { "ID": 53, "category": "knowledge_question", "sub_category": "geometry_facts", "language": "zh", "question": "30度的角是锐角还是钝角?", "answer": "锐角" }, { "ID": 54, "category": "knowledge_question", "sub_category": "geometry_facts", "language": "zh", "question": "32边形有几条边?", "answer": "32条" }, { "ID": 55, "category": "knowledge_question", "sub_category": "geographic_facts", "language": "zh", "question": "法国的首都是哪个城市?", "answer": "巴黎" }, { "ID": 56, "category": "knowledge_question", "sub_category": "geographic_facts", "language": "zh", "question": "悉尼歌剧院位于哪个城市?", "answer": "悉尼" }, { "ID": 57, "category": "knowledge_question", "sub_category": "geographic_facts", "language": "zh", "question": "艾菲尔铁塔位于哪个城市?", "answer": "巴黎" }, { "ID": 58, "category": "knowledge_question", "sub_category": "geographic_facts", "language": "zh", "question": "中华人民共和国的首都是哪个城市?", "answer": "北京" }, { "ID": 59, "category": "knowledge_question", "sub_category": "geographic_facts", "language": "zh", "question": "地球上最大的大洲是哪个?", "answer": "亚洲" }, { "ID": 60, "category": "knowledge_question", "sub_category": "geographic_facts", "language": "zh", "question": "当前世界上面积最大的国家是哪个?", "answer": "俄罗斯" }, { "ID": 61, "category": "knowledge_question", "sub_category": "geographic_facts", "language": "zh", "question": "英国在哪个洲?", "answer": "欧洲" }, { "ID": 62, "category": "knowledge_question", "sub_category": "geographic_facts", "language": "zh", "question": "地球在太阳系里吗?", "answer": "在" }, { "ID": 63, "category": "knowledge_question", "sub_category": "geographic_facts", "language": "zh", "question": "地球绕着什么转?", "answer": "太阳" }, { "ID": 64, "category": "knowledge_question", "sub_category": "geographic_facts", "language": "zh", "question": "美国有几个州?", "answer": "50个" }, { "ID": 65, "category": "knowledge_question", "sub_category": "historical_facts", "language": "zh", "question": "中华人民共和国是哪一年成立的?", "answer": "1949年" }, { "ID": 66, "category": "knowledge_question", "sub_category": "historical_facts", "language": "zh", "question": "第一次世界大战是哪一年开始的?", "answer": "1914年" }, { "ID": 67, "category": "knowledge_question", "sub_category": "historical_facts", "language": "zh", "question": "美国独立宣言是哪一年签署的?", "answer": "1776年" }, { "ID": 68, "category": "knowledge_question", "sub_category": "historical_facts", "language": "zh", "question": "第一次工业革命始于哪个国家?", "answer": "英国" }, { "ID": 69, "category": "knowledge_question", "sub_category": "historical_facts", "language": "zh", "question": "泰坦尼克号是哪一年沉没的?", "answer": "1912年" }, { "ID": 70, "category": "knowledge_question", "sub_category": "historical_facts", "language": "zh", "question": "纸最早是在哪个国家发明的?", "answer": "中国" }, { "ID": 71, "category": "knowledge_question", "sub_category": "historical_facts", "language": "zh", "question": "苏联在哪一年解体?", "answer": "1991年" }, { "ID": 72, "category": "knowledge_question", "sub_category": "historical_facts", "language": "zh", "question": "美国南北战争在哪一年结束?", "answer": "1865年" }, { "ID": 73, "category": "knowledge_question", "sub_category": "historical_facts", "language": "zh", "question": "哪个国家最早进行了工业革命?", "answer": "英国" }, { "ID": 74, "category": "knowledge_question", "sub_category": "biographical_facts", "language": "zh", "question": "达芬奇出生在哪个国家?", "answer": "意大利" }, { "ID": 75, "category": "knowledge_question", "sub_category": "biographical_facts", "language": "zh", "question": "圣雄甘地的性别是什么?", "answer": "男性" }, { "ID": 76, "category": "knowledge_question", "sub_category": "biographical_facts", "language": "zh", "question": "谁是美国南北战争时期的总统?", "answer": "亚伯拉罕·林肯" }, { "ID": 77, "category": "knowledge_question", "sub_category": "biographical_facts", "language": "zh", "question": "谁提出了万有引力?", "answer": "艾萨克・牛顿" }, { "ID": 78, "category": "knowledge_question", "sub_category": "biographical_facts", "language": "zh", "question": "文森特・梵高是画家吗?", "answer": "是" }, { "ID": 79, "category": "knowledge_question", "sub_category": "biographical_facts", "language": "zh", "question": "化学家玛丽·居里的性别是什么?", "answer": "女性" }, { "ID": 80, "category": "knowledge_question", "sub_category": "biographical_facts", "language": "zh", "question": "温斯顿・丘吉尔是哪个国家的首相?", "answer": "英国" }, { "ID": 81, "category": "knowledge_question", "sub_category": "biographical_facts", "language": "zh", "question": "艾伦・图灵是计算机科学家还是医学家?", "answer": "计算机科学家" }, { "ID": 82, "category": "knowledge_question", "sub_category": "measurement_units", "language": "zh", "question": "1米等于多少厘米?", "answer": 100 }, { "ID": 83, "category": "knowledge_question", "sub_category": "measurement_units", "language": "zh", "question": "1公里等于多少米?", "answer": 1000 }, { "ID": 84, "category": "knowledge_question", "sub_category": "measurement_units", "language": "zh", "question": "1吨等于几千克?", "answer": 1000 }, { "ID": 85, "category": "knowledge_question", "sub_category": "measurement_units", "language": "zh", "question": "1升等于多少毫升?", "answer": 1000 }, { "ID": 86, "category": "knowledge_question", "sub_category": "measurement_units", "language": "zh", "question": "1小时等于几分钟?", "answer": 60 }, { "ID": 87, "category": "knowledge_question", "sub_category": "measurement_units", "language": "zh", "question": "1公顷等于多少平方米?", "answer": 10000 }, { "ID": 88, "category": "knowledge_question", "sub_category": "measurement_units", "language": "zh", "question": "1周等于几天?", "answer": 7 }, { "ID": 89, "category": "knowledge_question", "sub_category": "measurement_units", "language": "zh", "question": "1分钟等于几秒?", "answer": 60 }, { "ID": 90, "category": "knowledge_question", "sub_category": "measurement_units", "language": "zh", "question": "1美元等于几美分?", "answer": 100 }, { "ID": 91, "category": "knowledge_question", "sub_category": "measurement_units", "language": "zh", "question": "1世纪等于几年?", "answer": 100 }, { "ID": 92, "category": "knowledge_question", "sub_category": "scientific_notation", "language": "zh", "question": "氧元素的化学符号是什么?", "answer": "O" }, { "ID": 93, "category": "knowledge_question", "sub_category": "scientific_notation", "language": "zh", "question": "水的化学式是什么?", "answer": "H2O" }, { "ID": 94, "category": "knowledge_question", "sub_category": "scientific_notation", "language": "zh", "question": "长度的国际单位制符号是什么(国际单位制包含长度、质量、时间等七种基础单位)?", "answer": "m" }, { "ID": 95, "category": "knowledge_question", "sub_category": "scientific_notation", "language": "zh", "question": "碳元素的化学符号是什么?", "answer": "C" }, { "ID": 96, "category": "knowledge_question", "sub_category": "scientific_notation", "language": "zh", "question": "圆周率的符号是什么?", "answer": "希腊字母π" }, { "ID": 97, "category": "knowledge_question", "sub_category": "scientific_notation", "language": "zh", "question": "电流的国际单位制符号是什么(国籍单位制包含长度、质量、时间等七种基础单位)?", "answer": "A" }, { "ID": 98, "category": "knowledge_question", "sub_category": "creative_authorship", "language": "zh", "question": "《哈姆雷特》的作者是谁?", "answer": "威廉・莎士比亚(William Shakespeare)" }, { "ID": 99, "category": "knowledge_question", "sub_category": "creative_authorship", "language": "zh", "question": "《战争与和平》的作者是谁?", "answer": "列夫・托尔斯泰(Лев Толстой)" }, { "ID": 100, "category": "knowledge_question", "sub_category": "creative_authorship", "language": "zh", "question": "《哈利波特》的作者是谁?", "answer": "J.K. 罗琳(Joanne Kathleen Rowling)" }, { "ID": 101, "category": "knowledge_question", "sub_category": "creative_authorship", "language": "zh", "question": "谁创作了《蒙娜丽莎》画作?", "answer": "列奥纳多・达・芬奇 (Leonardo da Vinci)" }, { "ID": 102, "category": "instruction_following", "sub_category": "repetition_constraints", "language": "zh", "question": "重复输出三次字母\"A\",用空格分隔", "answer": "A A A" }, { "ID": 103, "category": "instruction_following", "sub_category": "repetition_constraints", "language": "zh", "question": "重复输出两次单词\"good\",用空格分隔", "answer": "good good" }, { "ID": 104, "category": "instruction_following", "sub_category": "repetition_constraints", "language": "zh", "question": "重复输出两次词组\"很好\",不使用分隔符", "answer": "很好很好" }, { "ID": 105, "category": "instruction_following", "sub_category": "repetition_constraints", "language": "zh", "question": "输出一个字母\"Z\"", "answer": "Z" }, { "ID": 106, "category": "instruction_following", "sub_category": "repetition_constraints", "language": "zh", "question": "重复输出两次字符\"#\",紧挨着没有分隔符", "answer": "##" }, { "ID": 107, "category": "instruction_following", "sub_category": "length_constraints", "language": "zh", "question": "输出一个由五个数字组成的五位数", "answer": "任何一个由五个数字组成的序列都可以(例如:12345)" }, { "ID": 108, "category": "instruction_following", "sub_category": "length_constraints", "language": "zh", "question": "输出一个动物的英文单词,并且只有三个字母", "answer": "任何一个由三个字母组成的动物名称都可以(例如:cat)" }, { "ID": 109, "category": "instruction_following", "sub_category": "length_constraints", "language": "zh", "question": "输出一个一位数", "answer": "任何一个一位数都可以(例如:1)" }, { "ID": 110, "category": "instruction_following", "sub_category": "length_constraints", "language": "zh", "question": "输出一个由四个数字组成的四位数", "answer": "任何一个由四个数字组成的四位数都可以(例如:1234)" }, { "ID": 111, "category": "instruction_following", "sub_category": "character_constraints", "language": "zh", "question": "输出一个首字母大写的英文单词", "answer": "任何一个首字母大写的英文单词都可以(例如:Hello)" }, { "ID": 112, "category": "instruction_following", "sub_category": "character_constraints", "language": "zh", "question": "输出一个英文单词,所有的字母都是大写", "answer": "任何一个所有字母都是大写的英文单词都可以(例如:CAT)" }, { "ID": 113, "category": "instruction_following", "sub_category": "character_constraints", "language": "zh", "question": "输出一个以字母\"p\"开头的英文单词", "answer": "任何一个以字母\"p\"开头的英文单词都可以(例如:paper)" }, { "ID": 114, "category": "instruction_following", "sub_category": "character_constraints", "language": "zh", "question": "输出一个包含字母\"z\"的英文单词", "answer": "任何一个包含字母\"z\"的英文单词都可以(例如:puzzle)" }, { "ID": 115, "category": "instruction_following", "sub_category": "character_constraints", "language": "zh", "question": "输出一个所有字母都是小写的英文单词", "answer": "任何一个所有字母都是小写的英文单词都可以(例如:well)" }, { "ID": 116, "category": "instruction_following", "sub_category": "counting_constraints", "language": "zh", "question": "输出字符序列\"# # #\"中字符\"#\"的个数", "answer": 3 }, { "ID": 117, "category": "instruction_following", "sub_category": "counting_constraints", "language": "zh", "question": "输出单词\"cat\"中英文字母的个数", "answer": 3 }, { "ID": 118, "category": "instruction_following", "sub_category": "counting_constraints", "language": "zh", "question": "输出\"x = z + 1\"中字母\"z\"的个数", "answer": 1 }, { "ID": 119, "category": "instruction_following", "sub_category": "counting_constraints", "language": "zh", "question": "输出数列\"1, 2, 3, 4\"中数字的个数", "answer": 4 }, { "ID": 120, "category": "instruction_following", "sub_category": "transformation_constraints", "language": "zh", "question": "将单词\"good\"转换成所有字母都是大写的单词,直接输出结果", "answer": "GOOD" }, { "ID": 121, "category": "instruction_following", "sub_category": "transformation_constraints", "language": "zh", "question": "将词组\"THIS METHOD\"所有字母改成小写,直接输出结果", "answer": "this method" }, { "ID": 122, "category": "instruction_following", "sub_category": "transformation_constraints", "language": "zh", "question": "将三位数\"996\"的最后一位改为5,直接输出结果", "answer": 995 }, { "ID": 123, "category": "instruction_following", "sub_category": "transformation_constraints", "language": "zh", "question": "将词组\"hello world\"所有字母改成大写,直接输出结果", "answer": "HELLO WORLD" }, { "ID": 124, "category": "instruction_following", "sub_category": "transformation_constraints", "language": "zh", "question": "将短句\"Be careful.\"的句号改为一个感叹号,直接输出结果", "answer": "Be careful!" }, { "ID": 125, "category": "instruction_following", "sub_category": "sentence_constraints", "language": "zh", "question": "给出一个包含汉字\"好\"的句子", "answer": "任何一个包含\"好\"的句子都可以(例如:真是一个好天气。)" }, { "ID": 126, "category": "instruction_following", "sub_category": "sentence_constraints", "language": "zh", "question": "给出一个**不包含**成语\"年年有余\"的句子", "answer": "任何一个不包含成语\"年年有余\"的句子都可以(例如:今天不吃晚饭了。)" }, { "ID": 127, "category": "instruction_following", "sub_category": "sentence_constraints", "language": "zh", "question": "给出一个以\"你\"开头的中文句子", "answer": "任何一个以单词\"你\"开头的句子都可以(例如:你是我最好的朋友。)" }, { "ID": 128, "category": "instruction_following", "sub_category": "sentence_constraints", "language": "zh", "question": "给出一个包含超过三个汉字的句子", "answer": "任何一个包含超过三个汉字的句子都可以(例如:每一天都元气满满。)" }, { "ID": 129, "category": "instruction_following", "sub_category": "sentence_constraints", "language": "zh", "question": "给出一个包含词组\"吃午饭\"的句子", "answer": "任何一个包含词组\"吃午饭\"的句子都可以(例如:我们一起吃午饭吧.)" }, { "ID": 130, "category": "instruction_following", "sub_category": "sentence_constraints", "language": "zh", "question": "给出一个包含数字的中文句子", "answer": "任何一个包含数字的中文句子都可以(例如:我有五(或5)个苹果。)" }, { "ID": 131, "category": "analysis_questions", "sub_category": "sentiment_classification", "language": "zh", "question": "\"这部电影太棒了!\"这句话表达的情感是积极的还是消极的?", "answer": "积极" }, { "ID": 132, "category": "analysis_questions", "sub_category": "sentiment_classification", "language": "zh", "question": "\"今天的天气真糟糕。\"这句话表达的情感是积极的还是消极的?", "answer": "消极" }, { "ID": 133, "category": "analysis_questions", "sub_category": "sentiment_classification", "language": "zh", "question": "\"我非常喜欢这本书。\"这句话表达的情感是积极的还是消极的?", "answer": "积极" }, { "ID": 134, "category": "analysis_questions", "sub_category": "sentiment_classification", "language": "zh", "question": "\"这顿饭实在太难吃了。\"这句话表达的情感是积极的还是消极的?", "answer": "消极" }, { "ID": 135, "category": "analysis_questions", "sub_category": "sentiment_classification", "language": "zh", "question": "\"我很高兴见到你。\"这句话表达的情感是积极的还是消极的?", "answer": "积极" }, { "ID": 136, "category": "analysis_questions", "sub_category": "sentiment_classification", "language": "zh", "question": "\"这次考试真是一场灾难。\"这句话表达的情感是积极的还是消极的?", "answer": "消极" }, { "ID": 137, "category": "analysis_questions", "sub_category": "sentiment_classification", "language": "zh", "question": "\"这家餐厅的服务太好了。\"这句话表达的情感是积极的还是消极的?", "answer": "积极" }, { "ID": 138, "category": "analysis_questions", "sub_category": "sentiment_classification", "language": "zh", "question": "\"我讨厌下雨天。\"这句话表达的情感是积极的还是消极的?", "answer": "消极" }, { "ID": 139, "category": "analysis_questions", "sub_category": "sentiment_classification", "language": "zh", "question": "\"这是我收到的最好的礼物。\"这句话表达的情感是积极的还是消极的?", "answer": "积极" }, { "ID": 140, "category": "analysis_questions", "sub_category": "sentiment_classification", "language": "zh", "question": "\"这个计划完全失败了。\"这句话表达的情感是积极的还是消极的?", "answer": "消极" }, { "ID": 141, "category": "analysis_questions", "sub_category": "named_entity_recognition", "language": "zh", "question": "在句子\"玛丽住在纽约\"中,\"纽约\"是人名还是地名?", "answer": "地名" }, { "ID": 142, "category": "analysis_questions", "sub_category": "named_entity_recognition", "language": "zh", "question": "在句子\"爱因斯坦是著名的科学家\"中,\"爱因斯坦\"是人名还是组织名?", "answer": "人名" }, { "ID": 143, "category": "analysis_questions", "sub_category": "named_entity_recognition", "language": "zh", "question": "在句子\"我昨天去了星巴克\"中,\"星巴克\"是人名还是组织名?", "answer": "组织名" }, { "ID": 144, "category": "analysis_questions", "sub_category": "named_entity_recognition", "language": "zh", "question": "在句子\"泰晤士河流经伦敦\"中,\"泰晤士河\"是地名还是人名?", "answer": "地名" }, { "ID": 145, "category": "analysis_questions", "sub_category": "named_entity_recognition", "language": "zh", "question": "在句子\"微软发布了新产品\"中,\"微软\"是组织名还是产品名?", "answer": "组织名" }, { "ID": 146, "category": "analysis_questions", "sub_category": "named_entity_recognition", "language": "zh", "question": "在句子\"我喜欢阅读哈利波特\"中,\"哈利波特\"是地名还是作品名?", "answer": "作品名" }, { "ID": 147, "category": "analysis_questions", "sub_category": "named_entity_recognition", "language": "zh", "question": "在句子\"拿破仑于1821年去世\"中,\"1821年\"是时间还是地名?", "answer": "时间" }, { "ID": 148, "category": "analysis_questions", "sub_category": "named_entity_recognition", "language": "zh", "question": "在句子\"联合国总部位于纽约\"中,\"联合国\"是组织名还是地名?", "answer": "组织名" }, { "ID": 149, "category": "analysis_questions", "sub_category": "named_entity_recognition", "language": "zh", "question": "在句子\"我的车是丰田\"中,\"丰田\"是人名还是品牌名?", "answer": "品牌名" }, { "ID": 150, "category": "analysis_questions", "sub_category": "named_entity_recognition", "language": "zh", "question": "在句子\"他周一要去北京\"中,\"周一\"是时间还是地名?", "answer": "时间" }, { "ID": 151, "category": "analysis_questions", "sub_category": "language_classification", "language": "zh", "question": "单词\"bonjour\"是法语还是西班牙语?", "answer": "法语" }, { "ID": 152, "category": "analysis_questions", "sub_category": "language_classification", "language": "zh", "question": "单词\"こんにちは\"是日语还是韩语?", "answer": "日语" }, { "ID": 153, "category": "analysis_questions", "sub_category": "language_classification", "language": "zh", "question": "单词\"background\"是英语还是俄语?", "answer": "英语" }, { "ID": 154, "category": "analysis_questions", "sub_category": "language_classification", "language": "zh", "question": "单词\"ciao\"是意大利语还是葡萄牙语?", "answer": "意大利语" }, { "ID": 155, "category": "analysis_questions", "sub_category": "language_classification", "language": "zh", "question": "单词\"спасибо\"是俄语还是希腊语?", "answer": "俄语" }, { "ID": 156, "category": "analysis_questions", "sub_category": "language_classification", "language": "zh", "question": "单词\"hola\"是西班牙语还是法语?", "answer": "西班牙语" }, { "ID": 157, "category": "analysis_questions", "sub_category": "language_classification", "language": "zh", "question": "单词\"안녕하세요\"是韩语还是日语?", "answer": "韩语" }, { "ID": 158, "category": "analysis_questions", "sub_category": "language_classification", "language": "zh", "question": "单词\"danke\"是德语还是瑞典语?", "answer": "德语" }, { "ID": 159, "category": "analysis_questions", "sub_category": "language_classification", "language": "zh", "question": "单词\"hello\"是英语还是日语?", "answer": "英语" }, { "ID": 160, "category": "analysis_questions", "sub_category": "language_classification", "language": "zh", "question": "单词\"你好\"是中文还是法语?", "answer": "中文" }, { "ID": 161, "category": "analysis_questions", "sub_category": "topic_classification", "language": "zh", "question": "\"足球比赛昨天因为下雨取消了。\"这句话的主题是体育还是科技?", "answer": "体育" }, { "ID": 162, "category": "analysis_questions", "sub_category": "topic_classification", "language": "zh", "question": "\"新的智能手机将在下个月发布。\"这句话的主题是科技还是艺术?", "answer": "科技" }, { "ID": 163, "category": "analysis_questions", "sub_category": "topic_classification", "language": "zh", "question": "\"医生建议每天至少喝八杯水。\"这句话的主题是健康还是教育?", "answer": "健康" }, { "ID": 164, "category": "analysis_questions", "sub_category": "topic_classification", "language": "zh", "question": "\"这部电影获得了最佳影片奖。\"这句话的主题是娱乐还是科技?", "answer": "娱乐" }, { "ID": 165, "category": "analysis_questions", "sub_category": "topic_classification", "language": "zh", "question": "\"政府宣布了新的教育政策。\"这句话的主题是政治还是体育?", "answer": "政治" }, { "ID": 166, "category": "analysis_questions", "sub_category": "topic_classification", "language": "zh", "question": "\"股市今天上涨了2%。\"这句话的主题是财经还是科技?", "answer": "财经" }, { "ID": 167, "category": "analysis_questions", "sub_category": "topic_classification", "language": "zh", "question": "\"科学家发现了一种新物种。\"这句话的主题是科学还是历史?", "answer": "科学" }, { "ID": 168, "category": "analysis_questions", "sub_category": "topic_classification", "language": "zh", "question": "\"这道菜需要加入适量的盐和胡椒。\"这句话的主题是烹饪还是医疗?", "answer": "烹饪" }, { "ID": 169, "category": "analysis_questions", "sub_category": "topic_classification", "language": "zh", "question": "\"巴黎是法国的首都。\"这句话的主题是地理还是文学?", "answer": "地理" }, { "ID": 170, "category": "analysis_questions", "sub_category": "topic_classification", "language": "zh", "question": "\"这首歌在流行音乐排行榜上排名第一。\"这句话的主题是音乐还是体育?", "answer": "音乐" }, { "ID": 171, "category": "analysis_questions", "sub_category": "intent_recognition", "language": "zh", "question": "\"今天天气怎么样?\"这句话的意图是询问信息还是表达观点?", "answer": "询问信息" }, { "ID": 172, "category": "analysis_questions", "sub_category": "intent_recognition", "language": "zh", "question": "\"请帮我拿一下那本书。\"这句话的意图是请求帮助还是提供建议?", "answer": "请求帮助" }, { "ID": 173, "category": "analysis_questions", "sub_category": "intent_recognition", "language": "zh", "question": "\"我想预订一张明天去北京的机票。\"这句话的意图是预订服务还是取消服务?", "answer": "预订服务" }, { "ID": 174, "category": "analysis_questions", "sub_category": "intent_recognition", "language": "zh", "question": "\"今天的晚餐真好吃!\"这句话的意图是表达赞美还是表达不满?", "answer": "表达赞美" }, { "ID": 175, "category": "analysis_questions", "sub_category": "intent_recognition", "language": "zh", "question": "\"对不起,我迟到了。\"这句话的意图是道歉还是指责?", "answer": "道歉" }, { "ID": 176, "category": "analysis_questions", "sub_category": "intent_recognition", "language": "zh", "question": "\"祝你生日快乐!\"这句话的意图是祝贺还是安慰?", "answer": "祝贺" }, { "ID": 177, "category": "analysis_questions", "sub_category": "intent_recognition", "language": "zh", "question": "\"你能告诉我图书馆在哪里吗?\"这句话的意图是寻求信息还是提供信息?", "answer": "寻求信息" }, { "ID": 178, "category": "analysis_questions", "sub_category": "intent_recognition", "language": "zh", "question": "\"可以把窗户关上吗?\"这句话的意图是请求帮助还是提供建议?", "answer": "请求帮助" }, { "ID": 179, "category": "analysis_questions", "sub_category": "intent_recognition", "language": "zh", "question": "\"谢谢你的帮助。\"这句话的意图是表达感谢还是表达抱怨?", "answer": "表达感谢" }, { "ID": 180, "category": "analysis_questions", "sub_category": "intent_recognition", "language": "zh", "question": "\"小心台阶!\"这句话的意图是警告提醒还是赞美鼓励?", "answer": "警告提醒" }, { "ID": 181, "category": "analysis_questions", "sub_category": "syntax_classification", "language": "zh", "question": "\"你喜欢吃苹果吗?\"是疑问句还是陈述句?", "answer": "疑问句" }, { "ID": 182, "category": "analysis_questions", "sub_category": "syntax_classification", "language": "zh", "question": "\"关上门!\"是祈使句还是疑问句?", "answer": "祈使句" }, { "ID": 183, "category": "analysis_questions", "sub_category": "syntax_classification", "language": "zh", "question": "\"我每天都喝水。\"是陈述句还是疑问句?", "answer": "陈述句" }, { "ID": 184, "category": "analysis_questions", "sub_category": "syntax_classification", "language": "zh", "question": "\"请把书递给我。\"是祈使句还是感叹句?", "answer": "祈使句" }, { "ID": 185, "category": "analysis_questions", "sub_category": "syntax_classification", "language": "zh", "question": "\"谁是你最好的朋友?\"是感叹句还是疑问句?", "answer": "疑问句" }, { "ID": 186, "category": "analysis_questions", "sub_category": "syntax_classification", "language": "zh", "question": "\"我多么希望能去那里!\"是感叹句还是陈述句?", "answer": "感叹句" }, { "ID": 187, "category": "analysis_questions", "sub_category": "syntax_classification", "language": "zh", "question": "\"地球围绕太阳运转。\"是陈述句还是祈使句?", "answer": "陈述句" }, { "ID": 188, "category": "analysis_questions", "sub_category": "syntax_classification", "language": "zh", "question": "\"你能帮我一下吗?\"是疑问句还是感叹句?", "answer": "疑问句" }, { "ID": 189, "category": "analysis_questions", "sub_category": "syntax_classification", "language": "zh", "question": "\"太棒了!\"是感叹句还是祈使句?", "answer": "感叹句" }, { "ID": 190, "category": "analysis_questions", "sub_category": "grammar_classification", "language": "zh", "question": "\"我明天将去北京。\"是将来时还是过去时?", "answer": "将来时" }, { "ID": 191, "category": "analysis_questions", "sub_category": "grammar_classification", "language": "zh", "question": "\"他们已经吃过晚饭了。\"是肯定句还是否定句?", "answer": "肯定句" }, { "ID": 192, "category": "analysis_questions", "sub_category": "grammar_classification", "language": "zh", "question": "\"小猫正在追逐小鸟。\"是现在进行时还是过去时?", "answer": "现在进行时" }, { "ID": 193, "category": "analysis_questions", "sub_category": "grammar_classification", "language": "zh", "question": "\"我每天早上跑步。\"是主动语态还是被动语态?", "answer": "主动语态" }, { "ID": 194, "category": "analysis_questions", "sub_category": "grammar_classification", "language": "zh", "question": "\"每个人都喜欢音乐。\"是肯定句还是否定句?", "answer": "肯定句" }, { "ID": 195, "category": "analysis_questions", "sub_category": "grammar_classification", "language": "zh", "question": "\"我现在正在写作业。\"是现在进行时还是过去时?", "answer": "现在进行时" }, { "ID": 196, "category": "analysis_questions", "sub_category": "coreference_resolution", "language": "zh", "question": "张华喜欢他的新车。\"他\"指谁?", "answer": "张华" }, { "ID": 197, "category": "analysis_questions", "sub_category": "coreference_resolution", "language": "zh", "question": "小白和小青是好朋友,她们一起玩耍。\"她们\"指谁?", "answer": "小白和小青" }, { "ID": 198, "category": "analysis_questions", "sub_category": "coreference_resolution", "language": "zh", "question": "我的电脑坏了,我需要修理它。\"它\"指什么?", "answer": "电脑" }, { "ID": 199, "category": "analysis_questions", "sub_category": "coreference_resolution", "language": "zh", "question": "当狗看到球时,它开始奔跑。\"它\"指什么?", "answer": "狗" }, { "ID": 200, "category": "analysis_questions", "sub_category": "coreference_resolution", "language": "zh", "question": "老师表扬了学生,因为他表现很好。\"他\"指谁?", "answer": "学生" }, { "ID": 201, "category": "analysis_questions", "sub_category": "coreference_resolution", "language": "zh", "question": "这个杯子不错,我把它推荐给你。\"它\"指什么?", "answer": "这个杯子" }, { "ID": 202, "category": "analysis_questions", "sub_category": "coreference_resolution", "language": "zh", "question": "桌子上有一本书,它是蓝色的。\"它\"指什么?", "answer": "一本书" }, { "ID": 203, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "en", "question": "What's two plus three?", "answer": 5 }, { "ID": 204, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "en", "question": "What's 7 plus 8?", "answer": 15 }, { "ID": 205, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "en", "question": "What's four times five?", "answer": 20 }, { "ID": 206, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "en", "question": "What is two squared?", "answer": 4 }, { "ID": 207, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "en", "question": "What is 7 minus 7?", "answer": 0 }, { "ID": 208, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "en", "question": "What is nine divided by three?", "answer": 3 }, { "ID": 209, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "en", "question": "What is 1 minus 2?", "answer": -1 }, { "ID": 210, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "en", "question": "What is the value of x if x plus 3 equals 8?", "answer": 5 }, { "ID": 211, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "en", "question": "What is the value of m if 2 times m equals 4?", "answer": 2 }, { "ID": 212, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "en", "question": "Which is greater, 2 or 5?", "answer": 5 }, { "ID": 213, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "en", "question": "What is 1.5 plus 3.5?", "answer": 5 }, { "ID": 214, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "en", "question": "What is 80 percent of 100?", "answer": 80 }, { "ID": 215, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "en", "question": "What is the value of x if x minus 1 equals 10?", "answer": 11 }, { "ID": 216, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "en", "question": "What is 10 percent of 15?", "answer": 1.5 }, { "ID": 217, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "en", "question": "What is the sum of 1 plus 1 plus 2?", "answer": 4 }, { "ID": 218, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "en", "question": "What is zero plus zero minus zero?", "answer": 0 }, { "ID": 219, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "en", "question": "What is two times two plus two?", "answer": 6 }, { "ID": 220, "category": "reasoning_question", "sub_category": "numerical_reasoning", "language": "en", "question": "What is the value of z if z times 1 equals 6?", "answer": 6 }, { "ID": 221, "category": "reasoning_question", "sub_category": "code_reasoning", "language": "en", "question": "What is the output of the following code when run in Python 3 environment: x = 5\\ny = 3\\nz = x + y\\nprint(z)", "answer": 8 }, { "ID": 222, "category": "reasoning_question", "sub_category": "code_reasoning", "language": "en", "question": "What is the output of the following code when run in Python 3 environment: name = \"Python\"\\nprint(\"Hello, \" + name + \"!\")", "answer": "Hello, Python!" }, { "ID": 223, "category": "reasoning_question", "sub_category": "code_reasoning", "language": "en", "question": "What is the output of the following code when run in Python 3 environment: numbers = [1, 2, 3, 4, 5]\\nprint(numbers[2])", "answer": 3 }, { "ID": 224, "category": "reasoning_question", "sub_category": "code_reasoning", "language": "en", "question": "What is the output of the following code when run in Python 3 environment: numbers = [1, 2]\\nresult = numbers[:]\\nprint(result)", "answer": "[1, 2]" }, { "ID": 225, "category": "reasoning_question", "sub_category": "code_reasoning", "language": "en", "question": "What is the output of the following code when run in Python 3 environment: def add_two(num):\\n\\treturn num + 2\\nprint(add_two(5))", "answer": 7 }, { "ID": 226, "category": "reasoning_question", "sub_category": "code_reasoning", "language": "en", "question": "What is the output of the following code when run in Python 3 environment: x = 10\\nif x > 5:\\n\\tprint(\"Greater\")\\nelse:\\n\\tprint(\"Smaller\")", "answer": "Greater" }, { "ID": 227, "category": "reasoning_question", "sub_category": "code_reasoning", "language": "en", "question": "What is the output of the following code when run in Python 3 environment: word = \"hello\"\\nprint(len(word))", "answer": 5 }, { "ID": 228, "category": "reasoning_question", "sub_category": "set_reasoning", "language": "en", "question": "All dogs are animals. A dog named Bella, is it an animal?", "answer": "Yes." }, { "ID": 229, "category": "reasoning_question", "sub_category": "set_reasoning", "language": "en", "question": "All birds have feathers. Sparrows are birds. Do sparrows have feathers?", "answer": "Yes." }, { "ID": 230, "category": "reasoning_question", "sub_category": "set_reasoning", "language": "en", "question": "All squares are quadrilaterals. A shape is a square, is it a quadrilateral?", "answer": "Yes." }, { "ID": 231, "category": "reasoning_question", "sub_category": "set_reasoning", "language": "en", "question": "All fruits contain some vitamins. An apple is a fruit. Does an apple contain some vitamins?", "answer": "Yes." }, { "ID": 232, "category": "reasoning_question", "sub_category": "set_reasoning", "language": "en", "question": "All mammals have mammary glands. Whales are mammals. Do whales have mammary glands?", "answer": "Yes." }, { "ID": 233, "category": "reasoning_question", "sub_category": "set_reasoning", "language": "en", "question": "All mammals need oxygen to breathe. Humans are mammals. Do humans need oxygen to breathe?", "answer": "Yes." }, { "ID": 234, "category": "reasoning_question", "sub_category": "set_reasoning", "language": "en", "question": "All sharks live in water. The great white shark is a type of shark. Does the great white shark live in water?", "answer": "Yes." }, { "ID": 235, "category": "reasoning_question", "sub_category": "set_reasoning", "language": "en", "question": "All cars have wheels. Toyota Corolla is a car. Does Toyota Corolla have wheels?", "answer": "Yes." }, { "ID": 236, "category": "reasoning_question", "sub_category": "set_reasoning", "language": "en", "question": "All mammals need to breathe. Cats are mammals. Do cats need to breathe?", "answer": "Yes." }, { "ID": 237, "category": "reasoning_question", "sub_category": "spatial_reasoning", "language": "en", "question": "If there is an eraser and a pen on a horizontal table. If the eraser is to the left of the pen, then on which side of the eraser is the pen?", "answer": "The pen is to the right of the eraser." }, { "ID": 238, "category": "reasoning_question", "sub_category": "spatial_reasoning", "language": "en", "question": "If a bird is flying above a tree, where is the tree in relation to the bird?", "answer": "The tree is below the bird." }, { "ID": 239, "category": "reasoning_question", "sub_category": "spatial_reasoning", "language": "en", "question": "Facing south, if you turn 180 degrees, which direction are you facing now?", "answer": "North." }, { "ID": 240, "category": "reasoning_question", "sub_category": "spatial_reasoning", "language": "en", "question": "If a person is directly north of point A, then in what direction is point A relative to this person?", "answer": "Directly south." }, { "ID": 241, "category": "reasoning_question", "sub_category": "temporal_reasoning", "language": "en", "question": "Tom started doing homework at 7 AM and continued until 9 AM. How long did he spend on homework?", "answer": "Two hours." }, { "ID": 242, "category": "reasoning_question", "sub_category": "temporal_reasoning", "language": "en", "question": "Sam is five years old this year. How old will he be in four years?", "answer": "Nine years old." }, { "ID": 243, "category": "reasoning_question", "sub_category": "temporal_reasoning", "language": "en", "question": "What time is it after one hour starting from 6 o'clock?", "answer": "Seven o'clock." }, { "ID": 244, "category": "reasoning_question", "sub_category": "temporal_reasoning", "language": "en", "question": "If an event that is held every six years is normally held in 2024, which year will it normally be held next?", "answer": 2030 }, { "ID": 245, "category": "reasoning_question", "sub_category": "temporal_reasoning", "language": "en", "question": "How many minutes are there in two hours?", "answer": "120 minutes." }, { "ID": 246, "category": "reasoning_question", "sub_category": "temporal_reasoning", "language": "en", "question": "If it takes two hours to travel from A to B and you depart from A at 8 AM, what time will you arrive at B?", "answer": "10 AM." }, { "ID": 247, "category": "reasoning_question", "sub_category": "temporal_reasoning", "language": "en", "question": "How many minutes equal 120 seconds?", "answer": "2 minutes." }, { "ID": 248, "category": "reasoning_question", "sub_category": "temporal_reasoning", "language": "en", "question": "What day is it two days after Wednesday?", "answer": "Friday." }, { "ID": 249, "category": "reasoning_question", "sub_category": "causal_reasoning", "language": "en", "question": "If an object's density is less than that of water, it will float when placed in water. An object has a density much lower than water. Does it float when placed in water?", "answer": "Yes, it floated." }, { "ID": 250, "category": "reasoning_question", "sub_category": "causal_reasoning", "language": "en", "question": "If ferromagnetic material is placed in a magnetic field, it will become magnetized. An iron nail was placed next to a strong magnet for some time. Has the nail been magnetized?", "answer": "Yes, the nail has been magnetized." }, { "ID": 251, "category": "reasoning_question", "sub_category": "causal_reasoning", "language": "en", "question": "If an object falls freely from a height, ignoring air resistance, its speed will increase continuously. A stone was released from the top of a tall building and fell freely. Did its falling speed increase progressively?", "answer": "Yes, its falling speed increased progressively." }, { "ID": 252, "category": "reasoning_question", "sub_category": "causal_reasoning", "language": "en", "question": "If a concave mirror focuses sunlight on a piece of dry paper for a sufficient amount of time, the paper may catch fire. A concave mirror focuses sunlight on a piece of dry paper for several minutes. Is it possible for the paper to catch fire?", "answer": "Yes, it is possible for the paper to catch fire." }, { "ID": 253, "category": "reasoning_question", "sub_category": "natural_law_reasoning", "language": "en", "question": "Generally speaking, does the sun rise from the east or the west?", "answer": "The east." }, { "ID": 254, "category": "reasoning_question", "sub_category": "natural_law_reasoning", "language": "en", "question": "Generally, if you let go of an apple you're holding, will it move upward or downward?", "answer": "Downward." }, { "ID": 255, "category": "reasoning_question", "sub_category": "natural_law_reasoning", "language": "en", "question": "If you put an ice cube into warm water, will the ice cube gradually become larger or smaller?", "answer": "The ice cube will gradually become smaller." }, { "ID": 256, "category": "reasoning_question", "sub_category": "natural_law_reasoning", "language": "en", "question": "Will an ordinary iron block float or sink when placed in water?", "answer": "It will sink." }, { "ID": 257, "category": "reasoning_question", "sub_category": "natural_law_reasoning", "language": "en", "question": "Does water in rivers generally flow from high to low places or from low to high places?", "answer": "From high to low places." }, { "ID": 258, "category": "reasoning_question", "sub_category": "natural_law_reasoning", "language": "en", "question": "Which is faster, an airplane or the propagation of light?", "answer": "Light." }, { "ID": 259, "category": "reasoning_question", "sub_category": "natural_law_reasoning", "language": "en", "question": "Under normal circumstances, does the flame of a lit candle point upward or downward?", "answer": "Upward." }, { "ID": 260, "category": "reasoning_question", "sub_category": "natural_law_reasoning", "language": "en", "question": "Does the Earth revolve around the Sun, or does the Sun revolve around the Earth?", "answer": "The Earth revolves around the Sun." }, { "ID": 261, "category": "reasoning_question", "sub_category": "natural_law_reasoning", "language": "en", "question": "In most cases, will a balloon make a sound when it pops?", "answer": "Yes (it will make a sound)." }, { "ID": 262, "category": "reasoning_question", "sub_category": "natural_law_reasoning", "language": "en", "question": "Which is easier to ignite, dry firewood or wet firewood?", "answer": "Dry firewood." }, { "ID": 263, "category": "knowledge_question", "sub_category": "geometry_facts", "language": "en", "question": "How many sides does a square have?", "answer": "Four sides." }, { "ID": 264, "category": "knowledge_question", "sub_category": "geometry_facts", "language": "en", "question": "Does a sphere have edges?", "answer": "No." }, { "ID": 265, "category": "knowledge_question", "sub_category": "geometry_facts", "language": "en", "question": "How many angles does a trapezoid have?", "answer": "Four angles." }, { "ID": 266, "category": "knowledge_question", "sub_category": "geometry_facts", "language": "en", "question": "What is the sum of interior angles in a triangle?", "answer": "180 degrees." }, { "ID": 267, "category": "knowledge_question", "sub_category": "geometry_facts", "language": "en", "question": "How many degrees is a right angle?", "answer": "90 degrees." }, { "ID": 268, "category": "knowledge_question", "sub_category": "geometry_facts", "language": "en", "question": "How many faces does a rectangular prism have?", "answer": "Six faces." }, { "ID": 269, "category": "knowledge_question", "sub_category": "geometry_facts", "language": "en", "question": "Is a 30-degree angle an acute angle or an obtuse angle?", "answer": "Acute angle." }, { "ID": 270, "category": "knowledge_question", "sub_category": "geographic_facts", "language": "en", "question": "What is the capital of France?", "answer": "Paris." }, { "ID": 271, "category": "knowledge_question", "sub_category": "geographic_facts", "language": "en", "question": "In which city is the Sydney Opera House located?", "answer": "Sydney." }, { "ID": 272, "category": "knowledge_question", "sub_category": "geographic_facts", "language": "en", "question": "In which city is the Eiffel Tower located?", "answer": "Paris." }, { "ID": 273, "category": "knowledge_question", "sub_category": "geographic_facts", "language": "en", "question": "What is the capital of the People's Republic of China?", "answer": "Beijing." }, { "ID": 274, "category": "knowledge_question", "sub_category": "geographic_facts", "language": "en", "question": "Which is the largest continent on Earth?", "answer": "Asia." }, { "ID": 275, "category": "knowledge_question", "sub_category": "geographic_facts", "language": "en", "question": "Which is currently the largest country in the world by area?", "answer": "Russia." }, { "ID": 276, "category": "knowledge_question", "sub_category": "geographic_facts", "language": "en", "question": "On which continent is the United Kingdom located?", "answer": "Europe." }, { "ID": 277, "category": "knowledge_question", "sub_category": "geographic_facts", "language": "en", "question": "Is Earth in the solar system?", "answer": "Yes." }, { "ID": 278, "category": "knowledge_question", "sub_category": "geographic_facts", "language": "en", "question": "What does the Earth revolve around?", "answer": "The Sun." }, { "ID": 279, "category": "knowledge_question", "sub_category": "geographic_facts", "language": "en", "question": "How many states are there in the United States?", "answer": "50 states." }, { "ID": 280, "category": "knowledge_question", "sub_category": "historical_facts", "language": "en", "question": "Where did the First Industrial Revolution begin?", "answer": "England." }, { "ID": 281, "category": "knowledge_question", "sub_category": "historical_facts", "language": "en", "question": "Which country first invented paper?", "answer": "China." }, { "ID": 282, "category": "knowledge_question", "sub_category": "historical_facts", "language": "en", "question": "Which country was the first to undergo the Industrial Revolution?", "answer": "England." }, { "ID": 283, "category": "knowledge_question", "sub_category": "biographical_facts", "language": "en", "question": "What was Mahatma Gandhi's gender?", "answer": "Male." }, { "ID": 284, "category": "knowledge_question", "sub_category": "biographical_facts", "language": "en", "question": "Who was the President during the American Civil War?", "answer": "Abraham Lincoln." }, { "ID": 285, "category": "knowledge_question", "sub_category": "biographical_facts", "language": "en", "question": "Who proposed the theory of universal gravitation?", "answer": "Isaac Newton." }, { "ID": 286, "category": "knowledge_question", "sub_category": "biographical_facts", "language": "en", "question": "Was Vincent van Gogh a painter?", "answer": "Yes." }, { "ID": 287, "category": "knowledge_question", "sub_category": "biographical_facts", "language": "en", "question": "What was the gender of chemist Marie Curie?", "answer": "Female." }, { "ID": 288, "category": "knowledge_question", "sub_category": "biographical_facts", "language": "en", "question": "Of which country was Winston Churchill the Prime Minister?", "answer": "Britain (or United Kingdom)." }, { "ID": 289, "category": "knowledge_question", "sub_category": "biographical_facts", "language": "en", "question": "Was Alan Turing a computer scientist or a medical doctor?", "answer": "Computer scientist." }, { "ID": 290, "category": "knowledge_question", "sub_category": "measurement_units", "language": "en", "question": "How many centimeters equal 1 meter?", "answer": 100 }, { "ID": 291, "category": "knowledge_question", "sub_category": "measurement_units", "language": "en", "question": "How many meters equal 1 kilometer?", "answer": 1000 }, { "ID": 292, "category": "knowledge_question", "sub_category": "measurement_units", "language": "en", "question": "How many kilograms equal 1 ton?", "answer": 1000 }, { "ID": 293, "category": "knowledge_question", "sub_category": "measurement_units", "language": "en", "question": "How many milliliters equal 1 liter?", "answer": 1000 }, { "ID": 294, "category": "knowledge_question", "sub_category": "measurement_units", "language": "en", "question": "How many minutes equal 1 hour?", "answer": 60 }, { "ID": 295, "category": "knowledge_question", "sub_category": "measurement_units", "language": "en", "question": "How many square meters equal 1 hectare?", "answer": 10000 }, { "ID": 296, "category": "knowledge_question", "sub_category": "measurement_units", "language": "en", "question": "How many days equal 1 week?", "answer": 7 }, { "ID": 297, "category": "knowledge_question", "sub_category": "measurement_units", "language": "en", "question": "How many seconds equal 1 minute?", "answer": 60 }, { "ID": 298, "category": "knowledge_question", "sub_category": "measurement_units", "language": "en", "question": "How many cents equal 1 US dollar?", "answer": 100 }, { "ID": 299, "category": "knowledge_question", "sub_category": "measurement_units", "language": "en", "question": "How many years equal 1 century?", "answer": 100 }, { "ID": 300, "category": "knowledge_question", "sub_category": "scientific_notation", "language": "en", "question": "What is the chemical symbol for oxygen?", "answer": "O" }, { "ID": 301, "category": "knowledge_question", "sub_category": "scientific_notation", "language": "en", "question": "What is the chemical formula for water?", "answer": "H2O" }, { "ID": 302, "category": "knowledge_question", "sub_category": "scientific_notation", "language": "en", "question": "What is the SI base unit for length (SI includes seven base units such as length, mass, and time.)?", "answer": "m" }, { "ID": 303, "category": "knowledge_question", "sub_category": "scientific_notation", "language": "en", "question": "What is the chemical symbol for carbon?", "answer": "C" }, { "ID": 304, "category": "knowledge_question", "sub_category": "scientific_notation", "language": "en", "question": "What is the symbol for pi?", "answer": "The Greek letter π" }, { "ID": 305, "category": "knowledge_question", "sub_category": "scientific_notation", "language": "en", "question": "What is the chemical symbol for hydrogen?", "answer": "H" }, { "ID": 306, "category": "knowledge_question", "sub_category": "creative_authorship", "language": "en", "question": "Who is the author of *Hamlet*?", "answer": "William Shakespeare" }, { "ID": 307, "category": "knowledge_question", "sub_category": "creative_authorship", "language": "en", "question": "Who is the author of *War and Peace*?", "answer": "Leo Tolstoy (Лев Толстой)" }, { "ID": 308, "category": "knowledge_question", "sub_category": "creative_authorship", "language": "en", "question": "Who created *Romance of the Three Kingdoms*, one of China's Four Great Classical Novels?", "answer": "Luo Guanzhong (罗贯中)" }, { "ID": 309, "category": "knowledge_question", "sub_category": "creative_authorship", "language": "en", "question": "Who is the director of *Titanic*?", "answer": "James Cameron" }, { "ID": 310, "category": "knowledge_question", "sub_category": "creative_authorship", "language": "en", "question": "Who composed *Symphony No. 9 in D minor, Op. 125*?", "answer": "Ludwig van Beethoven" }, { "ID": 311, "category": "knowledge_question", "sub_category": "creative_authorship", "language": "en", "question": "Who is the author of *Harry Potter*?", "answer": "J.K. Rowling (Joanne Kathleen Rowling)" }, { "ID": 312, "category": "knowledge_question", "sub_category": "creative_authorship", "language": "en", "question": "Who created the painting *Mona Lisa*?", "answer": "Leonardo da Vinci" }, { "ID": 313, "category": "knowledge_question", "sub_category": "creative_authorship", "language": "en", "question": "Who created the manga *Dragon Ball*?", "answer": "Akira Toriyama (鳥山明)" }, { "ID": 314, "category": "instruction_following", "sub_category": "repetition_constraints", "language": "en", "question": "Output the letter \"A\" three times, separated by spaces.", "answer": "A A A" }, { "ID": 315, "category": "instruction_following", "sub_category": "repetition_constraints", "language": "en", "question": "Output the word \"good\" twice, separated by spaces.", "answer": "good good" }, { "ID": 316, "category": "instruction_following", "sub_category": "repetition_constraints", "language": "en", "question": "Output the phrase \"very well\" twice, separated by spaces.", "answer": "very well very well" }, { "ID": 317, "category": "instruction_following", "sub_category": "repetition_constraints", "language": "en", "question": "Output a letter \"Z\".", "answer": "Z" }, { "ID": 318, "category": "instruction_following", "sub_category": "repetition_constraints", "language": "en", "question": "Output the number \"7\" four times, without using separators.", "answer": 7777 }, { "ID": 319, "category": "instruction_following", "sub_category": "repetition_constraints", "language": "en", "question": "Output the number \"2\" three times, without using separators.", "answer": 222 }, { "ID": 320, "category": "instruction_following", "sub_category": "repetition_constraints", "language": "en", "question": "Output a single letter X.", "answer": "X" }, { "ID": 321, "category": "instruction_following", "sub_category": "length_constraints", "language": "en", "question": "Output a phrase with exactly two words.", "answer": "Any phrase consisting of two English words would work (for example: hello world)" }, { "ID": 322, "category": "instruction_following", "sub_category": "length_constraints", "language": "en", "question": "Output a five-digit number.", "answer": "Any sequence of five digits would work (for example: 12345)" }, { "ID": 323, "category": "instruction_following", "sub_category": "length_constraints", "language": "en", "question": "Output an animal English word with exactly three letters.", "answer": "Any animal name consisting of three letters would work (for example: cat)" }, { "ID": 324, "category": "instruction_following", "sub_category": "length_constraints", "language": "en", "question": "Output a two-digit number.", "answer": "Any two-digit number would work (for example: 42)" }, { "ID": 325, "category": "instruction_following", "sub_category": "length_constraints", "language": "en", "question": "Output a single-digit number.", "answer": "Any single-digit number would work (for example: 1)" }, { "ID": 326, "category": "instruction_following", "sub_category": "length_constraints", "language": "en", "question": "Output a four-digit number.", "answer": "Any four-digit number would work (for example: 1234)" }, { "ID": 327, "category": "instruction_following", "sub_category": "character_constraints", "language": "en", "question": "Output an English word with the first letter capitalized.", "answer": "Any English word with the first letter capitalized would work (for example: Hello)" }, { "ID": 328, "category": "instruction_following", "sub_category": "character_constraints", "language": "en", "question": "Output an English word with all letters in uppercase.", "answer": "Any English word with all letters in uppercase would work (for example: CAT)" }, { "ID": 329, "category": "instruction_following", "sub_category": "character_constraints", "language": "en", "question": "Output an English word that begins with the letter \"p\".", "answer": "Any English word that begins with the letter \"p\" would work (for example: paper)" }, { "ID": 330, "category": "instruction_following", "sub_category": "character_constraints", "language": "en", "question": "Output an English word that contains two identical consecutive letters.", "answer": "Any English word that contains two identical consecutive letters would work (for example: book)" }, { "ID": 331, "category": "instruction_following", "sub_category": "character_constraints", "language": "en", "question": "Output a number that begins with 8.", "answer": "Any number that begins with 8 would work (for example: 88)" }, { "ID": 332, "category": "instruction_following", "sub_category": "character_constraints", "language": "en", "question": "Output an English word with all letters in lowercase.", "answer": "Any English word with all letters in lowercase would work (for example: well)" }, { "ID": 333, "category": "instruction_following", "sub_category": "counting_constraints", "language": "en", "question": "Output the number of letter \"y\" in the word \"yes\".", "answer": 1 }, { "ID": 334, "category": "instruction_following", "sub_category": "counting_constraints", "language": "en", "question": "Output the number of \"#\" characters in the sequence \"# # #\".", "answer": 3 }, { "ID": 335, "category": "instruction_following", "sub_category": "counting_constraints", "language": "en", "question": "Output the number of English letters in the word \"cat\".", "answer": 3 }, { "ID": 336, "category": "instruction_following", "sub_category": "transformation_constraints", "language": "en", "question": "Output the word \"good\" with all letters capitalized directly.", "answer": "GOOD" }, { "ID": 337, "category": "instruction_following", "sub_category": "transformation_constraints", "language": "en", "question": "Output the phrase \"THIS METHOD\" with all letters converted to lowercase directly.", "answer": "this method" }, { "ID": 338, "category": "instruction_following", "sub_category": "transformation_constraints", "language": "en", "question": "Output the three-digit number \"996\" with the last digit changed to 5 directly.", "answer": 995 }, { "ID": 339, "category": "instruction_following", "sub_category": "transformation_constraints", "language": "en", "question": "Output the phrase \"hello world\" with all letters converted to uppercase directly.", "answer": "HELLO WORLD" }, { "ID": 340, "category": "instruction_following", "sub_category": "transformation_constraints", "language": "en", "question": "Output the short sentence \"Be careful.\" with the period replaced by an exclamation mark directly.", "answer": "Be careful!" }, { "ID": 341, "category": "instruction_following", "sub_category": "sentence_constraints", "language": "en", "question": "Give a sentence that contains the word \"good\" directly.", "answer": "Any sentence containing the word \"good\" would work (for example: It is a good day.)" }, { "ID": 342, "category": "instruction_following", "sub_category": "sentence_constraints", "language": "en", "question": "Give a sentence that begins with \"You\" directly.", "answer": "Any sentence beginning with the word \"You\" would work (for example: You are my best friend.or You're welcome.)" }, { "ID": 343, "category": "instruction_following", "sub_category": "sentence_constraints", "language": "en", "question": "Give a sentence that contains more than three English words directly.", "answer": "Any sentence containing more than three English words would work (for example: I am happy today.)" }, { "ID": 344, "category": "instruction_following", "sub_category": "sentence_constraints", "language": "en", "question": "Give a sentence that contains the phrase \"have lunch\" directly.", "answer": "Any sentence containing the phrase \"have lunch\" would work (for example: I will have lunch at the cafe.)" }, { "ID": 345, "category": "instruction_following", "sub_category": "sentence_constraints", "language": "en", "question": "Give a sentence that begins with \"I am\" directly.", "answer": "Any sentence beginning with \"I am\" would work (for example: I am happy today.)" }, { "ID": 346, "category": "instruction_following", "sub_category": "sentence_constraints", "language": "en", "question": "Give an English sentence that contains a number directly.", "answer": "Any English sentence containing a number would work (for example: I have five(or 5) apples.)" }, { "ID": 347, "category": "instruction_following", "sub_category": "sentence_constraints", "language": "en", "question": "Give a sentence that ends with the symbol \"!\" directly.", "answer": "Any sentence ending with \"!\" would work (for example: That was amazing!)" }, { "ID": 348, "category": "analysis_question", "sub_category": "sentiment_classification", "language": "en", "question": "Does the sentence \"This movie is amazing!\" express a positive or negative emotion?", "answer": "Positive." }, { "ID": 349, "category": "analysis_question", "sub_category": "sentiment_classification", "language": "en", "question": "Does the sentence \"Today's weather is terrible.\" express a positive or negative emotion?", "answer": "Negative." }, { "ID": 350, "category": "analysis_question", "sub_category": "sentiment_classification", "language": "en", "question": "Does the sentence \"I really like this book.\" express a positive or negative emotion?", "answer": "Positive." }, { "ID": 351, "category": "analysis_question", "sub_category": "sentiment_classification", "language": "en", "question": "Does the sentence \"This meal tastes awful.\" express a positive or negative emotion?", "answer": "Negative." }, { "ID": 352, "category": "analysis_question", "sub_category": "sentiment_classification", "language": "en", "question": "Does the sentence \"I'm happy to see you.\" express a positive or negative emotion?", "answer": "Positive." }, { "ID": 353, "category": "analysis_question", "sub_category": "sentiment_classification", "language": "en", "question": "Does the sentence \"This exam was a disaster.\" express a positive or negative emotion?", "answer": "Negative." }, { "ID": 354, "category": "analysis_question", "sub_category": "sentiment_classification", "language": "en", "question": "Does the sentence \"The service at this restaurant is excellent.\" express a positive or negative emotion?", "answer": "Positive." }, { "ID": 355, "category": "analysis_question", "sub_category": "sentiment_classification", "language": "en", "question": "Does the sentence \"I hate rainy days.\" express a positive or negative emotion?", "answer": "Negative." }, { "ID": 356, "category": "analysis_question", "sub_category": "sentiment_classification", "language": "en", "question": "Does the sentence \"This is the best gift I've ever received.\" express a positive or negative emotion?", "answer": "Positive." }, { "ID": 357, "category": "analysis_question", "sub_category": "sentiment_classification", "language": "en", "question": "Does the sentence \"This plan has completely failed.\" express a positive or negative emotion?", "answer": "Negative." }, { "ID": 358, "category": "analysis_question", "sub_category": "named_entity_recognition", "language": "en", "question": "In the sentence \"Mary lives in New York\", is \"New York\" a person's name or a place name?", "answer": "Place name." }, { "ID": 359, "category": "analysis_question", "sub_category": "named_entity_recognition", "language": "en", "question": "In the sentence \"Einstein is a famous scientist\", is \"Einstein\" a person's name or an organization name?", "answer": "Person's name." }, { "ID": 360, "category": "analysis_question", "sub_category": "named_entity_recognition", "language": "en", "question": "In the sentence \"I went to Starbucks yesterday\", is \"Starbucks\" a person's name or an organization name?", "answer": "Organization name." }, { "ID": 361, "category": "analysis_question", "sub_category": "named_entity_recognition", "language": "en", "question": "In the sentence \"The Thames flows through London\", is \"Thames\" a place name or a person's name?", "answer": "Place name." }, { "ID": 362, "category": "analysis_question", "sub_category": "named_entity_recognition", "language": "en", "question": "In the sentence \"Microsoft released a new product\", is \"Microsoft\" an organization name or a product name?", "answer": "Organization name." }, { "ID": 363, "category": "analysis_question", "sub_category": "named_entity_recognition", "language": "en", "question": "In the sentence \"I enjoy reading Harry Potter\", is \"Harry Potter\" a place name or a work title?", "answer": "Work title." }, { "ID": 364, "category": "analysis_question", "sub_category": "named_entity_recognition", "language": "en", "question": "In the sentence \"Napoleon died in 1821\", is \"1821\" a time or a place name?", "answer": "Time." }, { "ID": 365, "category": "analysis_question", "sub_category": "named_entity_recognition", "language": "en", "question": "In the sentence \"The United Nations headquarters is located in New York\", is \"United Nations\" an organization name or a place name?", "answer": "Organization name." }, { "ID": 366, "category": "analysis_question", "sub_category": "named_entity_recognition", "language": "en", "question": "In the sentence \"My car is a Toyota\", is \"Toyota\" a person's name or a brand name?", "answer": "Brand name." }, { "ID": 367, "category": "analysis_question", "sub_category": "named_entity_recognition", "language": "en", "question": "In the sentence \"He's going to Beijing on Monday\", is \"Monday\" a time or a place name?", "answer": "Time." }, { "ID": 368, "category": "analysis_question", "sub_category": "language_classification", "language": "en", "question": "Is the word \"bonjour\" French or Spanish?", "answer": "French." }, { "ID": 369, "category": "analysis_question", "sub_category": "language_classification", "language": "en", "question": "Is the word \"こんにちは\" Japanese or Korean?", "answer": "Japanese." }, { "ID": 370, "category": "analysis_question", "sub_category": "language_classification", "language": "en", "question": "Is the word \"background\" English or Russian?", "answer": "English." }, { "ID": 371, "category": "analysis_question", "sub_category": "language_classification", "language": "en", "question": "Is the word \"ciao\" Italian or Portuguese?", "answer": "Italian." }, { "ID": 372, "category": "analysis_question", "sub_category": "language_classification", "language": "en", "question": "Is the word \"спасибо\" Russian or Greek?", "answer": "Russian." }, { "ID": 373, "category": "analysis_question", "sub_category": "language_classification", "language": "en", "question": "Is the word \"hola\" Spanish or French?", "answer": "Spanish." }, { "ID": 374, "category": "analysis_question", "sub_category": "language_classification", "language": "en", "question": "Is the word \"안녕하세요\" Korean or Japanese?", "answer": "Korean." }, { "ID": 375, "category": "analysis_question", "sub_category": "language_classification", "language": "en", "question": "Is the word \"danke\" German or Swedish?", "answer": "German." }, { "ID": 376, "category": "analysis_question", "sub_category": "language_classification", "language": "en", "question": "Is the word \"hello\" English or Japanese?", "answer": "English." }, { "ID": 377, "category": "analysis_question", "sub_category": "language_classification", "language": "en", "question": "Is the word \"你好\" Chinese or French?", "answer": "Chinese." }, { "ID": 378, "category": "analysis_question", "sub_category": "topic_classification", "language": "en", "question": "Is the topic of the sentence \"The soccer match was canceled yesterday due to rain\" sports or technology?", "answer": "Sports." }, { "ID": 379, "category": "analysis_question", "sub_category": "topic_classification", "language": "en", "question": "Is the topic of the sentence \"The new smartphone will be released next month\" technology or art?", "answer": "Technology." }, { "ID": 380, "category": "analysis_question", "sub_category": "topic_classification", "language": "en", "question": "Is the topic of the sentence \"Doctors recommend drinking at least eight glasses of water daily\" health or education?", "answer": "Health." }, { "ID": 381, "category": "analysis_question", "sub_category": "topic_classification", "language": "en", "question": "Is the topic of the sentence \"This movie won the award for Best Picture\" entertainment or technology?", "answer": "Entertainment." }, { "ID": 382, "category": "analysis_question", "sub_category": "topic_classification", "language": "en", "question": "Is the topic of the sentence \"The government announced a new education policy\" politics or sports?", "answer": "Politics." }, { "ID": 383, "category": "analysis_question", "sub_category": "topic_classification", "language": "en", "question": "Is the topic of the sentence \"The stock market rose 2% today\" finance or technology?", "answer": "Finance." }, { "ID": 384, "category": "analysis_question", "sub_category": "topic_classification", "language": "en", "question": "Is the topic of the sentence \"Scientists discovered a new species\" science or history?", "answer": "Science." }, { "ID": 385, "category": "analysis_question", "sub_category": "topic_classification", "language": "en", "question": "Is the topic of the sentence \"This dish requires adding an appropriate amount of salt and pepper\" cooking or medicine?", "answer": "Cooking." }, { "ID": 386, "category": "analysis_question", "sub_category": "topic_classification", "language": "en", "question": "Is the topic of the sentence \"Paris is the capital of France\" geography or literature?", "answer": "Geography." }, { "ID": 387, "category": "analysis_question", "sub_category": "topic_classification", "language": "en", "question": "Is the topic of the sentence \"This song ranks number one on the pop music chart\" music or sports?", "answer": "Music." }, { "ID": 388, "category": "analysis_question", "sub_category": "intent_recognition", "language": "en", "question": "Is the intention of the sentence \"How is the weather today?\" to ask for information or to express an opinion?", "answer": "To ask for information." }, { "ID": 389, "category": "analysis_question", "sub_category": "intent_recognition", "language": "en", "question": "Is the intention of the sentence \"Please help me get that book.\" to request assistance or to offer advice?", "answer": "To request assistance." }, { "ID": 390, "category": "analysis_question", "sub_category": "intent_recognition", "language": "en", "question": "Is the intention of the sentence \"I'd like to book a flight to Beijing for tomorrow.\" to book a service or to cancel a service?", "answer": "To book a service." }, { "ID": 391, "category": "analysis_question", "sub_category": "intent_recognition", "language": "en", "question": "Is the intention of the sentence \"Tonight's dinner was delicious!\" to express praise or to express dissatisfaction?", "answer": "To express praise." }, { "ID": 392, "category": "analysis_question", "sub_category": "intent_recognition", "language": "en", "question": "Is the intention of the sentence \"I'm sorry I'm late.\" to apologize or to blame?", "answer": "To apologize." }, { "ID": 393, "category": "analysis_question", "sub_category": "intent_recognition", "language": "en", "question": "Is the intention of the sentence \"Happy birthday to you!\" to congratulate or to console?", "answer": "To congratulate." }, { "ID": 394, "category": "analysis_question", "sub_category": "intent_recognition", "language": "en", "question": "Is the intention of the sentence \"Could you tell me where the library is?\" to seek information or to provide information?", "answer": "To seek information." }, { "ID": 395, "category": "analysis_question", "sub_category": "intent_recognition", "language": "en", "question": "Is the intention of the sentence \"Can you close the window?\" to request help or make a suggestion?", "answer": "To request help." }, { "ID": 396, "category": "analysis_question", "sub_category": "intent_recognition", "language": "en", "question": "Is the intention of the sentence \"Thank you for your help.\" to express gratitude or to express complaint?", "answer": "To express gratitude." }, { "ID": 397, "category": "analysis_question", "sub_category": "intent_recognition", "language": "en", "question": "Is the intention of the sentence \"Watch out for the step!\" to warn/remind or to praise/encourage?", "answer": "To warn/remind." }, { "ID": 398, "category": "analysis_question", "sub_category": "syntax_classification", "language": "en", "question": "Is \"Do you like apples?\" an interrogative sentence or a declarative sentence?", "answer": "Interrogative sentence." }, { "ID": 399, "category": "analysis_question", "sub_category": "syntax_classification", "language": "en", "question": "Is \"Close the door!\" an imperative sentence or an interrogative sentence?", "answer": "Imperative sentence." }, { "ID": 400, "category": "analysis_question", "sub_category": "syntax_classification", "language": "en", "question": "Is \"What a beautiful day it is!\" a declarative sentence or an exclamatory sentence?", "answer": "Exclamatory sentence." }, { "ID": 401, "category": "analysis_question", "sub_category": "syntax_classification", "language": "en", "question": "Is \"I drink water every day.\" a declarative sentence or an interrogative sentence?", "answer": "Declarative sentence." }, { "ID": 402, "category": "analysis_question", "sub_category": "syntax_classification", "language": "en", "question": "Is \"Please pass me the book.\" an imperative sentence or an exclamatory sentence?", "answer": "Imperative sentence." }, { "ID": 403, "category": "analysis_question", "sub_category": "syntax_classification", "language": "en", "question": "Is \"Who is your best friend?\" an exclamatory sentence or an interrogative sentence?", "answer": "Interrogative sentence." }, { "ID": 404, "category": "analysis_question", "sub_category": "syntax_classification", "language": "en", "question": "Is \"How I wish I could go there!\" an exclamatory sentence or a declarative sentence?", "answer": "Exclamatory sentence." }, { "ID": 405, "category": "analysis_question", "sub_category": "syntax_classification", "language": "en", "question": "Is \"The Earth revolves around the Sun.\" a declarative sentence or an imperative sentence?", "answer": "Declarative sentence." }, { "ID": 406, "category": "analysis_question", "sub_category": "syntax_classification", "language": "en", "question": "Is \"Can you help me?\" an interrogative sentence or an exclamatory sentence?", "answer": "Interrogative sentence." }, { "ID": 407, "category": "analysis_question", "sub_category": "grammar_classification", "language": "en", "question": "Is \"The book was read by James.\" in active voice or passive voice?", "answer": "Passive voice." }, { "ID": 408, "category": "analysis_question", "sub_category": "grammar_classification", "language": "en", "question": "Is \"I will go to Beijing tomorrow.\" in future tense or past tense?", "answer": "Future tense." }, { "ID": 409, "category": "analysis_question", "sub_category": "grammar_classification", "language": "en", "question": "Is \"They have already had dinner.\" an affirmative sentence or a negative sentence?", "answer": "Affirmative sentence." }, { "ID": 410, "category": "analysis_question", "sub_category": "grammar_classification", "language": "en", "question": "Is \"The kitten is chasing the bird.\" in present progressive tense or past tense?", "answer": "Present progressive tense." }, { "ID": 411, "category": "analysis_question", "sub_category": "grammar_classification", "language": "en", "question": "Is \"I run every morning.\" in active voice or passive voice?", "answer": "Active voice." }, { "ID": 412, "category": "analysis_question", "sub_category": "grammar_classification", "language": "en", "question": "Is \"I watched a movie yesterday.\" in present progressive tense or past tense?", "answer": "Past tense." }, { "ID": 413, "category": "analysis_question", "sub_category": "grammar_classification", "language": "en", "question": "Is \"Everyone likes music.\" an affirmative sentence or a negative sentence?", "answer": "Affirmative sentence." }, { "ID": 414, "category": "analysis_question", "sub_category": "grammar_classification", "language": "en", "question": "Is \"The apple was eaten.\" in active voice or passive voice?", "answer": "Passive voice." }, { "ID": 415, "category": "analysis_question", "sub_category": "grammar_classification", "language": "en", "question": "Is \"I am doing my homework now.\" in present progressive tense or past tense?", "answer": "Present progressive tense." }, { "ID": 416, "category": "analysis_question", "sub_category": "coreference_resolution", "language": "en", "question": "In \"Tom and Jerry are good friends. They play together.\" Who does \"they\" refer to?", "answer": "Tom and Jerry." }, { "ID": 417, "category": "analysis_question", "sub_category": "coreference_resolution", "language": "en", "question": "In \"My computer is broken, and I need to fix it.\" What does \"it\" refer to?", "answer": "The computer." }, { "ID": 418, "category": "analysis_question", "sub_category": "coreference_resolution", "language": "en", "question": "In \"When the dog saw the ball, it started running.\" What does \"it\" refer to?", "answer": "The dog." }, { "ID": 419, "category": "analysis_question", "sub_category": "coreference_resolution", "language": "en", "question": "In \"I told Anna that she should come earlier next time.\" Who most likely does \"she\" refer to?", "answer": "Anna." }, { "ID": 420, "category": "analysis_question", "sub_category": "coreference_resolution", "language": "en", "question": "In \"The teacher praised the student because he performed well.\" Who does \"he\" refer to?", "answer": "The student." }, { "ID": 421, "category": "analysis_question", "sub_category": "coreference_resolution", "language": "en", "question": "In \"This cup is great, and I recommend it to you.\" What does \"it\" refer to?", "answer": "This cup." }, { "ID": 422, "category": "analysis_question", "sub_category": "coreference_resolution", "language": "en", "question": "In \"There is a book on the table, it is blue.\" What does \"it\" refer to?", "answer": "The book." } ]