Datasets:

Modalities:
Text
Languages:
English
ArXiv:
Libraries:
Datasets
License:
Severine commited on
Commit
ed67c16
1 Parent(s): 4fc98bd
Files changed (2) hide show
  1. README.md +127 -2
  2. data/test.json +0 -0
README.md CHANGED
@@ -1,3 +1,128 @@
1
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: cc-by-sa-4.0
3
- ---
 
 
 
 
1
+ languages:
2
+ - en
3
+ license:
4
+ - cc-by-sa-4.0
5
+ size_categories:
6
+ - <100K
7
+ task_categories:
8
+ - text-generation
9
+
10
+ # Dataset Card for C2Gen
11
+
12
+ ## Table of Contents
13
+ - [Dataset Description](#dataset-description)
14
+ - [Dataset Summary](#dataset-summary)
15
+ - [Supported Tasks](#supported-tasks-and-leaderboards)
16
+ - [Languages](#languages)
17
+ - [Dataset Structure](#dataset-structure)
18
+ - [Data Instances](#data-instances)
19
+ - [Data Fields](#data-instances)
20
+ - [Data Splits](#data-instances)
21
+ - [Dataset Creation](#dataset-creation)
22
+ - [Curation Rationale](#curation-rationale)
23
+ - [Source Data](#source-data)
24
+ - [Annotations](#annotations)
25
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
26
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
27
+ - [Social Impact of Dataset](#social-impact-of-dataset)
28
+ - [Discussion of Biases](#discussion-of-biases)
29
+ - [Other Known Limitations](#other-known-limitations)
30
+ - [Additional Information](#additional-information)
31
+ - [Dataset Curators](#dataset-curators)
32
+ - [Licensing Information](#licensing-information)
33
+ - [Citation Information](#citation-information)
34
+
35
+ ## Dataset Description
36
+
37
+ - **Homepage:** [Needs More Information]
38
+ - **Repository:** [Needs More Information]
39
+ - **Paper:** [Needs More Information]
40
+ - **Leaderboard:** N/A
41
+ - **Point of Contact:** [Severine Verlinden](mailto:severine.verlinden@outlook.be)
42
+
43
+
44
+ ### Dataset Summary
45
+
46
+ 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.
47
+
48
+ ### Supported Tasks and Leaderboards
49
+
50
+ N/A
51
+
52
+ ### Languages
53
+
54
+ English
55
+
56
+ ## Dataset Structure
57
+
58
+ ### Data Instances
59
+
60
+ {"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"]}
61
+
62
+ ### Data Fields
63
+
64
+ - context: the generated text by the model should adhere to this text
65
+ - words: the words that should be included in the generated continuation
66
+
67
+ ### Data Splits
68
+
69
+ test
70
+
71
+ ## Dataset Creation
72
+
73
+ ### Curation Rationale
74
+
75
+ 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
76
+ 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.
77
+
78
+ ### Source Data
79
+
80
+ #### Initial Data Collection and Normalization
81
+
82
+ 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.
83
+
84
+ #### Who are the source language producers?
85
+
86
+ [Needs More Information]
87
+
88
+ ### Annotations
89
+
90
+ #### Annotation process
91
+
92
+ [Needs More Information]
93
+
94
+ #### Who are the annotators?
95
+
96
+ [Needs More Information]
97
+
98
+ ### Personal and Sensitive Information
99
+
100
+ [Needs More Information]
101
+
102
+ ## Considerations for Using the Data
103
+
104
+ ### Social Impact of Dataset
105
+
106
+ Further research is needed on this behalf.
107
+
108
+ ### Discussion of Biases
109
+
110
+ [Needs More Information]
111
+
112
+ ### Other Known Limitations
113
+
114
+ [Needs More Information]
115
+
116
+ ## Additional Information
117
+
118
+ ### Dataset Curators
119
+
120
+ [Needs More Information]
121
+
122
+ ### Licensing Information
123
+
124
  license: cc-by-sa-4.0
125
+
126
+ ### Citation Information
127
+
128
+ [Needs More Information]
data/test.json ADDED
The diff for this file is too large to render. See raw diff