NAACL 2022findings8 citations

GraphCache: Message Passing as Caching for Sentence-Level Relation Extraction

Yiwei Wang, Muhao Chen, Wenxuan Zhou, Yujun Cai, Yuxuan Liang, Bryan Hooi

Abstract

Entity types and textual context are essential properties for sentence-level relation extraction (RE). Existing work only encodes these properties within individual instances, which limits the performance of RE given the insufficient features in a single sentence. In contrast, we model these properties from the whole dataset and use the dataset-level information to enrich the semantics of every instance. We propose the GraphCache (Graph Neural Network as Caching) module, that propagates the features across sentences to learn better representations for RE. GraphCache aggregates the features from sentences in the whole dataset to learn global representations of properties, and use them to augment the local features within individual sentences. The global property features act as dataset-level prior knowledge for RE, and a complement to the sentence-level features. Inspired by the classical caching technique in computer systems, we develop GraphCache to update the property representations in an online manner. Overall, GraphCache yields significant effectiveness gains on RE and enables efficient message passing across all sentences in the dataset.

BibTeX
@inproceedings{wang-etal-2022-graphcache,
    title = "{G}raph{C}ache: Message Passing as Caching for Sentence-Level Relation Extraction",
    author = "Wang, Yiwei  and
      Chen, Muhao  and
      Zhou, Wenxuan  and
      Cai, Yujun  and
      Liang, Yuxuan  and
      Hooi, Bryan",
    editor = "Carpuat, Marine  and
      de Marneffe, Marie-Catherine  and
      Meza Ruiz, Ivan Vladimir",
    booktitle = "Findings of the Association for Computational Linguistics: NAACL 2022",
    month = jul,
    year = "2022",
    address = "Seattle, United States",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.findings-naacl.128/",
    doi = "10.18653/v1/2022.findings-naacl.128",
    pages = "1698--1708"
}
GraphCache: Message Passing as Caching for Sentence-Level Relation Extraction · NAACL 2022