bourdoiscatie
commited on
Commit
·
b6968d1
1
Parent(s):
3b104a4
Update README.md
Browse files
README.md
CHANGED
@@ -277,7 +277,7 @@ The `xnli_fr_prompt_textual_entailment` dataset has the same license as the orig
|
|
277 |
**Original**: https://huggingface.co/datasets/MoritzLaurer/multilingual-NLI-26lang-2mil7
|
278 |
Note: only the French portion of this multilingual dataset is kept for our use. These are the `fr_anli`, `fr_fever`, `fr_ling`, `fr_mnli` and `fr_wanli` splits.
|
279 |
#### Citation
|
280 |
-
@article{laurer_less_2022,
|
281 |
title = {Less {Annotating}, {More} {Classifying} – {Addressing} the {Data} {Scarcity} {Issue} of {Supervised} {Machine} {Learning} with {Deep} {Transfer} {Learning} and {BERT} - {NLI}},
|
282 |
url = {https://osf.io/74b8k},
|
283 |
language = {en-us},
|
@@ -1396,35 +1396,37 @@ The `orange_sum_fr_prompt_title_generation` dataset has the same license as the
|
|
1396 |
|
1397 |
|
1398 |
# Fill mask
|
1399 |
-
|
|
|
1400 |
## 24 prompts
|
1401 |
<details>
|
1402 |
<summary>The prompts list:</summary>
|
1403 |
<code>
|
1404 |
-
'Remplacer le <mask> dans le texte suivant par le mot le plus
|
1405 |
-
'Remplace le <mask> dans le texte suivant par le mot le plus
|
1406 |
-
'Remplacez le <mask> dans le texte suivant par le mot le plus
|
1407 |
-
'Remplacer le <mask>
|
1408 |
-
'Remplace le <mask>
|
1409 |
-
'Remplacez le <mask>
|
1410 |
-
'Substituer le <mask>
|
1411 |
-
'Substitue le <mask> dans le texte suivant par le mot le plus
|
1412 |
-
'Substituez le <mask> dans le texte suivant par le mot le plus
|
1413 |
-
'Substituer le <mask> dans le texte suivant par le mot le plus probable : '+text,
|
1414 |
-
'Substitue le <mask> dans le texte suivant par le mot le plus probable : '+text,
|
1415 |
-
'Substituez le <mask> dans le texte suivant par le mot le plus probable : '+text,
|
1416 |
-
'Changer le <mask> dans le texte suivant par le mot le plus
|
1417 |
-
'Change le <mask> dans le texte suivant par le mot le plus
|
1418 |
-
'Changez le <mask> dans le texte suivant par le mot le plus
|
1419 |
-
'Changer le <mask> dans le texte suivant par le mot le plus probable : '+text,
|
1420 |
-
'Change le <mask> dans le texte suivant par le mot le plus probable : '+text,
|
1421 |
-
'Changez le <mask> dans le texte suivant par le mot le plus probable : '+text,
|
1422 |
-
'Transformer le <mask> dans le texte suivant par le mot le plus
|
1423 |
-
'Transforme le <mask> dans le texte suivant par le mot le plus
|
1424 |
-
'Transformez le <mask> dans le texte suivant par le mot le plus
|
1425 |
-
'Transformer le <mask> dans le texte suivant par le mot le plus probable : '+text,
|
1426 |
-
'Transforme le <mask> dans le texte suivant par le mot le plus probable : '+text,
|
1427 |
'Transformez le <mask> dans le texte suivant par le mot le plus probable : '+text,
|
|
|
1428 |
</code>
|
1429 |
</details>
|
1430 |
|
|
|
277 |
**Original**: https://huggingface.co/datasets/MoritzLaurer/multilingual-NLI-26lang-2mil7
|
278 |
Note: only the French portion of this multilingual dataset is kept for our use. These are the `fr_anli`, `fr_fever`, `fr_ling`, `fr_mnli` and `fr_wanli` splits.
|
279 |
#### Citation
|
280 |
+
> @article{laurer_less_2022,
|
281 |
title = {Less {Annotating}, {More} {Classifying} – {Addressing} the {Data} {Scarcity} {Issue} of {Supervised} {Machine} {Learning} with {Deep} {Transfer} {Learning} and {BERT} - {NLI}},
|
282 |
url = {https://osf.io/74b8k},
|
283 |
language = {en-us},
|
|
|
1396 |
|
1397 |
|
1398 |
# Fill mask
|
1399 |
+
Masked language modeling is the task of masking some of the words in a sentence and predicting which words should replace those masks.
|
1400 |
+
In our case, for a given text, we have hidden one word per sentence of the text.
|
1401 |
## 24 prompts
|
1402 |
<details>
|
1403 |
<summary>The prompts list:</summary>
|
1404 |
<code>
|
1405 |
+
'Remplacer le <mask disabled> dans le texte suivant par le mot le plus vraisemblable : '+text,<br>
|
1406 |
+
'Remplace le <mask disabled> dans le texte suivant par le mot le plus vraisemblable : '+text, <br>
|
1407 |
+
'Remplacez le <mask disabled> dans le texte suivant par le mot le plus vraisemblable : '+text, <br>
|
1408 |
+
'Remplacer le <mask disabled> dans le texte suivant par le mot le plus probable : '+text, <br>
|
1409 |
+
'Remplace le <mask disabled> dans le texte suivant par le mot le plus probable : '+text, <br>
|
1410 |
+
'Remplacez le <mask disabled> dans le texte suivant par le mot le plus probable : '+text, <br>
|
1411 |
+
'Substituer le <mask disabled> dans le texte suivant par le mot le plus vraisemblable : '+text,<br>
|
1412 |
+
'Substitue le <mask> dans le texte suivant par le mot le plus vraisemblable : '+text, <br>
|
1413 |
+
'Substituez le <mask> dans le texte suivant par le mot le plus vraisemblable : '+text, <br>
|
1414 |
+
'Substituer le <mask> dans le texte suivant par le mot le plus probable : '+text, <br>
|
1415 |
+
'Substitue le <mask> dans le texte suivant par le mot le plus probable : '+text, <br>
|
1416 |
+
'Substituez le <mask> dans le texte suivant par le mot le plus probable : '+text, <br>
|
1417 |
+
'Changer le <mask> dans le texte suivant par le mot le plus vraisemblable : '+text, <br>
|
1418 |
+
'Change le <mask> dans le texte suivant par le mot le plus vraisemblable : '+text, <br>
|
1419 |
+
'Changez le <mask> dans le texte suivant par le mot le plus vraisemblable : '+text, <br>
|
1420 |
+
'Changer le <mask> dans le texte suivant par le mot le plus probable : '+text, <br>
|
1421 |
+
'Change le <mask> dans le texte suivant par le mot le plus probable : '+text, <br>
|
1422 |
+
'Changez le <mask> dans le texte suivant par le mot le plus probable : '+text, <br>
|
1423 |
+
'Transformer le <mask> dans le texte suivant par le mot le plus vraisemblable : '+text, <br>
|
1424 |
+
'Transforme le <mask> dans le texte suivant par le mot le plus vraisemblable : '+text, <br>
|
1425 |
+
'Transformez le <mask> dans le texte suivant par le mot le plus vraisemblable : '+text, <br>
|
1426 |
+
'Transformer le <mask> dans le texte suivant par le mot le plus probable : '+text, <br>
|
1427 |
+
'Transforme le <mask> dans le texte suivant par le mot le plus probable : '+text, <br>
|
1428 |
'Transformez le <mask> dans le texte suivant par le mot le plus probable : '+text,
|
1429 |
+
|
1430 |
</code>
|
1431 |
</details>
|
1432 |
|