paper-with-me

홈 › Papers

Cross-lingual paraphrase identification

2024-06-21 · Inessa Fedorova, Aleksei Musatow

The paraphrase identification task involves measuring semantic similarity between two short sentences. It is a tricky task, and multilingual paraphrase identification is even more challenging. In this work, we train a bi-encoder model in a contrastive manner to detect hard paraphrases across multiple languages. This approach allows us to use model-produced embeddings for various tasks, such as semantic search. We evaluate our model on downstream tasks and also assess embedding space quality. Our performance is comparable to state-of-the-art cross-encoders, with only a minimal relative drop of 7-10% on the chosen dataset, while keeping decent quality of embeddings.

📄 PDF Abstract BibTeX arXiv:2406.15066

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-Lingual Paraphrase IdentificationParaphrase IdentificationSemantic SimilaritySemantic Textual Similarity

Similar Papers 제목 키워드 기반

PAWS-X: A Cross-lingual Adversarial Dataset for Paraphrase Identification

2019-08-30 · IJCNLP 2019 11 · Yinfei Yang, Yuan Zhang, Chris Tar, Jason Baldridge

Most existing work on adversarial data generation focuses on English. For example, PAWS (Paraphrase Adversaries from Word Scrambling) consists of challenging English paraphrase identification pairs from Wikipedia and Quo…

Paraphrase IdentificationSentence

Unsupervised Paraphrasing without Translation

2019-05-29 · ACL 2019 7 · Aurko Roy, David Grangier

Paraphrasing exemplifies the ability to abstract semantic content from surface forms. Recent work on automatic paraphrasing is dominated by methods leveraging Machine Translation (MT) as an intermediate step. This contra…

Machine TranslationParaphrase IdentificationTranslation

XLA: A Robust Unsupervised Data Augmentation Framework for Cross-Lingual NLP

2021-01-01 · M Saiful Bari, Tasnim Mohiuddin, Shafiq Joty

Transfer learning has yielded state-of-the-art (SoTA) results in many supervised NLP tasks. However, annotated data for every target task in every target language is rare, especially for low-resource languages. We propo…

Cross-Lingual TransferData Augmentationnamed-entity-recognitionNamed Entity Recognition+6

Paraphrases as Foreign Languages in Multilingual Neural Machine Translation

2018-08-25 · ACL 2019 7 · Zhong Zhou, Matthias Sperber, Alex Waibel

Paraphrases, the rewordings of the same semantic meaning, are useful for improving generalization and translation. However, prior works only explore paraphrases at the word or phrase level, not at the sentence or corpus …

Machine TranslationNMTSentenceTAG+2

Learning to Represent Bilingual Dictionaries

2018-08-10 · CONLL 2019 11 · Muhao Chen, Yingtao Tian, Haochen Chen, Kai-Wei Chang 외

Bilingual word embeddings have been widely used to capture the similarity of lexical semantics in different human languages. However, many applications, such as cross-lingual semantic search and question answering, can b…

Multi-Task LearningParaphrase IdentificationQuestion AnsweringRetrieval+3