aeslc

  • 説明:

Enron Corporation の従業員の電子メール メッセージのコレクション。

次の 2 つの機能があります。

スプリット
'test' 1,906
'train' 14,436
'validation' 1,960
  • 機能構造:
FeaturesDict({
    'email_body': Text(shape=(), dtype=string),
    'subject_line': Text(shape=(), dtype=string),
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
メール本文文章ストリング
件名文章ストリング
  • 引用
@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}
}