paper-with-me

Papers

Memory-Augmented Generative Adversarial Transformers

2024-02-29 · Stephan Raaijmakers, Roos Bakker, Anita Cremers, Roy de Kleijn, Tom Kouwenhoven, Tessa Verhoef

Conversational AI systems that rely on Large Language Models, like Transformers, have difficulty interweaving external data (like facts) with the language they generate. Vanilla Transformer architectures are not designed for answering factual questions with high accuracy. This paper investigates a possible route for addressing this problem. We propose to extend the standard Transformer architecture with an additional memory bank holding extra information (such as facts drawn from a knowledge base), and an extra attention layer for addressing this memory. We add this augmented memory to a Generative Adversarial Network-inspired Transformer architecture. This setup allows for implementing arbitrary felicity conditions on the generated language of the Transformer. We first demonstrate how this machinery can be deployed for handling factual questions in goal-oriented dialogues. Secondly, we demonstrate that our approach can be useful for applications like {\it style adaptation} as well: the adaptation of utterances according to certain stylistic (external) constraints, like social properties of human interlocutors in dialogues.

📄 PDF Abstract BibTeX arXiv:2402.19218

Code (0)

등록된 구현이 없습니다.

Tasks

Generative Adversarial Network

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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…
Multi-Head Attention 설명 없음
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$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Memory Augmented Generative Adversarial Networks for Anomaly Detection

2020-02-07 · Ziyi Yang, Teng Zhang, Iman Soltani Bozchalooi, Eric Darve

In this paper, we present a memory-augmented algorithm for anomaly detection. Classical anomaly detection algorithms focus on learning to model and generate normal data, but typically guarantees for detecting anomalous d…

Anomaly Detection

Task Specific Visual Saliency Prediction with Memory Augmented Conditional Generative Adversarial Networks

2018-03-09 · Tharindu Fernando, Simon Denman, Sridha Sridharan, Clinton Fookes

Visual saliency patterns are the result of a variety of factors aside from the image being parsed, however existing approaches have ignored these. To address this limitation, we propose a novel saliency estimation model …

Saliency Prediction

Toward generalizable learning of all (linear) first-order methods via memory augmented Transformers

2024-10-08 · Sanchayan Dutta, Suvrit Sra

We show that memory-augmented Transformers can implement the entire class of linear first-order methods (LFOMs), a class that contains gradient descent (GD) and more advanced methods such as conjugate gradient descent (C…

AllMixture-of-ExpertsTest-time Adaptation

SpotFast Networks with Memory Augmented Lateral Transformers for Lipreading

2020-05-21 · Peratham Wiriyathammabhum

This paper presents a novel deep learning architecture for word-level lipreading. Previous works suggest a potential for incorporating a pretrained deep 3D Convolutional Neural Networks as a front-end feature extractor. …

Action RecognitionLipreading

Memory Augmented Deep Generative models for Forecasting the Next Shot Location in Tennis

2019-01-16 · Tharindu Fernando, Simon Denman, Sridha Sridharan, Clinton Fookes

This paper presents a novel framework for predicting shot location and type in tennis. Inspired by recent neuroscience discoveries we incorporate neural memory modules to model the episodic and semantic memory components…

Generative Adversarial Network