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: Question Answering - Build a QA System Using BERT or T5 #324

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

Comments

@HsiangNianian
Copy link
Member

A question-answering system is designed to automatically answer user questions from a text corpus. This task will involve building or fine-tuning a QA model based on models like BERT or T5.

  • Data Source: Should we use pre-existing datasets like SQuAD, or custom datasets?
  • Model Choice: Should we leverage pre-trained models or start from scratch?
  • Accuracy Metrics: How do we evaluate the accuracy of answers?

Expected Outcome:

  • A question-answering system capable of answering questions from large text corpora.
  • Integration into iamai for easy deployment.

Labels: feature, NLP, question-answering

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