10 lines
425 B
JSON
10 lines
425 B
JSON
|
|
{
|
||
|
|
"prompts": [
|
||
|
|
"Assume there is a data table in current page contents, is there the table with same table structure in the next page contents?",
|
||
|
|
"The meaning of \"same\" is: with totally same table columns for the table in both of current page and next page.",
|
||
|
|
"Please output JSON format, the format example is:",
|
||
|
|
"{\"answer\": \"Yes\"} or {\"answer\": \"No\"}",
|
||
|
|
"Answer:\n"
|
||
|
|
]
|
||
|
|
}
|