Datasets:

Modalities:
Text
Languages:
English
ArXiv:
Libraries:
Datasets
License:
Severine commited on
Commit
32d2e6c
1 Parent(s): ce9f5e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +129 -129
README.md CHANGED
@@ -1,130 +1,130 @@
1
- ---
2
- YAML tags:
3
- languages:
4
- - en
5
- license:
6
- - cc-by-sa-4.0
7
- size_categories:
8
- - <100K
9
- task_categories:
10
- - text-generation
11
- ---
12
- # Dataset Card for C2Gen
13
-
14
- ## Table of Contents
15
- - [Dataset Description](#dataset-description)
16
- - [Dataset Summary](#dataset-summary)
17
- - [Supported Tasks](#supported-tasks-and-leaderboards)
18
- - [Languages](#languages)
19
- - [Dataset Structure](#dataset-structure)
20
- - [Data Instances](#data-instances)
21
- - [Data Fields](#data-instances)
22
- - [Data Splits](#data-instances)
23
- - [Dataset Creation](#dataset-creation)
24
- - [Curation Rationale](#curation-rationale)
25
- - [Source Data](#source-data)
26
- - [Annotations](#annotations)
27
- - [Personal and Sensitive Information](#personal-and-sensitive-information)
28
- - [Considerations for Using the Data](#considerations-for-using-the-data)
29
- - [Social Impact of Dataset](#social-impact-of-dataset)
30
- - [Discussion of Biases](#discussion-of-biases)
31
- - [Other Known Limitations](#other-known-limitations)
32
- - [Additional Information](#additional-information)
33
- - [Dataset Curators](#dataset-curators)
34
- - [Licensing Information](#licensing-information)
35
- - [Citation Information](#citation-information)
36
-
37
- ## Dataset Description
38
-
39
- - **Homepage:** [Needs More Information]
40
- - **Repository:** [Needs More Information]
41
- - **Paper:** [Needs More Information]
42
- - **Leaderboard:** N/A
43
- - **Point of Contact:** [Severine Verlinden](mailto:severine.verlinden@outlook.be)
44
-
45
-
46
- ### Dataset Summary
47
-
48
- CommonGen [Lin et al., 2020](https://arxiv.org/abs/1911.03705) is a dataset for the constrained text generation task of word inclusion. Therefore, to complement CommonGen, we provide an extended test set where an additional context is provided for each set of target words. The task is therefore reformulated to both generate commonsensical text which include the given words, and also have the generated text adhere to the given context.
49
-
50
- ### Supported Tasks and Leaderboards
51
-
52
- N/A
53
-
54
- ### Languages
55
-
56
- English
57
-
58
- ## Dataset Structure
59
-
60
- ### Data Instances
61
-
62
- {"Context": "The show came on the television with people singing. The family all gathered to watch. They all became silent when the show came on.", "Words": ["follow", "series", "voice"]}
63
-
64
- ### Data Fields
65
-
66
- - context: the generated text by the model should adhere to this text
67
- - words: the words that should be included in the generated continuation
68
-
69
- ### Data Splits
70
-
71
- Test
72
-
73
- ## Dataset Creation
74
-
75
- ### Curation Rationale
76
-
77
- C2Gen was created because the authors of the paper believed that the task formulation of CommonGen is too narrow, and that it needlessly incentivizes researchers
78
- to focus on methods that do not support context. Which is orthogonal to their belief that many application areas necessitates the consideration of surrounding context. Therefore, to complement CommonGen, they provide an extended test set where an additional context is provided for each set of target words.
79
-
80
- ### Source Data
81
-
82
- #### Initial Data Collection and Normalization
83
-
84
- The dataset was constructed with the help the crowd sourcing platform MechanicalTurk. Each remaining concept set manually received a textual context. To assure the quality of the data generation, only native English speakers with a recorded high acceptance were allowed to participate. Finally, all contexts were manually verified, and fixed in terms of typos and poor quality. Furthermore we want to raise awareness that C2GEN can contain personal data or offensive content. If you would encounter such a sample, please reach out to us.
85
-
86
- #### Who are the source language producers?
87
-
88
- [Needs More Information]
89
-
90
- ### Annotations
91
-
92
- #### Annotation process
93
-
94
- [Needs More Information]
95
-
96
- #### Who are the annotators?
97
-
98
- [Needs More Information]
99
-
100
- ### Personal and Sensitive Information
101
-
102
- [Needs More Information]
103
-
104
- ## Considerations for Using the Data
105
-
106
- ### Social Impact of Dataset
107
-
108
- Further research is needed on this behalf.
109
-
110
- ### Discussion of Biases
111
-
112
- [Needs More Information]
113
-
114
- ### Other Known Limitations
115
-
116
- [Needs More Information]
117
-
118
- ## Additional Information
119
-
120
- ### Dataset Curators
121
-
122
- [Needs More Information]
123
-
124
- ### Licensing Information
125
-
126
- license: cc-by-sa-4.0
127
-
128
- ### Citation Information
129
-
130
  [Needs More Information]
 
1
+ ---
2
+ YAML tags:
3
+ languages:
4
+ - en
5
+ license:
6
+ - cc-by-sa-4.0
7
+ size_categories:
8
+ - <100K
9
+ task_categories:
10
+ - text-generation
11
+ ---
12
+ # Dataset Card for Contextualized CommonGen(C2Gen)
13
+
14
+ ## Table of Contents
15
+ - [Dataset Description](#dataset-description)
16
+ - [Dataset Summary](#dataset-summary)
17
+ - [Supported Tasks](#supported-tasks-and-leaderboards)
18
+ - [Languages](#languages)
19
+ - [Dataset Structure](#dataset-structure)
20
+ - [Data Instances](#data-instances)
21
+ - [Data Fields](#data-instances)
22
+ - [Data Splits](#data-instances)
23
+ - [Dataset Creation](#dataset-creation)
24
+ - [Curation Rationale](#curation-rationale)
25
+ - [Source Data](#source-data)
26
+ - [Annotations](#annotations)
27
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
28
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
29
+ - [Social Impact of Dataset](#social-impact-of-dataset)
30
+ - [Discussion of Biases](#discussion-of-biases)
31
+ - [Other Known Limitations](#other-known-limitations)
32
+ - [Additional Information](#additional-information)
33
+ - [Dataset Curators](#dataset-curators)
34
+ - [Licensing Information](#licensing-information)
35
+ - [Citation Information](#citation-information)
36
+
37
+ ## Dataset Description
38
+
39
+ - **Homepage:** [Needs More Information]
40
+ - **Repository:** [Needs More Information]
41
+ - **Paper:** [Needs More Information]
42
+ - **Leaderboard:** N/A
43
+ - **Point of Contact:** [Severine Verlinden](mailto:severine.verlinden@outlook.be)
44
+
45
+
46
+ ### Dataset Summary
47
+
48
+ CommonGen [Lin et al., 2020](https://arxiv.org/abs/1911.03705) is a dataset for the constrained text generation task of word inclusion. Therefore, to complement CommonGen, we provide an extended test set where an additional context is provided for each set of target words. The task is therefore reformulated to both generate commonsensical text which include the given words, and also have the generated text adhere to the given context.
49
+
50
+ ### Supported Tasks and Leaderboards
51
+
52
+ N/A
53
+
54
+ ### Languages
55
+
56
+ English
57
+
58
+ ## Dataset Structure
59
+
60
+ ### Data Instances
61
+
62
+ {"Context": "The show came on the television with people singing. The family all gathered to watch. They all became silent when the show came on.", "Words": ["follow", "series", "voice"]}
63
+
64
+ ### Data Fields
65
+
66
+ - context: the generated text by the model should adhere to this text
67
+ - words: the words that should be included in the generated continuation
68
+
69
+ ### Data Splits
70
+
71
+ Test
72
+
73
+ ## Dataset Creation
74
+
75
+ ### Curation Rationale
76
+
77
+ C2Gen was created because the authors of the paper believed that the task formulation of CommonGen is too narrow, and that it needlessly incentivizes researchers
78
+ to focus on methods that do not support context. Which is orthogonal to their belief that many application areas necessitates the consideration of surrounding context. Therefore, to complement CommonGen, they provide an extended test set where an additional context is provided for each set of target words.
79
+
80
+ ### Source Data
81
+
82
+ #### Initial Data Collection and Normalization
83
+
84
+ The dataset was constructed with the help the crowd sourcing platform MechanicalTurk. Each remaining concept set manually received a textual context. To assure the quality of the data generation, only native English speakers with a recorded high acceptance were allowed to participate. Finally, all contexts were manually verified, and fixed in terms of typos and poor quality. Furthermore we want to raise awareness that C2GEN can contain personal data or offensive content. If you would encounter such a sample, please reach out to us.
85
+
86
+ #### Who are the source language producers?
87
+
88
+ [Needs More Information]
89
+
90
+ ### Annotations
91
+
92
+ #### Annotation process
93
+
94
+ [Needs More Information]
95
+
96
+ #### Who are the annotators?
97
+
98
+ [Needs More Information]
99
+
100
+ ### Personal and Sensitive Information
101
+
102
+ [Needs More Information]
103
+
104
+ ## Considerations for Using the Data
105
+
106
+ ### Social Impact of Dataset
107
+
108
+ Further research is needed on this behalf.
109
+
110
+ ### Discussion of Biases
111
+
112
+ [Needs More Information]
113
+
114
+ ### Other Known Limitations
115
+
116
+ [Needs More Information]
117
+
118
+ ## Additional Information
119
+
120
+ ### Dataset Curators
121
+
122
+ [Needs More Information]
123
+
124
+ ### Licensing Information
125
+
126
+ license: cc-by-sa-4.0
127
+
128
+ ### Citation Information
129
+
130
  [Needs More Information]