Skip to content

Implement Abstractive Summarization: ML #63

Description

@Hgjnnf

Description

  • 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).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions