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

Feature Request: Text Summarization - Implement Extractive and Abstractive Summarization #325

Open
HsiangNianian opened this issue Nov 17, 2024 · 0 comments

Comments

@HsiangNianian
Copy link
Member

Text summarization is the task of generating a concise version of a document. This task involves implementing both extractive and abstractive summarization models.

  • Extractive vs Abstractive: What are the strengths and weaknesses of both approaches?
  • Model Selection: Should we use pre-trained models (e.g., BART, T5) or custom models?
  • Evaluation: What metrics will be used to evaluate summaries (e.g., ROUGE score)?

Expected Outcome:

  • An extractive and abstractive summarization model that can condense long texts into short summaries.
  • Clear API for integrating summarization capabilities into applications.

Labels: feature, NLP, text-summarization

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

1 participant