Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/francesco-mannella/transitive-inference-as-probabilistic-preference-learning
- Owner: francesco-mannella
- License: mit
- Created: 2023-11-22T17:57:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-22T18:21:43.000Z (about 1 year ago)
- Last Synced: 2024-11-07T09:23:51.229Z (3 months ago)
- Language: Jupyter Notebook
- Size: 1.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.