This dataset is a structured philosophical, sociological, and political analysis of terms in the English language that group or divide people. Each entry explores a specific term (e.g., "Republican Party", "Teenager", "Immigrant") and includes arguments for, against, and neutral toward the label or grouping.
The dataset is presented in JSON format and is chunked in sets of 10 terms per delivery for easier processing and modular loading.
Each term is an object with the following format:
"term": {
"commonality_score": 0–100,
"for": "Concise argument in favor of the term’s usage or concept.",
"for_data": {
"score": 0–100,
"pros": [ "List of benefits or valid points supporting the term" ],
"cons": [ "Potential drawbacks or trade-offs of the 'for' case" ]
},
"against": "Concise argument against the term’s usage or implications.",
"against_data": {
"score": 0–100,
"pros": [ "Benefits of challenging or opposing the term" ],
"cons": [ "Risks or limitations of opposing it" ]
},
"unbiased": "A neutral summary acknowledging both sides without judgment.",
"unbiased_data": {
"score": 0–100,
"pros": [ "Balanced insights or agreed-upon truths" ],
"cons": [ "Remaining ambiguities or tensions in the term’s use" ]
}
}