Skip to content

Instantly share code, notes, and snippets.

@leiterenato
Last active April 25, 2024 21:01
Show Gist options
  • Save leiterenato/5f94f45bb6aa17c20f8ecbe3130d3858 to your computer and use it in GitHub Desktop.
Save leiterenato/5f94f45bb6aa17c20f8ecbe3130d3858 to your computer and use it in GitHub Desktop.
Return the numbers of all pages in the document above that contain information related to the question below.
<Instructions>
 - Use the document above as your only source of information to determine which pages are related to the question below.
 - Return the page numbers of the document above that are related to the question. When in doubt, return the page anyway.
 - The response should be a JSON list, as shown in the example below.
</Instructions>
<Suggestions>
 - The document above is a financial report with various tables, charts, infographics, lists, and additional text information.
 - Pay CLOSE ATTENTION to the chart legends and chart COLORS to determine the pages. Colors may indicate which information is important for determining the pages.
 - The color of the chart legends represents the color of the bars in the chart.
 - Use ONLY this document as context to determine the pages.
 - In most cases, the page number can be found in the footer.
</Suggestions>
<Question>
{question}
</Question>
<Example JSON Output>
{{
 "pages": [1, 2, 3, 4, 5]
}}
</Example JSON Output>
json:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment