CarperAI / InstructGPT

For experiments involving instruct gpt. Currently used for documenting open research questions.
MIT License
71 stars 3 forks source link

[task] Conversation Summarization & QA #11

Open jon-tow opened 1 year ago

jon-tow commented 1 year ago

🚀 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