# A Dataset for Learning Graph Representations to Predict Customer Returns   in Fashion Retail

**Authors:** Jamie McGowan, Elizabeth Guest, Ziyang Yan, Cong Zheng, Neha Patel,, Mason Cusack, Charlie Donaldson, Sofie de Cnudde, Gabriel Facini, Fabon, Dzogang

arXiv: 2302.14096 · 2023-03-14

## TL;DR

This paper introduces a new dataset from ASOS for predicting customer returns in fashion retail, demonstrating that graph neural networks outperform baseline models in return prediction accuracy.

## Contribution

The paper provides a novel dataset and shows that graph neural networks improve return prediction performance over traditional models.

## Key findings

- GNN achieved an F1-score of 0.792 in return prediction
- Graph recasting led to lower cross-entropy loss
- Baseline models performed less effectively than GNNs

## Abstract

We present a novel dataset collected by ASOS (a major online fashion retailer) to address the challenge of predicting customer returns in a fashion retail ecosystem. With the release of this substantial dataset we hope to motivate further collaboration between research communities and the fashion industry. We first explore the structure of this dataset with a focus on the application of Graph Representation Learning in order to exploit the natural data structure and provide statistical insights into particular features within the data. In addition to this, we show examples of a return prediction classification task with a selection of baseline models (i.e. with no intermediate representation learning step) and a graph representation based model. We show that in a downstream return prediction classification task, an F1-score of 0.792 can be found using a Graph Neural Network (GNN), improving upon other models discussed in this work. Alongside this increased F1-score, we also present a lower cross-entropy loss by recasting the data into a graph structure, indicating more robust predictions from a GNN based solution. These results provide evidence that GNNs could provide more impactful and usable classifications than other baseline models on the presented dataset and with this motivation, we hope to encourage further research into graph-based approaches using the ASOS GraphReturns dataset.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2302.14096/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/2302.14096/full.md

## References

16 references — full list in the complete paper: https://tomesphere.com/paper/2302.14096/full.md

---
Source: https://tomesphere.com/paper/2302.14096