paper-with-me

Papers

Attention-based Conditioning Methods for External Knowledge Integration

2019-06-09 · ACL 2019 7 · Katerina Margatina, Christos Baziotis, Alexandros Potamianos

In this paper, we present a novel approach for incorporating external knowledge in Recurrent Neural Networks (RNNs). We propose the integration of lexicon features into the self-attention mechanism of RNN-based architectures. This form of conditioning on the attention distribution, enforces the contribution of the most salient words for the task at hand. We introduce three methods, namely attentional concatenation, feature-based gating and affine transformation. Experiments on six benchmark datasets show the effectiveness of our methods. Attentional feature-based gating yields consistent performance improvement across tasks. Our approach is implemented as a simple add-on module for RNN-based models with minimal computational overhead and can be adapted to any deep neural architecture.

📄 PDF Abstract BibTeX arXiv:1906.03674

Code (1)

mourga/affective-attention 공식 구현 pytorch

Similar Papers 제목 키워드 기반

ACD: Direct Conditional Control for Video Diffusion Models via Attention Supervision

2025-12-24 · Weiqi Li, Zehao Zhang, Liang Lin, Guangrun Wang arxiv

Controllability is a fundamental requirement in video synthesis, where accurate alignment with conditioning signals is essential. Existing classifier-free guidance methods typically achieve conditioning indirectly by mod…

Video Generation

AtlasKV: Augmenting LLMs with Billion-Scale Knowledge Graphs in 20GB VRAM

2025-10-20 · Haoyu Huang, Hong Ting Tsang, Jiaxin Bai, Xi Peng 외 arxiv

Retrieval-augmented generation (RAG) has shown some success in augmenting large language models (LLMs) with external knowledge. However, as a non-parametric knowledge integration paradigm for LLMs, RAG methods heavily re…

Knowledge Graphs

Memory Attentive Fusion: External Language Model Integration for Transformer-based Sequence-to-Sequence Model

2020-10-29 · INLG (ACL) 2020 12 · Mana Ihori, Ryo Masumura, Naoki Makishima, Tomohiro Tanaka 외

This paper presents a novel fusion method for integrating an external language model (LM) into the Transformer based sequence-to-sequence (seq2seq) model. While paired data are basically required to train the seq2seq mod…

Language ModelingLanguage Modellingmodel

OmniControlNet: Dual-stage Integration for Conditional Image Generation

2024-06-09 · Yilin Wang, Haiyang Xu, Xiang Zhang, Zeyuan Chen 외

We provide a two-way integration for the widely adopted ControlNet by integrating external condition generation algorithms into a single dense prediction method and incorporating its individually trained image generation…

Conditional Image GenerationImage GenerationText to Image GenerationText-to-Image Generation

Integrating External Event Knowledge for Script Learning

2020-12-01 · COLING 2020 8 · Shangwen Lv, Fuqing Zhu, Songlin Hu

Script learning aims to predict the subsequent event according to the existing event chain. Recent studies focus on event co-occurrence to solve this problem. However, few studies integrate external event knowledge to so…

Retrieval