All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Exploring Human-Like Reasoning Through Model Synthesis Architecture

By

PaulHoule

10mo ago· 2 min readenInsight

Summary

The article explores how people synthesize probabilistic models to handle novel situations by combining distributed and symbolic representations. It introduces a 'Model Synthesis Architecture' (MSA) that uses language models for relevance-based retrieval and probabilistic programs for coherent reasoning. The MSA is evaluated against human judgments in a 'Model Olympics' dataset, demonstrating its effectiveness in open-ended reasoning.

Key quotes

· 4 pulled
When faced with novel situations, people are able to marshal relevant considerations from a wide range of background knowledge and put these to use in inferences and predictions.
We propose a computational implementation of this idea -- a 'Model Synthesis Architecture' (MSA) -- using language models to implement global relevance-based retrieval and model synthesis and probabilistic programs to implement bespoke, coherent world models.
Our MSA approach captures human judgments better than language model-only baselines, under both direct and chain-of-thought generations from the LM that supports model synthesis.
These results suggest that MSAs can be implemented in a way that mirrors people's ability to deliver locally coherent reasoning over globally relevant variables.
Snippet from the RSS feed
When faced with novel situations, people are able to marshal relevant considerations from a wide range of background knowledge and put these to use in inferences and predictions. What permits us to draw in globally relevant information and reason over it

You might also wanna read