You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have extractive summarization but no abstractive (i.e. paraphrasing).
Probably going to use some sort of Machine Learning to achieve this.
The final implementation should take in a text and a number of sentences as inputs and return a summary output (just like the current summarization service).
Acceptance Criteria
Takes in a text (String) and a number of sentences (Integer)
Returns a paraphrased summary (String); it should be accurate enough (let's get approvals from at least 3 people).
The text was updated successfully, but these errors were encountered:
Description
Acceptance Criteria
The text was updated successfully, but these errors were encountered: