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

[task] Conversation Summarization & QA #11

Open
jon-tow opened this issue Nov 8, 2022 · 0 comments
Open

[task] Conversation Summarization & QA #11

jon-tow opened this issue Nov 8, 2022 · 0 comments
Labels
task New instruction task

Comments

@jon-tow
Copy link
Collaborator

jon-tow commented Nov 8, 2022

🚀 The Task

Given a chat transcript, the model should be able to summarize it or answer questions about it.

Example

Summary:

Summarize the following chat log:

<bob>: How is your day going?
<alice>: Great! I purchased a goose just now.

Summary:

Question-Answering:

Given the following chat log, answer the provided question:

<bob>: How is your day going?
<alice>: Great! I purchased a goose just now.

Question: What did <alice> purchase?
Answer:

Additional Notes

@jon-tow jon-tow added the task New instruction task label Nov 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task New instruction task
Projects
None yet
Development

No branches or pull requests

1 participant