paper-with-me

Papers

An Attention-Based Word-Level Interaction Model: Relation Detection for Knowledge Base Question Answering

2018-01-30 · Hongzhi Zhang, Guandong Xu, Xiao Liang, Tinglei Huang, Kun fu

Relation detection plays a crucial role in Knowledge Base Question Answering (KBQA) because of the high variance of relation expression in the question. Traditional deep learning methods follow an encoding-comparing paradigm, where the question and the candidate relation are represented as vectors to compare their semantic similarity. Max- or average- pooling operation, which compresses the sequence of words into fixed-dimensional vectors, becomes the bottleneck of information. In this paper, we propose to learn attention-based word-level interactions between questions and relations to alleviate the bottleneck issue. Similar to the traditional models, the question and relation are firstly represented as sequences of vectors. Then, instead of merging the sequence into a single vector with pooling operation, soft alignments between words from the question and the relation are learned. The aligned words are subsequently compared with the convolutional neural network (CNN) and the comparison results are merged finally. Through performing the comparison on low-level representations, the attention-based word-level interaction model (ABWIM) relieves the information loss issue caused by merging the sequence into a fixed-dimensional vector before the comparison. The experimental results of relation detection on both SimpleQuestions and WebQuestions datasets show that ABWIM achieves state-of-the-art accuracy, demonstrating its effectiveness.

📄 PDF Abstract BibTeX arXiv:1801.09893

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Base Question AnsweringQuestion AnsweringRelationSemantic SimilaritySemantic Textual Similarity

Similar Papers 제목 키워드 기반

Label Enhanced Event Detection with Heterogeneous Graph Attention Networks

2020-12-03 · Shiyao Cui, Bowen Yu, Xin Cong, Tingwen Liu 외

Event Detection (ED) aims to recognize instances of specified types of event triggers in text. Different from English ED, Chinese ED suffers from the problem of word-trigger mismatch due to the uncertain word boundaries.…

Event DetectionGraph AttentionSentence

Question Answering over Freebase via Attentive RNN with Similarity Matrix based CNN

2018-04-10 · Yingqi Qu, Jie Liu, Liangyi Kang, Qinfeng Shi 외

With the rapid growth of knowledge bases (KBs), question answering over knowledge base, a.k.a. KBQA has drawn huge attention in recent years. Most of the existing KBQA methods follow so called encoder-compare framework. …

Question Answering

Tencent Text-Video Retrieval: Hierarchical Cross-Modal Interactions with Multi-Level Representations

2022-04-07 · Jie Jiang, Shaobo Min, Weijie Kong, Dihong Gong 외

Text-Video Retrieval plays an important role in multi-modal understanding and has attracted increasing attention in recent years. Most existing methods focus on constructing contrastive pairs between whole videos and com…

Contrastive LearningDenoisingRetrievalSentence+2

Hire: Hybrid-modal Interaction with Multiple Relational Enhancements for Image-Text Matching

2024-06-05 · Xuri Ge, Fuhai Chen, Songpei Xu, Fuxiang Tao 외

Image-text matching (ITM) is a fundamental problem in computer vision. The key issue lies in jointly learning the visual and textual representation to estimate their similarity accurately. Most existing methods focus on …

cross-modal alignmentImage-text matchingRelationship DetectionText Matching

Syntax-Aware Graph Attention Network for Aspect-Level Sentiment Classification

2020-12-01 · COLING 2020 8 · Lianzhe Huang, Xin Sun, Sujian Li, Linhao Zhang 외

Aspect-level sentiment classification aims to distinguish the sentiment polarities over aspect terms in a sentence. Existing approaches mostly focus on modeling the relationship between the given aspect words and their c…

ClassificationGraph AttentionLanguage ModelingLanguage Modelling+3