Quest-AI/quest-270k-chunked-64-judgement
Viewer • Updated • 272k • 523
This is a specialized binary classifier that evaluates text chunks and predicts whether they would be "Chosen" (A) or "Rejected" (B).
The model expects input in this precise format:
[Original text from previous 64-token chunks]
<<JUDGEMENT_REGION>>
[Next 64-token chunk to evaluate]
<</JUDGEMENT_REGION>>
<<JUDGEMENT>>
Original paragraph:
The city council meeting started promptly at 6 PM with all members present. Mayor Johnson opened by addressing concerns about the new parking regulations downtown. Citizens expressed both support and opposition during the public comment period. The council ultimately voted 4-2 to implement the regulations starting next month.
Formatted for prediction:
The city council meeting started promptly at 6 PM with all members present. Mayor Johnson opened by addressing concerns about the new parking regulations downtown.
<<JUDGEMENT_REGION>>
Citizens expressed both support and opposition during the public comment period. The council ultimately voted 4-2 to implement the regulations starting next month.
<</JUDGEMENT_REGION>>
<<JUDGEMENT>>
The model predicts whether the chunk in the JUDGEMENT_REGION would be:
The prediction is based on the relative probabilities between these two tokens only.
For practical use, results should be aggregated by taking the mean of log ratios between the two probabilities:
log_ratio = log(P(A) / P(B))
This log ratio approach provides a more stable and interpretable signal across multiple evaluations than using raw probabilities alone.
Base model
Qwen/Qwen2.5-7B