# A Sequential Set Generation Method for Predicting Set-Valued Outputs

**Authors:** Tian Gao, Jie Chen, Vijil Chenthamarakshan, Michael Witbrock

arXiv: 1903.05153 · 2019-03-14

## TL;DR

This paper introduces a unified sequential set generation (SSG) framework that effectively predicts unordered, variable-sized set outputs by leveraging probabilistic models with regularization, outperforming baseline methods.

## Contribution

The paper presents a novel meta-algorithm, SSG, that handles set-valued outputs in machine learning, accommodating unordered and variable-sized sets using sequential generation techniques.

## Key findings

- SSG outperforms baseline methods on benchmark datasets.
- The framework effectively predicts unordered, variable-sized sets.
- Experiments demonstrate strong performance of SSG.

## Abstract

Consider a general machine learning setting where the output is a set of labels or sequences. This output set is unordered and its size varies with the input. Whereas multi-label classification methods seem a natural first resort, they are not readily applicable to set-valued outputs because of the growth rate of the output space; and because conventional sequence generation doesn't reflect sets' order-free nature. In this paper, we propose a unified framework--sequential set generation (SSG)--that can handle output sets of labels and sequences. SSG is a meta-algorithm that leverages any probabilistic learning method for label or sequence prediction, but employs a proper regularization such that a new label or sequence is generated repeatedly until the full set is produced. Though SSG is sequential in nature, it does not penalize the ordering of the appearance of the set elements and can be applied to a variety of set output problems, such as a set of classification labels or sequences. We perform experiments with both benchmark and synthetic data sets and demonstrate SSG's strong performance over baseline methods.

## Full text

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

## Figures

3 figures with captions in the complete paper: https://tomesphere.com/paper/1903.05153/full.md

## References

17 references — full list in the complete paper: https://tomesphere.com/paper/1903.05153/full.md

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