InternBootcamp/examples/data/InternBootcamp_eval/korLogicFormalFallacies.jsonl
2025-05-23 15:27:15 +08:00

64 lines
58 KiB
JSON
Executable file
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nAll A are B, therefore all B are A.\n\n非法换位错误转换全称命题的主谓项位置\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "All A are B, therefore all B are A.", "analysis": "非法换位:错误转换全称命题的主谓项位置", "correct_answer": "G", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nAll S are P, therefore all P are S.\n\n非法换位错误转换全称命题的主谓项位置\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "All S are P, therefore all P are S.", "analysis": "非法换位:错误转换全称命题的主谓项位置", "correct_answer": "G", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nEither P or Q. Q is true, so P is false.\n\n析取谬误错误否定相容析取命题的另一选项\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "Either P or Q. Q is true, so P is false.", "analysis": "析取谬误:错误否定相容析取命题的另一选项", "correct_answer": "E", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nAll S are B, therefore all B are S.\n\n非法换位错误转换全称命题的主谓项位置\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "All S are B, therefore all B are S.", "analysis": "非法换位:错误转换全称命题的主谓项位置", "correct_answer": "G", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\n∀x∃y R(x,y) therefore ∃y∀x R(x,y)\n\n量词换序错误错误交换全称量词和存在量词的位置\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "∀x∃y R(x,y) therefore ∃y∀x R(x,y)", "analysis": "量词换序错误:错误交换全称量词和存在量词的位置", "correct_answer": "F", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nKnowing A is Q, therefore A knows S.\n\n无效替换错误错误替换认知命题中的嵌套内容\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "Knowing A is Q, therefore A knows S.", "analysis": "无效替换错误:错误替换认知命题中的嵌套内容", "correct_answer": "I", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nIf Q then Q, therefore if ¬Q then ¬Q.\n\n错误否定推演错误地将原命题的否定作为结论\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "If Q then Q, therefore if ¬Q then ¬Q.", "analysis": "错误否定推演:错误地将原命题的否定作为结论", "correct_answer": "D", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nSome S are P, therefore some S are not P.\n\n存在量词谬误错误转换存在命题的肯定与否定\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "Some S are P, therefore some S are not P.", "analysis": "存在量词谬误:错误转换存在命题的肯定与否定", "correct_answer": "H", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nOriginal statement: ∀x(P(x)→Q(x)), Misinterpretation: ∀x(P(x)∧Q(x))\n\n条款结构篡改错误解释逻辑连接词的辖域范围\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "Original statement: ∀x(P(x)→Q(x)), Misinterpretation: ∀x(P(x)∧Q(x))", "analysis": "条款结构篡改:错误解释逻辑连接词的辖域范围", "correct_answer": "J", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nOriginal statement: ∀x(P(x)→Q(x)), Misinterpretation: ∃x(S(x)→T(x))\n\n条款结构篡改错误解释逻辑连接词的辖域范围\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "Original statement: ∀x(P(x)→Q(x)), Misinterpretation: ∃x(S(x)→T(x))", "analysis": "条款结构篡改:错误解释逻辑连接词的辖域范围", "correct_answer": "J", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nOriginal statement: ∀x(P(x)→Q(x)), Misinterpretation: ∀x(P(x)∧Q(x))\n\n条款结构篡改错误解释逻辑连接词的辖域范围\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "Original statement: ∀x(P(x)→Q(x)), Misinterpretation: ∀x(P(x)∧Q(x))", "analysis": "条款结构篡改:错误解释逻辑连接词的辖域范围", "correct_answer": "J", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nAll S are B, therefore all B are S.\n\n非法换位错误转换全称命题的主谓项位置\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "All S are B, therefore all B are S.", "analysis": "非法换位:错误转换全称命题的主谓项位置", "correct_answer": "G", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nAll S are P, therefore all P are S.\n\n非法换位错误转换全称命题的主谓项位置\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "All S are P, therefore all P are S.", "analysis": "非法换位:错误转换全称命题的主谓项位置", "correct_answer": "G", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nKnowing A is P, therefore A knows R.\n\n无效替换错误错误替换认知命题中的嵌套内容\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "Knowing A is P, therefore A knows R.", "analysis": "无效替换错误:错误替换认知命题中的嵌套内容", "correct_answer": "I", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nKnowing A is Q, therefore A knows R.\n\n无效替换错误错误替换认知命题中的嵌套内容\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "Knowing A is Q, therefore A knows R.", "analysis": "无效替换错误:错误替换认知命题中的嵌套内容", "correct_answer": "I", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\n∀x∃y R(x,y) therefore ∃y∀x R(x,y)\n\n量词换序错误错误交换全称量词和存在量词的位置\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "∀x∃y R(x,y) therefore ∃y∀x R(x,y)", "analysis": "量词换序错误:错误交换全称量词和存在量词的位置", "correct_answer": "F", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nEither P or Y. Y is true, so P is false.\n\n析取谬误错误否定相容析取命题的另一选项\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "Either P or Y. Y is true, so P is false.", "analysis": "析取谬误:错误否定相容析取命题的另一选项", "correct_answer": "E", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nIf Q then R. R is true, so Q must be true.\n\n肯定后件错误通过肯定条件命题的后件来错误肯定前件\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "If Q then R. R is true, so Q must be true.", "analysis": "肯定后件错误:通过肯定条件命题的后件来错误肯定前件", "correct_answer": "B", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nKnowing A is P, therefore A knows S.\n\n无效替换错误错误替换认知命题中的嵌套内容\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "Knowing A is P, therefore A knows S.", "analysis": "无效替换错误:错误替换认知命题中的嵌套内容", "correct_answer": "I", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nKnowing A is Q, therefore A knows R.\n\n无效替换错误错误替换认知命题中的嵌套内容\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "Knowing A is Q, therefore A knows R.", "analysis": "无效替换错误:错误替换认知命题中的嵌套内容", "correct_answer": "I", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\n∀x∃y R(x,y) therefore ∃y∀x R(x,y)\n\n量词换序错误错误交换全称量词和存在量词的位置\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "∀x∃y R(x,y) therefore ∃y∀x R(x,y)", "analysis": "量词换序错误:错误交换全称量词和存在量词的位置", "correct_answer": "F", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\n∀x∃y R(x,y) therefore ∃y∀x R(x,y)\n\n量词换序错误错误交换全称量词和存在量词的位置\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "∀x∃y R(x,y) therefore ∃y∀x R(x,y)", "analysis": "量词换序错误:错误交换全称量词和存在量词的位置", "correct_answer": "F", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nAll S are B, therefore all B are S.\n\n非法换位错误转换全称命题的主谓项位置\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "All S are B, therefore all B are S.", "analysis": "非法换位:错误转换全称命题的主谓项位置", "correct_answer": "G", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nIf Q then R. R is true, so Q must be true.\n\n肯定后件错误通过肯定条件命题的后件来错误肯定前件\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "If Q then R. R is true, so Q must be true.", "analysis": "肯定后件错误:通过肯定条件命题的后件来错误肯定前件", "correct_answer": "B", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nIf P then Q, therefore if Q then P.\n\n条件倒置错误错误交换条件命题的前后件\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "If P then Q, therefore if Q then P.", "analysis": "条件倒置错误:错误交换条件命题的前后件", "correct_answer": "C", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nOriginal statement: ∃x(S(x)∧T(x)), Misinterpretation: ∃x(S(x)→T(x))\n\n条款结构篡改错误解释逻辑连接词的辖域范围\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "Original statement: ∃x(S(x)∧T(x)), Misinterpretation: ∃x(S(x)→T(x))", "analysis": "条款结构篡改:错误解释逻辑连接词的辖域范围", "correct_answer": "J", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nIf Q then Y. Not Q, therefore not Y.\n\n否定前件错误通过否定条件命题的前件来错误否定后件\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "If Q then Y. Not Q, therefore not Y.", "analysis": "否定前件错误:通过否定条件命题的前件来错误否定后件", "correct_answer": "A", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nIf P then R, therefore if ¬P then ¬R.\n\n错误否定推演错误地将原命题的否定作为结论\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "If P then R, therefore if ¬P then ¬R.", "analysis": "错误否定推演:错误地将原命题的否定作为结论", "correct_answer": "D", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nIf Q then R. Not Q, therefore not R.\n\n否定前件错误通过否定条件命题的前件来错误否定后件\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "If Q then R. Not Q, therefore not R.", "analysis": "否定前件错误:通过否定条件命题的前件来错误否定后件", "correct_answer": "A", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nIf X then Y. Not X, therefore not Y.\n\n否定前件错误通过否定条件命题的前件来错误否定后件\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "If X then Y. Not X, therefore not Y.", "analysis": "否定前件错误:通过否定条件命题的前件来错误否定后件", "correct_answer": "A", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nIf P then Q, therefore if Q then P.\n\n条件倒置错误错误交换条件命题的前后件\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "If P then Q, therefore if Q then P.", "analysis": "条件倒置错误:错误交换条件命题的前后件", "correct_answer": "C", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nOriginal statement: ∀x(P(x)→Q(x)), Misinterpretation: ∀x(P(x)∧Q(x))\n\n条款结构篡改错误解释逻辑连接词的辖域范围\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "Original statement: ∀x(P(x)→Q(x)), Misinterpretation: ∀x(P(x)∧Q(x))", "analysis": "条款结构篡改:错误解释逻辑连接词的辖域范围", "correct_answer": "J", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nSome S are P, therefore some S are not P.\n\n存在量词谬误错误转换存在命题的肯定与否定\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "Some S are P, therefore some S are not P.", "analysis": "存在量词谬误:错误转换存在命题的肯定与否定", "correct_answer": "H", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nIf Q then Q. Not Q, therefore not Q.\n\n否定前件错误通过否定条件命题的前件来错误否定后件\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "If Q then Q. Not Q, therefore not Q.", "analysis": "否定前件错误:通过否定条件命题的前件来错误否定后件", "correct_answer": "A", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nKnowing A is P, therefore A knows R.\n\n无效替换错误错误替换认知命题中的嵌套内容\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "Knowing A is P, therefore A knows R.", "analysis": "无效替换错误:错误替换认知命题中的嵌套内容", "correct_answer": "I", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nKnowing A is Q, therefore A knows R.\n\n无效替换错误错误替换认知命题中的嵌套内容\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "Knowing A is Q, therefore A knows R.", "analysis": "无效替换错误:错误替换认知命题中的嵌套内容", "correct_answer": "I", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nIf P then R, therefore if R then P.\n\n条件倒置错误错误交换条件命题的前后件\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "If P then R, therefore if R then P.", "analysis": "条件倒置错误:错误交换条件命题的前后件", "correct_answer": "C", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nIf P then R. Not P, therefore not R.\n\n否定前件错误通过否定条件命题的前件来错误否定后件\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "If P then R. Not P, therefore not R.", "analysis": "否定前件错误:通过否定条件命题的前件来错误否定后件", "correct_answer": "A", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nOriginal statement: ∃x(S(x)∧T(x)), Misinterpretation: ∃x(S(x)→T(x))\n\n条款结构篡改错误解释逻辑连接词的辖域范围\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "Original statement: ∃x(S(x)∧T(x)), Misinterpretation: ∃x(S(x)→T(x))", "analysis": "条款结构篡改:错误解释逻辑连接词的辖域范围", "correct_answer": "J", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nKnowing A is P, therefore A knows S.\n\n无效替换错误错误替换认知命题中的嵌套内容\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "Knowing A is P, therefore A knows S.", "analysis": "无效替换错误:错误替换认知命题中的嵌套内容", "correct_answer": "I", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nIf Q then Q. Q is true, so Q must be true.\n\n肯定后件错误通过肯定条件命题的后件来错误肯定前件\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "If Q then Q. Q is true, so Q must be true.", "analysis": "肯定后件错误:通过肯定条件命题的后件来错误肯定前件", "correct_answer": "B", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nAll S are B, therefore all B are S.\n\n非法换位错误转换全称命题的主谓项位置\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "All S are B, therefore all B are S.", "analysis": "非法换位:错误转换全称命题的主谓项位置", "correct_answer": "G", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nIf P then R, therefore if ¬P then ¬R.\n\n错误否定推演错误地将原命题的否定作为结论\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "If P then R, therefore if ¬P then ¬R.", "analysis": "错误否定推演:错误地将原命题的否定作为结论", "correct_answer": "D", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nEither X or Q. Q is true, so X is false.\n\n析取谬误错误否定相容析取命题的另一选项\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "Either X or Q. Q is true, so X is false.", "analysis": "析取谬误:错误否定相容析取命题的另一选项", "correct_answer": "E", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nIf Q then Q. Not Q, therefore not Q.\n\n否定前件错误通过否定条件命题的前件来错误否定后件\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "If Q then Q. Not Q, therefore not Q.", "analysis": "否定前件错误:通过否定条件命题的前件来错误否定后件", "correct_answer": "A", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nSome A are B, therefore some A are not B.\n\n存在量词谬误错误转换存在命题的肯定与否定\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "Some A are B, therefore some A are not B.", "analysis": "存在量词谬误:错误转换存在命题的肯定与否定", "correct_answer": "H", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nAll A are P, therefore all P are A.\n\n非法换位错误转换全称命题的主谓项位置\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "All A are P, therefore all P are A.", "analysis": "非法换位:错误转换全称命题的主谓项位置", "correct_answer": "G", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nSome S are P, therefore some S are not P.\n\n存在量词谬误错误转换存在命题的肯定与否定\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "Some S are P, therefore some S are not P.", "analysis": "存在量词谬误:错误转换存在命题的肯定与否定", "correct_answer": "H", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nKnowing B is Q, therefore B knows R.\n\n无效替换错误错误替换认知命题中的嵌套内容\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "Knowing B is Q, therefore B knows R.", "analysis": "无效替换错误:错误替换认知命题中的嵌套内容", "correct_answer": "I", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nIf P then R, therefore if ¬P then ¬R.\n\n错误否定推演错误地将原命题的否定作为结论\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "If P then R, therefore if ¬P then ¬R.", "analysis": "错误否定推演:错误地将原命题的否定作为结论", "correct_answer": "D", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nEither X or Y. Y is true, so X is false.\n\n析取谬误错误否定相容析取命题的另一选项\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "Either X or Y. Y is true, so X is false.", "analysis": "析取谬误:错误否定相容析取命题的另一选项", "correct_answer": "E", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\n∀x∃y R(x,y) therefore ∃y∀x R(x,y)\n\n量词换序错误错误交换全称量词和存在量词的位置\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "∀x∃y R(x,y) therefore ∃y∀x R(x,y)", "analysis": "量词换序错误:错误交换全称量词和存在量词的位置", "correct_answer": "F", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\n∀x∃y R(x,y) therefore ∃y∀x R(x,y)\n\n量词换序错误错误交换全称量词和存在量词的位置\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "∀x∃y R(x,y) therefore ∃y∀x R(x,y)", "analysis": "量词换序错误:错误交换全称量词和存在量词的位置", "correct_answer": "F", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nSome S are P, therefore some S are not P.\n\n存在量词谬误错误转换存在命题的肯定与否定\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "Some S are P, therefore some S are not P.", "analysis": "存在量词谬误:错误转换存在命题的肯定与否定", "correct_answer": "H", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nIf P then R, therefore if ¬P then ¬R.\n\n错误否定推演错误地将原命题的否定作为结论\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "If P then R, therefore if ¬P then ¬R.", "analysis": "错误否定推演:错误地将原命题的否定作为结论", "correct_answer": "D", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nKnowing B is P, therefore B knows S.\n\n无效替换错误错误替换认知命题中的嵌套内容\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "Knowing B is P, therefore B knows S.", "analysis": "无效替换错误:错误替换认知命题中的嵌套内容", "correct_answer": "I", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nKnowing A is P, therefore A knows R.\n\n无效替换错误错误替换认知命题中的嵌套内容\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "Knowing A is P, therefore A knows R.", "analysis": "无效替换错误:错误替换认知命题中的嵌套内容", "correct_answer": "I", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nIf X then Q. Not X, therefore not Q.\n\n否定前件错误通过否定条件命题的前件来错误否定后件\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "If X then Q. Not X, therefore not Q.", "analysis": "否定前件错误:通过否定条件命题的前件来错误否定后件", "correct_answer": "A", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nSome S are P, therefore some S are not P.\n\n存在量词谬误错误转换存在命题的肯定与否定\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "Some S are P, therefore some S are not P.", "analysis": "存在量词谬误:错误转换存在命题的肯定与否定", "correct_answer": "H", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nKnowing A is Q, therefore A knows R.\n\n无效替换错误错误替换认知命题中的嵌套内容\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "Knowing A is Q, therefore A knows R.", "analysis": "无效替换错误:错误替换认知命题中的嵌套内容", "correct_answer": "I", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nOriginal statement: ∃x(S(x)∧T(x)), Misinterpretation: ∀x(P(x)∧Q(x))\n\n条款结构篡改错误解释逻辑连接词的辖域范围\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "Original statement: ∃x(S(x)∧T(x)), Misinterpretation: ∀x(P(x)∧Q(x))", "analysis": "条款结构篡改:错误解释逻辑连接词的辖域范围", "correct_answer": "J", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nAll A are B, therefore all B are A.\n\n非法换位错误转换全称命题的主谓项位置\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "All A are B, therefore all B are A.", "analysis": "非法换位:错误转换全称命题的主谓项位置", "correct_answer": "G", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nIf P then R. R is true, so P must be true.\n\n肯定后件错误通过肯定条件命题的后件来错误肯定前件\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "If P then R. R is true, so P must be true.", "analysis": "肯定后件错误:通过肯定条件命题的后件来错误肯定前件", "correct_answer": "B", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}
{"data_source": "KorLogicFormalFallacies", "prompt": "请分析以下逻辑谬误类型:\n\nIf P then Q. Not P, therefore not Q.\n\n否定前件错误通过否定条件命题的前件来错误否定后件\n\n备选类型\nA. NegAnt Method\nB. AffCons Method\nC. CondSwap Method\nD. IncorrNeg Method\nE. DisjSyl Method\nF. QuantSwitch Method\nG. IllTrans Method\nH. IncorrInf Method\nI. InvSubError Method\nJ. LetClauseShift Method\n\n请将答案用双括号包裹例如[[A]]。", "ground_truth": {"question": "If P then Q. Not P, therefore not Q.", "analysis": "否定前件错误:通过否定条件命题的前件来错误否定后件", "correct_answer": "A", "options": {"A": "NegAnt Method", "B": "AffCons Method", "C": "CondSwap Method", "D": "IncorrNeg Method", "E": "DisjSyl Method", "F": "QuantSwitch Method", "G": "IllTrans Method", "H": "IncorrInf Method", "I": "InvSubError Method", "J": "LetClauseShift Method"}}}