Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bitextor/bicleaner-ai.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZJaume <jzaragoza@prompsit.com>2022-07-06 13:15:38 +0300
committerZJaume <jzaragoza@prompsit.com>2022-07-06 13:15:38 +0300
commit61bd2419158eafee6e372a2f344389d6bbe71e6d (patch)
treecce13cb4e8e47c1fc363b2932d9d25988499d52c
parentfec5c745b3e269b81814c797b47d9b51e55bdb97 (diff)
Add paper citation to the README
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7b367d7..5254649 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,29 @@ Although a training tool (`bicleaner-ai-train`) is provided, you may want to use
Please, visit https://github.com/bitextor/bicleaner-ai-data/releases/latest or use `./utils/download-pack.sh` to download the latest language packages.
Visit our [Wiki](https://github.com/bitextor/bicleaner-ai/wiki/How-to-train-your-Bicleaner-AI) for a detailed example on Bicleaner training.
+## Citation
+If you find Bicleaner AI useful, please consider citing the following paper:
+
+> J. Zaragoza-Bernabeu, M. Bañón, G. Ramírez-Sánchez, S. Ortiz-Rojas,\
+> "Bicleaner AI: Bicleaner Goes Neural](http://www.lrec-conf.org/proceedings/lrec2022/pdf/2022.lrec-1.87.pdf)",\
+> in *Proceedings of the 13th Language Resources and Evaluation Conference*.\
+> Marseille, France: Language Resources and Evaluation Conference, June 2022
+
+```latex
+@InProceedings{zaragozabernabeu-EtAl:2022:LREC,
+ author = {Zaragoza-Bernabeu, Jaume and Ramírez-Sánchez, Gema and Bañón, Marta and Ortiz Rojas, Sergio},
+ title = {Bicleaner AI: Bicleaner Goes Neural},
+ booktitle = {Proceedings of the Language Resources and Evaluation Conference},
+ month = {June},
+ year = {2022},
+ address = {Marseille, France},
+ publisher = {European Language Resources Association},
+ pages = {824--831},
+ abstract = {This paper describes the experiments carried out during the development of the latest version of Bicleaner, named Bicleaner AI, a tool that aims at detecting noisy sentences in parallel corpora. The tool, which now implements a new neural classifier, uses state-of-the-art techniques based on pre-trained transformer-based language models fine-tuned on a binary classification task. After that, parallel corpus filtering is performed, discarding the sentences that have lower probability of being mutual translations. Our experiments, based on the training of neural machine translation (NMT) with corpora filtered using Bicleaner AI for two different scenarios, show significant improvements in translation quality compared to the previous version of the tool which implemented a classifier based on Extremely Randomized Trees.},
+ url = {https://aclanthology.org/2022.lrec-1.87}
+}
+```
+
## What is New?
Bicleaner AI is a [Bicleaner](https://github.com/bitextor/bicleaner) fork that uses neural networks.
It comes with two types of models, lite models for fast scoring and full models for high performance.