EMNLP 2022finding5 citations

McPhraSy: Multi-Context Phrase Similarity and Clustering

Amir Cohen, Hila Gonen, Ori Shapira, Ran Levy, Yoav Goldberg

Abstract

Phrase similarity is a key component of many NLP applications. Current phrase similarity methods focus on embedding the phrase itself and use the phrase context only during training of the pretrained model. To better leverage the information in the context, we propose McPhraSy (Multi-context Phrase Similarity), a novel algorithm for estimating the similarity of phrases based on multiple contexts. At inference time, McPhraSy represents each phrase by considering multiple contexts in which it appears and computes the similarity of two phrases by aggregating the pairwise similarities between the contexts of the phrases. Incorporating context during inference enables McPhraSy to outperform current state-of-the-art models on two phrase similarity datasets by up to 13.3%. Finally, we also present a new downstream task that relies on phrase similarity – keyphrase clustering – and create a new benchmark for it in the product reviews domain. We show that McPhraSy surpasses all other baselines for this task.

BibTeX
@inproceedings{cohen-etal-2022-mcphrasy,
    title = "{M}c{P}hra{S}y: Multi-Context Phrase Similarity and Clustering",
    author = "Cohen, Amir  and
      Gonen, Hila  and
      Shapira, Ori  and
      Levy, Ran  and
      Goldberg, Yoav",
    editor = "Goldberg, Yoav  and
      Kozareva, Zornitsa  and
      Zhang, Yue",
    booktitle = "Findings of the Association for Computational Linguistics: EMNLP 2022",
    month = dec,
    year = "2022",
    address = "Abu Dhabi, United Arab Emirates",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2022.findings-emnlp.259/",
    doi = "10.18653/v1/2022.findings-emnlp.259",
    pages = "3538--3550"
}
McPhraSy: Multi-Context Phrase Similarity and Clustering · EMNLP 2022