paper-with-me

홈 › Papers

LAMPAT: Low-Rank Adaption for Multilingual Paraphrasing Using Adversarial Training

2024-01-09 · Khoi M. Le, Trinh Pham, Tho Quan, Anh Tuan Luu

Paraphrases are texts that convey the same meaning while using different words or sentence structures. It can be used as an automatic data augmentation tool for many Natural Language Processing tasks, especially when dealing with low-resource languages, where data shortage is a significant problem. To generate a paraphrase in multilingual settings, previous studies have leveraged the knowledge from the machine translation field, i.e., forming a paraphrase through zero-shot machine translation in the same language. Despite good performance on human evaluation, those methods still require parallel translation datasets, thus making them inapplicable to languages that do not have parallel corpora. To mitigate that problem, we proposed the first unsupervised multilingual paraphrasing model, LAMPAT ($\textbf{L}$ow-rank $\textbf{A}$daptation for $\textbf{M}$ultilingual $\textbf{P}$araphrasing using $\textbf{A}$dversarial $\textbf{T}$raining), by which monolingual dataset is sufficient enough to generate a human-like and diverse sentence. Throughout the experiments, we found out that our method not only works well for English but can generalize on unseen languages as well. Data and code are available at https://github.com/VinAIResearch/LAMPAT.

📄 PDF Abstract BibTeX arXiv:2401.04348

Code (1)

vinairesearch/lampat 공식 구현 pytorch

Tasks

Multilingual Paraphrase GenerationSentence

Similar Papers 제목 키워드 기반

Russian Paraphrasers: Paraphrase with Transformers

2021-04-01 · BSNLP 2021 4 · Alena Fenogenova

This paper studies the generation methods for paraphrasing in the Russian language. There are several transformer-based models (Russian and multilingual) trained on a collected corpus of paraphrases. We compare different…

CODA: Counting Objects via Scale-aware Adversarial Density Adaption

2019-03-25 · Li Wang, Yongbo Li, xiangyang xue

Recent advances in crowd counting have achieved promising results with increasingly complex convolutional neural network designs. However, due to the unpredictable domain shift, generalizing trained model to unseen scena…

Crowd Counting

PolyFrame at MWE-2026 AdMIRe 2: When Words Are Not Enough: Multimodal Idiom Disambiguation

2026-02-20 · Nina Hosseini-Kivanani arxiv

Multimodal models struggle with idiomatic expressions due to their non-compositional meanings, a challenge amplified in multilingual settings. We introduced PolyFrame, our system for the MWE-2026 AdMIRe2 shared task on m…

Type prediction

On the Robustness of Domain Adaption to Adversarial Attacks

2021-08-04 · Liyuan Zhang, YuHang Zhou, Lei Zhang

State-of-the-art deep neural networks (DNNs) have been proved to have excellent performance on unsupervised domain adaption (UDA). However, recent work shows that DNNs perform poorly when being attacked by adversarial sa…

Adversarial AttackDomain AdaptationPseudo LabelUnsupervised Domain Adaptation

PSK at SemEval-2026 Task 9: Multilingual Polarization Detection Using Ensemble Gemma Models with Synthetic Data Augmentation

2026-05-06 · Srikar Kashyap Pulipaka arxiv

We present our system for SemEval-2026 Task 9: Multilingual Polarization Detection, a binary classification task spanning 22 languages. Our approach fine-tunes separate Gemma~3 models (12B and 27B parameters) per languag…

Binary ClassificationData Augmentation