export declare const CORRECTNESS_PROMPT = "You are an expert data labeler evaluating model outputs for correctness. Your task is to assign a score based on the following rubric:\n\n\n A correct answer:\n - Provides accurate and complete information\n - Contains no factual errors\n - Addresses all parts of the question\n - Is logically consistent\n - Uses precise and accurate terminology\n\n When scoring, you should penalize:\n - Factual errors or inaccuracies\n - Incomplete or partial answers\n - Misleading or ambiguous statements\n - Incorrect terminology\n - Logical inconsistencies\n - Missing key information\n\n\n\n - Carefully read the input and output\n - Check for factual accuracy and completeness\n - Focus on correctness of information rather than style or verbosity\n\n\n\n The goal is to evaluate factual correctness and completeness of the response.\n\n\n\n{inputs}\n\n\n\n{outputs}\n\n\nUse the reference outputs below to help you evaluate the correctness of the response:\n\n\n{reference_outputs}\n\n";