paper-with-me

홈 › Papers

Using matrices to model symbolic relationship

2008-12-01 · NeurIPS 2008 12 · Ilya Sutskever, Geoffrey E. Hinton

We describe a way of learning matrix representations of objects and relationships. The goal of learning is to allow multiplication of matrices to represent symbolic relationships between objects and symbolic relationships between relationships, which is the main novelty of the method. We demonstrate that this leads to excellent generalization in two different domains: modular arithmetic and family relationships. We show that the same system can learn first-order propositions such as $(2, 5) \member +\!3$ or $(Christopher, Penelope)\member has\_wife$, and higher-order propositions such as $(3, +\!3) \member plus$ and $(+\!3, -\!3) \member inverse$ or $(has\_husband, has\_wife)\in higher\_oppsex$. We further demonstrate that the system understands how higher-order propositions are related to first-order ones by showing that it can correctly answer questions about first-order propositions involving the relations $+\!3$ or $has\_wife$ even though it has not been trained on any first-order examples involving these relations.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

model

Similar Papers 제목 키워드 기반

A Feature-based Generalizable Prediction Model for Both Perceptual and Abstract Reasoning

2024-03-08 · Quan Do, Thomas M. Morin, Chantal E. Stern, Michael E. Hasselmo

A hallmark of human intelligence is the ability to infer abstract rules from limited experience and apply these rules to unfamiliar situations. This capacity is widely studied in the visual domain using the Raven's Progr…

One-Shot Learning

Diagonal RNNs in Symbolic Music Modeling

2017-04-18 · Y. Cem Subakan, Paris Smaragdis

In this paper, we propose a new Recurrent Neural Network (RNN) architecture. The novelty is simple: We use diagonal recurrent matrices instead of full. This results in better test likelihood and faster convergence compar…

Music Modeling

A Neuro-vector-symbolic Architecture for Solving Raven's Progressive Matrices

2022-03-09 · Michael Hersche, Mustafa Zeqiri, Luca Benini, Abu Sebastian 외

Neither deep neural networks nor symbolic AI alone has approached the kind of intelligence expressed in humans. This is mainly because neural networks are not able to decompose joint representations to obtain distinct ob…

Logical Reasoning

Orthogonal Matrices for MBAT Vector Symbolic Architectures, and a "Soft" VSA Representation for JSON

2022-02-08 · Stephen I. Gallant

Vector Symbolic Architectures (VSAs) give a way to represent a complex object as a single fixed-length vector, so that similar objects have similar vector representations. These vector representations then become easy to…

BIG-bench Machine Learning

Combinatory Adjoints and Differentiation

2022-07-02 · Martin Elsman, Fritz Henglein, Robin Kaarsgaard, Mikkel Kragh Mathiesen 외

We develop a compositional approach for automatic and symbolic differentiation based on categorical constructions in functional analysis where derivatives are linear functions on abstract vectors rather than being limite…