# Recovering Markov Models from Closed-Loop Data

**Authors:** Jonathan P. Epperlein, Robert Shorten, Sergiy Zhuk

arXiv: 1706.06359 · 2020-11-11

## TL;DR

This paper develops an EM-based method to recover unbiased Markov models from data influenced by recommender systems that create feedback loops, addressing the challenge of hidden state dependencies.

## Contribution

It introduces an EM algorithm to estimate transition matrices in Markov chains affected by feedback from recommender systems, accounting for the feedback loop.

## Key findings

- The proposed method accurately estimates transition matrices in simulated experiments.
- The approach effectively handles the feedback loop in Markov models.
- Experimental results demonstrate the algorithm's robustness and applicability.

## Abstract

Situations in which recommender systems are used to augument decision making are becoming prevalent in many application domains. Almost always, these prediction tools (recommenders) are created with a view to affecting behavioural change. Clearly, successful applications actuating behavioural change, affect the original model underpinning the predictor, leading to an inconsistency. This feedback loop is often not considered in standard so-called Big Data learning techniques which rely upon machine learning/statistical learning machinery. The objective of this paper is to develop tools that recover unbiased user models in the presence of recommenders. More specifically, we assume that we observe a time series which is a trajectory of a Markov chain ${R}$ modulated by another Markov chain ${S}$, i.e. the transition matrix of ${R}$ is unknown and depends on the current state of ${S}$. The transition matrix of the latter is also unknown. In other words, at each time instant, ${S}$ selects a transition matrix for ${R}$ within a given set which consists of known and unknown matrices. The state of ${S}$, in turn, depends on the current state of ${R}$ thus introducing a feedback loop. We propose an Expectation-Maximization (EM) type algorithm, which estimates the transition matrices of ${S}$ and ${R}$. Experimental results are given to demonstrate the efficacy of the approach.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1706.06359/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1706.06359/full.md

## References

33 references — full list in the complete paper: https://tomesphere.com/paper/1706.06359/full.md

---
Source: https://tomesphere.com/paper/1706.06359