CLLGMay 31, 2021

Corpus-Based Paraphrase Detection Experiments and Review

arXiv:2106.00145v138 citations
Originality Synthesis-oriented
AI Analysis

This work provides a performance overview for researchers and practitioners in NLP applications like plagiarism detection and text summarization, but it is incremental as it reviews and compares existing models without introducing new ones.

The paper evaluates eight corpus-based models, including deep learning approaches, for paraphrase detection across three public corpora, finding that deep learning models are competitive with traditional state-of-the-art methods and have potential for further development.

Paraphrase detection is important for a number of applications, including plagiarism detection, authorship attribution, question answering, text summarization, text mining in general, etc. In this paper, we give a performance overview of various types of corpus-based models, especially deep learning (DL) models, with the task of paraphrase detection. We report the results of eight models (LSI, TF-IDF, Word2Vec, Doc2Vec, GloVe, FastText, ELMO, and USE) evaluated on three different public available corpora: Microsoft Research Paraphrase Corpus, Clough and Stevenson and Webis Crowd Paraphrase Corpus 2011. Through a great number of experiments, we decided on the most appropriate approaches for text pre-processing: hyper-parameters, sub-model selection-where they exist (e.g., Skipgram vs. CBOW), distance measures, and semantic similarity/paraphrase detection threshold. Our findings and those of other researchers who have used deep learning models show that DL models are very competitive with traditional state-of-the-art approaches and have potential that should be further developed.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes