factula / sumtool

1 stars 0 forks source link

Create user stories the library / visualization #30

Closed anton164 closed 2 years ago

anton164 commented 2 years ago

cc @dleve123 @jxmorris12 @cephcyn

anton164 commented 2 years ago

First stab at a user story-ish:

User wants to explore whether a model generates summaries which are factual/faithful to the source documents

Given a set of generated summaries:

Live inference

dleve123 commented 2 years ago

Thinking at a slightly lower level of abstraction:

xsum example == xsum summary and document

  1. User should be able to view xsum examples by filtering by id (done)
  2. User should be able to view matching xsum examples by querying against summaries (in progress)
  3. User should be able to view factuality/faithfulness metadata of xsum examples in context (in review)
  4. User should be able to generate new summaries using summarization models (in-progress (model), todo (ui))
  5. User should be able to generate summaries for arbitrary text using summarization models (todo)
  6. User should be able to view summary quality via textual entailment metrics (in progress?)
  7. User should be able to view summary quality via question answering tasks (in progress?)
jxmorris12 commented 2 years ago

Thanks @anton164 👍