Implementation of our paper "Multilingual Lexical Simplification via Paraphrase Generation"
This project is mainly buld on transformers, with customized modification of scripts.To start, you need to clone this repo and install transformers firstly. Use the following pip command in transformers/:
pip install -e .
pip install -r requirements.txt
You need download the following pretrianed models and put them into folder model/
sh sh_EN_LS.sh
sh sh_ES_LS.sh
sh sh_PT_LS.sh
Please refer here
Results on TSAR2022 multilingual LS shared task
sh_EN_LS.promls.sh sh_ES_LS.promls.sh sh_PT_LS.promls.sh
sh_multiword_LS.sh
sh_multiword_LS.promls.sh
@inproceedings{liu-etal-2023-LSPG,
title = "Multilingual Lexical Simplification via Paraphrase Generation",
author = "Liu, Kang and Qiang, Jipeng and Li, Yun and Yuan, Yunhao and Zhu, Yi",
booktitle = "ECAI",
year = "2023"
}