paper-with-me

홈 › Papers

Matching Article Pairs with Graphical Decomposition and Convolutions

2018-02-21 · ACL 2019 7 · Bang Liu, Di Niu, Haojie Wei, Jinghong Lin, Yancheng He, Kunfeng Lai, Yu Xu

Identifying the relationship between two articles, e.g., whether two articles published from different sources describe the same breaking news, is critical to many document understanding tasks. Existing approaches for modeling and matching sentence pairs do not perform well in matching longer documents, which embody more complex interactions between the enclosed entities than a sentence does. To model article pairs, we propose the Concept Interaction Graph to represent an article as a graph of concepts. We then match a pair of articles by comparing the sentences that enclose the same concept vertex through a series of encoding techniques, and aggregate the matching signals through a graph convolutional network. To facilitate the evaluation of long article matching, we have created two datasets, each consisting of about 30K pairs of breaking news articles covering diverse topics in the open domain. Extensive evaluations of the proposed methods on the two datasets demonstrate significant improvements over a wide range of state-of-the-art methods for natural language matching.

📄 PDF Abstract BibTeX arXiv:1802.07459

Code (1)

BangLiu/ArticlePairMatching 공식 구현 pytorch

Tasks

Articlesdocument understandingQuestion AnsweringSentenceText Matching

Similar Papers 제목 키워드 기반

FlashFFTConv: Efficient Convolutions for Long Sequences with Tensor Cores

2023-11-10 · Daniel Y. Fu, Hermann Kumbong, Eric Nguyen, Christopher Ré

Convolution models with long filters have demonstrated state-of-the-art reasoning abilities in many long-sequence tasks but lag behind the most optimized Transformers in wall-clock time. A major bottleneck is the Fast Fo…

Biographical: A Semi-Supervised Relation Extraction Dataset

2022-05-02 · Alistair Plum, Tharindu Ranasinghe, Spencer Jones, Constantin Orasan 외

Extracting biographical information from online documents is a popular research topic among the information extraction (IE) community. Various natural language processing (NLP) techniques such as text classification, tex…

ArticlesKnowledge Graphsnamed-entity-recognitionNamed Entity Recognition+6

Tensor-based approach to accelerate deformable part models

2017-06-29 · D. V. Parkhomenko, I. L. Mazurenko

This article provides next step towards solving speed bottleneck of any system that intensively uses convolutions operations (e.g. CNN). Method described in the article is applied on deformable part models (DPM) algorith…

Tensor Decomposition

Sequential Monte Carlo for Graphical Models

2014-02-03 · NeurIPS 2014 12 · Christian A. Naesseth, Fredrik Lindsten, Thomas B. Schön

We propose a new framework for how to use sequential Monte Carlo (SMC) algorithms for inference in probabilistic graphical models (PGM). Via a sequential decomposition of the PGM we find a sequence of auxiliary distribut…

Methods for Matching English Language Addresses

2024-03-14 · Keshav Ramani, Daniel Borrajo

Addresses occupy a niche location within the landscape of textual data, due to the positional importance carried by every word, and the geographical scope it refers to. The task of matching addresses happens everyday and…

Entity Resolution