这是什么
Does the text describe two or more probability cut-offs mapping to different actions, such as act / flag / clear or deny / ask / allow?
这些不算
A single yes-or-no threshold at 0.5.
这道题在 Jev 眼里长这样
jevbooks 就是拿这道题去问 Jev 每一份 README 的。抄结构,别抄字面。题目原文是英文——这就是发给 Jev 的字面内容;state 可以是中文。
{
"tiered-thresholds": {
"type": "noul",
"instructions": {
"what": "Does the text describe two or more probability cut-offs mapping to different actions, such as act / flag / clear or deny / ask / allow?",
"not_for": "A single yes-or-no threshold at 0.5."
},
"criteria": {
"true": "The text explicitly describes this. One sentence is enough; other content does not cancel it.",
"false": "The text does not describe this."
}
}
}