Update README.md
Browse files
README.md
CHANGED
|
@@ -122,3 +122,53 @@ configs:
|
|
| 122 |
- split: data
|
| 123 |
path: market_share/data-*
|
| 124 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 122 |
- split: data
|
| 123 |
path: market_share/data-*
|
| 124 |
---
|
| 125 |
+
# ACE-BB Dataset
|
| 126 |
+
|
| 127 |
+
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.
|
| 128 |
+
The dataset enables controlled experiments on AI shopping behavior by providing synthetic tasks which evaluate agents' choice behavior & biases.
|
| 129 |
+
|
| 130 |
+
## Paper
|
| 131 |
+
|
| 132 |
+
**ArXiv**: [https://arxiv.org/abs/XXXX.XXXXX](https://arxiv.org/abs/XXXX.XXXXX)
|
| 133 |
+
|
| 134 |
+
## Dataset Description
|
| 135 |
+
|
| 136 |
+
This dataset contains experimental data from studying how AI shopping agents behave in e-commerce settings:
|
| 137 |
+
|
| 138 |
+
### Choice Behavior & Biases Experiments
|
| 139 |
+
- 500 randomized scenarios per product category
|
| 140 |
+
- Exogenous variation in:
|
| 141 |
+
- Product positions (2×4 grid layout)
|
| 142 |
+
- Platform tags (Sponsored, Overall Pick, Scarcity)
|
| 143 |
+
- Product attributes (price, rating, number of reviews)
|
| 144 |
+
- Measures AI agent sensitivity to platform levers and product characteristics
|
| 145 |
+
|
| 146 |
+
### Dataset Subsets
|
| 147 |
+
|
| 148 |
+
- `choice_behavior`
|
| 149 |
+
- `market_share`
|
| 150 |
+
|
| 151 |
+
## Usage
|
| 152 |
+
|
| 153 |
+
To reproduce experiments or run on new models, please refer to the [ACES codebase](https://github.com/mycustomai/ACE).
|
| 154 |
+
|
| 155 |
+
## Citation
|
| 156 |
+
|
| 157 |
+
If you use this dataset in your research, please cite:
|
| 158 |
+
|
| 159 |
+
```bibtex
|
| 160 |
+
@article{allouah2025aces,
|
| 161 |
+
title={What is your AI Agent buying? Evaluation, Implications and Emerging Questions for Agentic e-Commerce},
|
| 162 |
+
author={Allouah, Amine and Besbes, Omar and Figueroa, Josué D and Kanoria, Yash and Kumar, Akshit},
|
| 163 |
+
journal={arXiv preprint arXiv:XXXX.XXXXX},
|
| 164 |
+
year={2025}
|
| 165 |
+
}
|
| 166 |
+
```
|
| 167 |
+
|
| 168 |
+
## License
|
| 169 |
+
|
| 170 |
+
This dataset is licensed under the MIT License and includes publically accessible data from Amazon.com.
|
| 171 |
+
|
| 172 |
+
## Contact
|
| 173 |
+
|
| 174 |
+
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.
|