Datasets:

Modalities:
Text
Formats:
parquet
Languages:
French
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
bourdoiscatie commited on
Commit
ae748f6
·
1 Parent(s): 969b8e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -7
README.md CHANGED
@@ -4,17 +4,27 @@ language:
4
  license:
5
  - cc-by-4.0
6
  size_categories:
7
- - 10K<n<100K
8
  tags:
9
  - coreference
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  # xwinograd_fr_prompt_coreference
13
  ## Summary
14
 
15
- **xwinograd_fr_prompt_coreference** is a subset of the [**Dataset of French Prompts (DFP)**]().
16
- It contains **X** rows that can be used for a coreference task.
17
- The original data (without prompts) comes from the dataset [xwinograd](https://huggingface.co/datasets/Muennighoff/xwinograd) by Muennighoff where only the French part has been kept.
18
  A list of prompts (see below) was then applied in order to build the input and target columns and thus obtain the same format as the [xP3](https://huggingface.co/datasets/bigscience/xP3) dataset by Muennighoff et al.
19
 
20
 
@@ -47,9 +57,9 @@ targets = str(xwinograd['test'][i]['answer']).replace("1",xwinograd['test'][i]['
47
 
48
 
49
  # Splits
50
- - train with X samples
51
- - dev with Y samples
52
- - test with Z samples
53
 
54
 
55
  # How to use?
 
4
  license:
5
  - cc-by-4.0
6
  size_categories:
7
+ - n<1K
8
  tags:
9
  - coreference
10
+ - DFP
11
+ - french prompts
12
+ annotations_creators:
13
+ - found
14
+ language_creators:
15
+ - found
16
+ multilinguality:
17
+ - monolingual
18
+ source_datasets:
19
+ - xwinograd
20
  ---
21
 
22
  # xwinograd_fr_prompt_coreference
23
  ## Summary
24
 
25
+ **xwinograd_fr_prompt_coreference** is a subset of the [**Dataset of French Prompts (DFP)**](https://huggingface.co/datasets/CATIE-AQ/DFP).
26
+ It contains **830** rows that can be used for a coreference task.
27
+ The original data (without prompts) comes from the dataset [xwinograd](https://huggingface.co/datasets/Muennighoff/xwinograd) by Muennighoff where only the French part has been kept.
28
  A list of prompts (see below) was then applied in order to build the input and target columns and thus obtain the same format as the [xP3](https://huggingface.co/datasets/bigscience/xP3) dataset by Muennighoff et al.
29
 
30
 
 
57
 
58
 
59
  # Splits
60
+ - `train` with 830 samples
61
+ - no `valid` split
62
+ - no `test` split
63
 
64
 
65
  # How to use?