Metaverse
AI models make stuff up. How can hallucinations be controlled? – Crypto News
There are kinder ways to put it. In its instructions to users, OpenAI warns that ChatGPT “can make mistakes”. Anthropic, an American AI company, says that its LLM Claude “may display incorrect or harmful information”; Google’s Gemini warns users to “double-check its responses”. The throughline is this: no matter how fluent and confident AI-generated text sounds, it still cannot be trusted.
Hallucinations make it hard to rely on AI systems in the real world. Mistakes in news-generating algorithms can spread misinformation. Image generators can produce art that infringes on copyright, even when told not to. Customer-service chatbots can promise refunds they shouldn’t. (In 2022 Air Canada’s chatbot concocted a bereavement policy, and this February a Canadian court has confirmed that the airline must foot the bill.) And hallucinations in AI systems that are used for diagnosis or prescription can kill.
All the leaves are brown
The trouble is that the same abilities that allow models to hallucinate are also what make them so useful. For one, LLMs are a form of “generative” AI, which, taken literally, means they make things up to solve new problems. They do this by producing probability distributions for chunks of characters, or tokens, laying out how likely it is for each possible token in its vocabulary to come next. The mathematics dictate that each token must have a non-zero chance of being chosen, giving the model flexibility to learn new patterns, as well as the capacity to generate statements that are incorrect. The fundamental problem is that language models are probabilistic, while truth is not.
This tension manifests itself in a number of ways. One is that LLMs are not built to have perfect recall in the way a search engine or encyclopedia might. Instead, because the size of a model is much smaller than the size of its training data, it learns by compressing. The model becomes a blurry picture of its training data, retaining key features but at much lower resolution. Some facts resist blurring—“Paris”, for example, may always be the highest-probability token following the words “The capital of France is”. But many more facts that are less statistically obvious may be smudged away.
Further distortions are possible when a pretrained LLM is “fine-tuned”. This is a later stage of training in which the model’s weights, which encode statistical relationships between the words and phrases in the training data, are updated for a specific task. Hallucinations can increase if the LLM is fine-tuned, for example, on transcripts of conversations, because the model might make things up to try to be interesting, just as a chatty human might. (Simply including fine-tuning examples where the model says “I don’t know” seems to keep hallucination levels down.)
Tinkering with a model’s weights can reduce hallucinations. One method involves creating a deliberately flawed model trained on data that contradict the prompt or contain information it lacks. Researchers can then subtract the weights of the flawed model, which are in part responsible for its output, from those of the original to create a model which hallucinates less.
It is also possible to change a model’s “temperature”. Lower temperatures make a model more conservative, encouraging it to sample the most likely word. Higher temperatures make it more creative, by increasing the randomness of this selection. If the goal is to reduce hallucinations, the temperature should be set to zero. Another trick is to limit the choice to the top-ranked tokens alone. This reduces the likelihood of poor responses, while also allowing for some randomness and, therefore, variety.
Clever prompting can also reduce hallucinations. Researchers at Google DeepMind found that telling an LLM to “take a deep breath and work on this problem step-by-step” reduced hallucinations and improved problem solving, especially of maths problems. One theory for why this works is that AI models learn patterns. By breaking a problem down into smaller ones, it is more likely that the model will be able to recognise and apply the right one. But, says Edoardo Ponti at the University of Edinburgh, such prompt engineering amounts to treating a symptom, rather than curing the disease.
Perhaps, then, the problem is that accuracy is too much to ask of LLMs alone. Instead, they should be part of a larger system—an engine, rather than the whole car. One solution is retrieval augmented generation (RAG), which splits the job of the AI model into two parts: retrieval and generation. Once a prompt is received, a retriever model bustles around an external source of information, like a newspaper archive, to extract relevant contextual information. This is fed to the generator model alongside the original prompt, prefaced with instructions not to rely on prior knowledge. The generator then acts like a normal LLM and answers. This reduces hallucinations by letting the LLM play to its strengths—summarising and paraphrasing rather than researching. Other external tools, from calculators to search engines, can also be bolted onto an LLM in this way, effectively building it a support system to enhance those skills it lacks.
Even with the best algorithmic and architectural antipsychotics available, however, LLMs still hallucinate. One leaderboard, run by Vectara, an American software company, tracks how often such errors arise. Its data shows that GPT-4 still hallucinates in 3% of its summaries, Claude 2 in 8.5% and Gemini Pro in 4.8%. This has prompted programmers to try detecting, rather than preventing, hallucinations. One clue that a hallucination is under way lies in how an LLM picks words. If the probability distribution of the words is flat, ie many words have similar likelihoods of being chosen, this means that there is less certainty as to which is most likely. That is a clue that it might be guessing, rather than using information it has been prompted with and therefore “knows” to be true.
Another way to detect hallucination is to train a second LLM to fact-check the first. The fact-checker can be given the “ground truth” along with the LLM’s response, and asked whether or not they agree. Alternatively, the fact-checker can be given several versions of the LLM’s answer to the same question, and asked whether they are all consistent. If not, it is more likely to be a hallucination. NVIDIA, a chipmaker, has developed an open-source framework for building guardrails that sit around an LLM to make it more reliable. One of these aims to prevent hallucinations by deploying this fact-checking when needed.
Although such approaches can decrease the hallucination rate, says Ece Kamar, head of the AI frontiers lab at Microsoft, “it is unclear whether any of these techniques is going to completely get rid of hallucinations.” In many cases, that would be akin to self-sabotage. If an LLM is asked to generate ideas for a fantasy novel, for example, its output would be disappointing if limited to the world as it is. Consequently, says Dr Kamar, her research aims not to get rid of all hallucinations, but rather to stop the model from hallucinating when it would be unhelpful.
Safe and warm
The hallucination problem is one facet of the larger “alignment” problem in the field of AI: how do you get AI systems to reliably do what their human users intend and nothing else? Many researchers believe the answer will come in training bigger LLMs on more and better data. Others believe that LLMs, as generative and probabilistic models, will never be completely rid of unwanted hallucinations.
Or, the real problem might be not with the models but with its human users. Producing language used to be a uniquely human capability. LLMs’ convincing textual outputs make it all too easy to anthropomorphise them, to assume that LLMs also operate, reason and understand like humans do. There is still no conclusive evidence that this is the case. LLMs do not learn self-consistent models of the world. And even as models improve and the outputs become more aligned with what humans produce and expect, it is not clear that the insides will become any more human. Any successful real-world deployment of these models will probably require training humans how to use and view AI models as much as it will require training the models themselves.
Curious about the world? To enjoy our mind-expanding science coverage, sign up to Simply Science, our weekly subscriber-only newsletter.
© 2023, The Economist Newspaper Limited. All rights reserved. From The Economist, published under licence. The original content can be found on www.economist.com
-
Blockchain1 week agoThis Week in Stablecoins: TradFi Wants Blockchain – Crypto News
-
Technology1 week agoAmazon Exec Predicts Commercial Quantum Computers in 2031 – Crypto News
-
Technology1 week agoTech Layoffs Hit 2-Year High as Companies Embrace AI – Crypto News
-
Blockchain1 week agoWall Street Giants Mobilize Tokenized Assets – Crypto News
-
Cryptocurrency1 week agoGalaxy puts $5 million behind Bitcoin’s race to migrate before quantum risk arrives – Crypto News
-
Blockchain1 week ago
SEC And CFTC Open Joint Consultation On Crypto Derivatives Rules – Crypto News
-
Technology1 week agoTelecom’s 5G Hangover Mirrors CFO Modernization Fatigue – Crypto News
-
Cryptocurrency1 week agoGalaxy puts $5 million behind Bitcoin’s race to migrate before quantum risk arrives – Crypto News
-
Blockchain3 days agoThe Stablecoin Sandwich Is Missing the Trust Layer – Crypto News
-
Blockchain1 week agoMorgan Stanley Advances Blockchain Infrastructure Goal – Crypto News
-
Blockchain1 week ago
CFTC Self-Reporting Guidelines Could Change Crypto Enforcement Incentives – Crypto News
-
Business1 week agoUber Cuts 23% of Roles in HR-Focused ‘People’ Division – Crypto News
-
Blockchain1 week ago
SEC And CFTC Open Joint Consultation On Crypto Derivatives Rules – Crypto News
-
De-fi1 week agoMorpho Launches Fixed-Rate Lending Protocol Midnight on Base – Crypto News
-
Blockchain1 week agoTalos Adds Kalshi Trading as Prediction Markets Surge – Crypto News
-
Blockchain7 days agoJPMorgan Execs Say Banking Rules Should Apply to Digital Assets – Crypto News
-
Technology1 week agoMeta to alert parents if teens show signs of distress while chatting with its AI – Crypto News
-
Business1 week ago
Movement Labs Files for Bankruptcy Following MOVE Ecosystem Restructuring – Crypto News
-
Cryptocurrency1 week agoSenator Lummis says with CLARITY “your crypto stays yours” – Crypto News
-
Cryptocurrency1 week agoWinklevoss twins gave Trump’s super PAC $10 million 23 days after CFTC joined Gemini relief bid – Crypto News
-
Business1 week agoGroupon Cuts 400 Jobs to Fund AI Pivot – Crypto News
-
Technology1 week agoAnalysis-AI investment boom puts Big Techs free cash flow under pressure – Crypto News
-
Cryptocurrency1 week agoOpenAI’s model breach is not the singularity, but dismissing it as hype is dangerous – Crypto News
-
Cryptocurrency1 week agoOpenAI’s model breach is not the singularity, but dismissing it as hype is dangerous – Crypto News
-
Blockchain1 week agoRegulators Hear Arguments on Tokenized Stock Ownership – Crypto News
-
others1 week ago
Breaking: White House Alleges China’s Moonshot AI Secretly Copied Anthropic Fable For K3 AI – Crypto News
-
Business1 week agoCorporate Card Startup Parker Folds After Failed Acquisition – Crypto News
-
Blockchain1 week agoWhy a Slice of a Dubai Apartment Is the Biggest Tokenization Story – Crypto News
-
Technology1 week ago
WhiteBIT Launches AI Hub: Trade, Monitor and Automate Through Your Favourite AI Assistant – Crypto News
-
Cryptocurrency1 week agoTrump backs crypto ethics limits, putting CLARITY Act decision in Democrats’ hands – Crypto News
-
others1 week agoSEC Files Suit Alleging $22,000,000 Crypto Mining Fraud Scheme – Crypto News
-
Blockchain7 days agoNew York Life Investment Management Bets on Tokenization – Crypto News
-
others1 week ago
XRP Price Target $2+ as CLARITY Act Agreement Reaches in White House – Crypto News
-
Blockchain1 week agoCLARITY Act Could Help CFTC Deal with Prediction Markets: Lawyer – Crypto News
-
Blockchain1 week ago
Ostium Halts Trading After $18M Oracle Key Breach – Crypto News
-
others1 week ago
BOJ Signals Faster Rate Hikes as Yen Hits 40-Year Low, Bitcoin Risk Rises – Crypto News
-
Business1 week agoIntuit to Cut 17% of Workforce in Shift Toward AI – Crypto News
-
Technology1 week ago
Oil Price Hits 5-Week High As Iran Imposes Naval Blockade On Saudi Arabia – Crypto News
-
Business1 week ago
Polymarket To Take Legal Action Against French Authorities For Taking Down Its Website – Crypto News
-
Blockchain1 week agoDigital Chamber Sues Illinois Officials over 0.2% Crypto Tax – Crypto News
-
Blockchain1 week agoRipple CEO Says Company Considered Folding Before SEC Fight – Crypto News
-
Technology1 week agoUS Government Invests $2 Billion in Quantum Computing Leaders – Crypto News
-
Blockchain1 week agoRobinhood Launches Blockchain Designed for Real-World Assets – Crypto News
-
others1 week agoHedge Funds Slash US Tech Holdings at Fastest Pace in a Decade – Crypto News
-
Cryptocurrency1 week agoBitMine gets 98% of revenue from staking as a decade-long contract complicates an early exit – Crypto News
-
Technology1 week agoOpenAI says its AI technology acted on its own in an unprecedented hack of another company – Crypto News
-
De-fi1 week agoDurov Says Telegram Will Ship Native Gram Wallet to a Billion Users – Crypto News
-
Business1 week ago
Pi Network Price Prediction as Protocol v25 Goes Live – Crypto News
-
others1 week ago
BOJ Signals Faster Rate Hikes as Yen Hits 40-Year Low, Bitcoin Risk Rises – Crypto News
-
Blockchain1 week agoTalos Adds Kalshi Trading as Prediction Markets Surge – Crypto News
