paper-with-me

Papers

Inferring User Preferences by Probabilistic Logical Reasoning over Social Networks

2014-11-11 · Jiwei Li, Alan Ritter, Dan Jurafsky

We propose a framework for inferring the latent attitudes or preferences of users by performing probabilistic first-order logical reasoning over the social network graph. Our method answers questions about Twitter users like {\em Does this user like sushi?} or {\em Is this user a New York Knicks fan?} by building a probabilistic model that reasons over user attributes (the user's location or gender) and the social network (the user's friends and spouse), via inferences like homophily (I am more likely to like sushi if spouse or friends like sushi, I am more likely to like the Knicks if I live in New York). The algorithm uses distant supervision, semi-supervised data harvesting and vector space models to extract user attributes (e.g. spouse, education, location) and preferences (likes and dislikes) from text. The extracted propositions are then fed into a probabilistic reasoner (we investigate both Markov Logic and Probabilistic Soft Logic). Our experiments show that probabilistic logical reasoning significantly improves the performance on attribute and relation extraction, and also achieves an F-score of 0.791 at predicting a users likes or dislikes, significantly better than two strong baselines.

📄 PDF Abstract BibTeX arXiv:1411.2679

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeLogical ReasoningRelation Extraction

Similar Papers 제목 키워드 기반

Active Preference Inference using Language Models and Probabilistic Reasoning

2023-12-19 · Wasu Top Piriyakulkij, Volodymyr Kuleshov, Kevin Ellis

Actively inferring user preferences, for example by asking good questions, is important for any human-facing decision-making system. Active inference allows such systems to adapt and personalize themselves to nuanced ind…

Decision Making

Learning Transferable Latent User Preferences for Human-Aligned Decision Making

2026-05-12 · Alina Hyk, Sandhya Saisubramanian arxiv

Large language models (LLMs) are increasingly used as reasoning modules in many applications. While they are efficient in certain tasks, LLMs often struggle to produce human-aligned solutions. Human-aligned decision maki…

Decision Making

Personalizing Reinforcement Learning from Human Feedback with Variational Preference Learning

2024-08-19 · Sriyash Poddar, Yanming Wan, Hamish Ivison, Abhishek Gupta 외

Reinforcement Learning from Human Feedback (RLHF) is a powerful paradigm for aligning foundation models to human values and preferences. However, current RLHF techniques cannot account for the naturally occurring differe…

reinforcement-learningReinforcement Learning

DisenReason: Behavior Disentanglement and Latent Reasoning for Shared-Account Sequential Recommendation

2026-03-04 · Jiawei Cheng, Min Gao, Zongwei Wang, Xiaofei Zhu 외 arxiv

Shared-account usage is common on streaming and e-commerce platforms, where multiple users share one account. Existing shared-account sequential recommendation (SSR) methods often assume a fixed number of latent users pe…

Sequential Recommendation

Sequential Recommendation with Probabilistic Logical Reasoning

2023-04-22 · Huanhuan Yuan, Pengpeng Zhao, Xuefeng Xian, Guanfeng Liu 외

Deep learning and symbolic learning are two frequently employed methods in Sequential Recommendation (SR). Recent neural-symbolic SR models demonstrate their potential to enable SR to be equipped with concurrent percepti…

Logical ReasoningSequential Recommendation