# Structured Recommendation

**Authors:** Dawei Chen, Lexing Xie, Aditya Krishna Menon, Cheng Soon Ong

arXiv: 1706.09067 · 2017-06-29

## TL;DR

This paper introduces a structured recommendation approach for sequential content with multiple valid outputs, focusing on trajectory data, and demonstrates its effectiveness over traditional methods.

## Contribution

It proposes a novel structured SVM-based method for sequence recommendation that handles multiple correct answers and avoids loops, tailored for trajectory data.

## Key findings

- Outperforms existing non-structured recommendation methods
- Effectively handles multiple ground truths in training
- Reduces loops in predicted sequences

## Abstract

Current recommender systems largely focus on static, unstructured content. In many scenarios, we would like to recommend content that has structure, such as a trajectory of points-of-interests in a city, or a playlist of songs. Dubbed Structured Recommendation, this problem differs from the typical structured prediction problem in that there are multiple correct answers for a given input. Motivated by trajectory recommendation, we focus on sequential structures but in contrast to classical Viterbi decoding we require that valid predictions are sequences with no repeated elements. We propose an approach to sequence recommendation based on the structured support vector machine. For prediction, we modify the inference procedure to avoid predicting loops in the sequence. For training, we modify the objective function to account for the existence of multiple ground truths for a given input. We also modify the loss-augmented inference procedure to exclude the known ground truths. Experiments on real-world trajectory recommendation datasets show the benefits of our approach over existing, non-structured recommendation approaches.

## Full text

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

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1706.09067/full.md

## References

44 references — full list in the complete paper: https://tomesphere.com/paper/1706.09067/full.md

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