paper-with-me

Papers

Multiresolution Graph Attention Networks for Relevance Matching

2019-02-27 · Ting Zhang, Bang Liu, Di Niu, Kunfeng Lai, Yu Xu

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.

📄 PDF Abstract BibTeX arXiv:1902.10580

Code (0)

등록된 구현이 없습니다.

Tasks

Graph AttentionInformation RetrievalParaphrase IdentificationQuestion AnsweringRetrievalText Matching

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

MathNet: Haar-Like Wavelet Multiresolution-Analysis for Graph Representation and Learning

2020-07-22 · Xuebin Zheng, Bingxin Zhou, Ming Li, Yu Guang Wang 외

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 Classification

Graph-based Hierarchical Relevance Matching Signals for Ad-hoc Retrieval

2021-02-22 · Xueli Yu, Weizhi Xu, Zeyu Cui, Shu Wu 외

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…

Retrieval

Multiresolution Gaussian Processes

2012-12-01 · NeurIPS 2012 12 · Emily Fox, David B. Dunson

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 Processes

Temporal Multiresolution Graph Neural Networks For Epidemic Prediction

2022-05-30 · Truong Son Hy, Viet Bach Nguyen, Long Tran-Thanh, Risi Kondor

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 Analysis

Visual-Semantic Matching by Exploring High-Order Attention and Distraction

2020-06-01 · CVPR 2020 6 · Yongzhi Li, Duo Zhang, Yadong Mu

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