Papers › Preparing the Vuk'uzenzele and ZA-gov-multilingual South African multilingual corpora

Preparing the Vuk'uzenzele and ZA-gov-multilingual South African multilingual corpora

7 Mar 2023arXiv:2303.03750archive 2025-07-28

Richard Lastrucci, Isheanesu Dzingirai, Jenalea Rajab, Andani Madodonga, Matimba Shingange, Daniel Njini, Vukosi Marivate

This paper introduces two multilingual government themed corpora in various South African languages. The corpora were collected by gathering the South African Government newspaper (Vuk'uzenzele), as well as South African government speeches (ZA-gov-multilingual), that are translated into all 11 South African official languages. The corpora can be used for a myriad of downstream NLP tasks. The corpora were created to allow researchers to study the language used in South African government publications, with a focus on understanding how South African government officials communicate with their constituents. In this paper we highlight the process of gathering, cleaning and making available the corpora. We create parallel sentence corpora for Neural Machine Translation (NMT) tasks using Language-Agnostic Sentence Representations (LASER) embeddings. With these aligned sentences we then provide NMT benchmarks for 9 indigenous languages by fine-tuning a massively multilingual pre-trained language model.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2303.03750")

Code

Syntology Ran 1 of 17 code samples harvested from 2 repositories linked to this paper; 16 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

By repository: official repository: 17 samples from 2 repositories, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

dsfsi/gov-za-multilingual officialmentioned in papermentioned on GitHubpytorch report
dsfsi/vukuzenzele-nlp officialmentioned in papermentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 1 ran; 0 honoured the contract we drafted; 16 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
16unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

EncodeTime dsfsi/gov-za-multilingual/src/sentence_alignment/LASER/source/embed.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 32b77bc5146315f7 · report
LoadData dsfsi/vukuzenzele-nlp/src/sentence_alignment/LASER/source/sent_classif.py official repository unverified MIT (permissive) · f379cff248430730 · report
LoadDataNLI dsfsi/vukuzenzele-nlp/src/sentence_alignment/LASER/source/nli.py official repository unverified MIT (permissive) · c831d98b7ae83757 · report
TextLoadUnify dsfsi/vukuzenzele-nlp/src/sentence_alignment/LASER/source/mine_bitexts.py official repository unverified MIT (permissive) · a9baa7db4816b153 · report
align dsfsi/vukuzenzele-nlp/src/sentence_alignment/sentence_alignment.py official repository unverified MIT (permissive) · 50880fa89b73baca · report
build_date dsfsi/vukuzenzele-nlp/src/sentence_alignment/file_handler.py official repository unverified MIT (permissive) · 003bb0e63b4d6e7f · report
calculate_error dsfsi/vukuzenzele-nlp/src/sentence_alignment/LASER/source/xsim.py official repository unverified MIT (permissive) · 5515760c7736c79f · report
cosine_score dsfsi/vukuzenzele-nlp/src/sentence_alignment/sentence_alignment.py official repository unverified MIT (permissive) · 7b360a8e774ee561 · report
fetch_data_edition_filepaths dsfsi/vukuzenzele-nlp/src/sentence_alignment/file_handler.py official repository unverified MIT (permissive) · 1c1f0aab1161ba49 · report
fetch_data_txt_filepaths dsfsi/vukuzenzele-nlp/src/sentence_alignment/file_handler.py official repository unverified MIT (permissive) · d33cd6edb59a4ab3 · report
fix_end_of_sentence dsfsi/vukuzenzele-nlp/src/sentence_alignment/sentence_tokenisation.py official repository unverified MIT (permissive) · 0d43ad3da9c8d319 · report
knn dsfsi/vukuzenzele-nlp/src/sentence_alignment/LASER/source/mine_bitexts.py official repository unverified MIT (permissive) · facdcfc340c5dd83 · report
knnGPU dsfsi/vukuzenzele-nlp/src/sentence_alignment/LASER/source/mine_bitexts.py official repository unverified MIT (permissive) · 05395b64953253bc · report
pre_process_text dsfsi/vukuzenzele-nlp/src/sentence_alignment/sentence_tokenisation.py official repository unverified MIT (permissive) · 5eed8aba4367439f · report
tokenise dsfsi/vukuzenzele-nlp/src/sentence_alignment/sentence_tokenisation.py official repository unverified MIT (permissive) · f465d355228a688f · report
update_indices dsfsi/vukuzenzele-nlp/src/sentence_alignment/sentence_alignment.py official repository unverified MIT (permissive) · f31d97d8fa45ac21 · report
xSIM dsfsi/vukuzenzele-nlp/src/sentence_alignment/LASER/source/xsim.py official repository unverified MIT (permissive) · 2eb5f73b0eda01c2 · report

Tasks

Language ModelingLanguage ModellingMachine TranslationNMTSentence

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections