Datasets:
Fix readme
Browse files
README.md
CHANGED
|
@@ -144,6 +144,8 @@ Compared to the original SCAT corpus, the following differences are present in t
|
|
| 144 |
|
| 145 |
- Sentences stripped from tags are provided in fields without the `_with_tags` suffix.
|
| 146 |
|
|
|
|
|
|
|
| 147 |
- An extra contrastive sentence using the pronoun of interest belonging to the opposite gender is available in the `contrast_fr` field. The swap was performed using a simple lexical heuristic (refer to `swap_pronoun` in [`scat.py`](./scat.py)), and we do not guarantee grammatical correctness of the sentence.
|
| 148 |
|
| 149 |
## Additional Information
|
|
|
|
| 144 |
|
| 145 |
- Sentences stripped from tags are provided in fields without the `_with_tags` suffix.
|
| 146 |
|
| 147 |
+
- Tags erroneously embedded within words of target sentence (e.g. `just s<p>it</p>ting there, wa<p>it</p>ing for his face`) were removed.
|
| 148 |
+
|
| 149 |
- An extra contrastive sentence using the pronoun of interest belonging to the opposite gender is available in the `contrast_fr` field. The swap was performed using a simple lexical heuristic (refer to `swap_pronoun` in [`scat.py`](./scat.py)), and we do not guarantee grammatical correctness of the sentence.
|
| 150 |
|
| 151 |
## Additional Information
|