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: Cloze Test - Build a Model for Text Completion Tasks #327

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

Comments

@HsiangNianian
Copy link
Member

The cloze test involves filling in the blanks in a sentence. This task will create a model that can predict missing words based on context, helping with language modeling and understanding.

  • Dataset: Should we use standard datasets for training (e.g., CLOTH, LAMBADA)?
  • Model: What kind of model should be used (e.g., BERT, GPT)?
  • Evaluation: How do we measure the accuracy of filled blanks?

Expected Outcome:

  • A working cloze test model that can accurately predict missing words.
  • Integration into iamai for NLP tasks that require text completion.

Labels: feature, NLP, cloze-test

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