Datasets:

Modalities:
Image
Text
Formats:
parquet
ArXiv:
DOI:
Libraries:
Datasets
Dask
License:
PoorRican commited on
Commit
7db9614
·
verified ·
1 Parent(s): 463d905

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +58 -4
README.md CHANGED
@@ -48,10 +48,10 @@ dataset_info:
48
  dtype: image
49
  splits:
50
  - name: data
51
- num_bytes: 343809718.0
52
  num_examples: 2500
53
  download_size: 221069168
54
- dataset_size: 343809718.0
55
  - config_name: instruction_following
56
  features:
57
  - name: query
@@ -106,10 +106,10 @@ dataset_info:
106
  dtype: image
107
  splits:
108
  - name: data
109
- num_bytes: 132899376.0
110
  num_examples: 400
111
  download_size: 130748969
112
- dataset_size: 132899376.0
113
  - config_name: rating
114
  features:
115
  - name: query
@@ -231,4 +231,58 @@ configs:
231
  data_files:
232
  - split: data
233
  path: relative_price/data-*
 
234
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  dtype: image
49
  splits:
50
  - name: data
51
+ num_bytes: 343809718
52
  num_examples: 2500
53
  download_size: 221069168
54
+ dataset_size: 343809718
55
  - config_name: instruction_following
56
  features:
57
  - name: query
 
106
  dtype: image
107
  splits:
108
  - name: data
109
+ num_bytes: 132899376
110
  num_examples: 400
111
  download_size: 130748969
112
+ dataset_size: 132899376
113
  - config_name: rating
114
  features:
115
  - name: query
 
231
  data_files:
232
  - split: data
233
  path: relative_price/data-*
234
+ license: mit
235
  ---
236
+ # ACE-RS Dataset
237
+
238
+ ## Dataset Description
239
+
240
+ ACERS (Agentic e-CommercE - Rationality Suite) is a comprehensive dataset for studying how autonomous AI agents behave when shopping in e-commerce settings.
241
+ The dataset enables controlled experiments on AI shopping behavior by providing synthetic tasks which evaluate agents' economic rationality and basic instruction following.
242
+
243
+ ## Paper
244
+
245
+ 📄 **Paper**: [What is your AI Agent buying? Evaluation, Implications and Emerging Questions for Agentic e-Commerce](https://arxiv.org/abs/XXXX.XXXXX)
246
+
247
+ ## Dataset Subsets
248
+
249
+ The ACE-RS dataset contains multiple experimental subsets:
250
+
251
+ ### 1. **Instruction Following**
252
+
253
+ - `instruction_following`:
254
+ - Budget-constrained shopping tasks
255
+ - Color-based product selection
256
+ - Brand-specific requirements
257
+
258
+ ### 2. **Rationality Tests**
259
+
260
+ - `absolute_and_random_price`
261
+ - `relative_price`
262
+ - `rating`
263
+
264
+ ## Usage
265
+
266
+ For detailed instructions on how to use this dataset and run experiments, please refer to the [ACES codebase](https://github.com/mycustomai/ACES).
267
+
268
+ ## Citation
269
+
270
+ If you use the ACERS dataset in your research, please cite:
271
+
272
+ ```bibtex
273
+ @article{allouah2025aces,
274
+ title={What is your AI Agent buying? Evaluation, Implications and Emerging Questions for Agentic e-Commerce},
275
+ author={Allouah, Amine and Besbes, Omar and Figueroa, Josué D and Kanoria, Yash and Kumar, Akshit},
276
+ journal={arXiv preprint arXiv:XXXX.XXXXX},
277
+ year={2025}
278
+ }
279
+ ```
280
+
281
+ ## License
282
+
283
+ This dataset is licensed under the [MIT License](LICENSE) and includes data publically available from Amazon.com
284
+
285
+ ## Links
286
+
287
+ - 💻 **Code Repository**: [https://github.com/mycustomai/ACE](https://github.com/mycustomai/ACE)
288
+ - 📊 **Dataset**: [HuggingFace Dataset Card](https://huggingface.co/datasets/My-Custom-AI/ACERS)