Quality score formula

From TQAuditor Wiki
Revision as of 16:23, 6 April 2018 by Anatoly.k (talk | contribs) (How the number of translated words is selected?)

Jump to: navigation, search

How Quality Score is calculated?

Quality score reflects the number of mistakes made per 1000 words of translated text.

The formula is: Q=E/V*1000, where

  • Q - quality score
  • E - the number of mistake points scored for the selected piece of text
  • V - the volume of text in which the mistakes were found.

E.g. the text contains 500 words and contains 12 mistake points, the quality score will be 12/500*1000=24

How the number of translated words is selected?

Before starting the evaluation, the reviewer selects the number of words to evaluate:

450px

To make it simpler, let’s make an example:

Imagine that the whole translated text contains 10000 words, and the editor corrects the segments containing 2000 words. You select random 300-words sample out of 2000 corrected words, and score 10 mistake points in these 300 words. The system calculates the proportion and count that 2000 words would contain 67 mistake points (10/300*200). So you have 67 mistake points per 10000 words of translated text, which means 6.7 points per 1000 words. So the quality score is 6.7 mistake points. You’ll be able to see these numbers on the evaluation page:

250px

And the system will use the total number of words as V in the formula above.

Why is it made that way?

We came to this through several stages of evolution.

First, the system was selecting just the beginning of the text, and we found out that the translators started to translate first 1000 words better than the rest of the text. So we decided to select the random part of the text. But then the system sometimes selected the pieces containing no corrections while skipping heavily corrected parts. So we changed the logic, and now the system returns the required number of corrections to the evaluator, but remembers how much text it took to find these corrections.