gsarti commited on
Commit
aebd97c
·
verified ·
1 Parent(s): c1202d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -6
README.md CHANGED
@@ -229,12 +229,8 @@ A single entry in the dataframe represents a segment (~sentence) in the dataset,
229
  |`mt_text` | Output of the `NLLB-3.3B` model when translating `src_text` into `tgt_lang` (default config, 5 beams) |
230
  |`mt_text_highlighted` | Highlighted version of `mt_text` with potential errors according to the `highlight_modality`. |
231
  |`pe_text` | Post-edited version of `mt_text` produced by a professional translator with `highlight_modality`. |
232
- |`mt_pe_word_aligned` | Aligned visual representation of word-level edit operations (I = Insertion, D = Deletion, S = Substitution) (replace `\
233
- ` with `
234
- ` to show the three aligned rows). |
235
- |`mt_pe_char_aligned` | Aligned visual representation of character-level edit operations (I = Insertion, D = Deletion, S = Substitution) (replace `\
236
- ` with `
237
- ` to show the three aligned rows). |
238
  |`highlights` | List of dictionaries for highlighted spans with error severity and position, matching XCOMET format for word-level error annotations. |
239
  |**MQM annotations (`main` config only)**| |
240
  |`qa_mt_annotator_id` | Annotator ID for the MQM evaluation of `qa_mt_annotated_text`. |
 
229
  |`mt_text` | Output of the `NLLB-3.3B` model when translating `src_text` into `tgt_lang` (default config, 5 beams) |
230
  |`mt_text_highlighted` | Highlighted version of `mt_text` with potential errors according to the `highlight_modality`. |
231
  |`pe_text` | Post-edited version of `mt_text` produced by a professional translator with `highlight_modality`. |
232
+ |`mt_pe_word_aligned` | Aligned visual representation of word-level edit operations (I = Insertion, D = Deletion, S = Substitution) (replace `\` with `\n` to show the three aligned rows). |
233
+ |`mt_pe_char_aligned` | Aligned visual representation of character-level edit operations (I = Insertion, D = Deletion, S = Substitution) (replace `\` with `\n` to show the three aligned rows). |
 
 
 
 
234
  |`highlights` | List of dictionaries for highlighted spans with error severity and position, matching XCOMET format for word-level error annotations. |
235
  |**MQM annotations (`main` config only)**| |
236
  |`qa_mt_annotator_id` | Annotator ID for the MQM evaluation of `qa_mt_annotated_text`. |