Commit
·
75fe07d
1
Parent(s):
6eadf93
Fix missing tags in dataset cards (#4931)
Browse filesCommit from https://github.com/huggingface/datasets/commit/303e906e6c2aeb6821af23264ffb2e653a65aa86
README.md
CHANGED
@@ -1,8 +1,24 @@
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
5 |
pretty_name: Opinosis
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
# Dataset Card for "opinosis"
|
@@ -33,10 +49,10 @@ pretty_name: Opinosis
|
|
33 |
|
34 |
## Dataset Description
|
35 |
|
36 |
-
- **Homepage:**
|
37 |
-
- **Repository:**
|
38 |
-
- **Paper:** [
|
39 |
-
- **Point of Contact:** [
|
40 |
- **Size of downloaded dataset files:** 0.72 MB
|
41 |
- **Size of the generated dataset:** 0.71 MB
|
42 |
- **Total amount of disk used:** 1.43 MB
|
@@ -138,12 +154,11 @@ The data fields are the same among all splits.
|
|
138 |
|
139 |
### Licensing Information
|
140 |
|
141 |
-
|
142 |
|
143 |
### Citation Information
|
144 |
|
145 |
```
|
146 |
-
|
147 |
@inproceedings{ganesan2010opinosis,
|
148 |
title={Opinosis: a graph-based approach to abstractive summarization of highly redundant opinions},
|
149 |
author={Ganesan, Kavita and Zhai, ChengXiang and Han, Jiawei},
|
@@ -152,10 +167,8 @@ The data fields are the same among all splits.
|
|
152 |
year={2010},
|
153 |
organization={Association for Computational Linguistics}
|
154 |
}
|
155 |
-
|
156 |
```
|
157 |
|
158 |
-
|
159 |
### Contributions
|
160 |
|
161 |
Thanks to [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
|
|
|
1 |
---
|
2 |
+
annotations_creators:
|
3 |
+
- crowdsourced
|
4 |
language:
|
5 |
- en
|
6 |
+
language_creators:
|
7 |
+
- found
|
8 |
+
license:
|
9 |
+
- apache-2.0
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
pretty_name: Opinosis
|
13 |
+
size_categories:
|
14 |
+
- n<1K
|
15 |
+
source_datasets:
|
16 |
+
- original
|
17 |
+
task_categories:
|
18 |
+
- summarization
|
19 |
+
task_ids:
|
20 |
+
- summarization-other-abstractive-summarization
|
21 |
+
paperswithcode_id: opinosis
|
22 |
---
|
23 |
|
24 |
# Dataset Card for "opinosis"
|
|
|
49 |
|
50 |
## Dataset Description
|
51 |
|
52 |
+
- **Homepage:** http://kavita-ganesan.com/opinosis-opinion-dataset/
|
53 |
+
- **Repository:** https://github.com/kavgan/opinosis-summarization
|
54 |
+
- **Paper:** [Opinosis: A Graph Based Approach to Abstractive Summarization of Highly Redundant Opinions](https://aclanthology.org/C10-1039/)
|
55 |
+
- **Point of Contact:** [Kavita Ganesan](mailto:kavita@opinosis.ai)
|
56 |
- **Size of downloaded dataset files:** 0.72 MB
|
57 |
- **Size of the generated dataset:** 0.71 MB
|
58 |
- **Total amount of disk used:** 1.43 MB
|
|
|
154 |
|
155 |
### Licensing Information
|
156 |
|
157 |
+
The license for this dataset is Apache License 2.0 and can be found [here](https://github.com/kavgan/opinosis-summarization/blob/master/LICENSE).
|
158 |
|
159 |
### Citation Information
|
160 |
|
161 |
```
|
|
|
162 |
@inproceedings{ganesan2010opinosis,
|
163 |
title={Opinosis: a graph-based approach to abstractive summarization of highly redundant opinions},
|
164 |
author={Ganesan, Kavita and Zhai, ChengXiang and Han, Jiawei},
|
|
|
167 |
year={2010},
|
168 |
organization={Association for Computational Linguistics}
|
169 |
}
|
|
|
170 |
```
|
171 |
|
|
|
172 |
### Contributions
|
173 |
|
174 |
Thanks to [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
|