postbot/distilgpt2-emailgen-V2
Text Generation • 88.2M • Updated • 373 • 5
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
A collection of email messages of employees in the Enron Corporation.
There are two features:
Monolingual English (mainly en-US) with some exceptions.
An example of 'train' looks as follows.
{
"email_body": "B/C\n<<some doc>>\n",
"subject_line": "Service Agreement"
}
The data fields are the same among all splits.
email_body: a string feature.subject_line: a string feature.| name | train | validation | test |
|---|---|---|---|
| default | 14436 | 1960 | 1906 |
@inproceedings{zhang-tetreault-2019-email,
title = "This Email Could Save Your Life: Introducing the Task of Email Subject Line Generation",
author = "Zhang, Rui and
Tetreault, Joel",
booktitle = "Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics",
month = jul,
year = "2019",
address = "Florence, Italy",
publisher = "Association for Computational Linguistics",
url = "https://aclanthology.org/P19-1043",
doi = "10.18653/v1/P19-1043",
pages = "446--456",
}
Thanks to @patrickvonplaten, @thomwolf, @lewtun for adding this dataset.