ai-research-survey

Systematic scan of agentic development research. What's signal, what's noise.
git clone https://git.shiptheloop.com/ai-research-survey.git
Log | Files | Refs

scan-v5.json (24505B)


      1 {
      2   "scan_version": 5,
      3   "paper_type": "empirical",
      4   "paper": {
      5     "title": "FairMindSim: Alignment of Behavior, Emotion, and Belief in Humans and LLM Agents Amid Ethical Dilemmas",
      6     "authors": [
      7       "Yu Lei",
      8       "Hao Liu",
      9       "Chengxing Xie",
     10       "Songjia Liu",
     11       "Zhiyu Yin",
     12       "Canyu Chen",
     13       "Guohao Li",
     14       "Philip Torr",
     15       "Zhen Wu"
     16     ],
     17     "year": 2024,
     18     "venue": "arXiv.org",
     19     "arxiv_id": "2410.10398",
     20     "doi": "10.48550/arXiv.2410.10398"
     21   },
     22   "checklist": {
     23     "claims_and_evidence": {
     24       "abstract_claims_supported": {
     25         "applies": true,
     26         "answer": true,
     27         "justification": "Abstract claims about GPT-4o's higher rejection rates and humans' richer emotions are substantiated by Table 2, Figure 4, and Figure 5; the BREM model is presented in Section 3.2.",
     28         "source": "haiku"
     29       },
     30       "causal_claims_justified": {
     31         "applies": true,
     32         "answer": false,
     33         "justification": "The paper claims emotions causally influence beliefs and decision-making, but the correlational structure of the behavioral experiment does not support causal inference; BREM parameter fitting is not an identification strategy.",
     34         "source": "haiku"
     35       },
     36       "generalization_bounded": {
     37         "applies": true,
     38         "answer": false,
     39         "justification": "The paper repeatedly generalizes about 'LLMs' throughout the text but only tests three GPT variants from a single provider; the limitations section acknowledges this only briefly.",
     40         "source": "haiku"
     41       },
     42       "alternative_explanations_discussed": {
     43         "applies": true,
     44         "answer": false,
     45         "justification": "GPT-4o's higher rejection rates could reflect RLHF safety fine-tuning rather than genuine social justice; no alternative explanations for the key finding are considered.",
     46         "source": "haiku"
     47       },
     48       "proxy_outcome_distinction": {
     49         "applies": true,
     50         "answer": false,
     51         "justification": "Rejection rates in a controlled economic game are directly equated to 'sense of social justice' and 'value alignment' with no validation of this proxy or discussion of the inferential gap.",
     52         "source": "haiku"
     53       }
     54     },
     55     "limitations_and_scope": {
     56       "limitations_section_present": {
     57         "applies": true,
     58         "answer": true,
     59         "justification": "Section 7 is a dedicated 'Limitations and Future Work' section.",
     60         "source": "haiku"
     61       },
     62       "threats_to_validity_specific": {
     63         "applies": true,
     64         "answer": false,
     65         "justification": "Limitations mention only cultural differences and the restriction to GPT models; specific threats such as demand characteristics, LLM stochasticity, or persona-alignment confounds are not addressed.",
     66         "source": "haiku"
     67       },
     68       "scope_boundaries_stated": {
     69         "applies": true,
     70         "answer": true,
     71         "justification": "Section 7 explicitly states the work is limited to GPT-series models and does not account for cross-cultural differences.",
     72         "source": "haiku"
     73       }
     74     },
     75     "conflicts_of_interest": {
     76       "funding_disclosed": {
     77         "applies": true,
     78         "answer": false,
     79         "justification": "No funding acknowledgment appears anywhere in the paper.",
     80         "source": "haiku"
     81       },
     82       "affiliations_disclosed": {
     83         "applies": true,
     84         "answer": true,
     85         "justification": "All author affiliations (Tsinghua, Oxford, KAUST, Fudan, IIT, Stevens, CAMEL-AI.org) are listed on the title page.",
     86         "source": "haiku"
     87       },
     88       "funder_independent_of_outcome": {
     89         "applies": false,
     90         "answer": false,
     91         "justification": "No funding is disclosed, so funder independence cannot be assessed.",
     92         "source": "haiku"
     93       },
     94       "financial_interests_declared": {
     95         "applies": true,
     96         "answer": false,
     97         "justification": "No competing interests or financial disclosure statement is present in the paper.",
     98         "source": "haiku"
     99       }
    100     },
    101     "scope_and_framing": {
    102       "key_terms_defined": {
    103         "applies": true,
    104         "answer": true,
    105         "justification": "'Beliefs' are explicitly defined as factors unrelated to rewards that influence behavior; 'altruistic punishment' is defined via Fehr & Gächter; emotion grid dimensions are defined with numeric scales.",
    106         "source": "haiku"
    107       },
    108       "intended_contribution_clear": {
    109         "applies": true,
    110         "answer": true,
    111         "justification": "The introduction lists four explicit contributions: value alignment perspective, FairMindSim framework, BREM model, and empirical results comparing GPT-4o to humans.",
    112         "source": "haiku"
    113       },
    114       "engagement_with_prior_work": {
    115         "applies": true,
    116         "answer": true,
    117         "justification": "Section 2 engages with prior work on altruistic punishment, LLM agent simulation, and value alignment, situating FairMindSim relative to economic game studies and LLM behavioral research.",
    118         "source": "haiku"
    119       }
    120     }
    121   },
    122   "type_checklist": {
    123     "empirical": {
    124       "artifacts": {
    125         "code_released": {
    126           "applies": true,
    127           "answer": true,
    128           "justification": "A GitHub URL (https://github.com/leiyu0210/FairMindSim) is provided in a footnote on page 1.",
    129           "source": "haiku"
    130         },
    131         "data_released": {
    132           "applies": true,
    133           "answer": false,
    134           "justification": "No statement that human participant behavioral data, emotion grid responses, or LLM response logs are publicly available.",
    135           "source": "haiku"
    136         },
    137         "environment_specified": {
    138           "applies": true,
    139           "answer": false,
    140           "justification": "The CAMEL framework and model names are mentioned but no requirements file, dependency versions, or environment specification is provided.",
    141           "source": "haiku"
    142         },
    143         "reproduction_instructions": {
    144           "applies": true,
    145           "answer": false,
    146           "justification": "Algorithm 1 and prompts appear in appendices, but no step-by-step guide to running the full experiment pipeline is included.",
    147           "source": "haiku"
    148         }
    149       },
    150       "statistical_methodology": {
    151         "confidence_intervals_or_error_bars": {
    152           "applies": true,
    153           "answer": false,
    154           "justification": "Table 2 reports raw reward scores and Figure 4 shows rejection rates with no confidence intervals or error bars.",
    155           "source": "haiku"
    156         },
    157         "significance_tests": {
    158           "applies": true,
    159           "answer": false,
    160           "justification": "No statistical significance tests are reported for any of the comparative claims between humans and LLMs or across LLM versions.",
    161           "source": "haiku"
    162         },
    163         "effect_sizes_reported": {
    164           "applies": true,
    165           "answer": false,
    166           "justification": "Raw scores and rates are reported without effect size metrics or standardized comparisons.",
    167           "source": "haiku"
    168         },
    169         "sample_size_justified": {
    170           "applies": true,
    171           "answer": false,
    172           "justification": "100 human participants (50 per condition) are used with no power analysis or justification for this sample size.",
    173           "source": "haiku"
    174         },
    175         "variance_reported": {
    176           "applies": true,
    177           "answer": false,
    178           "justification": "Standard deviation is reported only for participant age in Table 1, not for any behavioral or emotional outcome measures.",
    179           "source": "haiku"
    180         }
    181       },
    182       "evaluation_design": {
    183         "baselines_included": {
    184           "applies": true,
    185           "answer": true,
    186           "justification": "Human participants serve as the primary baseline for LLM agents; multiple LLM versions are compared against each other.",
    187           "source": "haiku"
    188         },
    189         "baselines_contemporary": {
    190           "applies": true,
    191           "answer": true,
    192           "justification": "GPT-3.5-turbo-0125, GPT-4-1106, and GPT-4o are all contemporary models as of late 2024.",
    193           "source": "haiku"
    194         },
    195         "ablation_study": {
    196           "applies": true,
    197           "answer": true,
    198           "justification": "Figures 6 and 7 compare BREM with and without the emotional temperature parameter T, constituting an ablation of the emotion component.",
    199           "source": "haiku"
    200         },
    201         "multiple_metrics": {
    202           "applies": true,
    203           "answer": true,
    204           "justification": "Multiple metrics are used: rejection rates, cumulative reward scores, emotion entropy (valence and arousal), and belief values from BREM.",
    205           "source": "haiku"
    206         },
    207         "human_evaluation": {
    208           "applies": true,
    209           "answer": true,
    210           "justification": "100 human participants completed the same economic game to provide behavioral and emotional ground-truth data.",
    211           "source": "haiku"
    212         },
    213         "held_out_test_set": {
    214           "applies": false,
    215           "answer": false,
    216           "justification": "This is a behavioral simulation study, not a prediction task requiring train/test splits.",
    217           "source": "haiku"
    218         },
    219         "per_category_breakdown": {
    220           "applies": true,
    221           "answer": true,
    222           "justification": "Results are broken down by condition (1 vs 2), gender, and model type in Figures 4a–4c and Table 2.",
    223           "source": "haiku"
    224         },
    225         "failure_cases_discussed": {
    226           "applies": true,
    227           "answer": false,
    228           "justification": "Missing rates are visible in Figure 4a but not discussed or analyzed in the text.",
    229           "source": "haiku"
    230         },
    231         "negative_results_reported": {
    232           "applies": true,
    233           "answer": true,
    234           "justification": "The null finding that LLMs show no significant belief change when emotions are incorporated (unlike humans) is reported and discussed in Section 4.3.",
    235           "source": "haiku"
    236         }
    237       },
    238       "setup_transparency": {
    239         "model_versions_specified": {
    240           "applies": true,
    241           "answer": true,
    242           "justification": "Specific versioned model IDs are provided: GPT-4o, GPT-4-1106, GPT-3.5-turbo-0125.",
    243           "source": "haiku"
    244         },
    245         "prompts_provided": {
    246           "applies": true,
    247           "answer": true,
    248           "justification": "Full system prompt, game prompt, and persona prompt examples are provided in Appendix C and E.",
    249           "source": "haiku"
    250         },
    251         "hyperparameters_reported": {
    252           "applies": true,
    253           "answer": false,
    254           "justification": "No generation hyperparameters (temperature, top-p, max tokens) are reported for any LLM API calls.",
    255           "source": "haiku"
    256         },
    257         "scaffolding_described": {
    258           "applies": true,
    259           "answer": true,
    260           "justification": "The CAMEL framework is used and the agent architecture (profiling, memory, decision-making modules) is described in Section 3.1.",
    261           "source": "haiku"
    262         },
    263         "data_preprocessing_documented": {
    264           "applies": true,
    265           "answer": true,
    266           "justification": "Emotion normalization to [0,1] range and Shannon entropy calculation are described with explicit equations in Section 4.2.",
    267           "source": "haiku"
    268         }
    269       },
    270       "data_integrity": {
    271         "raw_data_available": {
    272           "applies": true,
    273           "answer": false,
    274           "justification": "Raw behavioral and emotional data from human participants and LLM runs are not stated to be publicly available.",
    275           "source": "haiku"
    276         },
    277         "data_collection_described": {
    278           "applies": true,
    279           "answer": true,
    280           "justification": "The experiment procedure is described in detail: 20 rounds, three emotional measurement stages per round, allocation schemes, and use of AQ and SDS questionnaires.",
    281           "source": "haiku"
    282         },
    283         "recruitment_methods_described": {
    284           "applies": true,
    285           "answer": false,
    286           "justification": "Participants are described only as '100 participants from various regions' with no description of recruitment channels, eligibility, or compensation.",
    287           "source": "haiku"
    288         },
    289         "data_pipeline_documented": {
    290           "applies": true,
    291           "answer": true,
    292           "justification": "The pipeline from emotion grid collection through normalization to BREM parameter fitting is described with equations across Sections 3.2 and 4.2.",
    293           "source": "haiku"
    294         }
    295       },
    296       "contamination": {
    297         "training_cutoff_stated": {
    298           "applies": true,
    299           "answer": false,
    300           "justification": "Training data cutoffs for any of the three GPT models are not stated, and no discussion of whether ultimatum game scenarios appear in training data.",
    301           "source": "haiku"
    302         },
    303         "train_test_overlap_discussed": {
    304           "applies": true,
    305           "answer": false,
    306           "justification": "No discussion of whether the altruistic punishment paradigm or similar economic game scenarios were present in any model's training data.",
    307           "source": "haiku"
    308         },
    309         "benchmark_contamination_addressed": {
    310           "applies": false,
    311           "answer": false,
    312           "justification": "FairMindSim is a custom simulation, not a standard benchmark; benchmark contamination is not applicable.",
    313           "source": "haiku"
    314         }
    315       },
    316       "human_studies": {
    317         "pre_registered": {
    318           "applies": true,
    319           "answer": false,
    320           "justification": "No pre-registration of the study is mentioned anywhere in the paper.",
    321           "source": "haiku"
    322         },
    323         "irb_or_ethics_approval": {
    324           "applies": true,
    325           "answer": true,
    326           "justification": "Section 3.1.2 explicitly states 'The study received ethical approval from the university's ethics committee and informed consent was obtained from all participants.'",
    327           "source": "haiku"
    328         },
    329         "demographics_reported": {
    330           "applies": true,
    331           "answer": true,
    332           "justification": "Table 1 reports mean age, standard deviation, and gender breakdown for both experimental conditions.",
    333           "source": "haiku"
    334         },
    335         "inclusion_exclusion_criteria": {
    336           "applies": true,
    337           "answer": false,
    338           "justification": "No inclusion or exclusion criteria are stated beyond identifying participants as being from 'various regions.'",
    339           "source": "haiku"
    340         },
    341         "randomization_described": {
    342           "applies": true,
    343           "answer": true,
    344           "justification": "Section 3.1.2 states participants were 'randomly assigned to either a selfish group or an extreme selfish group.'",
    345           "source": "haiku"
    346         },
    347         "blinding_described": {
    348           "applies": true,
    349           "answer": false,
    350           "justification": "No blinding procedure is described; participants presumably knew the nature of the fairness judgment task.",
    351           "source": "haiku"
    352         },
    353         "attrition_reported": {
    354           "applies": true,
    355           "answer": true,
    356           "justification": "Figure 4a displays 'missing rates' for each group alongside rejection rates, indicating attrition was tracked.",
    357           "source": "haiku"
    358         }
    359       },
    360       "cost_and_practicality": {
    361         "inference_cost_reported": {
    362           "applies": true,
    363           "answer": false,
    364           "justification": "No API cost, token usage, or inference latency is reported for any of the LLM runs.",
    365           "source": "haiku"
    366         },
    367         "compute_budget_stated": {
    368           "applies": true,
    369           "answer": false,
    370           "justification": "No compute budget or total resource usage is stated.",
    371           "source": "haiku"
    372         }
    373       }
    374     }
    375   },
    376   "claims": [
    377     {
    378       "claim": "GPT-4o exhibits a stronger sense of social justice than humans, demonstrated by higher rejection rates of unfair allocations.",
    379       "evidence": "Table 2 shows GPT-4o achieves the lowest cumulative reward score (603) and Figure 4a shows GPT-4o's rejection rate exceeds all other groups.",
    380       "supported": "moderate"
    381     },
    382     {
    383       "claim": "Humans display a richer and more diverse range of emotions than LLM agents.",
    384       "evidence": "Figure 5 shows humans have the highest Shannon entropy values in both valence and arousal distributions across all groups.",
    385       "supported": "moderate"
    386     },
    387     {
    388       "claim": "Beliefs influence decision-making more than monetary rewards (β1 > β2) for both humans and LLMs in this paradigm.",
    389       "evidence": "BREM parameter optimization yields β1 > β2 for all groups as stated in Section 4.3, but without confidence intervals on parameter estimates.",
    390       "supported": "weak"
    391     },
    392     {
    393       "claim": "Emotions significantly influence human beliefs and decisions but have negligible effect on LLM beliefs.",
    394       "evidence": "Figure 6b shows high fluctuation in human beliefs when emotion temperature T is included; Figure 7b shows humans gain a significant behavior-belief correlation with emotion while LLMs show no change.",
    395       "supported": "moderate"
    396     },
    397     {
    398       "claim": "GPT-4o's fairness beliefs are more stable and remain higher than humans and other LLMs across 20 rounds.",
    399       "evidence": "Figure 6a shows GPT-4o has the most stable and highest belief distribution across all trials.",
    400       "supported": "moderate"
    401     },
    402     {
    403       "claim": "Female humans reject unfair allocations more than male humans, while male LLM agents reject more than female LLM agents, representing a gender disparity.",
    404       "evidence": "Figure 4c and Table 2 show this reversal pattern, but no significance tests are run on the gender comparison.",
    405       "supported": "weak"
    406     }
    407   ],
    408   "methodology_tags": [
    409     "observational",
    410     "rct",
    411     "case-study"
    412   ],
    413   "key_findings": "FairMindSim uses a third-party ultimatum game to compare how 100 humans and GPT-series LLMs respond to unfair economic allocations across 20 rounds. GPT-4o rejects unfair allocations at higher rates than humans, with the lowest cumulative reward score (603 vs 1167 for humans), framed as stronger moral alignment. Humans exhibit greater emotional diversity (higher entropy in valence and arousal) and more emotion-influenced decision-making than LLMs. The BREM model, fitted to behavioral data, finds that fairness beliefs drive altruistic punishment more than monetary rewards (β1 > β2) for all groups, and that emotions significantly increase behavioral-belief correlation for humans but not for LLMs.",
    414   "red_flags": [
    415     {
    416       "flag": "Proxy conflation",
    417       "detail": "Rejection rate in a controlled economic game is directly labeled 'sense of social justice' and used to conclude GPT-4o is better 'aligned' with human values, without validating this proxy."
    418     },
    419     {
    420       "flag": "No statistical testing",
    421       "detail": "All comparative claims between humans and LLMs are made without significance tests, confidence intervals, or effect sizes on any outcome measure."
    422     },
    423     {
    424       "flag": "Overgeneralization to LLMs",
    425       "detail": "The paper draws broad conclusions about 'LLMs' throughout despite testing only three GPT variants from a single provider."
    426     },
    427     {
    428       "flag": "LLM emotional validity unaddressed",
    429       "detail": "LLMs completing an emotion grid format in QA mode is treated as equivalent to human emotional reporting without questioning whether these outputs represent genuine emotional states."
    430     },
    431     {
    432       "flag": "BREM lacks out-of-sample validation",
    433       "detail": "BREM parameters are fitted to the same behavioral data used to derive conclusions; no held-out validation or predictive testing is conducted."
    434     },
    435     {
    436       "flag": "Confounded persona alignment",
    437       "detail": "LLM agents are given personas matching real human participants; observed differences may reflect LLM-simulated-human behavior rather than natural LLM behavior, conflating the comparison."
    438     }
    439   ],
    440   "cited_papers": [
    441     {
    442       "title": "Altruistic punishment in humans",
    443       "relevance": "Foundational third-party ultimatum game paradigm directly used as FairMindSim's experimental design"
    444     },
    445     {
    446       "title": "Artificial intelligence, values, and alignment",
    447       "relevance": "Core value alignment framework that motivates the paper's research questions"
    448     },
    449     {
    450       "title": "AI alignment: A comprehensive survey",
    451       "relevance": "Survey contextualizing FairMindSim within the alignment research landscape"
    452     },
    453     {
    454       "title": "Can large language model agents simulate human trust behaviors?",
    455       "relevance": "Closely related work using LLM agents in economic game scenarios to compare with human behavior"
    456     },
    457     {
    458       "title": "Large language models as simulated economic agents: What can we learn from homo silicus?",
    459       "relevance": "Related foundational work on using LLMs to simulate human economic decision-making"
    460     },
    461     {
    462       "title": "CAMEL: Communicative agents for 'mind' exploration of large language model society",
    463       "relevance": "Multi-agent framework used to implement the LLM agents in FairMindSim"
    464     },
    465     {
    466       "title": "Scalable agent alignment via reward modeling: a research direction",
    467       "relevance": "Recursive reward modeling (RRM) that forms the theoretical basis for the BREM model"
    468     },
    469     {
    470       "title": "Disentangling material, social, and cognitive determinants of human behavior and beliefs",
    471       "relevance": "Referenced for the belief update equation structure in BREM"
    472     }
    473   ],
    474   "engagement_factors": {
    475     "practical_relevance": {
    476       "score": 1,
    477       "justification": "Interesting for AI safety researchers but methodology gaps (no significance testing, proxy conflation) limit direct applicability."
    478     },
    479     "surprise_contrarian": {
    480       "score": 2,
    481       "justification": "The finding that GPT-4o outperforms humans on fairness metrics challenges the common assumption that LLMs need to be aligned toward human values rather than the reverse."
    482     },
    483     "fear_safety": {
    484       "score": 2,
    485       "justification": "Directly addresses AI alignment and ethical decision-making safety, with implications for whether LLMs can be trusted to act morally in social contexts."
    486     },
    487     "drama_conflict": {
    488       "score": 1,
    489       "justification": "Human vs. AI moral comparison has inherent interest but the paper lacks a strong conflict narrative or controversial claim."
    490     },
    491     "demo_ability": {
    492       "score": 2,
    493       "justification": "Code is released on GitHub and the simulation framework could be run by others with GPT API access."
    494     },
    495     "brand_recognition": {
    496       "score": 2,
    497       "justification": "Authors from Oxford, Tsinghua, and CAMEL-AI.org provide moderate recognition; Philip Torr is a prominent researcher."
    498     }
    499   },
    500   "hn_data": {
    501     "threads": [
    502       {
    503         "hn_id": "47180140",
    504         "title": "Chorba: A novel CRC32 implementation (2024)",
    505         "points": 70,
    506         "comments": 20,
    507         "url": "https://news.ycombinator.com/item?id=47180140"
    508       },
    509       {
    510         "hn_id": "42027043",
    511         "title": "Smoothed asymptotics: from number theory to quantum field theory",
    512         "points": 3,
    513         "comments": 0,
    514         "url": "https://news.ycombinator.com/item?id=42027043"
    515       },
    516       {
    517         "hn_id": "42458903",
    518         "title": "Pattern Matching in AI Compilers and Its Formalization (Extended Version)",
    519         "points": 2,
    520         "comments": 0,
    521         "url": "https://news.ycombinator.com/item?id=42458903"
    522       },
    523       {
    524         "hn_id": "42627675",
    525         "title": "The Reliability Issue in ReRam-Based CIM Architecture for SNN: A Survey",
    526         "points": 1,
    527         "comments": 0,
    528         "url": "https://news.ycombinator.com/item?id=42627675"
    529       },
    530       {
    531         "hn_id": "39420324",
    532         "title": "Smoothed asymptotics: from number theory to quantum field theory",
    533         "points": 1,
    534         "comments": 0,
    535         "url": "https://news.ycombinator.com/item?id=39420324"
    536       }
    537     ],
    538     "top_points": 70,
    539     "total_points": 77,
    540     "total_comments": 20
    541   }
    542 }

Impressum · Datenschutz