-
Notifications
You must be signed in to change notification settings - Fork 365
Add SCROLLS long-form generation prompts #818
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: eval-hackathon
Are you sure you want to change the base?
Add SCROLLS long-form generation prompts #818
Conversation
|
||
{{ output }} | ||
|
||
The following is a concise summary of the document: ||| {{ input }}' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm still weirded out that you can have trailing "\n"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry where's the trailing "\n"? Maybe I'm missing something
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sorry *can't I would expect the generation to be "below" the "The following is a concise summary of the document:" instead of to the right.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I see. Yeah does promptsource allow for that? Not too familiar with the convention in PS / why it can't have a trailing "\n"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't allow for it; \n & whitespace is stripped
jinja: 'The following is a summary taken from a government report. | ||
|
||
Summary: {{ output }} | ||
|
||
The contents of that report were likely as follows: ||| {{ input }}' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure what that brings compared to previous prompt
Summary: {{ output }} | ||
|
||
The query given and the original meeting transcript\ | ||
are as follows: ||| {{ input }}' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto with "\n" issue
jinja: 'Here is a summary of a meeting: | ||
|
||
{{ output }} | ||
|
||
The following is the question used to create the summary,\ | ||
followed by the meeting transcript itself: ||| {{ input }}' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not really different from the previous one no?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can remove these duplicate prompts!
sorry for the delay--adding SCROLLS prompts to the dataset, favoring prompts which ask for long-form generation based on the text summary where possible. Still working through with more prompts.
@Muennighoff @thomasw21 @lintangsutawika