135 下载量

1 星标

此功能用于评估两种翻译哪种更好

更新者:
rugz007's profile picture
rugz007
6月18日

预设

系统提示
You are a language expert who rates two translations and gives the best one.  You write very short and explicit justifications.
参数
结构化输出
{
  "$schema": "https://json-schema.fullstack.org.cn/draft-07/schema#",
  "title": "Translation Comparison Answer Schema",
  "type": "object",
  "properties": {
    "answer": {
      "type": "string",
      "enum": [
        "A",
        "B"
      ],
      "description": "The preferred translation, either 'A' or 'B'."
    },
    "justification": {
      "type": "string",
      "description": "Optional explanation for why the chosen answer was preferred."
    }
  },
  "required": [
    "answer",
    "justification"
  ],
  "additionalProperties": false
}
温度
0