paper-with-me

홈 › Papers

Working Memory Networks: Augmenting Memory Networks with a Relational Reasoning Module

2018-05-23 · ACL 2018 7 · Juan Pavez, Héctor Allende, Héctor Allende-Cid

During the last years, there has been a lot of interest in achieving some kind of complex reasoning using deep neural networks. To do that, models like Memory Networks (MemNNs) have combined external memory storages and attention mechanisms. These architectures, however, lack of more complex reasoning mechanisms that could allow, for instance, relational reasoning. Relation Networks (RNs), on the other hand, have shown outstanding results in relational reasoning tasks. Unfortunately, their computational cost grows quadratically with the number of memories, something prohibitive for larger problems. To solve these issues, we introduce the Working Memory Network, a MemNN architecture with a novel working memory storage and reasoning module. Our model retains the relational reasoning abilities of the RN while reducing its computational complexity from quadratic to linear. We tested our model on the text QA dataset bAbI and the visual QA dataset NLVR. In the jointly trained bAbI-10k, we set a new state-of-the-art, achieving a mean error of less than 0.5%. Moreover, a simple ensemble of two of our models solves all 20 tasks in the joint version of the benchmark.

📄 PDF Abstract BibTeX arXiv:1805.09354

Code (0)

등록된 구현이 없습니다.

Tasks

Relational Reasoning

Methods 이 논문이 사용한 방법론

Memory Network 설명 없음

Similar Papers 제목 키워드 기반

HGMEM: Hypergraph-based Working Memory to Improve Multi-step RAG for Long-Context Complex Relational Modeling

2025-12-30 · Chulun Zhou, Chunkang Zhang, Guoxin Yu, Fandong Meng 외 arxiv

Multi-step retrieval-augmented generation (RAG) has become a widely adopted strategy for enhancing large language models (LLMs) on tasks that demand global comprehension and intensive reasoning. Although many RAG systems…

Co-Evolving Graph and Text Memory for Training-Free Multi-Hop Question Answering

2026-07-25 · Hieu Man, Thien Huu Nguyen arxiv

Multi-hop question answering requires coordinating relational and textual evidence across reasoning steps, a combination neither a text corpus nor a knowledge graph can supply alone. Prior work often emphasizes only part…

Multi-hop Question Answering

A Framework for Inference Inspired by Human Memory Mechanisms

2023-10-01 · Xiangyu Zeng, Jie Lin, Piao Hu, Ruizheng Huang 외

How humans and machines make sense of current inputs for relation reasoning and question-answering while putting the perceived information into context of our past memories, has been a challenging conundrum in cognitive …

image-classificationImage ClassificationLanguage ModelingLanguage Modelling+1

Symbolic Working Memory Enhances Language Models for Complex Rule Application

2024-08-24 · Siyuan Wang, Zhongyu Wei, Yejin Choi, Xiang Ren

Large Language Models (LLMs) have shown remarkable reasoning performance but struggle with multi-step deductive reasoning involving a series of rule application steps, especially when rules are presented non-sequentially…

HAIR: Hierarchical Visual-Semantic Relational Reasoning for Video Question Answering

2021-01-01 · ICCV 2021 10 · Fei Liu, Jing Liu, Weining Wang, Hanqing Lu

Relational reasoning is at the heart of video question answering. However, existing approaches suffer from several common limitations: (1) they only focus on either object-level or frame-level relational reasoning, a…

Question AnsweringRelational ReasoningVideo Question Answering