paper-with-me

홈 › Papers

Global Belief Recursive Neural Networks

2014-12-01 · NeurIPS 2014 12 · Romain Paulus, Richard Socher, Christopher D. Manning

Recursive Neural Networks have recently obtained state of the art performance on several natural language processing tasks. However, because of their feedforward architecture they cannot correctly predict phrase or word labels that are determined by context. This is a problem in tasks such as aspect-specific sentiment classification which tries to, for instance, predict that the word Android is positive in the sentence Android beats iOS. We introduce global belief recursive neural networks (GB-RNNs) which are based on the idea of extending purely feedforward neural networks to include one feedbackward step during inference. This allows phrase level predictions and representations to give feedback to words. We show the effectiveness of this model on the task of contextual sentiment analysis. We also show that dropout can improve RNN training and that a combination of unsupervised and supervised word vector representations performs better than either alone. The feedbackward step improves F1 performance by 3% over the standard RNN on this task, obtains state-of-the-art performance on the SemEval 2013 challenge and can accurately predict the sentiment of specific entities.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

SentenceSentiment AnalysisSentiment Classification

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Neural Recursive Belief States in Multi-Agent Reinforcement Learning

2021-02-03 · Pol Moreno, Edward Hughes, Kevin R. McKee, Bernardo Avila Pires 외

In multi-agent reinforcement learning, the problem of learning to act is particularly difficult because the policies of co-players may be heavily conditioned on information only observed by them. On the other hand, human…

Decision MakingMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning+1

Classification with a Network of Partially Informative Agents: Enabling Wise Crowds from Individually Myopic Classifiers

2024-09-30 · Tong Yao, Shreyas Sundaram

We consider the problem of classification with a (peer-to-peer) network of heterogeneous and partially informative agents, each receiving local data generated by an underlying true class, and equipped with a classifier t…

MCE Reasoning in Recursive Causal Networks

2013-03-27 · Wilson X. Wen

A probabilistic method of reasoning under uncertainty is proposed based on the principle of Minimum Cross Entropy (MCE) and concept of Recursive Causal Model (RCM). The dependency and correlations among the variables are…

Mind the Perspective: Let's Reason Recursively for Theory of Mind

2026-06-10 · Chao Lei, Guang Hu, Meng Yang, Yanbei Jiang 외 arxiv

Theory of Mind (ToM) reasoning requires inferring agents' beliefs from partial and asymmetric observations, which remains an open challenge for LLMs. Existing prompting-based approaches improve ToM reasoning through obse…

Sophisticated Inference

2020-06-07 · Karl Friston, Lancelot Da Costa, Danijar Hafner, Casper Hesp 외

Active inference offers a first principle account of sentient behaviour, from which special and important cases can be derived, e.g., reinforcement learning, active learning, Bayes optimal inference, Bayes optimal design…

Active LearningcounterfactualForm