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
268 stars 30 forks source link

Automatic pipeline assembly #43

Closed niansong1996 closed 3 years ago

niansong1996 commented 3 years ago

Given a dataset, automatically figure out the set of applicable models.

An example: Input: QMSum dataset (query-based, dialogue summarization) Output: all pipeline models that can deal with this setting (e.g., BM25 + HMNet; TFIDF + HMNet; BM25 + Flatten-dialogue + BART, etc)

niansong1996 commented 3 years ago

This is WIP in #38

niansong1996 commented 3 years ago

This is done with #38 being merged