English

Differentiable Greedy Networks

Machine Learning 2018-10-31 v1 Machine Learning

Abstract

Optimal selection of a subset of items from a given set is a hard problem that requires combinatorial optimization. In this paper, we propose a subset selection algorithm that is trainable with gradient-based methods yet achieves near-optimal performance via submodular optimization. We focus on the task of identifying a relevant set of sentences for claim verification in the context of the FEVER task. Conventional methods for this task look at sentences on their individual merit and thus do not optimize the informativeness of sentences as a set. We show that our proposed method which builds on the idea of unfolding a greedy algorithm into a computational graph allows both interpretability and gradient-based training. The proposed differentiable greedy network (DGN) outperforms discrete optimization algorithms as well as other baseline methods in terms of precision and recall.

Keywords

Cite

@article{arxiv.1810.12464,
  title  = {Differentiable Greedy Networks},
  author = {Thomas Powers and Rasool Fakoor and Siamak Shakeri and Abhinav Sethy and Amanjit Kainth and Abdel-rahman Mohamed and Ruhi Sarikaya},
  journal= {arXiv preprint arXiv:1810.12464},
  year   = {2018}
}

Comments

Work in progress and under review

R2 v1 2026-06-23T04:56:56.643Z