Multiresolution Graph Attention Networks for Relevance Matching
A large number of deep learning models have been proposed for the text matching problem, which is at the core of various typical natural language processing (NLP) tasks. However, existing deep models are mainly designed for the semantic matching between a pair of short texts, such as paraphrase identification and question answering, and do not perform well on the task of relevance matching between short-long text pairs. This is partially due to the fact that the essential characteristics of short-long text matching have not been well considered in these deep models. More specifically, these methods fail to handle extreme length discrepancy between text pieces and neither can they fully characterize the underlying structural information in long text documents. In this paper, we are especially interested in relevance matching between a piece of short text and a long document, which is critical to problems like query-document matching in information retrieval and web searching. To extract the structural information of documents, an undirected graph is constructed, with each vertex representing a keyword and the weight of an edge indicating the degree of interaction between keywords. Based on the keyword graph, we further propose a Multiresolution Graph Attention Network to learn multi-layered representations of vertices through a Graph Convolutional Network (GCN), and then match the short text snippet with the graphical representation of the document with the attention mechanisms applied over each layer of the GCN. Experimental results on two datasets demonstrate that our graph approach outperforms other state-of-the-art deep matching models.
Code (0)
등록된 구현이 없습니다.
Tasks
Graph AttentionInformation RetrievalParaphrase IdentificationQuestion AnsweringRetrievalText MatchingMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
MathNet: Haar-Like Wavelet Multiresolution-Analysis for Graph Representation and Learning
Graph Neural Networks (GNNs) have recently caught great attention and achieved significant progress in graph-level applications. In this paper, we propose a framework for graph neural networks with multiresolution Haar-l…
Graph ClassificationGraph-based Hierarchical Relevance Matching Signals for Ad-hoc Retrieval
The ad-hoc retrieval task is to rank related documents given a query and a document collection. A series of deep learning based approaches have been proposed to solve such problem and gained lots of attention. However, w…
RetrievalMultiresolution Gaussian Processes
We propose a multiresolution Gaussian process to capture long-range, non-Markovian dependencies while allowing for abrupt changes. The multiresolution GP hierarchically couples a collection of smooth GPs, each defined o…
Gaussian ProcessesTemporal Multiresolution Graph Neural Networks For Epidemic Prediction
In this paper, we introduce Temporal Multiresolution Graph Neural Networks (TMGNN), the first architecture that both learns to construct the multiscale and multiresolution graph structures and incorporates the time-serie…
Graph LearningPredictionTime SeriesTime Series AnalysisVisual-Semantic Matching by Exploring High-Order Attention and Distraction
Cross-modality semantic matching is a vital task in computer vision and has attracted increasing attention in recent years. Existing methods mainly explore object-based alignment between image objects and text words. In …
AttributeGraph AttentionGraph MatchingGraph Similarity+5