aeslc

  • Description:

A collection of email messages of employees in the Enron Corporation.

There are two features:

Split Examples
'test' 1,906
'train' 14,436
'validation' 1,960
  • Feature structure:
FeaturesDict({
    'email_body': Text(shape=(), dtype=string),
    'subject_line': Text(shape=(), dtype=string),
})
  • Feature documentation:
Feature Class Shape Dtype Description
FeaturesDict
email_body Text string
subject_line Text string
  • Citation:
@misc{zhang2019email,
    title={This Email Could Save Your Life: Introducing the Task of Email Subject Line Generation},
    author={Rui Zhang and Joel Tetreault},
    year={2019},
    eprint={1906.03497},
    archivePrefix={arXiv},
    primaryClass={cs.CL}
}