CCMatrix quality warning

In the process of training models, when using CCMatrix v1 text corpora, I encountered strange behavior; many graphs in tensorboard began to look like a saw. There were also strange things with drawdowns and sharp improvements in the quality of models during the training process.

Turning to the work CCMatrix: Mining Billions of High-Quality Parallel Sentences on the Web - 2021.acl-long.507.pdf I discovered that Meta used LASER to search for original-translation pairs.
Each such pair was assigned a SCORE (every archive with OPUS has such a file with a list) and in the OPUS text corpora the sentences were ranked from the best match to the worst. And indeed, towards the end of the files, the translations became less accurate and often were not even translations at all.
Taking into account the above, as well as the results of model training, I came to the following conclusions:

  1. Errors such as poor-quality translation or complete inconsistency of sentences cannot be easily filtered; it is only possible to form part of the text corpora according to some threshold value.
  2. Many offers, even of poor quality, still provide fairly high-quality models.
  3. Models with a large number of parameters turned out to be more resistant to low quality (Transformer BIG)
  4. A large number of such low-quality sentences sometimes lead to ā€œhallucinationsā€ during translation (subjective assumption).

Now, when training a new model (RU-EN, third attempt in the fight for quality), I try the following option:

The results so far are quite encouraging (the model is still being trained).

Now the graph looks like this:

image

1 Like

Fascinating results! Is the saw tooth pattern because model performance decreases when itā€™s training on the CCMatrix data with the lowest scores?

Iā€™ve generally not used CCMatrix data because Iā€™ve also had poor results using it. Maybe it would be useful to create a new ā€œCCMatrix Selectā€ dataset that only has the top 20% of translations like youā€™re doing here.

Did not know the dataset was sorted, super-interesting! I will add a filter in Locomotive to perform the cut automatically.

How do you alternate the parts? Do you stop the training, swap the dataset and resume?

1 Like

Yeah, so far Iā€™m assuming thatā€™s whatā€™s happening. Recently in Locomotive (thank you very much, it is very useful) the BLEU estimation has been added during model training.
Thatā€™s when I noticed the following cycle:

  1. progress ppl goes up, then drops sharply (i.e. bad sentences end and good ones start again).
  2. BLEU score drops sharply, then starts to rise again to the same level or a little more.
  3. The cycle repeats again.

I canā€™t open the rest of the charts now, because I have put the model to be trained again.

I will be able to say exactly what effect the cutoff of sentences with low LASER SCORE had later, when the model finishes training.

p.s. I think the full size of the CCMatrix corpus may be useful for low-resource languages or for back-translation data, but for resource-rich languages it may make sense to use only the best part, weā€™ll see the results.

1 Like

I cut with the cli command split . I changed the order and merged it back with the cli command cat.
Like this:

split -l 5000000 source.txt source_ && split -l 5000000 target.txt target_

cat source_aa source_af source_ab source_ae source_ac source_ad > source.txt && cat target_aa target_af target_ab target_ae target_ac target_ad > target.txt

In this case I did not continue the training, I started a new one. In a couple of days I will report on the result I got.

p.s. by the way, about Locomotive, I left some issues on github. Unfortunately I couldnā€™t run the latest version of Locomotive on a big corpora and also there is no possibility to assign different weights to different datasets.
It also forcibly filters (or goes through filters anyway) and forcibly mixes sentences and merges datasets.
Because of this it is no longer possible to flexibly customize the work with cases.

1 Like

Iā€™ll look over them this upcoming week, thanks for the feedback!

Latest version of Locomotive has a top filter:

        {
            "source": "opus://CCMatrix",
            "filters": [
                {"top": {"percent": 20}},
            ]
        }

Which can automatically sample the top 20% of the dataset.

2 Likes

After finishing training the model and analyzing the results, I came to the following conclusions:

  • The indicated nuances concern the CCMatrix and NLLB v1 datasets
  • Not everything is so clear with the quality of the first 20% of the case, namely:
    • Yes, the best scores are for sentences at the beginning of the corpus, but as a rule these are simple and relatively short sentences (which is logical, they are easier to evaluate and assign a high similarity score).
    • The Progress/ppl metric (Tensorboard) quickly becomes low, but this means that the model copes very well with these texts and no longer assimilates new data.
    • Adding data with an average LASER score from the middle of the dataset sharply increases Progress/ppl (Tensorboard) and at the same time BLEU and valid/ppl begin to increase sharply, which indicates that the model is starting to learn new data.
    • At the end of the dataset there are pairs of sentences with low LASER scores of two types:
      • Long sentences, often of high quality, but the similarity of which is more difficult to assess due to their size.
      • Short, low-quality sentences.
  • The most effective option for me was trimming the first and last 10% of the corpus with filtering by the length of sentences of 40 characters or more, followed by Shuffling, resulting in 70M pairs of sentences out of 150M. With this filtering, it was possible to achieve the highest quality of the model (I tried options with final dataset sizes of 28M, 56M, 70M, 150M).

Below is a graph showing the Progress/ppl and valid/BLEU dependencies.

The graph below shows valid/ppl data for three models (lower value is better, direct correlation with quality):

  • Black color: Model Transformer Base (64M) dataset is not shuffled, the influence of changes in LASER score is visible in the form of cyclical changes in ppl.
  • Blue color: Model Transformer BIG (209M) dataset is not shuffled, the influence of changes in LASER score is visible in the form of cyclical changes in ppl, but the model is more stable.
  • Red color: Transformer Deep model (160M) dataset is shuffled and filtered, it is clear that training is more uniform and achieves good quality indicators faster. (Iā€™ll describe the model parameters separately in another topic)

Below is an excerpt from the README.txt file of the NLLB v1 dataset:

Data Fields

Every instance for a language pair contains the following fields: ā€˜translationā€™ (containing sentence pairs), ā€˜laser_scoreā€™, ā€˜source_sentence_lidā€™, ā€˜target_sentence_lidā€™, where ā€˜lidā€™ is lang>

  • Sentence in first language
  • Sentence in second language
  • LASER score
  • Language ID score for first sentence
  • Language ID score for second sentence
  • First sentence source (See Source Data Table)
  • First sentence URL if the source is crawl-data/*; _ otherwise
  • Second sentence source
  • Second sentence URL if the source is crawl-data/*; _ otherwise

The lines are sorted by LASER3 score in decreasing order.

Example:

{'translation': {'ace_Latn': 'Gobnyan hana geupeukeucewa gata atawa geutinggai meunan mantong gata."',
  'ban_Latn': 'Ida nenten jaga manggayang wiadin ngutang semeton."'},
 'laser_score': 1.2499876022338867,
 'source_sentence_lid': 1.0000100135803223,
 'target_sentence_lid': 0.9991400241851807,
 'source_sentence_source': 'paracrawl9_hieu',
 'source_sentence_url': '_',
 'target_sentence_source': 'crawl-data/CC-MAIN-2020-10/segments/1581875144165.4/wet/CC-MAIN-20200219153707-20200219183707-00232.warc.wet.gz',
 'target_sentence_url': 'https://alkitab.mobi/tb/Ula/31/6/\n'}

Sources and links:

LASER

3 Likes

As you published, using the top 10% of CCMatrix (among others), the model converges very fast to under 10% ppl, and learns very little afterwards. My only solace is the absence of a regressionā€¦

So I am currently pulling out an ā€œexcerptā€ filter (broadly elaborated from the recent ā€œtopā€ filter) that should work on Locomotive to skip the top and the bottom of a dataset.

Uses arguments ā€œtop_percentileā€ and ā€œbottom_percentileā€ in filters.py, and adds a parameter ā€œbegin_atā€ in train.py on top of the already existing ā€œstop_atā€.

Just have to test it on a toy session as soon as the current one finishes (VRAM is maxing).

Thanks again for all the insights.

3 Likes