davebulaval commited on
Commit
395b220
·
1 Parent(s): accdbda

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -101,7 +101,7 @@ The annotations were taken from the following four datasets:
101
 
102
  It contains a data augmentation subset of 1,355 identical sentence triplets and 1,355 unrelated sentence triplets (See the "Sanity Checks" section (3.3.) in our [article](https://www.frontiersin.org/articles/10.3389/frai.2023.1223924/full)).
103
 
104
- It also contains two holdout subsets of X identical sentence triplets and X unrelated sentence triples (See the "MeaningBERT" section (3.4.) in our [article](https://www.frontiersin.org/articles/10.3389/frai.2023.1223924/full)).
105
 
106
 
107
  ## Dataset Structure
@@ -110,8 +110,8 @@ It also contains two holdout subsets of X identical sentence triplets and X unre
110
 
111
  - `Meaning` configuration: an instance consists of 1,355 meaning preservation triplets (Document, simplification, label).
112
  - `meaning_with_data_augmentation` configuration: an instance consists of 1,355 meaning preservation triplets (Document, simplification, label) along with 1,355 data augmentation triplets (Document, Document, 1) and 1,355 data augmentation triplets (Document, Unrelated Document, 0) (See the sanity checks in our [article](https://www.frontiersin.org/articles/10.3389/frai.2023.1223924/full)).
113
- - `meaning_holdout_identical` configuration: an instance consists of X meaning holdout preservation identical triplets (Document, Document, 1) based on the ASSET Simplification dataset.
114
- - `meaning_holdout_unrelated` configuration: an instance consists of X meaning holdout preservation unrelated triplets (Document, Unrelated Document, 0) based on the ASSET Simplification dataset.
115
 
116
  ### Data Fields
117
 
 
101
 
102
  It contains a data augmentation subset of 1,355 identical sentence triplets and 1,355 unrelated sentence triplets (See the "Sanity Checks" section (3.3.) in our [article](https://www.frontiersin.org/articles/10.3389/frai.2023.1223924/full)).
103
 
104
+ It also contains two holdout subsets of 359 identical sentence triplets and 359 unrelated sentence triples (See the "MeaningBERT" section (3.4.) in our [article](https://www.frontiersin.org/articles/10.3389/frai.2023.1223924/full)).
105
 
106
 
107
  ## Dataset Structure
 
110
 
111
  - `Meaning` configuration: an instance consists of 1,355 meaning preservation triplets (Document, simplification, label).
112
  - `meaning_with_data_augmentation` configuration: an instance consists of 1,355 meaning preservation triplets (Document, simplification, label) along with 1,355 data augmentation triplets (Document, Document, 1) and 1,355 data augmentation triplets (Document, Unrelated Document, 0) (See the sanity checks in our [article](https://www.frontiersin.org/articles/10.3389/frai.2023.1223924/full)).
113
+ - `meaning_holdout_identical` configuration: an instance consists of 359 meaning holdout preservation identical triplets (Document, Document, 1) based on the ASSET Simplification dataset.
114
+ - `meaning_holdout_unrelated` configuration: an instance consists of 359 meaning holdout preservation unrelated triplets (Document, Unrelated Document, 0) based on the ASSET Simplification dataset.
115
 
116
  ### Data Fields
117