Beyond Algorithms: Infusing Personality into E-Commerce Bargaining

A heuristic personality-based bilateral multi-issue bargaining model in electronic commerce

2008-08-10
Faria Nassiri Mofakham, Mohammad Ali Nematbakhsh, Nasser Ghasem-Aghaee, Ahmad Baraani-Dastjerdi
Summary
Problem
Method
Results
Takeaways
Abstract

This paper introduces a heuristic, bilateral multi-issue bargaining model for e-commerce that incorporates the Five-Factor Model (FFM/OCEAN) of personality into intelligent agents. By utilizing fuzzy inference engines to map personality traits to "Risk" and "Cooperation" factors, the authors developed a semi-dynamic bargaining protocol that enables more human-like, flexible automated negotiations.

TL;DR

Researchers have moved past rigid, time-based bargaining scripts to create "OCEAN agents"—software entities equipped with human-like personalities. By mapping the Five-Factor Model (FFM) of personality to negotiation behaviors, this study introduces a semi-dynamic model where agents use "Risk" and "Cooperation" factors to outmaneuver counterparts in complex, multi-issue e-marketplaces.

The Missing Piece: Why Rationality Isn't Human

In the world of Multi-Agent Systems (MAS), negotiation has long been treated as a mathematical optimization problem. While effective, these models lack the "irrational" but strategic flexibility of human personality.

Current SOTA methods often rely on time-based tactics: as the deadline nears, the agent concedes. However, humans don't just watch the clock; they use silence, aggression, or submission to sway the outcome. The authors argue that for agents to be truly effective e-commerce representatives, they must embody the behavioral patterns we recognize in ourselves.

Methodology: Mapping OCEAN to Action

The core innovation lies in the transformation of the OCEAN (Openness, Conscientiousness, Extraversion, Agreeableness, Negative emotions) model into actionable bargaining parameters: Risk and Cooperation.

1. The Knowledge Architecture

Instead of real-time heavy computation, the model uses a Stationary-Mobile division:

  • Stationary Side: Performs heavy lifting, calculating a sorted matrix of all possible preferences and utility values.
  • Mobile Side: Travels the network, armed only with a "distilled" knowledge matrix, making fast decisions based on the assigned personality.

2. The Decision Logic

Using Fuzzy Inference Engines, facets like Achievement Striving (C4) and Deliberation (C6) are processed to define how much risk an agent takes in its initial offer and subsequent counter-offers.

Model Architecture Figure 1: The dual-sided architecture allows mobile agents to remain lightweight while retaining deep behavioral logic.

Key Behavioral Scenarios

The authors identified several "Stereotypical" behaviors:

  • The Avoider (LL): Low Risk, Low Cooperation. They stick to their guns and walk away easily.
  • The Submissive (LH): Low Risk, High Cooperation. Eager to reach a deal, even at a lower utility.
  • The Negotiator (MM): Balanced. These agents engage in multiple bargaining rounds, often leading to the highest Social Welfare.

One unique feature is the "Nothing" Action: The agent stays silent even if an offer is acceptable, hoping the counterpart will concede even further—a classic human tactical move.

Experimental Insights: Who Wins the Deal?

The study simulated negotiations over a good with three criteria: Shipping, Payment, and Packaging.

Experimental Results Figure 2: Analysis of contract utilities across different seller and buyer personality types.

Critical Findings:

  • First Mover Advantage? Interestingly, the results suggest that in this model, the party that initiates the negotiation often ends up with a utility slightly below their desire, while the counterpart gains more.
  • The Social Welfare Champion: The MM (Negotiator) seller combined with ML (Semi-submissive) buyers provided the highest utilitarian Social Welfare (the sum of both parties' satisfaction).
  • Market Activeness: Sellers with low risk (LL/LH) were the most successful in actually closing deals across all types of buyers, ensuring the "market" remained liquid and active.

Critical Analysis & Conclusion

This paper successfully bridges the gap between psychological theory and computational MAS. It proves that "personality" is not just a cosmetic addition but a functional heuristic that can streamline complex multi-issue searches.

Limitations: The study relies on stereotypical profiles and lacks real-world human empirical data. The rules for fuzzy inference, while intuitive, are heuristic and could benefit from machine learning to "learn" more effective personality traits over time.

Future Outlook: The next frontier is integrating Learning Features. Imagine an agent that identifies its opponent's personality in the first two rounds and dynamically shifts its own "Cooperation" score to exploit the opponent's "Risk" profile. As we move toward a more automated economy, these "Personified" agents will be the ones handling our digital wallets.

Find Similar Papers

Try Our Examples

  • Search for recent studies that integrate Large Language Models (LLMs) with the Five-Factor Model to simulate realistic negotiation behaviors in multi-agent environments.
  • Which original papers established the "Boulware" and "Conceder" tactics in automated negotiation, and how do modern personality-based heuristics specifically outperform these time-dependent functions?
  • Investigate the application of OCEAN-based intelligent agents in non-commercial conflict resolution settings, such as political mediation or military strategy simulations.
Contents
Beyond Algorithms: Infusing Personality into E-Commerce Bargaining
1. TL;DR
2. The Missing Piece: Why Rationality Isn't Human
3. Methodology: Mapping OCEAN to Action
3.1. 1. The Knowledge Architecture
3.2. 2. The Decision Logic
4. Key Behavioral Scenarios
5. Experimental Insights: Who Wins the Deal?
6. Critical Analysis & Conclusion