paper-with-me

Papers

Relational dynamic memory networks

2018-08-10 · Trang Pham, Truyen Tran, Svetha Venkatesh

Neural networks excel in detecting regular patterns but are less successful in representing and manipulating complex data structures, possibly due to the lack of an external memory. This has led to the recent development of a new line of architectures known as Memory-Augmented Neural Networks (MANNs), each of which consists of a neural network that interacts with an external memory matrix. However, this RAM-like memory matrix is unstructured and thus does not naturally encode structured objects. Here we design a new MANN dubbed Relational Dynamic Memory Network (RMDN) to bridge the gap. Like existing MANNs, RMDN has a neural controller but its memory is structured as multi-relational graphs. RMDN uses the memory to represent and manipulate graph-structured data in response to query; and as a neural network, RMDN is trainable from labeled data. Thus RMDN learns to answer queries about a set of graph-structured objects without explicit programming. We evaluate the capability of RMDN on several important prediction problems, including software vulnerability, molecular bioactivity and chemical-chemical interaction. Results demonstrate the efficacy of the proposed model.

📄 PDF Abstract BibTeX arXiv:1808.04247

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
GRU A Gated Recurrent Unit, or GRU, is a type of recurrent neural network. It is similar to an LSTM, but only has two gates - a reset…
Dynamic Memory Network A Dynamic Memory Network is a neural network architecture which processes input sequences and questions, forms episodic memories, and generates relevant answers. Questions…
Memory Network 설명 없음

Similar Papers 제목 키워드 기반

Memory-Augmented Dynamic Neural Relational Inference

2021-01-01 · ICCV 2021 10 · Dong Gong, Frederic Z. Zhang, Javen Qinfeng Shi, Anton Van Den Hengel

Dynamic interacting systems are prevalent in vision tasks. These interactions are usually difficult to observe and measure directly, and yet understanding latent interactions is essential for performing inference tas…

Trajectory Prediction

Dynamic Entity Memory Network for Dialogue Relational Triplet Extraction

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Relational triplet extraction (RTE) is a crucial task in information extraction and has aroused extensive attention. Although advanced studies on RTE have achieved great progress, they are still insufficient for supporti…

Information RetrievalRetrievalRTETriplet

Temporal Graph Memory Networks For Knowledge Tracing

2024-09-23 · Seif Gad, Sherif Abdelfattah, Ghodai Abdelrahman

Tracing a student's knowledge growth given the past exercise answering is a vital objective in automatic tutoring systems to customize the learning experience. Yet, achieving this objective is a non-trivial task as it in…

Knowledge Tracing

HAGE: Harnessing Agentic Memory via RL-Driven Weighted Graph Evolution

2026-05-11 · Dongming Jiang, Yi Li, Guanpeng Li, Qiannan Li 외 arxiv

Memory retrieval in agentic large language model (LLM) systems is often treated as a static lookup problem, relying on flat vector search or fixed binary relational graphs. However, fixed graph structures cannot capture …

Reinforcement LearningSemantic Similarity

Memory-Driven Self-Disclosure and Relational Turning Points: A Longitudinal Multimodal Study of Human-AI Interaction

2026-07-16 · Ryuichi Sumida, Mao Saeki, Masaki Eguchi, Sadahiro Yoshikawa 외 arxiv

As conversational AI systems are designed for repeated use, a central question is how a series of interactions becomes a relationship. We present a longitudinal multimodal study of a memory-augmented conversational agent…