The Collinear AI Platform allows you to format datasets in JSON or CSV format.
conv_prefix
— A list of message objects (with role
and content
) representing the conversation history. The last turn should be from the user. Required for all run types.response
— A dictionary with the assistant’s reply to the last user’s input message. Required for all run types.ground_truth
— Integer rating (e.g., 1–5) for the response quality. Required for Performance runs.context
— A string providing additional context. Required for Reliability runs.Column | Type | Description |
---|---|---|
conv_prefix | string | Raw string representing user message. |
response | string | Assistant’s reply (plain text). |
ground_truth | int (required for Performance runs only) | Integer rating (1–5) of how good the response is. |
context | string (required for Reliability runs only) | Extra context string that may assist evaluation. |