{"id":576964,"date":"2024-12-29T09:59:16","date_gmt":"2024-12-29T07:59:16","guid":{"rendered":"https:\/\/mybroadband.co.za\/news\/?p=576964"},"modified":"2024-12-29T10:00:08","modified_gmt":"2024-12-29T08:00:08","slug":"ai-system-scores-human-level-on-test-for-general-intelligence","status":"publish","type":"post","link":"https:\/\/mybroadband.co.za\/news\/ai\/576964-ai-system-scores-human-level-on-test-for-general-intelligence.html","title":{"rendered":"AI system scores human level on test for general intelligence"},"content":{"rendered":"\n<p>A new artificial intelligence (AI) model has just <a href=\"https:\/\/arstechnica.com\/information-technology\/2024\/12\/openai-announces-o3-and-o3-mini-its-next-simulated-reasoning-models\/\">achieved human-level results<\/a> on a test designed to measure \u201cgeneral intelligence\u201d.<\/p>\n\n\n\n<p>On December 20, OpenAI\u2019s o3 system scored 85% on the <a href=\"https:\/\/arcprize.org\/arc\">ARC-AGI benchmark<\/a>, well above the previous AI best score of 55% and on par with the average human score. It also scored well on a very difficult mathematics test.<\/p>\n\n\n\n<p>Creating artificial general intelligence, or AGI, is the stated goal of all the major AI research labs. At first glance, OpenAI appears to have at least made a significant step towards this goal.<\/p>\n\n\n\n<p>While scepticism remains, many AI researchers and developers feel something just changed. For many, the prospect of AGI now seems more real, urgent and closer than anticipated. Are they right?<\/p>\n\n\n\n<p>To understand what the o3 result means, you need to understand what the ARC-AGI test is all about. In technical terms, it\u2019s a test of an AI system\u2019s \u201csample efficiency\u201d in adapting to something new \u2013 how many examples of a novel situation the system needs to see to figure out how it works.<\/p>\n\n\n\n<p>An AI system like ChatGPT (GPT-4) is not very sample efficient. It was \u201ctrained\u201d on millions of examples of human text, constructing probabilistic \u201crules\u201d about which combinations of words are most likely.<\/p>\n\n\n\n<p>The result is pretty good at common tasks. It is bad at uncommon tasks, because it has less data (fewer samples) about those tasks.<\/p>\n\n\n\n<p>Until AI systems can learn from small numbers of examples and adapt with more sample efficiency, they will only be used for very repetitive jobs and ones where the occasional failure is tolerable.<\/p>\n\n\n\n<p>The ability to accurately solve previously unknown or novel problems from limited samples of data is known as the capacity to generalise. It is widely considered a necessary, even fundamental, element of intelligence.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Grids and patterns<\/h2>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1920\" height=\"1098\" src=\"https:\/\/mybroadband.co.za\/news\/wp-content\/uploads\/2024\/12\/ARC-AGI-example-test.jpg\" alt=\"\" class=\"wp-image-576965\" style=\"width:840px;height:auto\" srcset=\"https:\/\/mybroadband.co.za\/news\/wp-content\/uploads\/2024\/12\/ARC-AGI-example-test.jpg 1920w, https:\/\/mybroadband.co.za\/news\/wp-content\/uploads\/2024\/12\/ARC-AGI-example-test-600x343.jpg 600w, https:\/\/mybroadband.co.za\/news\/wp-content\/uploads\/2024\/12\/ARC-AGI-example-test-1200x686.jpg 1200w, https:\/\/mybroadband.co.za\/news\/wp-content\/uploads\/2024\/12\/ARC-AGI-example-test-768x439.jpg 768w, https:\/\/mybroadband.co.za\/news\/wp-content\/uploads\/2024\/12\/ARC-AGI-example-test-1536x878.jpg 1536w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/><figcaption class=\"wp-element-caption\">An example task from the ARC-AGI benchmark test. <a href=\"https:\/\/arcprize.org\/blog\/oai-o3-pub-breakthrough\" target=\"_blank\" rel=\"noreferrer noopener\">ARC Prize<\/a><\/figcaption><\/figure>\n\n\n\n<p>The ARC-AGI benchmark tests for sample efficient adaptation using little grid square problems like the one below. The AI needs to figure out the pattern that turns the grid on the left into the grid on the right.<\/p>\n\n\n\n<p>Each question gives three examples to learn from. The AI system then needs to figure out the rules that \u201cgeneralise\u201d from the three examples to the fourth.<\/p>\n\n\n\n<p>These are a lot like the IQ tests sometimes you might remember from school.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Weak rules and adaptation<\/h2>\n\n\n\n<p>We don\u2019t know exactly how OpenAI has done it, but the results suggest the o3 model is highly adaptable. From just a few examples, it finds rules that can be generalised.<\/p>\n\n\n\n<p>To figure out a pattern, we shouldn\u2019t make any unnecessary assumptions, or be more specific than we really have to be.<\/p>\n\n\n\n<p>In <a href=\"https:\/\/link.springer.com\/chapter\/10.1007\/978-3-031-33469-6_5\" target=\"_blank\" rel=\"noreferrer noopener\">theory<\/a>, if you can identify the \u201cweakest\u201d rules that do what you want, then you have maximised your ability to adapt to new situations.<\/p>\n\n\n\n<p>What do we mean by the weakest rules? The technical definition is complicated, but weaker rules are usually ones that can be <a href=\"https:\/\/link.springer.com\/chapter\/10.1007\/978-3-031-65572-2_2\" target=\"_blank\" rel=\"noreferrer noopener\">described in simpler statements<\/a>.<\/p>\n\n\n\n<p>In the example above, a plain English expression of the rule might be something like: \u201cAny shape with a protruding line will move to the end of that line and \u2018cover up\u2019 any other shapes it overlaps with.\u201d<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Searching chains of thought?<\/h2>\n\n\n\n<p>While we don\u2019t know how OpenAI achieved this result just yet, it seems unlikely they deliberately optimised the o3 system to find weak rules. However, to succeed at the ARC-AGI tasks it must be finding them.<\/p>\n\n\n\n<p>We do know that OpenAI started with a general-purpose version of the o3 model (which differs from most other models, because it can spend more time \u201cthinking\u201d about difficult questions) and then trained it specifically for the ARC-AGI test.<\/p>\n\n\n\n<p>French AI researcher Francois Chollet, who designed the benchmark, <a href=\"https:\/\/arcprize.org\/blog\/oai-o3-pub-breakthrough\" target=\"_blank\" rel=\"noreferrer noopener\">believes<\/a> o3 searches through different \u201cchains of thought\u201d describing steps to solve the task. It would then choose the \u201cbest\u201d according to some loosely defined rule, or \u201cheuristic\u201d.<\/p>\n\n\n\n<p>This would be \u201cnot dissimilar\u201d to how Google\u2019s AlphaGo system searched through different possible sequences of moves to beat the world Go champion.<\/p>\n\n\n\n<p>You can think of these chains of thought like programs that fit the examples. Of course, if it is like the Go-playing AI, then it needs a heuristic, or loose rule, to decide which program is best.<\/p>\n\n\n\n<p>There could be thousands of different seemingly equally valid programs generated. That heuristic could be \u201cchoose the weakest\u201d or \u201cchoose the simplest\u201d.<\/p>\n\n\n\n<p>However, if it is like AlphaGo then they simply had an AI create a heuristic. This was the process for AlphaGo. Google trained a model to rate different sequences of moves as better or worse than others.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What we still don\u2019t know<\/h2>\n\n\n\n<p>The question then is, is this really closer to AGI? If that is how o3 works, then the underlying model might not be much better than previous models.<\/p>\n\n\n\n<p>The concepts the model learns from language might not be any more suitable for generalisation than before. Instead, we may just be seeing a more generalisable \u201cchain of thought\u201d found through the extra steps of training a heuristic specialised to this test. The proof, as always, will be in the pudding.<\/p>\n\n\n\n<p>Almost everything about o3 remains unknown. OpenAI has limited disclosure to a few media presentations and early testing to a handful of researchers, laboratories and AI safety institutions.<\/p>\n\n\n\n<p>Truly understanding the potential of o3 will require extensive work, including evaluations, an understanding of the distribution of its capacities, how often it fails and how often it succeeds.<\/p>\n\n\n\n<p>When o3 is finally released, we\u2019ll have a much better idea of whether it is approximately as adaptable as an average human.<\/p>\n\n\n\n<p>If so, it could have a huge, revolutionary, economic impact, ushering in a new era of self-improving accelerated intelligence. We will require new benchmarks for AGI itself and serious consideration of how it ought to be governed.<\/p>\n\n\n\n<p>If not, then this will still be an impressive result. However, everyday life will remain much the same.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p><em><a href=\"https:\/\/theconversation.com\/profiles\/michael-timothy-bennett-1283108\" target=\"_blank\" rel=\"noreferrer noopener\">Michael Timothy Bennett<\/a>, PhD Student, School of Computing, <a href=\"https:\/\/theconversation.com\/institutions\/australian-national-university-877\" target=\"_blank\" rel=\"noreferrer noopener\">Australian National University<\/a> and <a href=\"https:\/\/theconversation.com\/profiles\/elija-perrier-1470124\" target=\"_blank\" rel=\"noreferrer noopener\">Elija Perrier<\/a>, Research Fellow, Stanford Center for Responsible Quantum Technology, <a href=\"https:\/\/theconversation.com\/institutions\/stanford-university-890\" target=\"_blank\" rel=\"noreferrer noopener\">Stanford University<\/a><\/em><\/p>\n\n\n\n<p><em>This article is republished from <a href=\"https:\/\/theconversation.com\" target=\"_blank\" rel=\"noreferrer noopener\">The Conversation<\/a> under a Creative Commons license. Read the <a href=\"https:\/\/theconversation.com\/an-ai-system-has-reached-human-level-on-a-test-for-general-intelligence-heres-what-that-means-246529\" target=\"_blank\" rel=\"noreferrer noopener\">original article<\/a>.<\/em><\/p>\n","protected":false},"excerpt":{"rendered":"<p>OpenAI&#8217;s new AI model has reached human level on a test for &#8220;general intelligence&#8221;. Here&#8217;s what that\u00a0means.<\/p>\n","protected":false},"author":340972,"featured_media":524576,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_sma_x_autopost_status":"idle","_sma_x_autopost_error":"","_sma_x_post_id":"","_sma_facebook_post_id":"","_sma_instagram_post_id":"","_sma_threads_post_id":"","_sma_x_attempts":0,"footnotes":""},"categories":[92837],"tags":[98309,89746,83065,98300,45266],"class_list":["post-576964","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai","tag-arc-agi","tag-artificial-general-intelligence-agi","tag-chatgpt","tag-chatgpt-o3","tag-openai"],"_links":{"self":[{"href":"https:\/\/mybroadband.co.za\/news\/wp-json\/wp\/v2\/posts\/576964"}],"collection":[{"href":"https:\/\/mybroadband.co.za\/news\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mybroadband.co.za\/news\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mybroadband.co.za\/news\/wp-json\/wp\/v2\/users\/340972"}],"replies":[{"embeddable":true,"href":"https:\/\/mybroadband.co.za\/news\/wp-json\/wp\/v2\/comments?post=576964"}],"version-history":[{"count":2,"href":"https:\/\/mybroadband.co.za\/news\/wp-json\/wp\/v2\/posts\/576964\/revisions"}],"predecessor-version":[{"id":576967,"href":"https:\/\/mybroadband.co.za\/news\/wp-json\/wp\/v2\/posts\/576964\/revisions\/576967"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mybroadband.co.za\/news\/wp-json\/wp\/v2\/media\/524576"}],"wp:attachment":[{"href":"https:\/\/mybroadband.co.za\/news\/wp-json\/wp\/v2\/media?parent=576964"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mybroadband.co.za\/news\/wp-json\/wp\/v2\/categories?post=576964"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mybroadband.co.za\/news\/wp-json\/wp\/v2\/tags?post=576964"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}