Challenge
High-quality simplification datasets are scarce outside English. The project needed to turn noisy, document-level comparable corpora into traceable sentence pairs suitable for training and evaluating language systems.
Multilingual data engineering · 2026
A production-minded data pipeline for constructing aligned text-simplification corpora across five languages.
Challenge
High-quality simplification datasets are scarce outside English. The project needed to turn noisy, document-level comparable corpora into traceable sentence pairs suitable for training and evaluating language systems.
My role
I designed and optimised extraction and alignment workflows for large-scale shared compute, keeping provenance, intermediate artefacts and reproducible releases visible.
Outcome
Released an open five-language data product, reduced a core workflow from 48 to 6 hours and supported a peer-reviewed paper presented at BUCC, LREC 2026.

At a glance
System view
A simplified view of the stages and boundaries that shape the project.
Approach
The workflow keeps intermediate artefacts and provenance visible, rather than hiding the process inside a single notebook.
The repository brings together multilingual encoders and alignment methods, including BGE, LaBSE and SONAR-based workflows.
Batch execution, compression and SLURM-oriented processing made it possible to run the workflow efficiently on shared Linux and GPU infrastructure.
Findings
Publication and release
Peer-reviewed paper in the official proceedings of the 19th BUCC workshop at LREC 2026. The paper begins on PDF page 72 of the workshop volume.
Engineering reflection
The next engineering step is to add a root-level quickstart, automated tests and CI around a small fixture corpus so contributors can validate the full pipeline without access to the shared compute environment.