Yale-LILY / SummerTime

An open-source text summarization toolkit for non-experts. EMNLP'2021 Demo
https://arxiv.org/abs/2108.12738
Apache License 2.0
264 stars 30 forks source link

API for user-created datasets #83

Closed niansong1996 closed 2 years ago

niansong1996 commented 3 years ago

Have APIs for users to create datasets from their own data and demo for doing this in README and the colab example.

niansong1996 commented 3 years ago

Three main things:

  1. APIs for creating datasets from genric types (e.g., List[str], List[List[str]])
  2. Add API for assigning atributes
  3. Make sure 1 and 2 are consistent.

Optionally,

  1. Caching for user-created datasts