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

marsbit发布于2026-08-16更新于2026-08-16

文章摘要

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

热门币种推荐

相关问答

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.

你可能也喜欢

伊利诺伊州0.2%加密货币税引发全面法律诉讼

伊利诺伊州一项针对数字资产交易征收0.2%税率的法案,正引发区块链协会和加密创新委员会等组织的全面法律诉讼。起诉方于8月21日向该州地方法院提起诉讼,要求宣布《数字资产税收法》无效并阻止其在2025年1月1日生效。 诉讼的核心争议在于该税的征收方式。与针对资本利得征税的传统方式不同,该法规定,当用户通过数字资产经纪商进行某些操作时,即使交易未产生利润,也需按资产价值缴纳0.2%的税。这意味着单纯的比特币转账、账户间移资或支付托管服务费都可能触发纳税义务,而股票交易、银行转账或实物资产托管却无类似税负。原告指控该税实质上是针对“存储或转移价值的机制”而非经济交易本身。 法案的模糊性带来更多问题。例如,一次加密货币购买可能涉及交易、入账和托管等多个环节,但法案未明确这算作一个还是多个应税事件。对于持续性的资产托管,是按年、按结算周期还是按余额变动来计税也未有界定,可能导致税单金额出现数量级差异。此外,“资产价值”的评估时点、如何准确判定用户身处伊利诺伊州等问题都规定不清,迫使经纪商依赖推测并承担巨大的合规风险及潜在刑事责任。 诉讼还挑战了法案的立法程序。该法案最初仅两页,后在未充分公众讨论的情况下,被扩充为涵盖多主题的1624页庞大议案,数字资产税收部分不足20页。原告认为这违反了州宪法程序,并指控该税歧视电子商务,违背了联邦《互联网税收自由法案》和商业条款。 目前,原告正寻求法院在明年1月法案生效前颁布禁令。此案将成为测试各州能否对数字资产金融活动单独征税的关键一役。

cryptonews.ru1小时前

伊利诺伊州0.2%加密货币税引发全面法律诉讼

cryptonews.ru1小时前

交易

现货

热门文章

美股TradFi:传统金融在AI IPO浪潮下的稳健锚点

2026年,美股IPO市场重回高热度。本文梳理即将上线或受关注的热门赛道龙头,分析具备投资潜力的交易标的及其逻辑,并探讨宏观趋势与相关风险。

2.8k人学过发布于 2026.07.08更新于 2026.07.08

美股TradFi:传统金融在AI IPO浪潮下的稳健锚点

相关讨论

欢迎来到HTX社区。在这里,您可以了解最新的平台发展动态并获得专业的市场意见。以下是用户对AI(AI)币价的意见。

活动图片