Kacper Dudzic commited on
Commit
d10b95c
·
1 Parent(s): 8434df8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -11,7 +11,7 @@ pinned: false
11
 
12
  - **pruned** datasets are reduced in size to contain only examples in which the source paragraph and the target paragraph are not identical
13
  - **hard** datasets have their training and test split created from separate pools of books with no overlap (so all paragraphs from a given book are contained in only a single split)
14
- - **transduced** datasets have their training split processed by a rule-based normalizer; models are evaluated on their respective not normalized variants
15
 
16
  Models were accordingly created based on the 4 dataset variants.
17
 
 
11
 
12
  - **pruned** datasets are reduced in size to contain only examples in which the source paragraph and the target paragraph are not identical
13
  - **hard** datasets have their training and test split created from separate pools of books with no overlap (so all paragraphs from a given book are contained in only a single split)
14
+ - **transduced** datasets have their training split processed by a rule-based normalizer
15
 
16
  Models were accordingly created based on the 4 dataset variants.
17