InstructionBacktranslation¶
Self-Alignment with Instruction Backtranslation.
Attributes¶
- _template: the Jinja2 template to use for the Instruction Backtranslation task.
Input & Output Columns¶
Inputs¶
-
instruction (
str
): The reference instruction to evaluate the text output. -
generation (
str
): The text output to evaluate for the given instruction.
Outputs¶
-
score (
str
): The score for the generation based on the given instruction. -
reason (
str
): The reason for the provided score. -
model_name (
str
): The model name used to score the generation.