Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Abstractive Summarization: ML #63

Open
Hgjnnf opened this issue Dec 7, 2022 · 0 comments
Open

Implement Abstractive Summarization: ML #63

Hgjnnf opened this issue Dec 7, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request Summarization
Milestone

Comments

@Hgjnnf
Copy link
Contributor

Hgjnnf commented Dec 7, 2022

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).
@ymnglli ymnglli self-assigned this Dec 7, 2022
@Hgjnnf Hgjnnf added enhancement New feature or request Summarization labels Dec 7, 2022
@Hgjnnf Hgjnnf added this to the Phase 2 milestone Dec 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Summarization
Projects
None yet
Development

No branches or pull requests

2 participants