Francois Vieille commited on
Commit
246d302
1 Parent(s): df3fa57

update card

Browse files
Files changed (1) hide show
  1. README.md +21 -15
README.md CHANGED
@@ -48,26 +48,28 @@ paperswithcode_id: null
48
 
49
  ## Dataset Description
50
 
51
- - **Homepage:** https://www.lincoln.fr/
52
- - **Repository:** https://github.com/Lincoln-France
53
  - **Paper:** [Needs More Information]
54
  - **Leaderboard:** [Needs More Information]
55
- - **Point of Contact:** labinnovation@mel.lincoln.fr
56
 
57
  ### Dataset Summary
58
 
59
  Newsquad is a small dataset created for Question Answering task. Contexts are paragraphs of articles extracted from nine online french newspaper during year 2020/2021.
60
 
61
  (train set)
62
- cnews 20
63
- francetvinfo 40
64
- la-croix 375
65
- lefigaro 160
66
- lemonde 325
67
- lesnumeriques 70
68
- numerama 140
69
- sudouest 475
70
- usinenouvelle 45
 
 
71
 
72
 
73
 
@@ -84,6 +86,7 @@ Fr-fr
84
 
85
  ### Data Instances
86
 
 
87
  {'answers': {'answer_start': [53], 'text': ['manSuvre "agressive']},
88
  'article_id': 34138,
89
  'article_title': 'Caricatures, Libye, Haut-Karabakh... Les six dossiers qui '
@@ -100,6 +103,7 @@ Fr-fr
100
  'paragraph_id': 201225,
101
  'question': "Qu'est ce que la France reproche à la Turquie?",
102
  'website': 'francetvinfo'}
 
103
 
104
  ### Data Fields
105
 
@@ -118,9 +122,11 @@ Fr-fr
118
 
119
  ### Data Splits
120
 
121
- - train: 1 650
122
- - test: 415
123
- - valid: 455
 
 
124
 
125
  ## Dataset Creation
126
 
 
48
 
49
  ## Dataset Description
50
 
51
+ - **Homepage:** [lincoln.fr](https://www.lincoln.fr/)
52
+ - **Repository:** [github/Lincoln-France](https://github.com/Lincoln-France)
53
  - **Paper:** [Needs More Information]
54
  - **Leaderboard:** [Needs More Information]
55
+ - **Point of Contact:** [email](labinnovation@mel.lincoln.fr)
56
 
57
  ### Dataset Summary
58
 
59
  Newsquad is a small dataset created for Question Answering task. Contexts are paragraphs of articles extracted from nine online french newspaper during year 2020/2021.
60
 
61
  (train set)
62
+ | website | Nb |
63
+ |---------------|-----|
64
+ | cnews | 20 |
65
+ | francetvinfo | 40 |
66
+ | la-croix | 375 |
67
+ | lefigaro | 160 |
68
+ | lemonde | 325 |
69
+ | lesnumeriques | 70 |
70
+ | numerama | 140 |
71
+ | sudouest | 475 |
72
+ | usinenouvelle | 45 |
73
 
74
 
75
 
 
86
 
87
  ### Data Instances
88
 
89
+ ```json
90
  {'answers': {'answer_start': [53], 'text': ['manSuvre "agressive']},
91
  'article_id': 34138,
92
  'article_title': 'Caricatures, Libye, Haut-Karabakh... Les six dossiers qui '
 
103
  'paragraph_id': 201225,
104
  'question': "Qu'est ce que la France reproche à la Turquie?",
105
  'website': 'francetvinfo'}
106
+ ```
107
 
108
  ### Data Fields
109
 
 
122
 
123
  ### Data Splits
124
 
125
+ | Split | Nb |
126
+ |-------|----|
127
+ | train |1650|
128
+ | test |415 |
129
+ | val |455 |
130
 
131
  ## Dataset Creation
132