Modeling Behavioral Patterns in News Recommendations Using Fuzzy Neural Networks
Kevin Innerebner, Stephan Bartl, Markus Reiter-Haas, Elisabeth Lex
TL;DR
This work tackles the transparency gap in news recommender systems by introducing a fuzzy neural network (FNN) that learns human‑readable rules from behavioral data to predict article clicks, with rule complexity controlled via a threshold $t$. The approach combines multi‑layer fuzzy logic (AND/OR/NOT) with learned weights in $[-1,1]$ (via a $\tanh$ transform) and end‑to‑end training, enabling negations and rule extraction. Evaluations on EB‑NeRD and MIND show competitive predictive performance, especially on EB‑NeRD, while yielding interpretable rules that reveal recency and topical patterns in news consumption; ablation and sensitivity analyses demonstrate the impact of components on rule complexity and predictive power. The paper also presents a Theory of Change, positioning the model as a decision‑support tool for editors, and outlines future work toward integrating manual editorial guidelines and enabling tractable auditing through decomposability and determinism.
Abstract
News recommender systems are increasingly driven by black-box models, offering little transparency for editorial decision-making. In this work, we introduce a transparent recommender system that uses fuzzy neural networks to learn human-readable rules from behavioral data for predicting article clicks. By extracting the rules at configurable thresholds, we can control rule complexity and thus, the level of interpretability. We evaluate our approach on two publicly available news datasets (i.e., MIND and EB-NeRD) and show that we can accurately predict click behavior compared to several established baselines, while learning human-readable rules. Furthermore, we show that the learned rules reveal news consumption patterns, enabling editors to align content curation goals with target audience behavior.
