Datasets:

Modalities:
Image
Text
Formats:
parquet
DOI:
Libraries:
Datasets
Dask
File size: 4,402 Bytes
cdb7389
 
56f4412
cdb7389
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56f4412
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
cdb7389
 
 
 
 
56f4412
 
 
 
cdb7389
499ec41
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8f02aa2
 
 
 
 
 
 
499ec41
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
---
dataset_info:
- config_name: choice_behavior
  features:
  - name: query
    dtype: string
  - name: experiment_label
    dtype: string
  - name: experiment_number
    dtype: int64
  - name: sku
    sequence: string
  - name: title
    sequence: string
  - name: url
    sequence: string
  - name: image_url
    sequence: string
  - name: sponsored
    sequence: bool
  - name: rating
    sequence: float64
  - name: rating_count
    sequence: int64
  - name: price
    sequence: float64
  - name: overall_pick
    sequence: bool
  - name: best_seller
    sequence: bool
  - name: limited_time
    sequence: bool
  - name: discounted
    sequence: bool
  - name: low_stock
    sequence: bool
  - name: stock_quantity
    sequence: int64
  - name: position_in_experiment
    sequence: int64
  - name: assigned_position
    sequence: int64
  - name: desired_choice
    sequence: int64
  - name: original_price
    sequence: float64
  - name: original_rating
    sequence: float64
  - name: original_rating_count
    sequence: int64
  - name: screenshot
    dtype: image
  splits:
  - name: data
    num_bytes: 1546477709.5
    num_examples: 4500
  download_size: 1495229852
  dataset_size: 1546477709.5
- config_name: market_share
  features:
  - name: query
    dtype: string
  - name: experiment_label
    dtype: string
  - name: experiment_number
    dtype: int64
  - name: sku
    sequence: string
  - name: title
    sequence: string
  - name: url
    sequence: string
  - name: image_url
    sequence: string
  - name: sponsored
    sequence: bool
  - name: rating
    sequence: float64
  - name: rating_count
    sequence: int64
  - name: price
    sequence: float64
  - name: overall_pick
    sequence: bool
  - name: best_seller
    sequence: bool
  - name: limited_time
    sequence: bool
  - name: discounted
    sequence: bool
  - name: low_stock
    sequence: bool
  - name: stock_quantity
    sequence: int64
  - name: position_in_experiment
    sequence: int64
  - name: assigned_position
    sequence: int64
  - name: desired_choice
    sequence: int64
  - name: original_price
    sequence: float64
  - name: original_rating
    sequence: float64
  - name: original_rating_count
    sequence: int64
  - name: screenshot
    dtype: image
  splits:
  - name: data
    num_bytes: 1529079760.0
    num_examples: 4500
  download_size: 1477239608
  dataset_size: 1529079760.0
configs:
- config_name: choice_behavior
  data_files:
  - split: data
    path: choice_behavior/data-*
- config_name: market_share
  data_files:
  - split: data
    path: market_share/data-*
---
# ACE-BB Dataset

ACE-BB (Agentic e-Commerce - choice Behavior & Biases) is a set of experiments for studying how autonomous AI agents behave when shopping in e-commerce settings.
The dataset enables controlled experiments on AI shopping behavior by providing synthetic tasks which evaluate agents' choice behavior & biases.

## Paper

**ArXiv**: [https://arxiv.org/abs/XXXX.XXXXX](https://arxiv.org/abs/XXXX.XXXXX)

## Dataset Description

This dataset contains experimental data from studying how AI shopping agents behave in e-commerce settings:

### Choice Behavior & Biases Experiments
- 500 randomized scenarios per product category
- Exogenous variation in:
  - Product positions (2×4 grid layout)
  - Platform tags (Sponsored, Overall Pick, Scarcity)
  - Product attributes (price, rating, number of reviews)
- Measures AI agent sensitivity to platform levers and product characteristics

### Dataset Subsets

- `choice_behavior`
- `market_share`

## Usage

To reproduce experiments or run on new models, please refer to the [ACES codebase](https://github.com/mycustomai/ACE).

## Citation

If you use this dataset in your research, please cite:

```bibtex
@misc{allouah2025acebb,
	author       = { Amine Allouah, Omar Besbes, Josué D Figueroa, Yash Kanoria and Akshit Kumar },
	title        = { ACE-BB (Revision 499ec41) },
	year         = 2025,
	url          = { https://huggingface.co/datasets/My-Custom-AI/ACE-BB },
	doi          = { 10.57967/hf/6124 },
	publisher    = { Hugging Face }
}
```

## License

This dataset is licensed under the MIT License and includes publically accessible data from Amazon.com.

## Contact

For questions or issues, please open a GitHub issue in the [ACES repository](https://github.com/mycustomai/ACES) or contact the authors through the paper correspondence information.