You are given a helper function that accepts a batch of text inputs and returns the token log-probabilities for each input. Using this function, design a binary classifier. The task has several sub-parts: (1) Write a system prompt that conditions the LLM to produce output useful for classification; (2) Compute…