🧪 This platform is in early beta. Features may change and you might encounter bugs. We appreciate your patience!
argument_from_classification
An argumentation scheme that attributes properties to an individual based on its membership in a category. The scheme relies on the correctness of the classification and the universality of the attributed property within the category. It is defeasible when the classification is contested or the property admits exceptions.
This substance is classified as a carcinogen. Carcinogens should be regulated. Therefore, this substance should be regulated.
This algorithm has been officially classified as a high-risk AI system under the relevant regulation. High-risk AI systems are required to undergo third-party audits before deployment. Therefore, this algorithm must undergo a third-party audit before deployment.
This employee's role has been classified as 'exempt' under labor law. Exempt employees are not entitled to overtime pay. Therefore, this employee is not entitled to overtime pay — though the critical question is whether the classification itself was applied correctly.
InCategory(x, C) ∧ ∀y(InCategory(y, C) → P(y)) ⇒ P(x)
Binary (yes/no) questions an LLM must answer to identify this aspect:
Is something being classified into a specific category?
Type: binaryAre properties of the category being attributed to the classified item?
Type: binaryIs the classification itself justified rather than merely asserted?
Type: binaryIs the property genuinely universal to the category rather than merely typical?
Type: binaryAn argumentation scheme that attributes properties to an individual based on its membership in a category. The scheme relies on the correctness of the classification and the universality of the attributed property within the category. It is defeasible when the classification is contested or the property admits exceptions.
Classification is a fundamental cognitive operation that enables efficient reasoning. Once something is categorized, all category properties become available as inferences.
Challenge the classification itself or identify exceptions to the category-property link. Ask whether the individual is a typical or atypical member of the category.
Legal classification disputes, regulatory frameworks, medical diagnosis protocols, and taxonomic reasoning.
Use these tools to detect, analyze, or train this aspect.