Towards Neural Network based Cognitive Models of Dynamic Decision-Making by Humans

Read original: arXiv:2407.17622 - Published 9/6/2024 by Changyu Chen, Shashank Reddy Chirra, Maria Jos'e Ferreira, Cleotilde Gonzalez, Arunesh Sinha, Pradeep Varakantham
Total Score

0

🧠

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • The paper explores using neural networks to model human decision-making in dynamic settings.
  • It builds on the Instance-Based Learning (IBL) model of cognition, which suggests decisions are made based on similar past experiences.
  • The authors propose two new attention-based neural network models and test them on datasets involving human detection of phishing emails and cybersecurity attacks.
  • The neural network models are compared to IBL and GPT-3.5, with one of the new models showing the best performance in representing human decision-making.
  • The paper finds that all models predict a human's decision better if that human is better at the task.
  • The work aims to yield promising results for further use of neural networks in cognitive modeling of human decision-making.

Plain English Explanation

The paper looks at using neural networks to understand how humans make decisions in dynamic situations. It builds on a well-known model called Instance-Based Learning (IBL), which suggests that people make decisions based on similar experiences they've had in the past.

The researchers developed two new neural network models that use attention mechanisms to try to capture this idea of basing decisions on past experiences. They tested these models on two different datasets - one where people had to detect phishing emails, and another where people played the role of attackers in a cybersecurity scenario.

The researchers compared the performance of their neural network models to the IBL model and also to GPT-3.5, a large language model. They found that one of their new neural network models performed the best at representing how humans actually make decisions in these dynamic settings.

An interesting finding was that all the models were better able to predict a person's decision if that person was generally better at the task. The researchers think this work shows promise for using neural networks to better understand the cognitive processes involved in human decision-making.

Technical Explanation

The paper proposes two new neural network models, Neuro-Cognitive Model for Human Decision-Making (NCM-HDM) and Attention-based Neuro-Cognitive Model for Human Decision-Making (ANCM-HDM), to represent human decision-making in dynamic settings. These models are inspired by the Instance-Based Learning (IBL) theory of cognition, which suggests that decisions are made based on the similarity of the current situation to past experiences.

The NCM-HDM model uses a feedforward neural network with attention mechanisms to selectively focus on relevant past instances when making a decision. The ANCM-HDM model extends this by incorporating additional attention layers to better capture the dynamic nature of decision-making.

The researchers evaluated these models on two datasets:

  1. Phishing Email Detection: Human subjects were shown emails and asked to decide if they were phishing attempts or not.
  2. Cyber-Attack Scenario: Human subjects played the role of attackers and chose attack options in a cybersecurity setting.

The performance of the NCM-HDM and ANCM-HDM models was compared to the IBL model and the GPT-3.5 language model. The results showed that the ANCM-HDM model achieved the best performance in representing human decision-making across both datasets.

An interesting finding was that all the models predicted a human's decision better if that human was better at the task overall. The researchers also explored explanations for the human decisions based on what their models considered important for the predictions.

Critical Analysis

The paper presents a promising approach to modeling human decision-making using neural networks. By building on the well-established IBL theory of cognition and incorporating attention mechanisms, the proposed models seem to capture important aspects of how humans make decisions in dynamic settings.

However, the paper does not delve deeply into the limitations of the research. For example, it's unclear how generalizable the findings are, as the experiments were conducted on relatively narrow datasets. It would be interesting to see how the models perform on a wider range of decision-making tasks.

Additionally, the paper does not address potential biases or confounding factors in the human subject data used to train and evaluate the models. It's possible that individual differences in decision-making strategies or past experiences could be driving some of the observed patterns, rather than the models themselves.

Further research could also explore the interpretability of the models' decision-making processes. While the paper touches on this, a more in-depth analysis of the specific factors the models consider important could yield valuable insights into the cognitive processes underlying human decision-making.

Conclusion

Overall, the paper presents an interesting and promising approach to modeling human decision-making using neural networks. The proposed models, particularly the ANCM-HDM, show strong performance in representing how humans make decisions in dynamic settings.

The findings suggest that neural networks can be effectively used to capture the cognitive processes involved in human decision-making, which could have important implications for fields like human-AI collaboration and understanding human behavior. However, further research is needed to address the limitations and explore the broader applicability of the approach.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

🧠

Total Score

0

Towards Neural Network based Cognitive Models of Dynamic Decision-Making by Humans

Changyu Chen, Shashank Reddy Chirra, Maria Jos'e Ferreira, Cleotilde Gonzalez, Arunesh Sinha, Pradeep Varakantham

Modeling human cognitive processes in dynamic decision-making tasks has been an endeavor in AI for a long time because such models can help make AI systems more intuitive, personalized, mitigate any human biases, and enhance training in simulation. Some initial work has attempted to utilize neural networks (and large language models) but often assumes one common model for all humans and aims to emulate human behavior in aggregate. However, the behavior of each human is distinct, heterogeneous, and relies on specific past experiences in certain tasks. For instance, consider two individuals responding to a phishing email: one who has previously encountered and identified similar threats may recognize it quickly, while another without such experience might fall for the scam. In this work, we build on Instance Based Learning (IBL) that posits that human decisions are based on similar situations encountered in the past. However, IBL relies on simple fixed form functions to capture the mapping from past situations to current decisions. To that end, we propose two new attention-based neural network models to have open form non-linear functions to model distinct and heterogeneous human decision-making in dynamic settings. We experiment with two distinct datasets gathered from human subject experiment data, one focusing on detection of phishing email by humans and another where humans act as attackers in a cybersecurity setting and decide on an attack option. We conducted extensive experiments with our two neural network models, IBL, and GPT3.5, and demonstrate that the neural network models outperform IBL significantly in representing human decision-making, while providing similar interpretability of human decisions as IBL. Overall, our work yields promising results for further use of neural networks in cognitive modeling of human decision making.

Read more

9/6/2024

Neural Dynamics Model of Visual Decision-Making: Learning from Human Experts
Total Score

0

Neural Dynamics Model of Visual Decision-Making: Learning from Human Experts

Jie Su, Fang Cai, Shu-Kuo Zhao, Xin-Yi Wang, Tian-Yi Qian, Da-Hui Wang, Bo Hong

Uncovering the fundamental neural correlates of biological intelligence, developing mathematical models, and conducting computational simulations are critical for advancing new paradigms in artificial intelligence (AI). In this study, we implemented a comprehensive visual decision-making model that spans from visual input to behavioral output, using a neural dynamics modeling approach. Drawing inspiration from the key components of the dorsal visual pathway in primates, our model not only aligns closely with human behavior but also reflects neural activities in primates, and achieving accuracy comparable to convolutional neural networks (CNNs). Moreover, magnetic resonance imaging (MRI) identified key neuroimaging features such as structural connections and functional connectivity that are associated with performance in perceptual decision-making tasks. A neuroimaging-informed fine-tuning approach was introduced and applied to the model, leading to performance improvements that paralleled the behavioral variations observed among subjects. Compared to classical deep learning models, our model more accurately replicates the behavioral performance of biological intelligence, relying on the structural characteristics of biological neural networks rather than extensive training data, and demonstrating enhanced resilience to perturbation.

Read more

9/5/2024

Predicting and Understanding Human Action Decisions: Insights from Large Language Models and Cognitive Instance-Based Learning
Total Score

0

Predicting and Understanding Human Action Decisions: Insights from Large Language Models and Cognitive Instance-Based Learning

Thuy Ngoc Nguyen, Kasturi Jamale, Cleotilde Gonzalez

Large Language Models (LLMs) have demonstrated their capabilities across various tasks, from language translation to complex reasoning. Understanding and predicting human behavior and biases are crucial for artificial intelligence (AI) assisted systems to provide useful assistance, yet it remains an open question whether these models can achieve this. This paper addresses this gap by leveraging the reasoning and generative capabilities of the LLMs to predict human behavior in two sequential decision-making tasks. These tasks involve balancing between exploitative and exploratory actions and handling delayed feedback, both essential for simulating real-life decision processes. We compare the performance of LLMs with a cognitive instance-based learning (IBL) model, which imitates human experiential decision-making. Our findings indicate that LLMs excel at rapidly incorporating feedback to enhance prediction accuracy. In contrast, the cognitive IBL model better accounts for human exploratory behaviors and effectively captures loss aversion bias, i.e., the tendency to choose a sub-optimal goal with fewer step-cost penalties rather than exploring to find the optimal choice, even with limited experience. The results highlight the benefits of integrating LLMs with cognitive architectures, suggesting that this synergy could enhance the modeling and understanding of complex human decision-making patterns.

Read more

7/15/2024

Capturing the Complexity of Human Strategic Decision-Making with Machine Learning
Total Score

0

Capturing the Complexity of Human Strategic Decision-Making with Machine Learning

Jian-Qiao Zhu, Joshua C. Peterson, Benjamin Enke, Thomas L. Griffiths

Understanding how people behave in strategic settings--where they make decisions based on their expectations about the behavior of others--is a long-standing problem in the behavioral sciences. We conduct the largest study to date of strategic decision-making in the context of initial play in two-player matrix games, analyzing over 90,000 human decisions across more than 2,400 procedurally generated games that span a much wider space than previous datasets. We show that a deep neural network trained on these data predicts people's choices better than leading theories of strategic behavior, indicating that there is systematic variation that is not explained by those theories. We then modify the network to produce a new, interpretable behavioral model, revealing what the original network learned about people: their ability to optimally respond and their capacity to reason about others are dependent on the complexity of individual games. This context-dependence is critical in explaining deviations from the rational Nash equilibrium, response times, and uncertainty in strategic decisions. More broadly, our results demonstrate how machine learning can be applied beyond prediction to further help generate novel explanations of complex human behavior.

Read more

8/16/2024