Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/francesco-mannella/transitive-inference-as-probabilistic-preference-learning

Transitive Inference as a probabilistic preference learning task, using one-parameter Mallows models.
https://github.com/francesco-mannella/transitive-inference-as-probabilistic-preference-learning

Last synced: about 1 month ago
JSON representation

Transitive Inference as a probabilistic preference learning task, using one-parameter Mallows models.

Awesome Lists containing this project

README

        

# Transitive-Inference-As-Probabilistic-Preference-Learning
Transitive Inference as a probabilistic preference learning task, using one-parameter Mallows models.

This repository contains the code implementation for the paper "Transitive Inference as Probabilistic Preference Learning" by Francesco Mannella and Giovanni Pezzulo, affiliated with the Institute of Cognitive Sciences and Technologies at the National Research Council in Rome, Italy.

[TransitiveInference.ipynb](https://nbviewer.org/github/francesco-mannella/Transitive-Inference-As-Probabilistic-Preference-Learning/blob/main/MallowsNN.ipynb) contains the python code for the first simulation which explores the decision dynamics of a well-trained Mallows ranking model, replicating key features of TI observed in human and animal studies and the second simulation demonstrates the learning dynamics of the model when confronted with a novel TI task, showcasing its ability to connect previously separate rankings.

[MallowsNN.ipynb](https://nbviewer.org/github/francesco-mannella/Transitive-Inference-As-Probabilistic-Preference-Learning/blob/main/MallowsNN.ipynb) contains the python code reguadsing the third simulation provides insights into the neural-like codes harnessed by the model to perform TI.