Datasets:
Tasks:
Summarization
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
Tags:
aspect-based-summarization
conversations-summarization
multi-document-summarization
email-headline-generation
License:
Commit
•
e766676
1
Parent(s):
d02a54c
Fix missing tags in dataset cards (#4991)
Browse filesCommit from https://github.com/huggingface/datasets/commit/dc264899f1f3450290d7be27b4f4e16fee8d84b2
README.md
CHANGED
@@ -1,8 +1,19 @@
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
-
|
5 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
task_categories:
|
7 |
- summarization
|
8 |
task_ids:
|
@@ -10,6 +21,7 @@ task_ids:
|
|
10 |
- summarization-other-conversations-summarization
|
11 |
- summarization-other-multi-document-summarization
|
12 |
- summarization-other-aspect-based-summarization
|
|
|
13 |
---
|
14 |
|
15 |
# Dataset Card for "aeslc"
|
@@ -40,9 +52,9 @@ task_ids:
|
|
40 |
|
41 |
## Dataset Description
|
42 |
|
43 |
-
- **Homepage:**
|
44 |
-
- **Repository:**
|
45 |
-
- **Paper:** [
|
46 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
47 |
- **Size of downloaded dataset files:** 11.10 MB
|
48 |
- **Size of the generated dataset:** 14.26 MB
|
@@ -153,19 +165,21 @@ The data fields are the same among all splits.
|
|
153 |
### Citation Information
|
154 |
|
155 |
```
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
|
|
|
|
|
|
|
|
164 |
}
|
165 |
-
|
166 |
```
|
167 |
|
168 |
-
|
169 |
### Contributions
|
170 |
|
171 |
Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun) for adding this dataset.
|
|
|
1 |
---
|
2 |
+
annotations_creators:
|
3 |
+
- crowdsourced
|
4 |
language:
|
5 |
- en
|
6 |
+
language_creators:
|
7 |
+
- found
|
8 |
+
license:
|
9 |
+
- unknown
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
+
pretty_name: "AESLC: Annotated Enron Subject Line Corpus"
|
13 |
+
size_categories:
|
14 |
+
- 10K<n<100K
|
15 |
+
source_datasets:
|
16 |
+
- original
|
17 |
task_categories:
|
18 |
- summarization
|
19 |
task_ids:
|
|
|
21 |
- summarization-other-conversations-summarization
|
22 |
- summarization-other-multi-document-summarization
|
23 |
- summarization-other-aspect-based-summarization
|
24 |
+
paperswithcode_id: aeslc
|
25 |
---
|
26 |
|
27 |
# Dataset Card for "aeslc"
|
|
|
52 |
|
53 |
## Dataset Description
|
54 |
|
55 |
+
- **Homepage:**
|
56 |
+
- **Repository:** https://github.com/ryanzhumich/AESLC
|
57 |
+
- **Paper:** [This Email Could Save Your Life: Introducing the Task of Email Subject Line Generation](https://arxiv.org/abs/1906.03497)
|
58 |
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
59 |
- **Size of downloaded dataset files:** 11.10 MB
|
60 |
- **Size of the generated dataset:** 14.26 MB
|
|
|
165 |
### Citation Information
|
166 |
|
167 |
```
|
168 |
+
@inproceedings{zhang-tetreault-2019-email,
|
169 |
+
title = "This Email Could Save Your Life: Introducing the Task of Email Subject Line Generation",
|
170 |
+
author = "Zhang, Rui and
|
171 |
+
Tetreault, Joel",
|
172 |
+
booktitle = "Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics",
|
173 |
+
month = jul,
|
174 |
+
year = "2019",
|
175 |
+
address = "Florence, Italy",
|
176 |
+
publisher = "Association for Computational Linguistics",
|
177 |
+
url = "https://aclanthology.org/P19-1043",
|
178 |
+
doi = "10.18653/v1/P19-1043",
|
179 |
+
pages = "446--456",
|
180 |
}
|
|
|
181 |
```
|
182 |
|
|
|
183 |
### Contributions
|
184 |
|
185 |
Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@thomwolf](https://github.com/thomwolf), [@lewtun](https://github.com/lewtun) for adding this dataset.
|