paper-with-me

Papers

QUBOs for Sorting Lists and Building Trees

2022-03-15 · Christian Bauckhage, Thore Gerlach, Nico Piatkowski

We show that the fundamental tasks of sorting lists and building search trees or heaps can be modeled as quadratic unconstrained binary optimization problems (QUBOs). The idea is to understand these tasks as permutation problems and to devise QUBOs whose solutions represent appropriate permutation matrices. We discuss how to construct such QUBOs and how to solve them using Hopfield nets or adiabatic) quantum computing. In short, we show that neurocomputing methods or quantum computers can solve problems usually associated with abstract data structures.

📄 PDF Abstract BibTeX arXiv:2203.08815

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Scalable Bayesian Rule Lists

2016-02-27 · ICML 2017 8 · Hongyu Yang, Cynthia Rudin, Margo Seltzer

We present an algorithm for building probabilistic rule lists that is two orders of magnitude faster than previous work. Rule list algorithms are competitors for decision tree algorithms. They are associative classifiers…

Computational Efficiency

Generalized Planning With Procedural Domain Control Knowledge

2019-10-11 · Javier Segovia-Aguas, Sergio Jiménez, Anders Jonsson

Generalized planning is the task of generating a single solution that is valid for a set of planning problems. In this paper we show how to represent and compute generalized plans using procedural Domain Control Knowledg…

valid

SortBench: Benchmarking LLMs based on their ability to sort lists

2025-04-11 · Steffen Herbold

Sorting is a tedious but simple task for human intelligence and can be solved fairly easily algorithmically. However, for Large Language Models (LLMs) this task is surprisingly hard, as some properties of sorting are amo…

Benchmarking

Neural Execution Engines: Learning to Execute Subroutines

2020-06-15 · NeurIPS 2020 12 · Yujun Yan, Kevin Swersky, Danai Koutra, Parthasarathy Ranganathan 외

A significant effort has been made to train neural networks that replicate algorithmic reasoning, but they often fail to learn the abstract concepts underlying these algorithms. This is evidenced by their inability to ge…

Learning to Execute

Learning-Augmented Search Data Structures

2024-02-16 · Chunkai Fu, Brandon G. Nguyen, Jung Hoon Seo, Ryan Zesch 외

We study the integration of machine learning advice to improve upon traditional data structure designed for efficient search queries. Although there has been recent effort in improving the performance of binary search tr…