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: Dialogue Systems - Implement Multi-turn Conversation Models #326

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

Comments

@HsiangNianian
Copy link
Member

Dialogue systems facilitate natural conversations with machines. This task will involve building a multi-turn conversation model that remembers prior context for more coherent interactions.

  • Memory: How will the model handle memory across multiple turns?
  • Model Choice: Which architectures are best suited for dialogue (e.g., GPT-3, RNNs)?
  • Use Cases: What are the potential applications for this task (e.g., chatbots, virtual assistants)?

Expected Outcome:

  • A multi-turn dialogue system capable of managing contextual conversations.
  • API for integrating with chat platforms (e.g., Slack, Telegram).

Labels: feature, NLP, dialogue-system

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