NilanE commited on
Commit
5ebcb88
1 Parent(s): a3a7925

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -12,7 +12,15 @@ The cumulative dataset is under an apache 2.0 license, but the sources differ on
12
 
13
  I am unfamiliar with licenses in general, so if someone sees any issues with the licensing situation, please let me know.
14
 
15
- ## Dataset Sources
 
 
 
 
 
 
 
 
16
  news_commentary (unknown license?)
17
 
18
  iwslt2017 (cc-by-nc-nd-4.0)
 
12
 
13
  I am unfamiliar with licenses in general, so if someone sees any issues with the licensing situation, please let me know.
14
 
15
+
16
+ # Metadata meaning:
17
+ source: self-explanatory
18
+
19
+ ### specific to manual fanfic:
20
+ missed_lines: number of lines in the document where the index matched between the unaligned source and translation, but the content of the lines did not meet the match threshold. This number being high relative to the number of lines in the document indicates either a poor translation, or some other factor causing the source and translation to differ beyond the norm.
21
+ inserted_lines_src: lines that only appear in the source document, and matches are found surrounding them, indicating the line is some kind of insertion (like a note, afterword, title, etc). Is generally safe to ignore unless it's significant compared to the number of correctly aligned sentences, which would indicate a poor matchup between source and translation sources, for one reason or another.
22
+ inserted_lines_src: same as above, but for the target document instead
23
+ # Dataset Sources
24
  news_commentary (unknown license?)
25
 
26
  iwslt2017 (cc-by-nc-nd-4.0)