English

Model Vectors

History and Overview 2022-11-29 v2

Abstract

In this article, we discuss a novel approach to solving number sequence problems, in which sequences of numbers following unstated rules are given, and missing terms are to be inferred. We develop a methodology of decomposing test sequences into linear combinations of known base sequences, and using the decomposition weights to predict the missing term. We show that if assumptions are made ahead of time of the expected base sequences, then a Model Vector can be created, where a dot-product with the input will produce the result. This is surprising since it means sequence problems can be solved with no knowledge of the hidden rule. Model vectors can be created either by matrix inversion or by a novel combination function applied to primitive vectors. A heuristic algorithm to compute the most likely model vector from the input is described. Finally we evaluate the algorithm on a suite of number sequence problem tests.

Keywords

Cite

@article{arxiv.2211.05815,
  title  = {Model Vectors},
  author = {John Prager},
  journal= {arXiv preprint arXiv:2211.05815},
  year   = {2022}
}

Comments

31 pages, 6 tables, fixed typo, variable naming, added citation