Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,6 @@ task_categories:
|
|
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)
|
@@ -22,34 +21,20 @@ task_categories:
|
|
22 |
- [Data Splits](#data-instances)
|
23 |
- [Dataset Creation](#dataset-creation)
|
24 |
- [Curation Rationale](#curation-rationale)
|
25 |
-
- [
|
26 |
-
|
27 |
-
|
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 |
-
- **
|
40 |
-
- **
|
41 |
-
- **
|
42 |
-
- **Leaderboard:** N/A
|
43 |
-
- **Point of Contact:** [Severine Verlinden](mailto:[email protected])
|
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. But the task does not allow to include context. 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 |
|
@@ -77,54 +62,10 @@ Test
|
|
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 |
-
###
|
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 |
-
|
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]
|
|
|
14 |
## Table of Contents
|
15 |
- [Dataset Description](#dataset-description)
|
16 |
- [Dataset Summary](#dataset-summary)
|
|
|
17 |
- [Languages](#languages)
|
18 |
- [Dataset Structure](#dataset-structure)
|
19 |
- [Data Instances](#data-instances)
|
|
|
21 |
- [Data Splits](#data-instances)
|
22 |
- [Dataset Creation](#dataset-creation)
|
23 |
- [Curation Rationale](#curation-rationale)
|
24 |
+
- [Initial Data Collection and Normalization](#initial-cata-collection-and-normalization)
|
25 |
+
- [Licensing Information](#licensing-information)
|
26 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
|
28 |
## Dataset Description
|
29 |
|
30 |
+
- **Repository:** [Non-Residual Prompting](https://github.com/FreddeFrallan/Non-Residual-Prompting)
|
31 |
+
- **Paper:** [Fine-Grained Controllable Text Generation Using Non-Residual Prompting](https://aclanthology.org/2022.acl-long.471)
|
32 |
+
- **Point of Contact:** [Fredrik Carlsson](mailto:[email protected])
|
|
|
|
|
33 |
|
34 |
|
35 |
### Dataset Summary
|
36 |
|
37 |
+
CommonGen [Lin et al., 2020](https://arxiv.org/abs/1911.03705) is a dataset for the constrained text generation task of word inclusion. But the task does not allow to include context. Therefore, to complement CommonGen, we provide an extended test set C2Gen [Carlsson et al., 2022](https://aclanthology.org/2022.acl-long.471) 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.
|
|
|
|
|
|
|
|
|
38 |
|
39 |
### Languages
|
40 |
|
|
|
62 |
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
|
63 |
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.
|
64 |
|
65 |
+
### Initial Data Collection and Normalization
|
|
|
|
|
66 |
|
67 |
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.
|
68 |
|
69 |
+
## Licensing Information
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
|
71 |
license: cc-by-sa-4.0
|
|
|
|
|
|
|
|