AI Can 'Have Moods Too'! New Research from USTC: Confusion and Anxiety Make AI Work Better

marsbitPublished on 2026-08-16Last updated on 2026-08-16

Abstract

The article discusses research from the University of Science and Technology of China and Oxford, revealing that allowing AI to recognize and act upon simulated "internal emotions" can significantly improve its performance. The study demonstrates a coherent pairing between specific emotional states in AI agents and their subsequent skill choices. For instance, an agent feeling curious and desirous will search for products, while one feeling confused and tense will rephrase queries. This mirrors human decision-making influenced by emotions. Statistical validation showed a 76.5% semantic consistency in these pairings. Crucially, the research challenges the traditional view of AI errors as flaws to be eliminated. It found that "bad" emotions like confusion, tension, or frustration serve as useful metacognitive signals, indicating a mismatch between the current strategy and the environment. By responding to these signals, AI can proactively adjust before a failure occurs. This is particularly effective in complex tasks prone to failure. For example, in tasks like "heating an item" and "picking up two items," success rates surged from 9.6% to 56.9% and 4.4% to 31.3%, respectively, when using the emotion-driven skill selection method (EMOTION2SKILL). The AI's "nervous" state about a closed microwave, for instance, prompted it to check and open it first, preventing failure. The article also mentions related work from Tianjin University, which embeds emotional prediction into wor...

Cheng Qian from Pheasant's Temple QbitAI | Public Account QbitAI

Can an AI's "mood" affect its work performance?

Recently, researchers from the University of Science and Technology of China (USTC), Oxford, and other institutions had AI use emotion vectors instead of text for skill selection. The results showed that—

Allowing the AI to recognize these "inner emotions" and act accordingly significantly improved the AI's working capability......

Previous research suggested that within LLMs, there exist computational patterns highly corresponding to human emotional labels.

Including but not limited to: curiosity, desire, optimism, confusion, nervousness, annoyance.

Emotional representations extractable by AI

And when the model perceives these emotions and uses them as a basis for its actions, tasks are completed better......

Allowing AI Not to Stay "Emotionally Stable"

The researchers found that there exists a coherent pairing relationship between the AI's specific emotional states and specific skill selections.

What does this mean?

Actually, this is almost a default in humans, to the point where it's hard to notice: our emotions determine what we do next.

In the experiment, researchers had the AI go shopping. During this process, the Agent spontaneously formed four interpretable pairing patterns:

First: When the Agent felt curious and desirous, it would spontaneously search for products.

At this point, it was still immersed in the novelty of shopping and the satisfaction of exploration.

Second: When the Agent felt confused and nervous, it would spontaneously query for rephrasing.

When search results were unsatisfactory, the Agent became confused and uneasy, choosing to rephrase the question with different keywords.

Third: When the Agent felt approving and optimistic, it would spontaneously confirm the purchase.

At this point, the Agent was very satisfied with the product it picked and promptly placed the order.

Fourth: When the Agent finally felt disappointed and annoyed, it would spontaneously compare prices.

At this point, after multiple searches, the Agent had accumulated a large amount of negative emotion. It would then turn to price comparison, trying to shop around.

To verify that these pairings were not statistical coincidences, researchers extracted 200 skill selection events and had the AI independently judge whether each pairing was semantically coherent. The results showed a consistency ratio as high as 76.5%.

Accepting "Bad Moods" Helps Improve Task Success Rate

In traditional designs, AI errors are seen as anomalies that need to be suppressed or eliminated.

But this study points out that in tasks requiring frequent recovery from failure, the effect of emotion is particularly significant.

So-called "bad moods," such as nervousness, confusion, disappointment, etc., are actually very useful metacognitive signals—

because they signal a mismatch between the current strategy and the external environment. Instead of forcibly maintaining "emotional stability" and ignoring error signals, it's better to let the Agent directly "feel" this mismatch, thereby triggering targeted recovery mechanisms.

In other words, emotion here is a source of robustness, not a manifestation of fragility.

In this study, researchers assigned six types of household tasks to the AI. Among them, "heating items" and "picking up two items" had very low success rates, only 9.6% and 4.4% respectively.

However, after adopting emotion-driven skill selection (EMOTION2SKILL), the task success rate increased significantly, rising to 56.9%... while "picking up two items" also rose to 31.3%!

How was this achieved?

Actually, these two types of tasks share a common characteristic: whenever the Agent attempts them, it is almost certain to make a mistake, and the ultimate success depends solely on whether it can quickly adjust its strategy after the mistake.

Food for thought......

The paper gives an intuitive example: having the Agent "heat a cup and place it on the countertop."

Typically, the Agent's approach is: navigate to the microwave, execute "heat the cup," and upon receiving feedback while handing out the cup: "The microwave is off, task failed."

Here, the failure signal appears after the erroneous action.

With emotion-driven skill selection, when the Agent approaches the turned-off microwave, the emotion encoder first detects its "nervous" state.

Based on this uneasy emotion, the Agent's routing is guided to the subsequence of "first check," then "open the microwave," then "heat." The task is completed successfully.

The key is that if relying only on external text and failure feedback, the Agent often has to wait until an error actually occurs before knowing it should change strategy; whereas emotional signals have the opportunity to capture changes in internal state before the failure signal appears.

The paper's ablation experiments also confirmed this. Among all task types, the emotion templates most frequently activated for the "heating" and "picking up two things" tasks were "frustration" (41%) and "confusion" (39%) respectively.

In other words, in these situations, bad moods might be the most useful signal.

World Models Also Start Using Emotion for Prediction

In fact, it's not just Agents using emotional signals for skill selection; research from Tianjin University directly embedded emotion into a world model (Large Emotional World Model, LEWM).

Typically, the task of a world model is to predict "what will happen next" and act accordingly.

Traditional world models, when facing human-centric environments, often fall into a "physical reductionism" fallacy.

As long as we can accurately predict the position, posture, and evolution of physical states of objects, we can understand and simulate human environments.

However, in human-centric environments, emotion is not a form of noise; it is an important endogenous causal variable that drives human action and causes future environmental changes.

For example, after a car rear-ends another, the instantaneous emotion a person experiences may ultimately leave them unscathed, or covered in bruises.

Research illustration

LEWM thus divides prediction into two steps:

Step one: Predict the future emotional state.

Step two: Use the predicted emotion as a conditional signal to guide the prediction of the future world state.

On its self-built dataset, this method's accuracy improved by up to 45.72%.

The research further found through ablation experiments:

After removing emotional data from the AI system, the performance decline was not limited to tasks like emotional understanding but also spread to seemingly completely unrelated logical reasoning and general Q&A abilities......

AI's Emotion Is Becoming a Usable "Function"

Actually, these two studies share a discovery from earlier:

Within LLMs, there indeed exist emotional representations that can be "read out."

This comes from an experiment by Anthropic in April this year.

Researchers extracted fine-grained emotional directions from the internal activations of Claude Sonnet 4.5, aligned with the GoEmotions 27-category emotional classification system. These directions causally affected behavior outputs related to the Agent.

"The puppy died" brought the most significant sadness, while "Loving" existed in all events.

In the past, researchers' interest in whether models "have emotions" was more for alignment safety or philosophical contemplation.

Now, the internal states of models are transforming from purely academic objects of observation into functional signals that can be extracted, utilized, and integrated into system design.

Reference links:[1]https://arxiv.org/pdf/2608.09248[2]https://arxiv.org/abs/2512.24149[3]https://transformer-circuits.pub/2026/emotions/index.html

This article is from the WeChat public account "QbitAI" (ID: QbitAI), author: Focus on Frontier Technology

Trending Cryptos

Related Questions

QWhat is the main finding of the research conducted by University of Science and Technology of China (USTC) and Oxford regarding AI's 'emotions'?

AThe research found that allowing AI to recognize its internal 'emotional' states (represented as vectors) and use them to guide its action selection, such as in a shopping task, significantly improves its task performance. Specific emotional states like curiosity, confusion, or frustration were found to be coherently paired with specific skill selections, enhancing the AI's success rate.

QAccording to the article, how did 'bad emotions' like confusion or anxiety actually help the AI agent?

ANegative emotions like tension and confusion served as useful metacognitive signals, indicating a mismatch between the AI's current strategy and the environment. Instead of suppressing these signals, letting the agent 'feel' them triggered targeted recovery mechanisms. This allowed the AI to adjust its strategy proactively, often before receiving an explicit failure signal, which was crucial for tasks where frequent error recovery was needed, leading to a dramatic increase in task success rates.

QWhat is the Large Emotional World Model (LEWM) proposed by Tianjin University, and how does it work?

AThe Large Emotional World Model (LEWM) is a world model that incorporates emotion for prediction in human-centered environments. It works in a two-step process: first, it predicts the future emotional state of a situation, and second, it uses this predicted emotion as a conditional signal to guide the prediction of the future world state. This approach significantly improved prediction accuracy compared to traditional models that focus solely on physical states.

QWhat was a key implication of the ablation experiment in the LEWM study?

AA key implication of the ablation experiment was that removing emotional data from the AI system caused performance drops not only in emotion-understanding tasks but also in seemingly unrelated areas like logical reasoning and general question-answering. This suggests emotional understanding is a fundamental component that supports broader cognitive capabilities in AI systems operating in human contexts.

QHow does the article describe the evolving view of AI's internal 'emotional' states?

AThe article describes a shift in perspective. Previously, the question of whether AI models have 'emotions' was mainly a topic for alignment safety or philosophical debate. Now, research from Anthropic and others shows these internal states are recognizable, extractable patterns. They are transitioning from mere objects of academic observation into functional signals that can be actively extracted, utilized, and integrated into system design to enhance AI performance and robustness.

Related Reads

QCP Capital Report: Why Bitcoin is Stuck at $80,000 Awaiting US Inflation Data

QCP Capital's report analyzes how stronger-than-expected U.S. August employment data shifted market focus from economic cooling to inflation and the Fed's rate path. Bitcoin struggled to hold above $82,000, settling near $79,300, while Ethereum faced resistance at $2,500. Despite a significant $770 million net inflow into spot Bitcoin ETFs from September 1-4, particularly a $730.8 million influx on Wednesday, market volatility remained low, indicating a wait-and-see stance ahead of key inflation data. Key technical levels are identified: Bitcoin resistance at $80,000-$82,000, support at $77,000-$78,000; Ethereum resistance at $2,500-$2,550, support at $2,400-$2,425. The upcoming Producer Price Index (PPI) and, crucially, the Consumer Price Index (CPI) releases will be the main test for market expectations regarding a potential September Fed rate adjustment. Political events like the CLARITY Act Senate vote and the FOMC meeting conclusion are also noted. The market is in a holding pattern, with ETF demand providing underlying support but technical resistance capping upside momentum. The inflation data, especially the CPI, will likely determine whether the current ranges hold or a directional revaluation begins. The report draws a parallel to May 2024, when high inflation data pushed Bitcoin below $78,000, highlighting how the market's interpretation of inflation data has shifted from viewing crypto as an inflation hedge to a signal for potential monetary tightening.

cryptonews.ru30m ago

QCP Capital Report: Why Bitcoin is Stuck at $80,000 Awaiting US Inflation Data

cryptonews.ru30m ago

Blockchain Capital Partner: Global Balance Sheets Will Eventually Be Fully On-Chain

Blockchain Capital Partner Aleks Larsen argues that the global financial system suffers from immense fragmentation and inefficiency, as assets exist in isolated formats requiring costly, bespoke reconciliation. He likens tokenization to the standardization achieved by shipping containers, which revolutionized global trade by dramatically lowering costs and enabling massive scale. Similarly, tokens act as standardized, machine-readable "containers" for financial assets and rights. Once on a shared blockchain network, assets can be seamlessly recognized and used by any application—like exchanges, lenders, or wallets—eliminating the need to rebuild infrastructure for each new asset. This drastically reduces friction for moving and utilizing capital. Stablecoins demonstrate this potential, enabling near-instant, low-cost global dollar transfers by leveraging existing crypto infrastructure. This foundational network effect is now expanding to other real-world assets (RWAs), from bonds to private credit. Larsen predicts a radical restructuring of capital markets around this tokenized standard. Financial services will become modular and competitive, built on open networks rather than proprietary systems held by large institutions. Access to capital will be democratized, as even small, fragmented, or geographically remote assets gain a global, programmable interface. Ultimately, this will integrate the world's balance sheets onto a single, accessible, and software-native financial layer. Combined with AI for automated operations, it promises to unlock vast amounts of currently stranded capital and economic value, creating a more efficient and borderless global market.

marsbit55m ago

Blockchain Capital Partner: Global Balance Sheets Will Eventually Be Fully On-Chain

marsbit55m ago

Bitcoin and Ether Exchange-Traded Funds Attract Capital for Third Consecutive Week

Cryptocurrency ETFs on Bitcoin and Ethereum have attracted capital for the third consecutive week. According to SoSoValue, BlackRock's iShares Bitcoin Trust (IBIT) led with $691.5 million in inflows, although weekly trading volume for Bitcoin ETF shares dropped from $19 billion to $14.5 billion. August was the strongest month for Bitcoin ETFs since last September, with $3.52 billion in capital inflows. Spot Ethereum ETFs also saw positive inflows, gathering $218.4 million for the week, even as their trading volume decreased from $6.3 billion to $4.1 billion. In August, Ethereum ETFs attracted $1.85 billion, their best monthly performance since last August. Analysts note that sustained ETF inflows indicate investment firms are gradually increasing their Bitcoin allocations. This renewed interest in spot BTC and ETH ETFs is creating genuine demand for these cryptocurrencies without leverage-based speculation, according to experts. Bitcoin is currently trading around $79,000, with analysts from Zeus Research expecting a move toward the $82,000–85,000 range. Upcoming U.S. economic data, including unemployment claims and the Consumer Price Index (CPI), could influence Federal Reserve policy and potentially drive capital into higher-risk assets. Investment leaders, such as Bitwise's Matt Hougan, suggest that capital flowing into crypto ETFs, alongside the growth of stablecoins and asset tokenization, could trigger a new bull cycle in the cryptocurrency market.

cryptonews.ru1h ago

Bitcoin and Ether Exchange-Traded Funds Attract Capital for Third Consecutive Week

cryptonews.ru1h ago

Trading

Spot

Hot Articles

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of AI (AI) are presented below.

活动图片