MT Evaluation in General: Difference between revisions

From MT Talks
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:
The "golden rule" of (MT) evaluation: '''Evaluate on unseen data!'''
The "golden rule" of (MT) evaluation: '''Evaluate on unseen data!'''


== Example Sentence + Translations ==
== Approaches to Evaluation ==
 
Let us first introduce the example that we will use throughout the section:
 
=== Example Sentence + Translations ===


Original German sentence:
Original German sentence:
Line 30: Line 34:
! Notes
! Notes
|-
|-
| ''Workers rushed from director: Seriously injured''
| '''1''' ''Workers rushed from director: Seriously injured''
| plural (workers), bad choice of verb (rushed), ''Leiter'' mistranslated as ''director''
| plural (workers), bad choice of verb (rushed), ''Leiter'' mistranslated as ''director''
|-
|-
| ''Workers fell from ladder: hurt''
| '''2''' ''Workers fell from ladder: hurt''
| plural (workers), intensifier missing  
| plural (workers), intensifier missing  
|-
|-
| ''Worker rushed from ladder: schwer verletzt''
| '''3''' ''Worker rushed from ladder: schwer verletzt''
| bad choice of verb (rushed), tail is left untranslated
| bad choice of verb (rushed), tail is left untranslated
|-
|-
| ''Worker fell from leader: heavily injures''
| '''4''' ''Worker fell from leader: heavily injures''
| ''Leiter'' translated as ''leader'' (not a typo, a bad lexical choice), poor morphological choices
| ''Leiter'' translated as ''leader'' (not a typo, a bad lexical choice), poor morphological choices
|}
|}
=== Absolute Rating ===
Worth publishing
Worth editing
Worth reading
Adequacy vs. fluency
=== Relative Rating ===

Revision as of 14:34, 26 January 2015

Lecture 4: General MT Evaluation
Lecture video: web TODO
Youtube

{{#ev:youtube|_QL-BUxIIhU|800|center}}

Data Splits

Available training data is usually split into several parts, e.g. training, development (held-out) and (dev-)test. Training data is used to estimate model parameters, development set can be used for model selection, hyperparameter tuning etc. and dev-test is used for continuous evaluation of progress (are we doing better than before?).

However, you should always keep an additional (final) test set which is used only very rarely. Evaluating your system on the final test set can then be used as a rough estimate of its true performance because you do not use it in the development process at all, and therefore do not bias your system towards it.

The "golden rule" of (MT) evaluation: Evaluate on unseen data!

Approaches to Evaluation

Let us first introduce the example that we will use throughout the section:

Example Sentence + Translations

Original German sentence:

Arbeiter sturzte von Leiter: schwer verletzt

English reference translation:

Worker falls from ladder: seriously injured
MT Output Notes
1 Workers rushed from director: Seriously injured plural (workers), bad choice of verb (rushed), Leiter mistranslated as director
2 Workers fell from ladder: hurt plural (workers), intensifier missing
3 Worker rushed from ladder: schwer verletzt bad choice of verb (rushed), tail is left untranslated
4 Worker fell from leader: heavily injures Leiter translated as leader (not a typo, a bad lexical choice), poor morphological choices

Absolute Rating

Worth publishing Worth editing Worth reading

Adequacy vs. fluency

Relative Rating