Artificial intelligence: How to measure the I in AI – TechTalks
Image credit: Depositphotos
This article is part ofDemystifying AI, a series of posts that (try to) disambiguate the jargon and myths surrounding AI.
Last week, Lee Se-dol, the South Korean Go champion who lost in a historical matchup against DeepMinds artificial intelligence algorithm AlphaGo in 2016, declared his retirement from professional play.
With the debut of AI in Go games, Ive realized that Im not at the top even if I become the number one through frantic efforts, Lee told theYonhap news agency. Even if I become the number one, there is an entity that cannot be defeated.
Predictably, Se-dols comments quickly made the rounds across prominent tech publications, some of them using sensational headlines with AI dominance themes.
Since the dawn of AI, games have been one of the main benchmarks to evaluate the efficiency of algorithms. And thanks to advances in deep learning and reinforcement learning, AI researchers are creating programs that can master very complicated games and beat the most seasoned players across the world. Uninformed analysts have been picking up on these successes to suggest that AI is becoming smarter than humans.
But at the same time, contemporary AI fails miserably at some of the most basic that every human can perform.
This begs the question, does mastering a game prove anything? And if not, how can you measure the level of intelligence of an AI system?
Take the following example. In the picture below, youre presented with three problems and their solution. Theres also a fourth task that hasnt been solved. Can you guess the solution?
Youre probably going to think that its very easy. Youll also be able to solve different variations of the same problem with multiple walls, and multiple lines, and lines of different colors, just by seeing these three examples. But currently, theres no AI system, including the ones being developed at the most prestigious research labs, that can learn to solve such a problem with so few examples.
The above example is from The Measure of Intelligence, a paper by Franois Chollet, the creator of Keras deep learning library. Chollet published this paper a few weeks before Le-sedol declared his retirement. In it, he provided many important guidelines on understanding and measuring intelligence.
Ironically, Chollets paper did not receive a fraction of the attention it needs. Unfortunately, the media is more interested in covering exciting AI news that gets more clicks. The 62-page paper contains a lot of invaluable information and is a must-read for anyone who wants to understand the state of AI beyond the hype and sensation.
But I will do my best to summarize the key recommendations Chollet makes on measuring AI systems and comparing their performance to that of human intelligence.
The contemporary AI community still gravitates towards benchmarking intelligence by comparing the skill exhibited by AIs and humans at specific tasks, such as board games and video games, Chollet writes, adding that solely measuring skill at any given task falls short of measuring intelligence.
In fact, the obsession with optimizing AI algorithms for specific tasks has entrenched the community in narrow AI. As a result, work in AI has drifted away from the original vision of developing thinking machines that possess intelligence comparable to that of humans.
Although we are able to engineer systems that perform extremely well on specific tasks, they have still stark limitations, being brittle, data-hungry, unable to make sense of situations that deviate slightly from their training data or the assumptions of their creators, and unable to repurpose themselves to deal with novel tasks without significant involvement from human researchers, Chollet notes in the paper.
Chollets observations are in line with those made by other scientists on the limitations and challenges of deep learning systems. These limitations manifest themselves in many ways:
Heres an example: OpenAIs Dota-playing neural networks needed 45,000 years worth of gameplay to reach a professional level. The AI is also limited in the number of characters it can play, and the slightest change to the game rules will result in a sudden drop in its performance.
The same can be seen in other fields, such as self-driving cars. Despite millions of hours of road experience, the AI algorithms that power autonomous vehicles can make stupid mistakes, such as crashing into lane dividers or parked firetrucks.
One of the key challenges that the AI community has struggled with is defining intelligence. Scientists have debated for decades on providing a clear definition that allows us to evaluate AI systems and determine what is intelligent or not.
Chollet borrows the definition by DeepMind cofounder Shane Legg and AI scientist Marcus Hutter: Intelligence measures an agents ability to achieve goals in a wide range of environments.
Key here is achieve goals and wide range of environments. Most current AI systems are pretty good at the first part, which is to achieve very specific goals, but bad at doing so in a wide range of environments. For instance, an AI system that can detect and classify objects in images will not be able to perform some other related task, such as drawing images of objects.
Chollet then examines the two dominant approaches in creating intelligence systems: symbolic AI and machine learning.
Early generations of AI research focused on symbolic AI, which involves creating an explicit representation of knowledge and behavior in computer programs. This approach requires human engineers to meticulously write the rules that define the behavior of an AI agent.
It was then widely accepted within the AI community that the problem of intelligence would be solved if only we could encode human skills into formal rules and encode human knowledge into explicit databases, Chollet observes.
But rather than being intelligent by themselves, these symbolic AI systems manifest the intelligence of their creators in creating complicated programs that can solve specific tasks.
The second approach, machine learning systems, is based on providing the AI model with data from the problem space and letting it develop its own behavior. The most successful machine learning structure so far is artificial neural networks, which are complex mathematical functions that can create complex mappings between inputs and outputs.
For instance, instead of manually coding the rules for detecting cancer in x-ray slides, you feed a neural network with many slides annotated with their outcomes, a process called training. The AI examines the data and develops a mathematical model that represents the common traits of cancer patterns. It can then process new slides and outputs how likely it is that the patients have cancer.
Advances in neural networks and deep learning have enabled AI scientists to tackle many tasks that were previously very difficult or impossible with classic AI, such as natural language processing, computer vision and speech recognition.
Neural networkbased models, also known as connectionist AI, are named after their biological counterparts. They are based on the idea that the mind is a blank slate (tabula rasa) that turns experience (data) into behavior. Therefore, the general trend in deep learning has become to solve problems by creating bigger neural networks and providing them with more training data to improve their accuracy.
Chollet rejects both approaches because none of them has been able to create generalized AI that is flexible and fluid like the human mind.
We see the world through the lens of the tools we are most familiar with. Today, it is increasingly apparent that both of these views of the nature of human intelligenceeither a collection of special-purpose programs or a general-purpose Tabula Rasaare likely incorrect, he writes.
Truly intelligent systems should be able to develop higher-level skills that can span across many tasks. For instance, an AI program that masters Quake 3 should be able to play other first-person shooter games at a decent level. Unfortunately, the best that current AI systems achieve is local generalization, a limited maneuver room within their own narrow domain.
In his paper, Chollet argues that the generalization or generalization power for any AI system is its ability to handle situations (or tasks) that differ from previously encountered situations.
Interestingly, this is a missing component of both symbolic and connectionist AI. The former requires engineers to explicitly define its behavioral boundary and the latter requires examples that outline its problem-solving domain.
Chollet also goes further and speaks of developer-aware generalization, which is the ability of an AI system to handle situations that neither the system nor the developer of the system have encountered before.
This is the kind of flexibility you would expect from a robo-butler that could perform various chores inside a home without having explicit instructions or training data on them. An example is Steve Wozniaks famous coffee test, in which a robot would enter a random house and make coffee without knowing in advance the layout of the home or the appliances it contains.
Elsewhere in the paper, Chollet makes it clear that AI systems that cheat their way toward their goal by leveraging priors (rules) and experience (data) are not intelligent. For instance, consider Stockfish, the best rule-base chess-playing program. Stockfish, an open-source project, is the result of contributions from thousands of developers who have created and fine-tuned tens of thousands of rules. A neural networkbased example is AlphaZero, the multi-purpose AI that has conquered several board games by playing them millions of times against itself.
Both systems have been optimized to perform a specific task by making use of resources that are beyond the capacity of the human mind. The brightest human cant memorize tens of thousands of chess rules. Likewise, no human can play millions of chess games in a lifetime.
Solving any given task with beyond-human level performance by leveraging either unlimited priors or unlimited data does not bring us any closer to broad AI or general AI, whether the task is chess, football, or any e-sport, Chollet notes.
This is why its totally wrong to compare Deep Blue, Alpha Zero, AlphaStar or any other game-playing AI with human intelligence.
Likewise, other AI models, such as Aristo, the program that can pass an eighth-grade science test, does not possess the same knowledge as a middle school student. It owes its supposed scientific abilities to the huge corpora of knowledge it was trained on, not its understanding of the world of science.
(Note: Some AI researchers, such as computer scientist Rich Sutton, believe that the true direction for artificial intelligence research should be methods that can scale with the availability of data and compute resources.)
In the paper, Chollet presents the Abstraction Reasoning Corpus (ARC), a dataset intended to evaluate the efficiency of AI systems and compare their performance with that of human intelligence. ARC is a set of problem-solving tasks that tailored for both AI and humans.
One of the key ideas behind ARC is to level the playing ground between humans and AI. It is designed so that humans cant take advantage of their vast background knowledge of the world to outmaneuver the AI. For instance, it doesnt involve language-related problems, which AI systems have historically struggled with.
On the other hand, its also designed in a way that prevents the AI (and its developers) from cheating their way to success. The system does not provide access to vast amounts of training data. As in the example shown at the beginning of this article, each concept is presented with a handful of examples.
The AI developers must build a system that can handle various concepts such as object cohesion, object persistence, and object influence. The AI system must also learn to perform tasks such as scaling, drawing, connecting points, rotating and translating.
Also, the test dataset, the problems that are meant to evaluate the intelligence of the developed system, are designed in a way that prevents developers from solving the tasks in advance and hard-coding their solution in the program. Optimizing for evaluation sets is a popular cheating method in data science and machine learning competitions.
According to Chollet, ARC only assesses a general form of fluid intelligence, with a focus on reasoning and abstraction. This means that the test favors program synthesis, the subfield of AI that involves generating programs that satisfy high-level specifications. This approach is in contrast with current trends in AI, which are inclined toward creating programs that are optimized for a limited set of tasks (e.g., playing a single game).
In his experiments with ARC, Chollet has found that humans can fully solve ARC tests. But current AI systems struggle with the same tasks. To the best of our knowledge, ARC does not appear to be approachable by any existing machine learning technique (including Deep Learning), due to its focus on broad generalization and few-shot learning, Chollet notes.
While ARC is a work in progress, it can become a promising benchmark to test the level of progress toward human-level AI. We posit that the existence of a human-level ARC solver would represent the ability to program an AI from demonstrations alone (only requiring a handful of demonstrations to specify a complex task) to do a wide range of human-relatable tasks of a kind that would normally require human-level, human-like fluid intelligence, Chollet observes.
Read this article:
Artificial intelligence: How to measure the I in AI - TechTalks
- Nvidia to invest up to $100 billion in OpenAI, linking two artificial intelligence titans - Reuters - September 23rd, 2025 [September 23rd, 2025]
- Meet the new recruit: Artificial intelligence in college football - CBS Sports - September 23rd, 2025 [September 23rd, 2025]
- Leveraging artificial intelligence to support students with special education needs - OECD - September 23rd, 2025 [September 23rd, 2025]
- Studying Artificial Intelligence in Breast Cancer Screening - University of Miami - September 23rd, 2025 [September 23rd, 2025]
- How to use artificial intelligence to fix federal regulations without breaking the law in the process - Federal News Network - September 23rd, 2025 [September 23rd, 2025]
- Artificial intelligence in the compliance function - White & Case LLP - September 23rd, 2025 [September 23rd, 2025]
- WCC holds its inaugural 'AI@Work' Conference on the future of artificial intelligence - WEMU - September 23rd, 2025 [September 23rd, 2025]
- 1 Unstoppable Artificial Intelligence (AI) Stock That Could Soar 325% by 2036 - Nasdaq - September 23rd, 2025 [September 23rd, 2025]
- What Are the 2 Best Bargain Artificial Intelligence (AI) Stocks to Buy Right Now? - The Motley Fool - September 23rd, 2025 [September 23rd, 2025]
- NextPlat's ClearMetrx Subsidiary to Launch Artificial Intelligence-Powered ClearMetrX 4.0 Software for Modernized Healthcare Analytics and Reporting -... - September 23rd, 2025 [September 23rd, 2025]
- Artificial Intelligence Comes To The Wine Industry - WBOC TV - September 23rd, 2025 [September 23rd, 2025]
- Commission Collects Feedback to Simplify Rules on Data, Cybersecurity and Artificial Intelligence in Upcoming Digital Omnibus - Inside Privacy - September 23rd, 2025 [September 23rd, 2025]
- Artificial Intelligence Shapes the Future of Surgery... - jordannews.jo - September 23rd, 2025 [September 23rd, 2025]
- WATCH | ASMSA holds artificial intelligence policy conference for gifted and talented teachers - Hot Springs Sentinel Record - September 23rd, 2025 [September 23rd, 2025]
- The Smartest Artificial Intelligence ETF to Buy With $100 Right Now - MSN - September 23rd, 2025 [September 23rd, 2025]
- What Are the 2 Best Bargain Artificial Intelligence (AI) Stocks to Buy Right Now? - MSN - September 23rd, 2025 [September 23rd, 2025]
- Why Is Amazon Spending Hundreds of Billions of Dollars on Artificial Intelligence? - The Motley Fool - September 23rd, 2025 [September 23rd, 2025]
- What Are the 2 Best Bargain Artificial Intelligence (AI) Stocks to Buy Right Now? - sharewise.com - September 23rd, 2025 [September 23rd, 2025]
- Artificial Intelligence Platform Market Estimated to Grow at 22.3% CAGR by 2032 - openPR.com - September 23rd, 2025 [September 23rd, 2025]
- ATL FED'S BOSTIC Q&A/GMASON U: QUESTION WILL BE WHETHER ARTIFICIAL INTELLIGENCE 'WILL BREAK SOCIAL CONTRACT;' NEED 'AGGREGATE STRATEGY' FOR HOUSING -... - September 23rd, 2025 [September 23rd, 2025]
- Schilthorn: AURO-System - Sessellift Winteregg Relies On Artificial Intelligence - Snow Industry News - September 23rd, 2025 [September 23rd, 2025]
- Bittium strengthens its expertise in software-based Artificial Intelligence solutions by acquiring a stake in MarshallAI - mnch publishing group - September 23rd, 2025 [September 23rd, 2025]
- Buy and Hold: 2 Artificial Intelligence (AI) Stocks Built for the Long Haul - The Motley Fool - September 23rd, 2025 [September 23rd, 2025]
- Experts urge world governments to define "red lines" for the use of artificial intelligence - Mezha.Media - September 23rd, 2025 [September 23rd, 2025]
- 5 Artificial Intelligence (AI) Stocks That Are Far Better Buys Than Palantir - The Motley Fool - September 21st, 2025 [September 21st, 2025]
- Artificial intelligence ushers in a golden age of hacking, experts say - The Washington Post - September 21st, 2025 [September 21st, 2025]
- Prediction: 1 Artificial Intelligence (AI) Stock to Buy Before It Soars 10X in the Next Decade - The Globe and Mail - September 21st, 2025 [September 21st, 2025]
- This Fantastic Artificial Intelligence (AI) Stock Is on Track for a Blowout Quarter, and It Could Keep Climbing for Years to Come - AOL.com - September 21st, 2025 [September 21st, 2025]
- Meet the Newest Artificial Intelligence (AI) Stock in the S&P 500. It's Up 5,660% Since 2023, and It Could Still Climb Higher From Here. - Yahoo... - September 21st, 2025 [September 21st, 2025]
- Got $3,000? 2 Artificial Intelligence (AI) Stocks to Buy and Hold for the Long Term - The Globe and Mail - September 21st, 2025 [September 21st, 2025]
- Testimony Re: Bills Related to Artificial Intelligence and Algorithms - Cato Institute - September 21st, 2025 [September 21st, 2025]
- Prediction: This Artificial Intelligence (AI) Stock Will Become the First $6 Trillion Company, According to a Wall Street Analyst - The Motley Fool - September 21st, 2025 [September 21st, 2025]
- Lithuania launches X-WING: precision attack drone with autonomy and artificial intelligence - MSN - September 21st, 2025 [September 21st, 2025]
- Artificial Intelligence in Non-invasive Hemodynamic Monitoring: A Systematic Review of Accuracy, Effectiveness, and Clinical Applicability in... - September 21st, 2025 [September 21st, 2025]
- Three Things: Dax, artificial intelligence and broadcaster - Philomath News - September 21st, 2025 [September 21st, 2025]
- This Fantastic Artificial Intelligence (AI) Stock Is on Track for a Blowout Quarter, and It Could Keep Climbing for Years to Come - The Motley Fool - September 21st, 2025 [September 21st, 2025]
- Dual site external validation of artificial intelligence-enabled treatment monitoring for neovascular age-related macular degeneration in England -... - September 21st, 2025 [September 21st, 2025]
- Undervalued and Ignored: 1 Artificial Intelligence (AI) Stock With Room to Run - The Motley Fool - September 21st, 2025 [September 21st, 2025]
- AI-Powered Insights: How Artificial Intelligence Is Transforming Type 2 Diabetes Care and Management - Diabetes In Control - September 21st, 2025 [September 21st, 2025]
- Peer review in the age of artificial intelligence - Physics World - September 21st, 2025 [September 21st, 2025]
- Microsoft Just Gave Investors 17.4 Billion Reasons to Buy This Monster Artificial Intelligence (AI) Data Center Stock Hand Over Fist - Nasdaq - September 21st, 2025 [September 21st, 2025]
- Meet The Unstoppable Artificial Intelligence (AI) Stock That Has Jumped 112% in 6 Months. It Can Still Soar Higher. - The Motley Fool - September 21st, 2025 [September 21st, 2025]
- Time To Change! Here Are The Best AI Laptop Recommendations That Are Superior For Optimal Performance In Artificial Intelligence - VOI.ID - September 21st, 2025 [September 21st, 2025]
- 2 Artificial Intelligence (AI) Leaders to Buy and Hold Forever - Yahoo Finance - September 21st, 2025 [September 21st, 2025]
- Undervalued and Ignored: 1 Artificial Intelligence (AI) Stock With Room to Run - Nasdaq - September 21st, 2025 [September 21st, 2025]
- 2 Trillion-Dollar Artificial Intelligence (AI) Stocks That Can Plunge Up to 95%, According to Select Wall Street Analysts - Nasdaq - September 21st, 2025 [September 21st, 2025]
- Meet The Unstoppable Artificial Intelligence (AI) Stock That Has Jumped 112% in 6 Months. It Can Still Soar Higher. - Nasdaq - September 21st, 2025 [September 21st, 2025]
- Artificial Intelligence and Digital Biomarkers in Hepatology: Critical Perspectives, Emerging Evidence, and Future Directions - Cureus - September 21st, 2025 [September 21st, 2025]
- Is Artificial Intelligence Worth the Investment? - Foreign Policy - September 19th, 2025 [September 19th, 2025]
- The Smartest Artificial Intelligence (AI) Stocks to Buy With $1,000 - Yahoo Finance - September 19th, 2025 [September 19th, 2025]
- Artificial Intelligence News for the Week of September 19; Updates from Druid AI, DxC Technology, G-P & More - solutionsreview.com - September 19th, 2025 [September 19th, 2025]
- Google and PayPal: The Artificial Intelligence (AI) Agent Revolution Is Here - The Motley Fool - September 19th, 2025 [September 19th, 2025]
- Video New book warns of threats to humanity from artificial intelligence - ABC News - Breaking News, Latest News and Videos - September 19th, 2025 [September 19th, 2025]
- Meet The Unstoppable Artificial Intelligence (AI) Stock That Has Jumped 112% in 6 Months. It Can Still Soar Higher. - Yahoo Finance - September 19th, 2025 [September 19th, 2025]
- When Artificial Intelligence Meets Jewish Wisdom - The Times of Israel - September 19th, 2025 [September 19th, 2025]
- How artificial intelligence is reshaping success in small businesses - Digital Journal - September 19th, 2025 [September 19th, 2025]
- 3 Popular Artificial Intelligence (AI) Stocks to Steer Clear Of. (Hint: One of Them Is Palantir) - The Motley Fool - September 19th, 2025 [September 19th, 2025]
- Mace Opens Hearing on the Future of Artificial Intelligence - House.gov - September 19th, 2025 [September 19th, 2025]
- Mustek Expands Into Artificial Intelligence With Majority Stake in Business AI - TechAfrica News - September 19th, 2025 [September 19th, 2025]
- Hearing Wrap Up: The U.S. Must Develop and Advance Artificial Intelligence to Dominate the Tech Race - House.gov - September 19th, 2025 [September 19th, 2025]
- The Role of Artificial Intelligence in Environment, Health, and Safety - Wolters Kluwer - September 19th, 2025 [September 19th, 2025]
- Artificial Intelligence - AI Update, September 19, 2025: AI News and Views From the Past Week - MarketingProfs - September 19th, 2025 [September 19th, 2025]
- Artificial Intelligence in the Bakken discussion - The Bismarck Tribune - September 19th, 2025 [September 19th, 2025]
- VERSABANK IMPLEMENTS NEW INTERNALLY DEVELOPED ARTIFICIAL INTELLIGENCE CAPABLITIES WITHIN CORE BANKING TECHNOLOGY - PR Newswire - September 19th, 2025 [September 19th, 2025]
- Evaluating the Diagnostic Accuracy of an Artificial Intelligence Tool for Pulmonary Abnormalities in Chest Radiographs: A Retrospective Study - Cureus - September 19th, 2025 [September 19th, 2025]
- AI is called artificial intelligence for a reason - The Charlotte News - September 19th, 2025 [September 19th, 2025]
- Artificial Intelligence Will Never Replace PsychiatryBut It Will Try to Destroy It - Psychiatric Times - September 19th, 2025 [September 19th, 2025]
- Europe Stereotactic Neuro-Navigation System Market Report 2025-2035 | Opportunities Fueled by Integration of Artificial Intelligence (AI) and Machine... - September 19th, 2025 [September 19th, 2025]
- Wide ranging experts envision future of artificial intelligence in Middlebury this week - Addison Independent - September 19th, 2025 [September 19th, 2025]
- 3D Bioprinting and Artificial Intelligence for Tumor Microenvironment Modeling: A Scoping Review of Models, Methods, and Integration Pathways - ACS... - September 19th, 2025 [September 19th, 2025]
- What's Behind Nvidia's Huge Artificial Intelligence (AI) Investment in the U.K.? - The Globe and Mail - September 19th, 2025 [September 19th, 2025]
- Prediction: This Artificial Intelligence (AI) Stock With a $455 Billion Revenue Pipeline Will Be Worth $3 Trillion in 5 Years - Nasdaq - September 19th, 2025 [September 19th, 2025]
- Medical Artificial Intelligence Advances with CPC-Bench, Evaluating LLMs on 7102 Cases and Achieving 67% Physician Validation - Quantum Zeitgeist - September 19th, 2025 [September 19th, 2025]
- Is Oracle a Good Artificial Intelligence Stock to Buy? - The Motley Fool - September 17th, 2025 [September 17th, 2025]
- 2 Top Artificial Intelligence (AI) Stocks to Buy With $1,000 Right Now - AOL.com - September 17th, 2025 [September 17th, 2025]
- Artificial Intelligence (AI) in Construction Strategic Intelligence Report 2025-2030: Rising Demand for Automation and Efficiency, Focus on... - September 17th, 2025 [September 17th, 2025]
- How AWS, The Ocean Cleanup, and artificial intelligence are finding ocean plastic - Amazon Sustainability - September 17th, 2025 [September 17th, 2025]
- The Artificial Intelligence Agenda from Capitol Hill to State Capitals: Where We Are and Where We Are (Probably) Going - Crowell & Moring LLP - September 17th, 2025 [September 17th, 2025]
- 2 Artificial Intelligence (AI) Leaders to Buy and Hold Forever - The Motley Fool - September 17th, 2025 [September 17th, 2025]
- Expert Analysis of Ethical Issues in Applying Artificial Intelligence to Cybersecurity - latesthackingnews.com - September 17th, 2025 [September 17th, 2025]