paper-with-me

Papers

GASCOM: Graph-based Attentive Semantic Context Modeling for Online Conversation Understanding

2023-10-21 · Vibhor Agarwal, Yu Chen, Nishanth Sastry

Online conversation understanding is an important yet challenging NLP problem which has many useful applications (e.g., hate speech detection). However, online conversations typically unfold over a series of posts and replies to those posts, forming a tree structure within which individual posts may refer to semantic context from higher up the tree. Such semantic cross-referencing makes it difficult to understand a single post by itself; yet considering the entire conversation tree is not only difficult to scale but can also be misleading as a single conversation may have several distinct threads or points, not all of which are relevant to the post being considered. In this paper, we propose a Graph-based Attentive Semantic COntext Modeling (GASCOM) framework for online conversation understanding. Specifically, we design two novel algorithms that utilise both the graph structure of the online conversation as well as the semantic information from individual posts for retrieving relevant context nodes from the whole conversation. We further design a token-level multi-head graph attention mechanism to pay different attentions to different tokens from different selected context utterances for fine-grained conversation context modeling. Using this semantic conversational context, we re-examine two well-studied problems: polarity prediction and hate speech detection. Our proposed framework significantly outperforms state-of-the-art methods on both tasks, improving macro-F1 scores by 4.5% for polarity prediction and by 5% for hate speech detection. The GASCOM context weights also enhance interpretability.

📄 PDF Abstract BibTeX arXiv:2310.14028

Code (0)

등록된 구현이 없습니다.

Tasks

Graph AttentionHate Speech Detection

Similar Papers 제목 키워드 기반

Dependency-driven Relation Extraction with Attentive Graph Convolutional Networks

2021-08-01 · ACL 2021 5 · Yuanhe Tian, Guimin Chen, Yan Song, Xiang Wan

Syntactic information, especially dependency trees, has been widely used by existing studies to improve relation extraction with better semantic guidance for analyzing the context information associated with the given en…

RelationRelation ClassificationRelation Extraction

stagNet: An Attentive Semantic RNN for Group Activity Recognition

2018-09-01 · ECCV 2018 9 · Mengshi Qi, Jie Qin, Annan Li, Yunhong Wang 외

Group activity recognition plays a fundamental role in a variety of applications, e.g. sports video analysis and intelligent surveillance. How to model the spatio-temporal contextual information in a scene still remains …

Activity RecognitionGroup Activity Recognition

Supertagging Combinatory Categorial Grammar with Attentive Graph Convolutional Networks

2020-10-13 · EMNLP 2020 11 · Yuanhe Tian, Yan Song, Fei Xia

Supertagging is conventionally regarded as an important task for combinatory categorial grammar (CCG) parsing, where effective modeling of contextual information is highly important to this task. However, existing studie…

CCG Supertagging

DADA: Driver Attention Prediction in Driving Accident Scenarios

2019-12-18 · Jianwu Fang, Dingxin Yan, Jiahuan Qiao, Jianru Xue 외

Driver attention prediction is becoming an essential research problem in human-like driving systems. This work makes an attempt to predict the driver attention in driving accident scenarios (DADA). However, challenges tr…

Driver Attention MonitoringPredictionScene Understanding

Attentive Relational Networks for Mapping Images to Scene Graphs

2018-11-26 · CVPR 2019 6 · Mengshi Qi, Weijian Li, Zhengyuan Yang, Yunhong Wang 외

Scene graph generation refers to the task of automatically mapping an image into a semantic structural graph, which requires correctly labeling each extracted object and their interaction relationships. Despite the recen…

Graph GenerationObjectobject-detectionObject Detection+2