paper-with-me

홈 › Papers

Corpus-Based Paraphrase Detection Experiments and Review

2021-05-31 · Tedo Vrbanec, Ana Mestrovic

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.

📄 PDF Abstract BibTeX arXiv:2106.00145

Code (0)

등록된 구현이 없습니다.

Tasks

Authorship AttributionDeep LearningModel SelectionQuestion AnsweringSemantic SimilaritySemantic Textual SimilarityText Summarization

Methods 이 논문이 사용한 방법론

GloVe GloVe Embeddings are a type of word embedding that encode the co-occurrence probability ratio between two words as vector differences. GloVe uses a weighted least squares…

Similar Papers 제목 키워드 기반

ARPA: Armenian Paraphrase Detection Corpus and Models

2020-09-26 · Arthur Malajyan, Karen Avetisyan, Tsolak Ghukasyan

In this work, we employ a semi-automatic method based on back translation to generate a sentential paraphrase corpus for the Armenian language. The initial collection of sentences is translated from Armenian to English a…

Translation

Automatically Ranked Russian Paraphrase Corpus for Text Generation

2020-06-17 · WS 2020 7 · Vadim Gudkov, Olga Mitrofanova, Elizaveta Filippskikh

The article is focused on automatic development and ranking of a large corpus for Russian paraphrase generation which proves to be the first corpus of such type in Russian computational linguistics. Existing manually ann…

Paraphrase GenerationSentenceSentence SimilarityText Generation

A Paraphrase and Semantic Similarity Detection System for User Generated Short-Text Content on Microblogs

2016-12-01 · COLING 2016 12 · Kuntal Dey, Ritvik Shrivastava, Saroj Kaushik

Existing systems deliver high accuracy and F1-scores for detecting paraphrase and semantic similarity on traditional clean-text corpus. For instance, on the clean-text Microsoft Paraphrase benchmark database, the existin…

Semantic SimilaritySemantic Textual Similarity

A contrastive review of paraphrase acquisition techniques

2012-05-01 · LREC 2012 5 · Houda Bouamor, Aur{\'e}lien Max, Gabriel Illouz, Anne Vilnat

This paper addresses the issue of what approach should be used for building a corpus of sententential paraphrases depending on one's requirements. Six strategies are studied: (1) multiple translations into a single langu…

ArticlesInformation RetrievalMachine Translation

MahaParaphrase: A Marathi Paraphrase Detection Corpus and BERT-based Models

2025-08-24 · Suramya Jadhav, Abhay Shanbhag, Amogh Thakurdesai, Ridhima Sinare 외 arxiv

Paraphrases are a vital tool to assist language understanding tasks such as question answering, style transfer, semantic parsing, and data augmentation tasks. Indic languages are complex in natural language processing (N…

Question AnsweringData AugmentationSemantic ParsingStyle Transfer