Learn Before
Concept
LiTER Algorithm
- (1) Select from the source text the list of words belonging to the annotated idiom.
- (2) For each word , obtain its word translations in the target language using a bilingual dictionary and add them to a blocklist and create a candidate list of blocklists
- (3) For each word in the reference (R), search if it occurs in any of the blocklists . If so, remove corresponding blocklist from .
- (4) Check if the hypothesis contains any blocklisted words. If so, mark this hypothesis as having a literal translation error.
- The final score is the percentage of translations that trigger the blocklist. Since LiTER requires source=side annotations, test data with idioms on the source side are collected, and the spans they occur are annotated.
0
1
Updated 2023-02-17
Tags
Data Science