Publish Cognitive Biases: 123 Biases with Mechanisms, Synonyms & Antonyms
Browse files- README.md +119 -0
- antonyms/train.jsonl +16 -0
- biases/train.jsonl +123 -0
- mechanisms/train.jsonl +17 -0
- synonyms/train.jsonl +24 -0
README.md
ADDED
|
@@ -0,0 +1,119 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- cognitive-bias
|
| 7 |
+
- psychology
|
| 8 |
+
- behavioral-science
|
| 9 |
+
- nlp
|
| 10 |
+
- taxonomy
|
| 11 |
+
- affectively
|
| 12 |
+
- edgework
|
| 13 |
+
- technical-mindfulness
|
| 14 |
+
- heuristics
|
| 15 |
+
- decision-making
|
| 16 |
+
pretty_name: "Cognitive Biases: 123 Biases with Mechanisms, Synonyms & Antonyms"
|
| 17 |
+
size_categories:
|
| 18 |
+
- n<1K
|
| 19 |
+
task_categories:
|
| 20 |
+
- text-classification
|
| 21 |
+
configs:
|
| 22 |
+
- config_name: biases
|
| 23 |
+
data_files:
|
| 24 |
+
- split: train
|
| 25 |
+
path: biases/train.jsonl
|
| 26 |
+
- config_name: mechanisms
|
| 27 |
+
data_files:
|
| 28 |
+
- split: train
|
| 29 |
+
path: mechanisms/train.jsonl
|
| 30 |
+
- config_name: synonyms
|
| 31 |
+
data_files:
|
| 32 |
+
- split: train
|
| 33 |
+
path: synonyms/train.jsonl
|
| 34 |
+
- config_name: antonyms
|
| 35 |
+
data_files:
|
| 36 |
+
- split: train
|
| 37 |
+
path: antonyms/train.jsonl
|
| 38 |
+
---
|
| 39 |
+
|
| 40 |
+
# Cognitive Biases
|
| 41 |
+
|
| 42 |
+
> **123 cognitive biases** unified from 5 production data sources, plus **17 mechanisms**, **24 synonym groups**, and **16 antonym pairs** as separate configs.
|
| 43 |
+
|
| 44 |
+
## Quick Start
|
| 45 |
+
|
| 46 |
+
```python
|
| 47 |
+
from datasets import load_dataset
|
| 48 |
+
|
| 49 |
+
# Main bias entries
|
| 50 |
+
biases = load_dataset("buley/cognitive-biases", "biases")
|
| 51 |
+
|
| 52 |
+
# Supporting data
|
| 53 |
+
mechanisms = load_dataset("buley/cognitive-biases", "mechanisms")
|
| 54 |
+
synonyms = load_dataset("buley/cognitive-biases", "synonyms")
|
| 55 |
+
antonyms = load_dataset("buley/cognitive-biases", "antonyms")
|
| 56 |
+
```
|
| 57 |
+
|
| 58 |
+
## Configs
|
| 59 |
+
|
| 60 |
+
| Config | Records | Description |
|
| 61 |
+
|--------|---------|-------------|
|
| 62 |
+
| `biases` | 123 | Unified bias entries with source provenance |
|
| 63 |
+
| `mechanisms` | 17 | Cognitive heuristics that generate derivative biases |
|
| 64 |
+
| `synonyms` | 24 | Synonym/alias groups mapping alternative names |
|
| 65 |
+
| `antonyms` | 16 | Antonym pairs with flipping mechanisms |
|
| 66 |
+
|
| 67 |
+
## Bias Sources
|
| 68 |
+
|
| 69 |
+
Each bias entry has a `source` field indicating provenance:
|
| 70 |
+
|
| 71 |
+
| Source | Description |
|
| 72 |
+
|--------|-------------|
|
| 73 |
+
| `definition` | Full definitions with domains, System 1/2, observable markers |
|
| 74 |
+
| `mechanism_derivative` | Derived from cognitive mechanisms (heuristics) |
|
| 75 |
+
| `synonym_alias` | Alternative names linked to primary biases |
|
| 76 |
+
| `antonym` | Bias poles with flipping mechanisms |
|
| 77 |
+
|
| 78 |
+
## 4-Domain Classification
|
| 79 |
+
|
| 80 |
+
| Domain | Description |
|
| 81 |
+
|--------|-------------|
|
| 82 |
+
| TOO_MUCH_INFO | Information filtering and overload |
|
| 83 |
+
| NOT_ENOUGH_MEANING | Pattern-finding and meaning-making |
|
| 84 |
+
| NEED_TO_ACT_FAST | Decision-making shortcuts |
|
| 85 |
+
| WHAT_TO_REMEMBER | Memory formation and recall |
|
| 86 |
+
|
| 87 |
+
## Use Cases
|
| 88 |
+
|
| 89 |
+
- Cognitive bias detection in text
|
| 90 |
+
- Decision support and debiasing tools
|
| 91 |
+
- Educational and training applications
|
| 92 |
+
- Research on judgment and decision-making
|
| 93 |
+
|
| 94 |
+
## Citation
|
| 95 |
+
|
| 96 |
+
```bibtex
|
| 97 |
+
@dataset{buley_cognitive_biases_2026,
|
| 98 |
+
author = {Taylor Buley},
|
| 99 |
+
title = {Cognitive Biases: 123 Biases with Mechanisms, Synonyms & Antonyms},
|
| 100 |
+
year = {2026},
|
| 101 |
+
publisher = {HuggingFace},
|
| 102 |
+
url = {https://huggingface.co/datasets/buley/cognitive-biases},
|
| 103 |
+
license = {CC BY 4.0}
|
| 104 |
+
}
|
| 105 |
+
```
|
| 106 |
+
|
| 107 |
+
## License
|
| 108 |
+
|
| 109 |
+
[Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/)
|
| 110 |
+
|
| 111 |
+
You are free to share and adapt this dataset for any purpose, even commercially, as long as you give appropriate credit.
|
| 112 |
+
|
| 113 |
+
## About
|
| 114 |
+
|
| 115 |
+
Published by [AFFECTIVELY](https://huggingface.co/affectively-ai) · Managed by [@buley](https://huggingface.co/buley)
|
| 116 |
+
|
| 117 |
+
AFFECTIVELY transforms high-entropy emotional experiences into low-entropy, actionable insights through technical mindfulness.
|
| 118 |
+
|
| 119 |
+
- [All datasets](https://huggingface.co/buley) · [All models](https://huggingface.co/affectively-ai) · [GitHub](https://github.com/affectively-ai) · [Edgework.ai](https://edgework.ai)
|
antonyms/train.jsonl
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"id":"Optimism_Bias","opposite":"Pessimism_Bias","flipping_mechanism":"Emotional State: Depression/Anxiety levels (Depressive Realism)","context":"When user shows signs of depression or anxiety, flip Optimism to Pessimism"}
|
| 2 |
+
{"id":"Pessimism_Bias","opposite":"Optimism_Bias","flipping_mechanism":"Emotional State: Low depression/anxiety, positive mood","context":"When user shows positive mood and low anxiety, flip Pessimism to Optimism"}
|
| 3 |
+
{"id":"Neophilia","opposite":"Status_Quo_Bias","flipping_mechanism":"Personality Trait: Openness to Experience (Big Five)","context":"Low openness → Status Quo Bias; High openness → Neophilia"}
|
| 4 |
+
{"id":"Status_Quo_Bias","opposite":"Neophilia","flipping_mechanism":"Personality Trait: Openness to Experience (Big Five)","context":"High openness → Neophilia; Low openness → Status Quo Bias"}
|
| 5 |
+
{"id":"Gamblers_Fallacy","opposite":"Hot_Hand_Fallacy","flipping_mechanism":"Perception of Agency: Random (Gambler's) vs. Skill-based (Hot Hand)","context":"Perceived randomness → Gambler's Fallacy; Perceived skill → Hot Hand Fallacy"}
|
| 6 |
+
{"id":"Hot_Hand_Fallacy","opposite":"Gamblers_Fallacy","flipping_mechanism":"Perception of Agency: Random (Gambler's) vs. Skill-based (Hot Hand)","context":"Perceived skill → Hot Hand Fallacy; Perceived randomness → Gambler's Fallacy"}
|
| 7 |
+
{"id":"Spotlight_Effect","opposite":"Illusion_of_Transparency","flipping_mechanism":"Focus: External/Behavioral vs. Internal/Mental state","context":"Focus on external attention → Spotlight Effect; Focus on internal thoughts → Illusion of Transparency"}
|
| 8 |
+
{"id":"Illusion_of_Transparency","opposite":"Spotlight_Effect","flipping_mechanism":"Focus: External/Behavioral vs. Internal/Mental state","context":"Focus on internal thoughts → Illusion of Transparency; Focus on external attention → Spotlight Effect"}
|
| 9 |
+
{"id":"Halo_Effect","opposite":"Horns_Effect","flipping_mechanism":"Valence: Initial impression positive vs. negative","context":"Positive initial impression → Halo Effect; Negative initial impression → Horns Effect"}
|
| 10 |
+
{"id":"Horns_Effect","opposite":"Halo_Effect","flipping_mechanism":"Valence: Initial impression positive vs. negative","context":"Negative initial impression → Horns Effect; Positive initial impression → Halo Effect"}
|
| 11 |
+
{"id":"Overconfidence_Effect","opposite":"Hard_Easy_Effect","flipping_mechanism":"Task Difficulty: Overconfident on hard tasks, underconfident on easy tasks","context":"Hard tasks → Overconfidence; Easy tasks → Underconfidence (Hard-Easy Effect)"}
|
| 12 |
+
{"id":"Hard_Easy_Effect","opposite":"Overconfidence_Effect","flipping_mechanism":"Task Difficulty: Overconfident on hard tasks, underconfident on easy tasks","context":"Easy tasks → Underconfidence; Hard tasks → Overconfidence"}
|
| 13 |
+
{"id":"Self_Serving_Bias","opposite":"Impostor_Syndrome","flipping_mechanism":"Self-Esteem: High self-esteem vs. Low self-esteem","context":"High self-esteem → Self-Serving Bias; Low self-esteem → Impostor Syndrome"}
|
| 14 |
+
{"id":"Negativity_Bias","opposite":"Positivity_Effect","flipping_mechanism":"Emotional State: Threat detection vs. Emotion regulation","context":"Threat-focused → Negativity Bias; Emotion regulation → Positivity Effect"}
|
| 15 |
+
{"id":"Positivity_Effect","opposite":"Negativity_Bias","flipping_mechanism":"Emotional State: Threat detection vs. Emotion regulation","context":"Emotion regulation → Positivity Effect; Threat-focused → Negativity Bias"}
|
| 16 |
+
{"id":"Impostor_Syndrome","opposite":"Self_Serving_Bias","flipping_mechanism":"Self-Esteem: Low self-esteem vs. High self-esteem","context":"Low self-esteem → Impostor Syndrome; High self-esteem → Self-Serving Bias"}
|
biases/train.jsonl
ADDED
|
@@ -0,0 +1,123 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"id":"Above_Average_Effect","name":"Above Average Effect","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"All refer to overestimating one's qualities relative to others.","layer_associations":[],"synonym_of":"Illusory_Superiority","antonym_of":"","antonym_flipping_mechanism":""}
|
| 2 |
+
{"id":"Actor_Observer_Bias","name":"Actor Observer Bias","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Errors in assigning cause to behavior.","parent_mechanism":"Attribution_Theory","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 3 |
+
{"id":"Ambiguity_Aversion","name":"Ambiguity Aversion","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Both refer to avoiding options with unknown probabilities.","layer_associations":[],"synonym_of":"Ambiguity_Effect","antonym_of":"","antonym_flipping_mechanism":""}
|
| 4 |
+
{"id":"Ambiguity_Effect","name":"Ambiguity Effect","source":"synonym_primary","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":["Ambiguity_Aversion"],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Both refer to avoiding options with unknown probabilities.","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 5 |
+
{"id":"Anchoring_Bias","name":"Anchoring Bias","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Estimating values by adjusting from a starting point.","parent_mechanism":"Anchoring_Adjustment","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":["Focalism"],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Both refer to over-reliance on initial information.","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 6 |
+
{"id":"Anecdotal_Fallacy","name":"Anecdotal Fallacy","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Judging probability by ease of recall.","parent_mechanism":"Availability_Heuristic","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 7 |
+
{"id":"Asymmetric_Dominance_Effect","name":"Asymmetric Dominance Effect","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Asymmetric Dominance is the technical economic term.","layer_associations":[],"synonym_of":"Decoy_Effect","antonym_of":"","antonym_flipping_mechanism":""}
|
| 8 |
+
{"id":"Attentional_Bias","name":"Attentional Bias","source":"definition","domain":"TOO_MUCH_INFO","subcategory":"Primacy_of_Availability_and_Repetition","category":"","system":"SYSTEM_1","definition":"The tendency for an individual's perception to be affected by their recurring thoughts at the time. We pay attention to what we are already thinking about, creating a feedback loop of salience.","mechanism":"Other","parent_mechanism":"","core_pattern":"","low_entropy_insight":"Notice: attention is focused on specific themes. Consider whether this focus is helpful or creating a feedback loop.","observable_markers":["I keep noticing","I can't stop thinking about","Everything reminds me of"],"synonyms":[],"antonyms":[],"related_biases":["Frequency_Illusion"],"related_heuristics":[],"examples":["When I'm anxious, I notice every potential threat","After buying a car, I see that model everywhere"],"research_notes":"Critical in modeling addiction or anxiety, where cues related to the condition become hyper-salient.","layer_associations":[2,5],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 9 |
+
{"id":"Attraction_Effect","name":"Attraction Effect","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Asymmetric Dominance is the technical economic term.","layer_associations":[],"synonym_of":"Decoy_Effect","antonym_of":"","antonym_flipping_mechanism":""}
|
| 10 |
+
{"id":"Authority_Bias","name":"Authority Bias","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Assuming the group/leader is correct.","parent_mechanism":"Social_Proof_Compliance","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 11 |
+
{"id":"Availability_Bias","name":"Availability Bias","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Recency is purely temporal; Availability includes emotional vividness.","layer_associations":[],"synonym_of":"Availability_Heuristic","antonym_of":"","antonym_flipping_mechanism":""}
|
| 12 |
+
{"id":"Availability_Heuristic","name":"Availability Heuristic","source":"definition","domain":"TOO_MUCH_INFO","subcategory":"Primacy_of_Availability_and_Repetition","category":"INFORMATION_PROCESSING","system":"SYSTEM_1","definition":"The tendency to overestimate the likelihood of events based on the ease with which examples come to mind. If an instance is readily retrieved—due to recency, vividness, or emotional impact—it is judged as frequent and probable.","mechanism":"Availability_Heuristic","parent_mechanism":"Availability_Heuristic","core_pattern":"Relying on immediate examples that come to mind (often emotionally charged or recent) rather than comprehensive data","low_entropy_insight":"Notice: narrative universalizes a specific, recent, or emotional event. Consider broader context and statistical data.","observable_markers":["You always","This always happens","Every time","It's like that time","I remember when"],"synonyms":["Availability_Bias","Recency_Bias","Vividness_Effect"],"antonyms":[],"related_biases":["Survivorship_Bias","Recency_Effect","Primacy_Effect","Anecdotal_Fallacy"],"related_heuristics":["Availability_Heuristic"],"examples":["After seeing a plane crash on TV, I'm afraid to fly","I remember that one time it rained, so it must rain often"],"research_notes":"Causes skew in risk assessment (e.g., fearing plane crashes more than car accidents). Triggered by vivid media, recent trauma, high emotional valence.","layer_associations":[5,6],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 13 |
+
{"id":"Baader_Meinhof_Phenomenon","name":"Baader Meinhof Phenomenon","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Both refer to seeing something everywhere after first noticing it.","layer_associations":[],"synonym_of":"Frequency_Illusion","antonym_of":"","antonym_flipping_mechanism":""}
|
| 14 |
+
{"id":"Bandwagon_Effect","name":"Bandwagon Effect","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Assuming the group/leader is correct.","parent_mechanism":"Social_Proof_Compliance","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":["Herd_Behavior","Groupthink"],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Bandwagon is adoption based on popularity; Groupthink is consensus seeking at the cost of quality.","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 15 |
+
{"id":"Base_Rate_Fallacy","name":"Base Rate Fallacy","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Judging probability by ease of recall.","parent_mechanism":"Availability_Heuristic","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 16 |
+
{"id":"Base_Rate_Neglect","name":"Base Rate Neglect","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Judging probability by similarity to a prototype.","parent_mechanism":"Representativeness_Heuristic","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 17 |
+
{"id":"Ben_Franklin_Effect","name":"Ben Franklin Effect","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Discomfort from conflicting beliefs/actions.","parent_mechanism":"Cognitive_Dissonance","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 18 |
+
{"id":"Bikeshedding","name":"Bikeshedding","source":"synonym_primary","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":["Law_of_Triviality"],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Both refer to disproportionate focus on trivial issues.","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 19 |
+
{"id":"Bizarreness_Effect","name":"Bizarreness Effect","source":"synonym_primary","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":["Von_Restorff_Effect","Isolation_Effect"],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Von Restorff usually refers to lists; Bizarreness to narrative content.","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 20 |
+
{"id":"Cherry_Picking","name":"Cherry Picking","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Myside is argumentative; Congruence is scientific testing; Cherry Picking is data selection.","layer_associations":[],"synonym_of":"Confirmation_Bias","antonym_of":"","antonym_flipping_mechanism":""}
|
| 21 |
+
{"id":"Choice_Supportive_Bias","name":"Choice Supportive Bias","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Discomfort from conflicting beliefs/actions.","parent_mechanism":"Cognitive_Dissonance","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 22 |
+
{"id":"Clustering_Illusion","name":"Clustering Illusion","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Detecting patterns, even when none exist.","parent_mechanism":"Pattern_Recognition","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 23 |
+
{"id":"Concorde_Effect","name":"Concorde Effect","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Concorde Effect is the political instance; Escalation involves active investment increase.","layer_associations":[],"synonym_of":"Sunk_Cost_Fallacy","antonym_of":"","antonym_flipping_mechanism":""}
|
| 24 |
+
{"id":"Confirmation_Bias","name":"Confirmation Bias","source":"definition","domain":"TOO_MUCH_INFO","subcategory":"Confirmation_and_Belief_Maintenance","category":"INFORMATION_PROCESSING","system":"SYSTEM_1","definition":"The tendency to search for, interpret, favor, and recall information in a way that confirms one's preexisting beliefs or hypotheses.","mechanism":"Cognitive_Dissonance","parent_mechanism":"","core_pattern":"Tendency to search for, interpret, and recall information that confirms preexisting beliefs","low_entropy_insight":"Notice: narrative focuses on data that supports the core story. Consider alternative interpretations and contradictory evidence.","observable_markers":["That's exactly what I thought","This proves","As I suspected","I knew it","See, I told you"],"synonyms":["Myside_Bias","Congruence_Bias","Cherry_Picking"],"antonyms":[],"related_biases":["Selective_Perception","Backfire_Effect"],"related_heuristics":["Cognitive_Dissonance"],"examples":["I only notice evidence that supports my view","I interpret ambiguous information in favor of my beliefs"],"research_notes":"Sub-types: Biased Search, Biased Interpretation, Biased Recall. Unlike Desirability Bias (believing what we want to be true), Confirmation Bias supports what we already believe, even if it is negative.","layer_associations":[5,6],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 25 |
+
{"id":"Conformity_Bias","name":"Conformity Bias","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Assuming the group/leader is correct.","parent_mechanism":"Social_Proof_Compliance","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 26 |
+
{"id":"Congruence_Bias","name":"Congruence Bias","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Myside is argumentative; Congruence is scientific testing; Cherry Picking is data selection.","layer_associations":[],"synonym_of":"Confirmation_Bias","antonym_of":"","antonym_flipping_mechanism":""}
|
| 27 |
+
{"id":"Conjunction_Fallacy","name":"Conjunction Fallacy","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Judging probability by similarity to a prototype.","parent_mechanism":"Representativeness_Heuristic","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 28 |
+
{"id":"Conservatism_Bayesian","name":"Conservatism Bayesian","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Estimating values by adjusting from a starting point.","parent_mechanism":"Anchoring_Adjustment","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 29 |
+
{"id":"Correspondence_Bias","name":"Correspondence Bias","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Correspondence Bias assumes behavior matches personality; FAE is the general error.","layer_associations":[],"synonym_of":"Fundamental_Attribution_Error","antonym_of":"","antonym_flipping_mechanism":""}
|
| 30 |
+
{"id":"Decoy_Effect","name":"Decoy Effect","source":"synonym_primary","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":["Asymmetric_Dominance_Effect","Attraction_Effect"],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Asymmetric Dominance is the technical economic term.","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 31 |
+
{"id":"Disposition_Effect","name":"Disposition Effect","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Asymmetric valuation of gains and losses.","parent_mechanism":"Prospect_Theory","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 32 |
+
{"id":"Dunning_Kruger_Effect","name":"Dunning Kruger Effect","source":"synonym_primary","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":["Illusory_Superiority","Overconfidence"],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"DK specifically links low ability to high confidence; Illusory Superiority is general.","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 33 |
+
{"id":"Effort_Justification","name":"Effort Justification","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Discomfort from conflicting beliefs/actions.","parent_mechanism":"Cognitive_Dissonance","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"IKEA_Effect","antonym_of":"","antonym_flipping_mechanism":""}
|
| 34 |
+
{"id":"Egocentric_Bias","name":"Egocentric Bias","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Processing information through self-referential lens.","parent_mechanism":"Ego_Centric_Processing","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 35 |
+
{"id":"Empathy_Gap","name":"Empathy Gap","source":"synonym_primary","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":["Hot_Cold_Empathy_Gap"],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Both refer to underestimating influence of visceral drives.","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 36 |
+
{"id":"Endowment_Effect","name":"Endowment Effect","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Asymmetric valuation of gains and losses.","parent_mechanism":"Prospect_Theory","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 37 |
+
{"id":"Escalation_of_Commitment","name":"Escalation of Commitment","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Concorde Effect is the political instance; Escalation involves active investment increase.","layer_associations":[],"synonym_of":"Sunk_Cost_Fallacy","antonym_of":"","antonym_flipping_mechanism":""}
|
| 38 |
+
{"id":"Essentialism","name":"Essentialism","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Using categories to simplify complex information.","parent_mechanism":"Categorization_Heuristic","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 39 |
+
{"id":"Experimenters_Bias","name":"Experimenters Bias","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Both refer to researcher bias influencing participants.","layer_associations":[],"synonym_of":"Observer_Expectancy_Effect","antonym_of":"","antonym_flipping_mechanism":""}
|
| 40 |
+
{"id":"Fading_Affect_Bias","name":"Fading Affect Bias","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Managing emotional states influences memory and judgment.","parent_mechanism":"Emotion_Regulation","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 41 |
+
{"id":"False_Consensus_Effect","name":"False Consensus Effect","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Processing information through self-referential lens.","parent_mechanism":"Ego_Centric_Processing","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":["Projection_Bias"],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"False Consensus is assuming others agree; Projection is assuming future self agrees.","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 42 |
+
{"id":"Familiarity_Principle","name":"Familiarity Principle","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Both refer to preference for familiar things.","layer_associations":[],"synonym_of":"Mere_Exposure_Effect","antonym_of":"","antonym_flipping_mechanism":""}
|
| 43 |
+
{"id":"Focalism","name":"Focalism","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Both refer to over-reliance on initial information.","layer_associations":[],"synonym_of":"Anchoring_Bias","antonym_of":"","antonym_flipping_mechanism":""}
|
| 44 |
+
{"id":"Framing_Effect","name":"Framing Effect","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Asymmetric valuation of gains and losses.","parent_mechanism":"Prospect_Theory","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 45 |
+
{"id":"Frequency_Illusion","name":"Frequency Illusion","source":"synonym_primary","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":["Baader_Meinhof_Phenomenon"],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Both refer to seeing something everywhere after first noticing it.","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 46 |
+
{"id":"Fundamental_Attribution_Error","name":"Fundamental Attribution Error","source":"definition","domain":"NOT_ENOUGH_MEANING","subcategory":"Mental_Modeling_of_Others","category":"PERCEPTION_ATTRIBUTION","system":"SYSTEM_1","definition":"The tendency for people to under-emphasize situational explanations for an individual's observed behavior while over-emphasizing dispositional and personality-based explanations.","mechanism":"Attribution_Theory","parent_mechanism":"Attribution_Theory","core_pattern":"Attributes other's behavior to character (internal) while attributing own behavior to situation (external)","low_entropy_insight":"Notice: narrative attributes outcome to personality rather than context. Consider situational factors and external circumstances.","observable_markers":["He is just","She's always","They never","He's a","She's such a","That's just how they are"],"synonyms":["Correspondence_Bias","Overattribution_Effect"],"antonyms":[],"related_biases":["Actor_Observer_Bias","Ultimate_Attribution_Error"],"related_heuristics":["Attribution_Theory"],"examples":["He's late because he's lazy","She failed because she's not smart","They're rude because they're a bad person"],"research_notes":"Correspondence Bias assumes behavior matches personality; FAE is the general error.","layer_associations":[2,7],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 47 |
+
{"id":"Gamblers_Fallacy","name":"Gamblers Fallacy","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Judging probability by similarity to a prototype.","parent_mechanism":"Representativeness_Heuristic","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":["Monte_Carlo_Fallacy"],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Both refer to misconception of chance in independent events.","layer_associations":[],"synonym_of":"","antonym_of":"Hot_Hand_Fallacy","antonym_flipping_mechanism":"Perception of Agency: Random (Gambler's) vs. Skill-based (Hot Hand)"}
|
| 48 |
+
{"id":"Golden_Hammer","name":"Golden Hammer","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"All refer to over-reliance on familiar tools.","layer_associations":[],"synonym_of":"Law_of_the_Instrument","antonym_of":"","antonym_flipping_mechanism":""}
|
| 49 |
+
{"id":"Group_Attribution_Error","name":"Group Attribution Error","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Errors in assigning cause to behavior.","parent_mechanism":"Attribution_Theory","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 50 |
+
{"id":"Groupthink","name":"Groupthink","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Assuming the group/leader is correct.","parent_mechanism":"Social_Proof_Compliance","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"Bandwagon_Effect","antonym_of":"","antonym_flipping_mechanism":""}
|
| 51 |
+
{"id":"Halo_Effect","name":"Halo Effect","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Judging decision by emotional 'tag' or gut feeling.","parent_mechanism":"Affect_Heuristic","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":["Physical_Attractiveness_Stereotype"],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Halo Effect is broader; Physical Attractiveness Stereotype is a specific instance.","layer_associations":[],"synonym_of":"","antonym_of":"Horns_Effect","antonym_flipping_mechanism":"Valence: Initial impression positive vs. negative"}
|
| 52 |
+
{"id":"Hard_Easy_Effect","name":"Hard Easy Effect","source":"antonym","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Easy tasks → Underconfidence; Hard tasks → Overconfidence","layer_associations":[],"synonym_of":"","antonym_of":"Overconfidence_Effect","antonym_flipping_mechanism":"Task Difficulty: Overconfident on hard tasks, underconfident on easy tasks"}
|
| 53 |
+
{"id":"Herd_Behavior","name":"Herd Behavior","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Bandwagon is adoption based on popularity; Groupthink is consensus seeking at the cost of quality.","layer_associations":[],"synonym_of":"Bandwagon_Effect","antonym_of":"","antonym_flipping_mechanism":""}
|
| 54 |
+
{"id":"Horns_Effect","name":"Horns Effect","source":"antonym","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Negative initial impression → Horns Effect; Positive initial impression → Halo Effect","layer_associations":[],"synonym_of":"","antonym_of":"Halo_Effect","antonym_flipping_mechanism":"Valence: Initial impression positive vs. negative"}
|
| 55 |
+
{"id":"Hot_Cold_Empathy_Gap","name":"Hot Cold Empathy Gap","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Both refer to underestimating influence of visceral drives.","layer_associations":[],"synonym_of":"Empathy_Gap","antonym_of":"","antonym_flipping_mechanism":""}
|
| 56 |
+
{"id":"Hot_Hand_Fallacy","name":"Hot Hand Fallacy","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Judging probability by similarity to a prototype.","parent_mechanism":"Representativeness_Heuristic","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"Gamblers_Fallacy","antonym_flipping_mechanism":"Perception of Agency: Random (Gambler's) vs. Skill-based (Hot Hand)"}
|
| 57 |
+
{"id":"Hyperbolic_Discounting","name":"Hyperbolic Discounting","source":"synonym_primary","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":["Present_Bias","Time_Inconsistency"],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Hyperbolic describes the mathematical curve; Present Bias is the behavioral result.","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 58 |
+
{"id":"Identifiable_Victim_Effect","name":"Identifiable Victim Effect","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Judging decision by emotional 'tag' or gut feeling.","parent_mechanism":"Affect_Heuristic","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 59 |
+
{"id":"IKEA_Effect","name":"IKEA Effect","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Discomfort from conflicting beliefs/actions.","parent_mechanism":"Cognitive_Dissonance","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":["Effort_Justification"],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"IKEA is specific to creation/assembly of products.","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 60 |
+
{"id":"Illusion_of_Transparency","name":"Illusion of Transparency","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Estimating values by adjusting from a starting point.","parent_mechanism":"Anchoring_Adjustment","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"Spotlight_Effect","antonym_flipping_mechanism":"Focus: External/Behavioral vs. Internal/Mental state"}
|
| 61 |
+
{"id":"Illusory_Superiority","name":"Illusory Superiority","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Maintaining positive self-image.","parent_mechanism":"Self_Enhancement","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":["Above_Average_Effect","Superiority_Bias"],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"All refer to overestimating one's qualities relative to others.","layer_associations":[],"synonym_of":"Dunning_Kruger_Effect","antonym_of":"","antonym_flipping_mechanism":""}
|
| 62 |
+
{"id":"Illusory_Truth_Effect","name":"Illusory Truth Effect","source":"definition","domain":"TOO_MUCH_INFO","subcategory":"Primacy_of_Availability_and_Repetition","category":"","system":"SYSTEM_1","definition":"The tendency to believe false information to be correct after repeated exposure. Repetition increases processing fluency, which the brain misinterprets as a signal of truthfulness.","mechanism":"Processing_Fluency","parent_mechanism":"Processing_Fluency","core_pattern":"","low_entropy_insight":"Notice: belief may be based on repetition rather than evidence. Consider verifying the source and facts.","observable_markers":["I've heard that before","Everyone says","It's common knowledge","They keep saying"],"synonyms":["Truth_Effect","Reiteration_Effect"],"antonyms":[],"related_biases":["Mere_Exposure_Effect"],"related_heuristics":["Processing_Fluency"],"examples":["After hearing a claim multiple times, I believe it's true","Repeated exposure to misinformation makes it seem credible"],"research_notes":"A foundational mechanism for the spread of misinformation and propaganda.","layer_associations":[5,6,7],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 63 |
+
{"id":"Impostor_Syndrome","name":"Impostor Syndrome","source":"antonym","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Low self-esteem → Impostor Syndrome; High self-esteem → Self-Serving Bias","layer_associations":[],"synonym_of":"","antonym_of":"Self_Serving_Bias","antonym_flipping_mechanism":"Self-Esteem: Low self-esteem vs. High self-esteem"}
|
| 64 |
+
{"id":"In_Group_Bias","name":"In Group Bias","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Judging decision by emotional 'tag' or gut feeling.","parent_mechanism":"Affect_Heuristic","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 65 |
+
{"id":"Insensitivity_to_Sample_Size","name":"Insensitivity to Sample Size","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Judging probability by similarity to a prototype.","parent_mechanism":"Representativeness_Heuristic","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 66 |
+
{"id":"Irrational_Escalation","name":"Irrational Escalation","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Concorde Effect is the political instance; Escalation involves active investment increase.","layer_associations":[],"synonym_of":"Sunk_Cost_Fallacy","antonym_of":"","antonym_flipping_mechanism":""}
|
| 67 |
+
{"id":"Isolation_Effect","name":"Isolation Effect","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Von Restorff usually refers to lists; Bizarreness to narrative content.","layer_associations":[],"synonym_of":"Bizarreness_Effect","antonym_of":"","antonym_flipping_mechanism":""}
|
| 68 |
+
{"id":"Just_World_Hypothesis","name":"Just World Hypothesis","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Reducing anxiety through cognitive strategies.","parent_mechanism":"Anxiety_Reduction","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 69 |
+
{"id":"Lake_Wobegon_Effect","name":"Lake Wobegon Effect","source":"synonym_primary","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":["Illusory_Superiority"],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Lake Wobegon is a specific instance of illusory superiority.","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 70 |
+
{"id":"Law_of_the_Instrument","name":"Law of the Instrument","source":"synonym_primary","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":["Maslows_Hammer","Golden_Hammer"],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"All refer to over-reliance on familiar tools.","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 71 |
+
{"id":"Law_of_Triviality","name":"Law of Triviality","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Both refer to disproportionate focus on trivial issues.","layer_associations":[],"synonym_of":"Bikeshedding","antonym_of":"","antonym_flipping_mechanism":""}
|
| 72 |
+
{"id":"Loss_Aversion","name":"Loss Aversion","source":"definition","domain":"NEED_TO_ACT_FAST","subcategory":"Motivation_and_Commitment_Loss_Aversion","category":"NEGOTIATION_VALUE","system":"SYSTEM_1","definition":"The tendency to prefer avoiding losses to acquiring equivalent gains. The pain of losing $100 is psychologically about twice as powerful as the pleasure of gaining $100.","mechanism":"Prospect_Theory","parent_mechanism":"Prospect_Theory","core_pattern":"Tendency to prefer avoiding losses rather than acquiring equivalent gains (pain of losing is psychologically twice as powerful as pleasure of gaining)","low_entropy_insight":"Notice: narrative emphasizes potential losses more than equivalent gains. Consider both sides of the equation and the actual probabilities.","observable_markers":["I can't lose","I'll lose everything","I have to keep","I can't give up","I'm afraid to lose"],"synonyms":[],"antonyms":[],"related_biases":["Endowment_Effect","Sunk_Cost_Fallacy","Status_Quo_Bias"],"related_heuristics":["Prospect_Theory","Loss_Aversion"],"examples":["I won't sell my stock because I might lose money","I'd rather not risk losing $100 than gain $100"],"research_notes":"Core principle of Prospect Theory. Asymmetric valuation of gains and losses.","layer_associations":[3,5],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 73 |
+
{"id":"Maslows_Hammer","name":"Maslows Hammer","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"All refer to over-reliance on familiar tools.","layer_associations":[],"synonym_of":"Law_of_the_Instrument","antonym_of":"","antonym_flipping_mechanism":""}
|
| 74 |
+
{"id":"Mental_Accounting","name":"Mental Accounting","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Using categories to simplify complex information.","parent_mechanism":"Categorization_Heuristic","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 75 |
+
{"id":"Mere_Exposure_Effect","name":"Mere Exposure Effect","source":"definition","domain":"TOO_MUCH_INFO","subcategory":"Primacy_of_Availability_and_Repetition","category":"","system":"SYSTEM_1","definition":"The psychological phenomenon by which people tend to develop a preference for things merely because they are familiar with them. In evolutionary terms, 'familiar' implies 'safe'.","mechanism":"Familiarity_Heuristic","parent_mechanism":"Familiarity_Heuristic","core_pattern":"","low_entropy_insight":"Notice: preference may be based on familiarity rather than quality. Consider evaluating options objectively.","observable_markers":["I prefer","It's familiar","I know this","I've seen this before"],"synonyms":["Familiarity_Principle"],"antonyms":[],"related_biases":["Illusory_Truth_Effect"],"related_heuristics":["Familiarity_Heuristic"],"examples":["I prefer brands I've seen advertised","Familiar faces seem more trustworthy"],"research_notes":"Application: Brand recognition and advertising optimization.","layer_associations":[2,7],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 76 |
+
{"id":"Monte_Carlo_Fallacy","name":"Monte Carlo Fallacy","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Both refer to misconception of chance in independent events.","layer_associations":[],"synonym_of":"Gamblers_Fallacy","antonym_of":"","antonym_flipping_mechanism":""}
|
| 77 |
+
{"id":"Mood_Congruent_Memory_Bias","name":"Mood Congruent Memory Bias","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Managing emotional states influences memory and judgment.","parent_mechanism":"Emotion_Regulation","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 78 |
+
{"id":"Myside_Bias","name":"Myside Bias","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Myside is argumentative; Congruence is scientific testing; Cherry Picking is data selection.","layer_associations":[],"synonym_of":"Confirmation_Bias","antonym_of":"","antonym_flipping_mechanism":""}
|
| 79 |
+
{"id":"Negativity_Bias","name":"Negativity Bias","source":"antonym","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Threat-focused → Negativity Bias; Emotion regulation → Positivity Effect","layer_associations":[],"synonym_of":"","antonym_of":"Positivity_Effect","antonym_flipping_mechanism":"Emotional State: Threat detection vs. Emotion regulation"}
|
| 80 |
+
{"id":"Neglect_of_Probability","name":"Neglect of Probability","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Judging decision by emotional 'tag' or gut feeling.","parent_mechanism":"Affect_Heuristic","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 81 |
+
{"id":"Neophilia","name":"Neophilia","source":"antonym","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Low openness → Status Quo Bias; High openness → Neophilia","layer_associations":[],"synonym_of":"","antonym_of":"Status_Quo_Bias","antonym_flipping_mechanism":"Personality Trait: Openness to Experience (Big Five)"}
|
| 82 |
+
{"id":"Observer_Expectancy_Effect","name":"Observer Expectancy Effect","source":"synonym_primary","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":["Experimenters_Bias"],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Both refer to researcher bias influencing participants.","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 83 |
+
{"id":"Optimism_Bias","name":"Optimism Bias","source":"definition","domain":"NEED_TO_ACT_FAST","subcategory":"Ego_and_Confidence","category":"","system":"SYSTEM_1","definition":"A cognitive bias that causes someone to believe that they themselves are less likely to experience a negative event.","mechanism":"Anxiety_Reduction","parent_mechanism":"Anxiety_Reduction","core_pattern":"","low_entropy_insight":"Notice: narrative expresses unrealistic optimism about personal risk. Consider statistical probabilities and prepare for potential negative outcomes.","observable_markers":["That won't happen to me","I'll be fine","It won't affect me","I'm different"],"synonyms":[],"antonyms":["Pessimism_Bias"],"related_biases":["Overconfidence_Effect","Planning_Fallacy"],"related_heuristics":["Anxiety_Reduction","Self_Protection"],"examples":["I won't get cancer, that happens to other people","I won't be in a car accident"],"research_notes":"Mechanism: Self-Protection / Anxiety Reduction. Can flip to Pessimism Bias in depression.","layer_associations":[3,5],"synonym_of":"","antonym_of":"Pessimism_Bias","antonym_flipping_mechanism":"Emotional State: Depression/Anxiety levels (Depressive Realism)"}
|
| 84 |
+
{"id":"Ostrich_Effect","name":"Ostrich Effect","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Reducing anxiety through cognitive strategies.","parent_mechanism":"Anxiety_Reduction","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 85 |
+
{"id":"Out_Group_Homogeneity","name":"Out Group Homogeneity","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Judging decision by emotional 'tag' or gut feeling.","parent_mechanism":"Affect_Heuristic","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 86 |
+
{"id":"Overattribution_Effect","name":"Overattribution Effect","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Correspondence Bias assumes behavior matches personality; FAE is the general error.","layer_associations":[],"synonym_of":"Fundamental_Attribution_Error","antonym_of":"","antonym_flipping_mechanism":""}
|
| 87 |
+
{"id":"Overconfidence","name":"Overconfidence","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"DK specifically links low ability to high confidence; Illusory Superiority is general.","layer_associations":[],"synonym_of":"Dunning_Kruger_Effect","antonym_of":"","antonym_flipping_mechanism":""}
|
| 88 |
+
{"id":"Overconfidence_Effect","name":"Overconfidence Effect","source":"antonym","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Hard tasks → Overconfidence; Easy tasks → Underconfidence (Hard-Easy Effect)","layer_associations":[],"synonym_of":"","antonym_of":"Hard_Easy_Effect","antonym_flipping_mechanism":"Task Difficulty: Overconfident on hard tasks, underconfident on easy tasks"}
|
| 89 |
+
{"id":"Pareidolia","name":"Pareidolia","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Detecting patterns, even when none exist.","parent_mechanism":"Pattern_Recognition","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 90 |
+
{"id":"Pessimism_Bias","name":"Pessimism Bias","source":"definition","domain":"NOT_ENOUGH_MEANING","subcategory":"Temporal_Projection","category":"","system":"SYSTEM_1","definition":"The tendency for some people, especially those suffering from depression, to overestimate the likelihood of negative things happening to them.","mechanism":"Other","parent_mechanism":"","core_pattern":"","low_entropy_insight":"Notice: narrative expresses unrealistic pessimism about outcomes. Consider that negative events may be less likely than perceived, and positive outcomes are possible.","observable_markers":["Something bad will happen","I'll probably fail","Things always go wrong for me","I expect the worst"],"synonyms":[],"antonyms":["Optimism_Bias"],"related_biases":["Negativity_Bias"],"related_heuristics":["Depressive_Realism"],"examples":["I'll probably fail the exam","Something bad will happen if I try"],"research_notes":"Mechanism: Depressive Realism (in some definitions). Common in depression and anxiety.","layer_associations":[5],"synonym_of":"","antonym_of":"Optimism_Bias","antonym_flipping_mechanism":"Emotional State: Low depression/anxiety, positive mood"}
|
| 91 |
+
{"id":"Physical_Attractiveness_Stereotype","name":"Physical Attractiveness Stereotype","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Halo Effect is broader; Physical Attractiveness Stereotype is a specific instance.","layer_associations":[],"synonym_of":"Halo_Effect","antonym_of":"","antonym_flipping_mechanism":""}
|
| 92 |
+
{"id":"Planning_Fallacy","name":"Planning Fallacy","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Estimating values by adjusting from a starting point.","parent_mechanism":"Anchoring_Adjustment","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 93 |
+
{"id":"Positivity_Effect","name":"Positivity Effect","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Managing emotional states influences memory and judgment.","parent_mechanism":"Emotion_Regulation","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"Negativity_Bias","antonym_flipping_mechanism":"Emotional State: Threat detection vs. Emotion regulation"}
|
| 94 |
+
{"id":"Post_Purchase_Rationalization","name":"Post Purchase Rationalization","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Discomfort from conflicting beliefs/actions.","parent_mechanism":"Cognitive_Dissonance","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 95 |
+
{"id":"Present_Bias","name":"Present Bias","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Hyperbolic describes the mathematical curve; Present Bias is the behavioral result.","layer_associations":[],"synonym_of":"Hyperbolic_Discounting","antonym_of":"","antonym_flipping_mechanism":""}
|
| 96 |
+
{"id":"Primacy_Effect","name":"Primacy Effect","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Judging probability by ease of recall.","parent_mechanism":"Availability_Heuristic","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 97 |
+
{"id":"Projection_Bias","name":"Projection Bias","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"False Consensus is assuming others agree; Projection is assuming future self agrees.","layer_associations":[],"synonym_of":"False_Consensus_Effect","antonym_of":"","antonym_flipping_mechanism":""}
|
| 98 |
+
{"id":"Reactive_Devaluation","name":"Reactive Devaluation","source":"definition","domain":"NOT_ENOUGH_MEANING","subcategory":"Value_Attribution_and_Projection","category":"NEGOTIATION_VALUE","system":"SYSTEM_1","definition":"A cognitive bias that occurs when a proposal is devalued if it appears to originate from an antagonist.","mechanism":"Other","parent_mechanism":"","core_pattern":"Automatic dismissal or devaluation of a proposal simply because it originated from an adversary","low_entropy_insight":"Notice: proposal is evaluated based on source rather than merit. Consider the idea independently of who suggested it.","observable_markers":["That won't work","That's a bad idea","I don't trust that","They're just trying to","I don't like it because they suggested it"],"synonyms":[],"antonyms":[],"related_biases":["In_Group_Bias","Not_Invented_Here"],"related_heuristics":["Adversarial_Attribution"],"examples":["I reject their proposal because I don't like them","Their idea must be bad because they suggested it"],"research_notes":"Mechanism: Adversarial Attribution.","layer_associations":[2,7],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 99 |
+
{"id":"Recency_Bias","name":"Recency Bias","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Recency is purely temporal; Availability includes emotional vividness.","layer_associations":[],"synonym_of":"Availability_Heuristic","antonym_of":"","antonym_flipping_mechanism":""}
|
| 100 |
+
{"id":"Recency_Effect","name":"Recency Effect","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Judging probability by ease of recall.","parent_mechanism":"Availability_Heuristic","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 101 |
+
{"id":"Reiteration_Effect","name":"Reiteration Effect","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"All refer to the same phenomenon of repetition increasing perceived truthfulness.","layer_associations":[],"synonym_of":"Illusory_Truth_Effect","antonym_of":"","antonym_flipping_mechanism":""}
|
| 102 |
+
{"id":"Rhyme_as_Reason_Effect","name":"Rhyme as Reason Effect","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Ease of processing information influences judgments.","parent_mechanism":"Processing_Fluency","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 103 |
+
{"id":"Role_Dragon","name":"Role: Dragon","source":"definition","domain":"TOO_MUCH_INFO","subcategory":"Confirmation_and_Belief_Maintenance","category":"NARRATIVE_ROLE","system":"SYSTEM_1","definition":"Narrative assigns total responsibility for problems to the Other; assumes injurious intent (villain role).","mechanism":"Other","parent_mechanism":"","core_pattern":"Narrative assigns total responsibility for problems to the Other; assumes injurious intent (villain role)","low_entropy_insight":"Notice: narrative assigns total responsibility and assumes injurious intent. Consider multiple perspectives and shared responsibility.","observable_markers":["They did this to ruin","They're trying to","They want to","They're out to","They're deliberately","They're the problem"],"synonyms":[],"antonyms":[],"related_biases":["Fundamental_Attribution_Error","Dehumanization"],"related_heuristics":[],"examples":["They're trying to sabotage me","They did this on purpose to hurt me","They're the enemy"],"research_notes":"Narrative role pattern indicating villain attribution.","layer_associations":[2,7],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 104 |
+
{"id":"Role_Prince","name":"Role: Prince","source":"definition","domain":"TOO_MUCH_INFO","subcategory":"Confirmation_and_Belief_Maintenance","category":"NARRATIVE_ROLE","system":"SYSTEM_1","definition":"Narrative looks for external salvation or simplistic solutions (rescuer role).","mechanism":"Other","parent_mechanism":"","core_pattern":"Narrative looks for external salvation or simplistic solutions (rescuer role)","low_entropy_insight":"Notice: narrative seeks external solutions. Consider internal agency and incremental change.","observable_markers":["If only","Everything would be fixed","All we need is","Just","Simply","Someone will save us"],"synonyms":[],"antonyms":[],"related_biases":["Optimism_Bias","Illusion_of_Control"],"related_heuristics":[],"examples":["If only the government would fix this","All we need is a hero","Someone will come and save us"],"research_notes":"Narrative role pattern indicating external solution seeking.","layer_associations":[2,3],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 105 |
+
{"id":"Role_Victim","name":"Role: Victim","source":"definition","domain":"TOO_MUCH_INFO","subcategory":"Confirmation_and_Belief_Maintenance","category":"NARRATIVE_ROLE","system":"SYSTEM_1","definition":"Narrative places Self as acted upon rather than acting (passive victim role).","mechanism":"Other","parent_mechanism":"","core_pattern":"Narrative places Self as acted upon rather than acting (passive victim role)","low_entropy_insight":"Notice: narrative positions self as passive recipient. Consider active choices and agency in the situation.","observable_markers":["This was done to me","I had no choice","I was forced","They did this to me","I couldn't","I'm a victim"],"synonyms":[],"antonyms":[],"related_biases":["Attribution_of_Blame"],"related_heuristics":[],"examples":["I had no choice but to do that","They made me do it","I'm powerless in this situation"],"research_notes":"Narrative role pattern indicating passive positioning.","layer_associations":[2,6],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 106 |
+
{"id":"Self_Relevance_Effect","name":"Self Relevance Effect","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Processing information through self-referential lens.","parent_mechanism":"Ego_Centric_Processing","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 107 |
+
{"id":"Self_Serving_Bias","name":"Self-Serving Bias","source":"definition","domain":"NEED_TO_ACT_FAST","subcategory":"Ego_and_Confidence","category":"PERCEPTION_ATTRIBUTION","system":"SYSTEM_1","definition":"The tendency to perceive oneself in an overly favorable manner. Specifically, attributing success to internal factors (skill) and failure to external factors (luck/situation).","mechanism":"Self_Enhancement","parent_mechanism":"Attribution_Theory","core_pattern":"Tendency to claim more credit for success than is due, or to see oneself as central to events","low_entropy_insight":"Notice: narrative emphasizes personal agency in positive outcomes. Consider collaborative contributions and external factors in both success and failure.","observable_markers":["I made it happen","It was all because of me","I was the one who","Without me","I succeeded because I'm skilled","I failed because of bad luck"],"synonyms":[],"antonyms":["Impostor_Syndrome"],"related_biases":["Actor_Observer_Bias","Illusory_Superiority"],"related_heuristics":["Self_Enhancement","Attribution_Theory"],"examples":["I got the promotion because I'm talented","I lost because the conditions were unfair"],"research_notes":"Antonym: Depressive Realism. Mechanism: Ego Defense / Self-Esteem Maintenance.","layer_associations":[2,3],"synonym_of":"","antonym_of":"Impostor_Syndrome","antonym_flipping_mechanism":"Self-Esteem: High self-esteem vs. Low self-esteem"}
|
| 108 |
+
{"id":"Spotlight_Effect","name":"Spotlight Effect","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Estimating values by adjusting from a starting point.","parent_mechanism":"Anchoring_Adjustment","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"Illusion_of_Transparency","antonym_flipping_mechanism":"Focus: External/Behavioral vs. Internal/Mental state"}
|
| 109 |
+
{"id":"Status_Quo_Bias","name":"Status Quo Bias","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Asymmetric valuation of gains and losses.","parent_mechanism":"Prospect_Theory","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"Neophilia","antonym_flipping_mechanism":"Personality Trait: Openness to Experience (Big Five)"}
|
| 110 |
+
{"id":"Stereotyping","name":"Stereotyping","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Judging probability by similarity to a prototype.","parent_mechanism":"Representativeness_Heuristic","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 111 |
+
{"id":"Sunk_Cost_Fallacy","name":"Sunk Cost Fallacy","source":"definition","domain":"NEED_TO_ACT_FAST","subcategory":"Motivation_and_Commitment_Loss_Aversion","category":"","system":"SYSTEM_1","definition":"The phenomenon where a person is reluctant to abandon a strategy or course of action because they have invested heavily in it, even when it is clear that abandonment would be more beneficial.","mechanism":"Prospect_Theory","parent_mechanism":"Prospect_Theory","core_pattern":"","low_entropy_insight":"Notice: narrative emphasizes past investment over future outcomes. Consider whether continuing is truly beneficial, regardless of past costs.","observable_markers":["I've already invested","I can't quit now","I've put too much into this","I've come too far"],"synonyms":["Irrational_Escalation","Concorde_Effect","Escalation_of_Commitment"],"antonyms":[],"related_biases":["Loss_Aversion","Irrational_Escalation"],"related_heuristics":["Prospect_Theory","Loss_Aversion"],"examples":["I'll keep watching this bad movie because I paid for it","I can't leave this job, I've been here 10 years"],"research_notes":"Concorde Effect is the political instance; Escalation involves active investment increase.","layer_associations":[3,5],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 112 |
+
{"id":"Superiority_Bias","name":"Superiority Bias","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"All refer to overestimating one's qualities relative to others.","layer_associations":[],"synonym_of":"Illusory_Superiority","antonym_of":"","antonym_flipping_mechanism":""}
|
| 113 |
+
{"id":"Survivorship_Bias","name":"Survivorship Bias","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Judging probability by ease of recall.","parent_mechanism":"Availability_Heuristic","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 114 |
+
{"id":"System_Justification","name":"System Justification","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Reducing anxiety through cognitive strategies.","parent_mechanism":"Anxiety_Reduction","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 115 |
+
{"id":"Third_Person_Effect","name":"Third Person Effect","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Maintaining positive self-image.","parent_mechanism":"Self_Enhancement","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 116 |
+
{"id":"Time_Inconsistency","name":"Time Inconsistency","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Hyperbolic describes the mathematical curve; Present Bias is the behavioral result.","layer_associations":[],"synonym_of":"Hyperbolic_Discounting","antonym_of":"","antonym_flipping_mechanism":""}
|
| 117 |
+
{"id":"Truth_Effect","name":"Truth Effect","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"All refer to the same phenomenon of repetition increasing perceived truthfulness.","layer_associations":[],"synonym_of":"Illusory_Truth_Effect","antonym_of":"","antonym_flipping_mechanism":""}
|
| 118 |
+
{"id":"Ultimate_Attribution_Error","name":"Ultimate Attribution Error","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Errors in assigning cause to behavior.","parent_mechanism":"Attribution_Theory","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 119 |
+
{"id":"Vividness_Effect","name":"Vividness Effect","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Recency is purely temporal; Availability includes emotional vividness.","layer_associations":[],"synonym_of":"Availability_Heuristic","antonym_of":"","antonym_flipping_mechanism":""}
|
| 120 |
+
{"id":"Von_Restorff_Effect","name":"Von Restorff Effect","source":"synonym_alias","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"","parent_mechanism":"","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"Von Restorff usually refers to lists; Bizarreness to narrative content.","layer_associations":[],"synonym_of":"Bizarreness_Effect","antonym_of":"","antonym_flipping_mechanism":""}
|
| 121 |
+
{"id":"Well_Traveled_Road_Effect","name":"Well Traveled Road Effect","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Ease of processing information influences judgments.","parent_mechanism":"Processing_Fluency","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 122 |
+
{"id":"Zero_Risk_Bias","name":"Zero Risk Bias","source":"mechanism_derivative","domain":"","subcategory":"","category":"","system":"","definition":"","mechanism":"Judging decision by emotional 'tag' or gut feeling.","parent_mechanism":"Affect_Heuristic","core_pattern":"","low_entropy_insight":"","observable_markers":[],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":[],"examples":[],"research_notes":"","layer_associations":[],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
| 123 |
+
{"id":"Zero_Sum_Bias","name":"Zero Sum Bias","source":"definition","domain":"NOT_ENOUGH_MEANING","subcategory":"Numerical_and_Probability_Errors","category":"INFORMATION_PROCESSING","system":"SYSTEM_1","definition":"A cognitive bias towards thinking that a situation is a zero-sum game, where one person's gain would be another's loss.","mechanism":"Other","parent_mechanism":"","core_pattern":"Assumption that everything that benefits the other party must harm us (and vice versa); belief that interests are mutually exclusive","low_entropy_insight":"Notice: narrative frames outcomes as binary (Win/Lose) rather than collaborative. Consider mutual gains and non-zero-sum solutions.","observable_markers":["If they get","I lose","It's either","One of us has to","Win-lose","There's not enough for both"],"synonyms":[],"antonyms":[],"related_biases":[],"related_heuristics":["Scarcity_Mindset"],"examples":["If they win, I lose","There's only so much to go around","Their success means my failure"],"research_notes":"Mechanism: Scarcity Mindset.","layer_associations":[2,7],"synonym_of":"","antonym_of":"","antonym_flipping_mechanism":""}
|
mechanisms/train.jsonl
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"id":"Availability_Heuristic","name":"Availability Heuristic","definition":"Judging probability by ease of recall.","derivative_biases":["Availability_Heuristic","Survivorship_Bias","Recency_Effect","Primacy_Effect","Base_Rate_Fallacy","Anecdotal_Fallacy"]}
|
| 2 |
+
{"id":"Representativeness_Heuristic","name":"Representativeness Heuristic","definition":"Judging probability by similarity to a prototype.","derivative_biases":["Conjunction_Fallacy","Gamblers_Fallacy","Insensitivity_to_Sample_Size","Stereotyping","Base_Rate_Neglect","Hot_Hand_Fallacy"]}
|
| 3 |
+
{"id":"Affect_Heuristic","name":"Affect Heuristic","definition":"Judging decision by emotional 'tag' or gut feeling.","derivative_biases":["Halo_Effect","Neglect_of_Probability","Zero_Risk_Bias","In_Group_Bias","Out_Group_Homogeneity","Identifiable_Victim_Effect"]}
|
| 4 |
+
{"id":"Anchoring_Adjustment","name":"Anchoring & Adjustment","definition":"Estimating values by adjusting from a starting point.","derivative_biases":["Anchoring_Bias","Spotlight_Effect","Illusion_of_Transparency","Planning_Fallacy","Conservatism_Bayesian"]}
|
| 5 |
+
{"id":"Social_Proof_Compliance","name":"Social Proof / Compliance","definition":"Assuming the group/leader is correct.","derivative_biases":["Bandwagon_Effect","Conformity_Bias","Groupthink","Authority_Bias"]}
|
| 6 |
+
{"id":"Prospect_Theory","name":"Prospect Theory (Value Function)","definition":"Asymmetric valuation of gains and losses.","derivative_biases":["Loss_Aversion","Endowment_Effect","Sunk_Cost_Fallacy","Disposition_Effect","Status_Quo_Bias","Framing_Effect"]}
|
| 7 |
+
{"id":"Attribution_Theory","name":"Attribution Theory","definition":"Errors in assigning cause to behavior.","derivative_biases":["Fundamental_Attribution_Error","Actor_Observer_Bias","Self_Serving_Bias","Ultimate_Attribution_Error","Group_Attribution_Error"]}
|
| 8 |
+
{"id":"Cognitive_Dissonance","name":"Cognitive Dissonance","definition":"Discomfort from conflicting beliefs/actions.","derivative_biases":["IKEA_Effect","Ben_Franklin_Effect","Effort_Justification","Post_Purchase_Rationalization","Choice_Supportive_Bias"]}
|
| 9 |
+
{"id":"Processing_Fluency","name":"Processing Fluency","definition":"Ease of processing information influences judgments.","derivative_biases":["Illusory_Truth_Effect","Rhyme_as_Reason_Effect","Well_Traveled_Road_Effect"]}
|
| 10 |
+
{"id":"Familiarity_Heuristic","name":"Familiarity Heuristic","definition":"Preferring familiar things because they feel safer.","derivative_biases":["Mere_Exposure_Effect"]}
|
| 11 |
+
{"id":"Pattern_Recognition","name":"Pattern Recognition","definition":"Detecting patterns, even when none exist.","derivative_biases":["Clustering_Illusion","Gamblers_Fallacy","Hot_Hand_Fallacy","Pareidolia"]}
|
| 12 |
+
{"id":"Categorization_Heuristic","name":"Categorization Heuristic","definition":"Using categories to simplify complex information.","derivative_biases":["Stereotyping","Essentialism","Mental_Accounting"]}
|
| 13 |
+
{"id":"Ego_Centric_Processing","name":"Ego-Centric Processing","definition":"Processing information through self-referential lens.","derivative_biases":["Self_Relevance_Effect","Egocentric_Bias","False_Consensus_Effect"]}
|
| 14 |
+
{"id":"Emotion_Regulation","name":"Emotion Regulation","definition":"Managing emotional states influences memory and judgment.","derivative_biases":["Positivity_Effect","Fading_Affect_Bias","Mood_Congruent_Memory_Bias"]}
|
| 15 |
+
{"id":"Loss_Aversion","name":"Loss Aversion","definition":"Preferring to avoid losses over acquiring equivalent gains.","derivative_biases":["Loss_Aversion","Endowment_Effect","Sunk_Cost_Fallacy","Status_Quo_Bias"]}
|
| 16 |
+
{"id":"Self_Enhancement","name":"Self-Enhancement","definition":"Maintaining positive self-image.","derivative_biases":["Illusory_Superiority","Self_Serving_Bias","Third_Person_Effect"]}
|
| 17 |
+
{"id":"Anxiety_Reduction","name":"Anxiety Reduction","definition":"Reducing anxiety through cognitive strategies.","derivative_biases":["Optimism_Bias","Just_World_Hypothesis","Ostrich_Effect","System_Justification"]}
|
synonyms/train.jsonl
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{"id":"Confirmation_Bias","primary":"Confirmation_Bias","aliases":["Myside_Bias","Congruence_Bias","Cherry_Picking"],"notes":"Myside is argumentative; Congruence is scientific testing; Cherry Picking is data selection."}
|
| 2 |
+
{"id":"Sunk_Cost_Fallacy","primary":"Sunk_Cost_Fallacy","aliases":["Irrational_Escalation","Concorde_Effect","Escalation_of_Commitment"],"notes":"Concorde Effect is the political instance; Escalation involves active investment increase."}
|
| 3 |
+
{"id":"Fundamental_Attribution_Error","primary":"Fundamental_Attribution_Error","aliases":["Correspondence_Bias","Overattribution_Effect"],"notes":"Correspondence Bias assumes behavior matches personality; FAE is the general error."}
|
| 4 |
+
{"id":"Availability_Heuristic","primary":"Availability_Heuristic","aliases":["Availability_Bias","Recency_Bias","Vividness_Effect"],"notes":"Recency is purely temporal; Availability includes emotional vividness."}
|
| 5 |
+
{"id":"Hyperbolic_Discounting","primary":"Hyperbolic_Discounting","aliases":["Present_Bias","Time_Inconsistency"],"notes":"Hyperbolic describes the mathematical curve; Present Bias is the behavioral result."}
|
| 6 |
+
{"id":"Bizarreness_Effect","primary":"Bizarreness_Effect","aliases":["Von_Restorff_Effect","Isolation_Effect"],"notes":"Von Restorff usually refers to lists; Bizarreness to narrative content."}
|
| 7 |
+
{"id":"Decoy_Effect","primary":"Decoy_Effect","aliases":["Asymmetric_Dominance_Effect","Attraction_Effect"],"notes":"Asymmetric Dominance is the technical economic term."}
|
| 8 |
+
{"id":"Bandwagon_Effect","primary":"Bandwagon_Effect","aliases":["Herd_Behavior","Groupthink"],"notes":"Bandwagon is adoption based on popularity; Groupthink is consensus seeking at the cost of quality."}
|
| 9 |
+
{"id":"Dunning_Kruger_Effect","primary":"Dunning_Kruger_Effect","aliases":["Illusory_Superiority","Overconfidence"],"notes":"DK specifically links low ability to high confidence; Illusory Superiority is general."}
|
| 10 |
+
{"id":"IKEA_Effect","primary":"IKEA_Effect","aliases":["Effort_Justification"],"notes":"IKEA is specific to creation/assembly of products."}
|
| 11 |
+
{"id":"False_Consensus_Effect","primary":"False_Consensus_Effect","aliases":["Projection_Bias"],"notes":"False Consensus is assuming others agree; Projection is assuming future self agrees."}
|
| 12 |
+
{"id":"Illusory_Truth_Effect","primary":"Illusory_Truth_Effect","aliases":["Truth_Effect","Reiteration_Effect"],"notes":"All refer to the same phenomenon of repetition increasing perceived truthfulness."}
|
| 13 |
+
{"id":"Mere_Exposure_Effect","primary":"Mere_Exposure_Effect","aliases":["Familiarity_Principle"],"notes":"Both refer to preference for familiar things."}
|
| 14 |
+
{"id":"Empathy_Gap","primary":"Empathy_Gap","aliases":["Hot_Cold_Empathy_Gap"],"notes":"Both refer to underestimating influence of visceral drives."}
|
| 15 |
+
{"id":"Frequency_Illusion","primary":"Frequency_Illusion","aliases":["Baader_Meinhof_Phenomenon"],"notes":"Both refer to seeing something everywhere after first noticing it."}
|
| 16 |
+
{"id":"Anchoring_Bias","primary":"Anchoring_Bias","aliases":["Focalism"],"notes":"Both refer to over-reliance on initial information."}
|
| 17 |
+
{"id":"Observer_Expectancy_Effect","primary":"Observer_Expectancy_Effect","aliases":["Experimenters_Bias"],"notes":"Both refer to researcher bias influencing participants."}
|
| 18 |
+
{"id":"Gamblers_Fallacy","primary":"Gamblers_Fallacy","aliases":["Monte_Carlo_Fallacy"],"notes":"Both refer to misconception of chance in independent events."}
|
| 19 |
+
{"id":"Illusory_Superiority","primary":"Illusory_Superiority","aliases":["Above_Average_Effect","Superiority_Bias"],"notes":"All refer to overestimating one's qualities relative to others."}
|
| 20 |
+
{"id":"Lake_Wobegon_Effect","primary":"Lake_Wobegon_Effect","aliases":["Illusory_Superiority"],"notes":"Lake Wobegon is a specific instance of illusory superiority."}
|
| 21 |
+
{"id":"Law_of_the_Instrument","primary":"Law_of_the_Instrument","aliases":["Maslows_Hammer","Golden_Hammer"],"notes":"All refer to over-reliance on familiar tools."}
|
| 22 |
+
{"id":"Bikeshedding","primary":"Bikeshedding","aliases":["Law_of_Triviality"],"notes":"Both refer to disproportionate focus on trivial issues."}
|
| 23 |
+
{"id":"Ambiguity_Effect","primary":"Ambiguity_Effect","aliases":["Ambiguity_Aversion"],"notes":"Both refer to avoiding options with unknown probabilities."}
|
| 24 |
+
{"id":"Halo_Effect","primary":"Halo_Effect","aliases":["Physical_Attractiveness_Stereotype"],"notes":"Halo Effect is broader; Physical Attractiveness Stereotype is a specific instance."}
|