paper-with-me

Papers

Knowledge-augmented Graph Neural Networks with Concept-aware Attention for Adverse Drug Event Detection

2023-01-25 · Shaoxiong Ji, Ya Gao, Pekka Marttinen

Adverse drug events (ADEs) are an important aspect of drug safety. Various texts such as biomedical literature, drug reviews, and user posts on social media and medical forums contain a wealth of information about ADEs. Recent studies have applied word embedding and deep learning -based natural language processing to automate ADE detection from text. However, they did not explore incorporating explicit medical knowledge about drugs and adverse reactions or the corresponding feature learning. This paper adopts the heterogenous text graph which describes relationships between documents, words and concepts, augments it with medical knowledge from the Unified Medical Language System, and proposes a concept-aware attention mechanism which learns features differently for the different types of nodes in the graph. We further utilize contextualized embeddings from pretrained language models and convolutional graph neural networks for effective feature representation and relational learning. Experiments on four public datasets show that our model achieves performance competitive to the recent advances and the concept-aware attention consistently outperforms other attention mechanisms.

📄 PDF Abstract BibTeX arXiv:2301.10451

Code (0)

등록된 구현이 없습니다.

Tasks

Event DetectionRelational Reasoning

Similar Papers 제목 키워드 기반

KG-BART: Knowledge Graph-Augmented BART for Generative Commonsense Reasoning

2020-09-26 · Ye Liu, Yao Wan, Lifang He, Hao Peng 외

Generative commonsense reasoning which aims to empower machines to generate sentences with the capacity of reasoning over a set of concepts is a critical bottleneck for text generation. Even the state-of-the-art pre-trai…

Graph AttentionText Generation

Towards Knowledge-Augmented Visual Question Answering

2020-12-01 · COLING 2020 8 · Maryam Ziaeefard, Freddy Lecue

Visual Question Answering (VQA) remains algorithmically challenging while it is effortless for humans. Humans combine visual observations with general and commonsense knowledge to answer questions about a given image. In…

General KnowledgeGraph AttentionQuestion AnsweringVisual Question Answering+1

GAAMA: Graph Augmented Associative Memory for Agents

2026-03-29 · Swarna Kamal Paul, Shubhendu Sharma, Nitin Sareen arxiv

AI agents that interact with users across multiple sessions require persistent long-term memory to maintain coherent, personalized behavior. Current approaches either rely on flat retrieval-augmented generation (RAG), wh…

Knowledge Graphs

Query-Aware Graph Neural Networks for Enhanced Retrieval-Augmented Generation

2025-07-25 · Vibhor Agrawal, Fay Wang, Rishi Puri arxiv

We present a novel graph neural network (GNN) architecture for retrieval-augmented generation (RAG) that leverages query-aware attention mechanisms and learned scoring heads to improve retrieval accuracy on complex, mult…

Graph Neural NetworkQuestion AnsweringKnowledge Graphs

Grounded Conversation Generation as Guided Traverses in Commonsense Knowledge Graphs

2019-11-07 · ACL 2020 6 · Houyu Zhang, Zheng-Hao Liu, Chenyan Xiong, Zhiyuan Liu

Human conversations naturally evolve around related concepts and scatter to multi-hop concepts. This paper presents a new conversation generation model, ConceptFlow, which leverages commonsense knowledge graphs to explic…

Knowledge Graphs