skoneru commited on
Commit
208f1b1
·
1 Parent(s): 02015f9

Update description.md

Browse files
Files changed (1) hide show
  1. description.md +1 -1
description.md CHANGED
@@ -13,4 +13,4 @@ We provide three different type of examples covering contextual phenomena such a
13
  - **Formality (Example 3 & 4):** The word "you" in English can be translated to German as Sie (Formal) and Du (Informal). The sentence-level model outputs are inconsistent and use both levels. However, you see that the LLM outputs are only formal. If you want it to be informal, you can change the formality level of the first translation and then let the model generate from that point.
14
  - **Pronouns (Example 5 & 6):** Here, the translation of it is unknown from the sentence alone and can be "Er", "Es" and "Sie" depending on the gender. Since, it is refering to garland, the right choice is Er. However, the LLM mistranslates the garland into "Krone" and uses "Sie" as the pronoun. However, once you fix the mistake and replace "Krone" with "Kränz", LLM refines the translation and use the right pronoun!
15
 
16
- ![](file/process.png)
 
13
  - **Formality (Example 3 & 4):** The word "you" in English can be translated to German as Sie (Formal) and Du (Informal). The sentence-level model outputs are inconsistent and use both levels. However, you see that the LLM outputs are only formal. If you want it to be informal, you can change the formality level of the first translation and then let the model generate from that point.
14
  - **Pronouns (Example 5 & 6):** Here, the translation of it is unknown from the sentence alone and can be "Er", "Es" and "Sie" depending on the gender. Since, it is refering to garland, the right choice is Er. However, the LLM mistranslates the garland into "Krone" and uses "Sie" as the pronoun. However, once you fix the mistake and replace "Krone" with "Kränz", LLM refines the translation and use the right pronoun!
15
 
16
+ <img alt="" src="file/process.png" style="mix-blend-mode: multiply;">