Pith. sign in

REVIEW 4 major objections 5 minor 75 references

Contextual Value Alignment via Multilayer Combinatorial Fusion

T0 review · 4 major / 5 minor · reviewed 2026-08-11 · deepseek-v4-flash

Pith's one-line read The paper claims that stacking multiple layers of combinatorial fusion on five value-specific moral agents raises value-alignment quality, measured by F1 BERTScore on the Moral Integrity Corpus test set, from 0.8663 for the best single…

desk verdict The paper's real contribution is the multilayer EAR stack, and the headline gain is plausible but rests on an unvalidated classifier transfer that could make the selection mechanism pick on noise. read the letter →

arxiv 2608.07642 v1 pith:M74IVL7Z submitted 2026-08-07 cs.AI cs.LGcs.MA

classification cs.AIcs.LGcs.MA
keywords valuealignmentmoralpluralismmulti-agentsystemscombinatorialfusionanalysiscognitivediversityfoundationstheoryexpansion-reductionalgorithmBERTScore
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper tries to show that moral pluralism can be exploited algorithmically: instead of asking one model to embody all human values, instantiate five agents, each aligned with a distinct moral foundation, and combine their judgments in a structured, iterative way. The proposed framework, MCF-CVA, decomposes each agent's response into atomic moral claims, scores all pairs of such claims according to the five moral values, and then repeatedly expands and prunes a set of fused scoring systems across multiple layers until diversity between systems collapses. The central empirical claim is that this multilayer process reaches an F1 BERTScore of 0.9098 on the MIC test set, outperforming the best single agent (0.8663), single-layer fusion (0.9007), and prior methods such as VAS-CFA (0.8849) and multi-agent debate (0.8698). The authors also report a 0.9220 accuracy on the Commonsense alignment-classification task, beating a RoBERTa-large baseline. A sympathetic reader would care because the result suggests that diversity among moral agents, not just their average quality, carries usable signal for aligning LLMs with contextual human values.

What carries the argument

The central object is the Multilayer Combinatorial Fusion (MCF) process, driven by the Expansion-and-Reduction (EAR) algorithm, operating in the dual space of Euclidean score functions and Kemeny rank functions. Each moral agent is a scoring system giving scores (and derived ranks) to unit pairs; cognitive diversity between two systems is the root-mean-square difference of their rank–score functions, and a system's diversity strength is its average cognitive diversity against all others. The EAR step expands five systems into 104 combinations using average and diversity-weighted score and rank combinations, then reduces back to five by selecting the systems with highest diversity strength, repeating until a stopping criterion. The machinery lets the framework select unit pairs that are informative across diverse moral perspectives, and the final response is produced by aggregating the top-ranked pair with a small off-the-shelf LLM.

What would settle it

Run a head-to-head test where, for a random subset of test questions, the top unit pair is selected by the paper's MCF pipeline and by random selection over the same unit pool; if the F1 BERTScore difference between the two conditions collapses to within noise, the classifier-derived scores and the diversity-guided fusion provide no real selection signal. Alternatively, have human annotators rank a sample of unit pairs per question and compare those rankings with the classifier's scores; low correlation would undermine the premise that the fusion ranks moral quality.

Watch

Extended reading notes

Core claim

On the paper's own terms, the discovery is that cognitive diversity—measured as the average distance between the rank–score functions of scoring systems—can serve as a selection signal for iterative fusion of moral judgments. Starting from five moral agents fine-tuned on the five Moral Foundations (Care, Fairness, Loyalty, Authority, Sanctity) via DPO with QLoRA on the Moral Integrity Corpus, the framework decomposes responses into moral units and forms unit pairs as data items. A logistic regression classifier trained on human-revised answers produces five scores per pair, one per moral value, defining five scoring systems. The Expansion-and-Reduction (EAR) algorithm then combines these systems by average and diversity-weighted score and rank combinations, forming 104 fused systems, and prunes back to five by diversity strength; this cycle repeats until maximum diversity strength drops below 0.05 or six layers are reached, when an average rank combination yields the final ranking of unit pairs. The paper argues that the depth of this process matters: the multilayer version outperforms its single-layer counterpart by almost one percentage point, and ablations show that removing MCF (random pair selection) drops performance to 0.8827 while keeping MCF but removing aggregation keeps 0.9075.

Load-bearing premise

The load-bearing premise is that the logistic regression classifier trained on full human-revised answers produces trustworthy moral-alignment scores for arbitrary pairs of decomposed moral units, since the entire fusion and selection mechanism relies on those pair scores without the classifier ever being validated on pair-level judgments.

Editorial extensions

If this is right

  • If the reported gains hold, multilayer diversity-guided fusion is a viable alternative to single-reward alignment: the framework's 0.9098 F1 BERTScore exceeds every single-agent, single-layer, and prior multi-agent baseline reported by the authors on the MIC test set.
  • The ablation results imply that the iterative MCF selection, not the decomposition or the final aggregation step, is what carries most of the improvement: random pair selection drops the score to 0.8827, whereas removing aggregation only drops it to 0.9075.
  • The Commonsense experiments suggest the same fusion machinery transfers to value-alignment classification: MCF on five base models (two large language models and three classical classifiers) reaches 0.9220 accuracy, surpassing the single RoBERTa-large baseline of 0.9040.
  • The per-question layer counts (1,552 questions stop at layer 1, 5,457 at layer 2, 74 at layer 6) indicate the framework adapts depth to question difficulty, which the authors argue makes multilayer fusion more effective than a fixed single-layer CFA.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A testable extension the authors do not run is to compare the logistic-regression moral classifier against human judgments on unit pairs; if the classifier's pair scores correlate with human ratings, the diversity-guided selection mechanism would rest on a solid foundation, and if not, the reported gains may come from a correlated but unvalidated proxy.
  • The framework's dependence on GPT-4.1-nano for both decomposition and aggregation means the reported 0.9098 could shift with a different decomposition model; a natural stress test is to vary the decomposer while keeping MCF fixed, which would isolate the robustness of the fusion itself.
  • The authors frame the multilayer gain as evidence that diversity carries signal, but an alternative reading of their ablation is that the EAR selection acts as a regularizer on noisy pair scores; a permutation test that shuffles the classifier scores before fusion would show whether the gain requires score accuracy or merely internal consistency.
  • The current design fixes the five Moral Foundations; the paper's own discussion suggests the framework could be used to ask which subsets of moral dimensions are most complementary, turning value selection itself into a search problem.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. The paper proposes MCF-CVA, a multilayer combinatorial fusion framework for contextual value alignment. Five moral agents fine-tuned on the Moral Integrity Corpus (MIC) generate responses, which are decomposed into moral units by GPT-4.1-nano; all unit pairs are scored by a logistic-regression 'moral classifier' trained on human-revised answers, producing five value-specific scoring systems. These systems are then fused via Combinatorial Fusion Analysis (CFA) with an Expansion-and-Reduction (EAR) algorithm over multiple layers in Euclidean score space and Kemeny rank space, and the final top-ranked unit pair(s) are aggregated into the response. The paper reports an F1 BERTScore of 0.9098 on the MIC test set, outperforming single agents, a single-layer variant (0.9007), the authors' prior VAS-CFA (0.8849), and multi-agent debate (0.8698). An additional experiment on the ETHICS Commonsense classification dataset reports an accuracy of 0.9220. The paper includes pseudocode, appendices with worked examples, and an ablation study.

Significance. If the central empirical claim holds, the framework would be a worthwhile contribution to multi-agent value alignment, providing a principled way to quantify cognitive diversity and iterate fusion across layers. The paper is transparent about its pipeline: held-out test data are used, the MIC split is fixed, pseudocode is given, and the ablation study isolates the effect of the MCF component. However, the strength of evidence is currently insufficient: the key moral classifier is not validated at the unit-pair level on which all fusion depends, no significance tests accompany the small performance gaps, and the Commonsense experiment shows that the multilayer process degrades accuracy relative to layer 1. These issues are load-bearing for the claimed multilayer advantage and need to be addressed before the result can be accepted.

major comments (4)
  1. [MCF-CVA workflow, step (b) and Algorithm D2] The load-bearing link between the five moral agents and the CFA/EAR equations (1)-(4) is the 'moral classifier': a logistic regression trained on full human-revised answers and applied to concatenated unit pairs. The paper provides no validation of this classifier on unit pairs: no evidence that the five per-value scores rank unit pairs by alignment quality, no comparison with human judgments or with BERTScore of the unit pair against the ground-truth response, and no calibration or rank-stability analysis. If these scores are noisy or reflect superficial cues, the diversity-strength ranking that drives the reduction step of EAR selects among effectively arbitrary scores, and the multilayer gain in Table 3 (0.9098 vs 0.9007) may be partly an artifact. Please provide a validation study of the classifier on unit pairs, or replace it with a mechanism that is validated at the unit-pair level.
  2. [Results, Table 3] No significance tests are reported for any of the comparisons in Table 3. The key differences are small (multi-layer vs single-layer: 0.9098 vs 0.9007; multi-layer vs VAS-CFA: 0.9098 vs 0.8849). Since the evaluation covers 11,375 test questions, the authors should report per-question score distributions and a paired statistical test (e.g., Wilcoxon signed-rank or bootstrap with matched questions). Without such tests, the claim of 'almost 1% performance gain' is not established beyond sampling noise.
  3. [Results on Commonsense dataset, Table 5] In the Commonsense classification task, the final reported MCF accuracy (layer 3) is 0.9220, which is below the layer-1 combined model BCE(ASC) at 0.9331. The text only compares the final accuracy to prior single-model results and concludes that MCF is effectively applied to both contextual value alignment tasks; this ignores that the multilayer EAR process decreased accuracy by about 1.1 points relative to its own layer-1 combination. This directly undercuts the paper's generalization claim that multilayer fusion helps across both tasks. Please report per-layer test-set performance, discuss why the stopping criterion is appropriate for classification, and reconcile this result with the claimed benefit of the multilayer component.
  4. [Results, Table 4 and MCF-CVA workflow, step (c)] The stopping threshold (maximum diversity strength below 0.05), the maximum number of layers (six), and the number of aggregated unit pairs (top 1) are free parameters. The main result uses top-1 after the paper reports that top-2 yields 0.8936, which appears to be a choice made after observing test-set performance. No validation procedure or sensitivity analysis is described for these hyperparameters. Please specify how they were selected (e.g., on the MIC validation split), report sensitivity to the threshold and layer cap, and avoid test-set-driven selection when presenting the final headline number.
minor comments (5)
  1. [Appendix D, Algorithm D2] The pseudocode loop 'for k ← Each data item (unit pair) 1 to n ... Train Logistic Regression and get predictions for d_k' is inconsistent with the text in step (b), which describes a single pre-trained multi-label classifier. Please correct the pseudocode to reflect the actual training procedure.
  2. [Figure 5 and Results on Commonsense dataset] The caption of Figure 5 reads 'Commensense dataset' and the text reads 'development set'; both should be fixed to 'Commonsense' and 'development set'.
  3. [Tables 2 and E1] The 'Best model' columns in Tables 2 and E1 list multiple model combinations sharing the same F1 BERTScore; it is unclear whether 'best' is chosen by the framework's diversity-strength criterion or by oracle F1 performance. Please clarify the selection rule used for these illustrative per-question tables.
  4. [Results, metric definition] The paper reports 'F1 BERTScore' without defining whether this is the standard F1 measure of BERTScore (precision/recall harmonic mean) or another variant. Please define the metric explicitly when it is first used.
  5. [Previous work comparison] The VAS-CFA baseline (0.8849) is the authors' own prior method; the paper should state the key protocol differences (e.g., single unit vs unit pairs, single-layer vs multilayer) so that the comparison is interpretable.

Circularity Check

0 steps flagged · score 2.0 of 10

No circular reduction: the central MCF-CVA gains are empirical comparisons on held-out test data, with self-citations providing context rather than forcing the result.

full rationale

The paper's central claim is an empirical one: multilayer MCF-CVA achieves F1 BERTScore 0.9098 on the held-out MIC test set, versus 0.9007 for its single-layer variant and 0.8849 for the authors' earlier VAS-CFA baseline. Nothing in the derivation chain makes this result true by construction. The moral classifier in step (b) is trained on MIC training labels for moral foundations, not on the BERTScore target used for evaluation, so the selection scores are not identical to the evaluation metric. The EAR expansion-reduction procedure selects models by diversity strength with a fixed stopping rule (threshold 0.05, at most six layers), and no parameter is fitted to the test-set BERTScore; hence the reported improvement is not a fitted input renamed as a prediction. The paper also reports an external ETHICS/Commonsense result (0.9220 vs. 0.9040 from Hendrycks et al.), which is a benchmark result independent of the authors' own fitted values. The abundant citations to the authors' own CFA/MCF work (Hsu, Chung, and Kristal 2006; Hsu et al. 2019; Wu, Bouneffouf, and Hsu 2026; Zhong et al. 2019) are contextual and definitional, not load-bearing: the equations for cognitive diversity and the combination schemes are stated in the paper, and the EAR algorithm is given as pseudocode. The earlier VAS-CFA result is used as a baseline comparison, not as an assumption that forces the multilayer outcome. The Limitations section honestly notes that EAR lacks a theoretical convergence guarantee; that is a correctness and robustness caveat, not evidence that the empirical claim reduces to its inputs. The skeptic's concern that the moral classifier is unvalidated on unit pairs is a legitimate evaluation-risk point, but it is not circularity: the classifier could be noisy or biased, yet the selection would then be selecting on noise rather than equating the inputs with the outputs. Overall, no specific equation or step exhibits the reduction pattern required for a circularity finding; the score of 2 reflects only the paper's heavy but non-load-bearing reliance on the authors' own prior framework and baseline.

Assumptions & free parameters 3 free parameters · 4 assumptions · 0 invented entities

The central empirical claim rests mainly on several domain assumptions rather than on free parameters; the only clear free parameters are the stopping threshold, layer cap, and top-k choice.

free parameters (3)
  • Diversity strength stopping threshold = 0.05
    Chosen as the stopping criterion for the EAR loop without reported sensitivity analysis; it directly determines how many layers each question runs.
  • Maximum number of layers = 6
    Ad hoc cap on EAR iterations; 74 questions hit the cap.
  • Number of top unit pairs aggregated = 1 (main result), 2 (ablation)
    The main result reports top-1 because top-2 lowered BERTScore from 0.9098 to 0.8936; selecting the better configuration on test data is a post-hoc choice.
assumptions (4)
  • domain assumption The five moral foundations (Care, Fairness, Loyalty, Authority, Sanctity) adequately represent human moral pluralism.
    Used to instantiate exactly five moral agents; supported by MFT literature but not independently validated in this paper.
  • domain assumption The moral classifier's scores, trained on full human-revised answers, generalize to arbitrary unit pairs.
    No validation that classifier scores on unit pairs correlate with alignment quality; this is the load-bearing transfer assumption.
  • domain assumption F1 BERTScore is a valid automatic proxy for value alignment quality.
    Used as the only reported metric for the main result; the paper itself acknowledges it does not fully capture all aspects of value alignment.
  • domain assumption GPT-4.1-nano can reliably decompose responses into moral units and aggregate pairs into fluent answers.
    No human evaluation or decomposition quality metric is provided.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Contextual Value Alignment via Multilayer Combinatorial Fusion." pith.science (2026). https://pith.science/paper/M74IVL7Z

@misc{pith2026260807642,
  author       = {Pith},
  title        = {Pith review of: Contextual Value Alignment via Multilayer Combinatorial Fusion},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/M74IVL7Z}},
  note         = {Machine review of arXiv:2608.07642}
}
read the original abstract

Aligning large language models (LLMs) with human values remains a major challenge, especially for trustworthy AI. While existing approaches such as RLHF, CAI, and their variants have achieved promising results, they often rely on a single-agent framework and a unified reward system. This limits their ability to capture ethical pluralism, adapt to diverse moral contexts, and reflect the dynamics of multi-agent moral reasoning. In this work, we propose a framework that utilizes multilayer combinatorial fusion for contextual value alignment (MCF-CVA). At the first layer of the framework, it instantiates multiple moral agents, each fine-tuned to represent a distinctive value. Their outputs are then expanded combinatorially using both score- and rank-combinations as well as average and weighted aggregations. These combined models are then reduced to the same number of initial moral agents. This expansion and reduction (EAR) process continues for multi-layers until a stopping criterion is reached. The MCF-CVA framework leverages cognitive diversity between agents to mitigate conflicts and redundancies across multiple agents, producing responses that better reflect contextual human values. The framework using the EAR algorithm is performed on the dual architecture of Euclidean score space and Kemeny rank space. Empirical evaluations demonstrated that the proposed framework outperforms single-agent baselines, multi-agent single-layer results, and previous aggregation approaches on standard metrics, showing that the MCF-CVA framework provides a robust and effective mechanism for advancing contextual value alignment in LLMs.

Figures

Figures reproduced from arXiv: 2608.07642 by the authors.

Figure 1
Figure 1. The workflow for the MCF-CVA framework [PITH_FULL_IMAGE:figures/full_fig_p004_1.png] view at source ↗
Figure 2
Figure 2. Rank-score function graph for 5 layers on question [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 4
Figure 4. Performance comparison for best base models and [PITH_FULL_IMAGE:figures/full_fig_p007_4.png] view at source ↗
Figures from the paper (2 more)
Figure 3
Figure 3. Figure 3: Comparison of MCF-CVA models with individual [PITH_FULL_IMAGE:figures/full_fig_p007_3.png]
Figure 5
Figure 5. Figure 5: Rank-score function graph for Commensense dataset. [PITH_FULL_IMAGE:figures/full_fig_p009_5.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

75 extracted references · 57 canonical work pages

  1. [1]

    Minds and Machines , volume=

    Artificial intelligence, values, and alignment , author=. Minds and Machines , volume=. 2020 , publisher=

  2. [2]

    AI Magazine , volume=

    Research priorities for robust and beneficial artificial intelligence , author=. AI Magazine , volume=

  3. [3]

    Contextual value alignment , year =

    Dognin, Pierre and Rios, Jesus and Luss, Ronny and Sattigeri, Prasanna and Liu, Miao and Padhi, Inkit and Riemer, Matthew and Nagireddy, Manish and Varshney, Kush and Bouneffouf, Djallel , booktitle =. Contextual value alignment , year =

  4. [4]

    Concrete problems in

    Amodei, Dario and Olah, Chris and Steinhardt, Jacob and Christiano, Paul and Schulman, John and Man. Concrete problems in. arXiv preprint arXiv:1606.06565 , year=

  5. [5]

    arXiv preprint arXiv:2307.12966 , year=

    Aligning large language models with human: A survey , author=. arXiv preprint arXiv:2307.12966 , year=

  6. [6]

    arXiv preprint arXiv:2401.05561 , year=

    Trustllm: Trustworthiness in large language models , author=. arXiv preprint arXiv:2401.05561 , year=

  7. [7]

    IBM Journal of Research and Development , volume=

    Teaching AI agents ethical values using reinforcement learning and policy orchestration , author=. IBM Journal of Research and Development , volume=. 2019 , publisher=

  8. [8]

    Proceedings of the AAAI Conference on Artificial Intelligence , volume=

    A voting-based system for ethical decision making , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=

Show all 75 references
  1. [9]

    arXiv preprint arXiv:2109.07958 , year=

    Truthfulqa: Measuring how models mimic human falsehoods , author=. arXiv preprint arXiv:2109.07958 , year=

  2. [10]

    Advances in Neural Information Processing Systems , volume=

    Training language models to follow instructions with human feedback , author=. Advances in Neural Information Processing Systems , volume=

  3. [11]

    Constitutional

    Bai, Yuntao and Kadavath, Saurav and Kundu, Sandipan and Askell, Amanda and Kernion, Jackson and Jones, Andy and Chen, Anna and Goldie, Anna and Mirhoseini, Azalia and McKinnon, Cameron and others , journal=. Constitutional

  4. [12]

    Advances in Neural Information Processing Systems , volume=

    Direct preference optimization: Your language model is secretly a reward model , author=. Advances in Neural Information Processing Systems , volume=

  5. [13]

    arXiv:2501.08617 , year=

    Rlhs: Mitigating misalignment in rlhf with hindsight simulation , author=. arXiv:2501.08617 , year=

  6. [14]

    Advances in Neural Information Processing Systems , volume=

    Self-refine: Iterative refinement with self-feedback , author=. Advances in Neural Information Processing Systems , volume=

  7. [15]

    Advances in Neural Information Processing Systems , volume=

    Reflexion: Language agents with verbal reinforcement learning , author=. Advances in Neural Information Processing Systems , volume=

  8. [16]

    Yu, Tianshu and Lin, Ting-En and Wu, Yuchuan and Yang, Min and Huang, Fei and Li, Yongbin , journal=. Diverse. 2025 , publisher=

  9. [17]

    Helpful, harmless, honest?

    Dahlgren Lindstr. Helpful, harmless, honest?. Ethics and Information Technology , volume=. 2025 , publisher=

  10. [18]

    Proceedings of the 2025 CHI Conference on Human Factors in Computing Systems , pages=

    User-Driven Value Alignment: Understanding Users' Perceptions and Strategies for Addressing Biased and Discriminatory Statements in AI Companions , author=. Proceedings of the 2025 CHI Conference on Human Factors in Computing Systems , pages=

  11. [19]

    STELA: a community-centred approach to norm elicitation for

    Bergman, Stevie and Marchal, Nahema and Mellor, John and Mohamed, Shakir and Gabriel, Iason and Isaac, William , journal=. STELA: a community-centred approach to norm elicitation for. 2024 , publisher=

  12. [20]

    Advanced Data Mining Technologies in Bioinformatics , pages=

    Combinatorial fusion analysis: methods and practices of combining multiple scoring systems , author=. Advanced Data Mining Technologies in Bioinformatics , pages=

  13. [21]

    Information Retrieval , volume=

    Comparing rank and score combination methods for data fusion in information retrieval , author=. Information Retrieval , volume=. 2005 , publisher=

  14. [22]

    IEEE Access , volume=

    Multi-layer combinatorial fusion using cognitive diversity , author=. IEEE Access , volume=. 2020 , publisher=

  15. [23]

    Computer , volume=

    Combinatorial fusion analysis , author=. Computer , volume=. 2024 , publisher=

  16. [24]

    Rank-score characteristics (

    Hsu, D Frank and Kristal, Bruce S and Schweikert, Christina , booktitle=. Rank-score characteristics (. 2010 , organization=

  17. [25]

    Journal of Interconnection Networks , volume=

    Cognitive diversity: A measurement of dissimilarity between multiple scoring systems , author=. Journal of Interconnection Networks , volume=. 2019 , publisher=

  18. [26]

    Enhancing

    Jiang, N and Quazi, M and Schweikert, C and Hsu, DF and Oprea, T and Sirimulla, Suman , journal=. Enhancing

  19. [27]

    Journal of Chemical Information and Modeling , volume=

    Improving data and prediction quality of high-throughput perovskite synthesis with model fusion , author=. Journal of Chemical Information and Modeling , volume=. 2021 , publisher=

  20. [28]

    Journal of Chemical Information and Modeling , volume=

    Consensus scoring criteria for improving enrichment in virtual screening , author=. Journal of Chemical Information and Modeling , volume=. 2005 , publisher=

  21. [29]

    1962 , publisher=

    Mathematical Models in the Social Sciences, chapter Preference Rankings: An Axiomatic Approach , author=. 1962 , publisher=

  22. [30]

    Omega , volume=

    Beyond kemeny rank aggregation: A parameterizable-penalty framework for robust ranking aggregation with ties , author=. Omega , volume=. 2023 , publisher=

  23. [31]

    1988 , publisher =

    Group representations in probability and statistics , author=. 1988 , publisher =

  24. [32]

    2019 IEEE 5th International Conference on Big Data Intelligence and Computing (DATACOM) , pages=

    Combining multiple ranking systems on the generalized permutation rank space , author=. 2019 IEEE 5th International Conference on Big Data Intelligence and Computing (DATACOM) , pages=. 2019 , organization=

  25. [33]

    Management Science , volume=

    Priority ranking and consensus formation , author=. Management Science , volume=. 1978 , publisher=

  26. [34]

    Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=

    The Moral Integrity Corpus: A Benchmark for Ethical Dialogue Systems , author=. Proceedings of the 60th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers) , pages=

  27. [35]

    Advances in Neural Information Processing Systems , volume=

    Qlora: Efficient finetuning of quantized llms , author=. Advances in Neural Information Processing Systems , volume=

  28. [36]

    The Annals of Statistics , pages=

    Generalized permutation polytopes and exploratory graphical methods for ranked data , author=. The Annals of Statistics , pages=. 1993 , publisher=

  29. [37]

    Probability Models and Statistical Analyses for Ranking data , pages=

    Models on spheres and models for permutations , author=. Probability Models and Statistical Analyses for Ranking data , pages=. 1993 , publisher=

  30. [38]

    Journal of Mathematical Psychology , volume=

    Binary choice, subset choice, random utility, and ranking: A unified perspective using the permutahedron , author=. Journal of Mathematical Psychology , volume=. 2004 , publisher=

  31. [39]

    Quality Engineering , volume=

    Accuracy of multi-experts’ prioritization under Mallows’ model of errors creation , author=. Quality Engineering , volume=. 2021 , publisher=

  32. [40]

    The American Mathematical Monthly , volume=

    Preferential arrangements , author=. The American Mathematical Monthly , volume=. 1962 , publisher=

  33. [41]

    Mathematics Magazine , volume=

    The hypercube of resistors, asymptotic expansions, and preferential arrangements , author=. Mathematics Magazine , volume=. 2010 , publisher=

  34. [42]

    The Fibonacci Quarterly , volume=

    The number of orderings of n candidates when ties are permitted , author=. The Fibonacci Quarterly , volume=. 1975 , publisher=

  35. [43]

    2014 , publisher=

    A Handbook of Integer Sequences , author=. 2014 , publisher=

  36. [44]

    IEEE Communications Letters , volume=

    Vertical handoff decision using fuzzification and combinatorial fusion , author=. IEEE Communications Letters , volume=. 2017 , publisher=

  37. [45]

    Journal of Network and Systems Management , volume=

    Identifying distributed denial of service attacks through multi-model deep learning fusion and combinatorial analysis , author=. Journal of Network and Systems Management , volume=. 2025 , publisher=

  38. [46]

    Daedalus , volume=

    Intuitive ethics: How innately prepared intuitions generate culturally variable virtues , author=. Daedalus , volume=. 2004 , publisher=

  39. [47]

    , author=

    Mapping the moral domain. , author=. Journal of personality and social psychology , volume=. 2011 , publisher=

  40. [48]

    , author=

    Liberals and conservatives rely on different sets of moral foundations. , author=. Journal of personality and social psychology , volume=. 2009 , publisher=

  41. [49]

    Advances in experimental social psychology , volume=

    Moral foundations theory: The pragmatic validity of moral pluralism , author=. Advances in experimental social psychology , volume=. 2013 , publisher=

  42. [50]

    Psychologica Belgica , volume=

    Moral foundations questionnaire and moral foundations sacredness scale: Assessing the factorial structure of the Dutch translations , author=. Psychologica Belgica , volume=

  43. [51]

    Personality and Individual Differences , volume=

    The five-factor model of the moral foundations theory is stable across WEIRD and non-WEIRD cultures , author=. Personality and Individual Differences , volume=. 2019 , publisher=

  44. [52]

    2012 , publisher=

    The righteous mind: Why good people are divided by politics and religion , author=. 2012 , publisher=

  45. [53]

    ACM Transactions on Privacy and Security , volume=

    Generalizable Multi-Model Fusion for Multi-Class DoS Detection Using Cognitive Diversity and Rank-Score Analysis , author=. ACM Transactions on Privacy and Security , volume=. 2025 , publisher=

  46. [54]

    Advances in Neural Information Processing Systems , volume=

    Fine-grained human feedback gives better rewards for language model training , author=. Advances in Neural Information Processing Systems , volume=

  47. [55]

    arXiv preprint arXiv:2008.02275 , year=

    Aligning ai with shared human values , author=. arXiv preprint arXiv:2008.02275 , year=

  48. [56]

    2025 IEEE Conference on Pervasive and Intelligent Computing (PICom) , pages=

    Enhancing Sentiment Classification with Machine Learning and Combinatorial Fusion , author=. 2025 IEEE Conference on Pervasive and Intelligent Computing (PICom) , pages=. 2025 , organization=

  49. [57]

    Journal of Multi-Criteria Decision Analysis , volume=

    A new rank correlation coefficient with application to the consensus ranking problem , author=. Journal of Multi-Criteria Decision Analysis , volume=. 2002 , publisher=

  50. [58]

    Proceedings of the AAAI/ACM Conference on AI, Ethics, and Society , volume=

    Measuring human-ai value alignment in large language models , author=. Proceedings of the AAAI/ACM Conference on AI, Ethics, and Society , volume=

  51. [59]

    AI Alignment: Ensuring AI objectives match human values , author=. Int. J. Sci. Res. Eng. Manag , volume=

  52. [60]

    Handbook of Human-Centered Artificial Intelligence , pages=

    Human Value Alignment in AI , author=. Handbook of Human-Centered Artificial Intelligence , pages=. 2025 , publisher=

  53. [61]

    ACM Computing Surveys , volume=

    Ai alignment: A contemporary survey , author=. ACM Computing Surveys , volume=. 2025 , publisher=

  54. [62]

    International Journal of Pattern Recognition and Artificial Intelligence , volume=

    The landscape of AI alignment: A comprehensive review of theories and methods , author=. International Journal of Pattern Recognition and Artificial Intelligence , volume=. 2026 , publisher=

  55. [63]

    ICLR 2024 Workshop on Large Language Model (LLM) Agents , year=

    Self-alignment of large language models via multi-agent social simulation , author=. ICLR 2024 Workshop on Large Language Model (LLM) Agents , year=

  56. [64]

    arXiv preprint arXiv:2309.15025 , year=

    Large language model alignment: A survey , author=. arXiv preprint arXiv:2309.15025 , year=

  57. [65]

    Forty-first International Conference on Machine Learning , year=

    Improving factuality and reasoning in language models through multiagent debate , author=. Forty-first International Conference on Machine Learning , year=

  58. [66]

    ICASSP 2026-2026 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) , pages=

    Enhancing Value Alignment of LLMs with Multi-Agent System and Combinatorial Fusion , author=. ICASSP 2026-2026 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) , pages=. 2026 , organization=

  59. [67]

    score combination , author=

    Methods of data fusion in information retrieval: Rank vs. score combination , author=. DIMACS Technical Report , volume=

  60. [68]

    2016 , publisher=

    Human behavior and the principle of least effort: An introduction to human ecology , author=. 2016 , publisher=

  61. [69]

    Physica A: Statistical Mechanics and its Applications , volume=

    Rank-frequency distribution of natural languages: A difference of probabilities approach , author=. Physica A: Statistical Mechanics and its Applications , volume=. 2019 , publisher=

  62. [70]

    Mathematical models in the social sciences , pages=

    Preference ranking: an axiomatic approach , author=. Mathematical models in the social sciences , pages=. 1962 , publisher=

  63. [71]

    , title =

    Kuncheva, Ludmila I. , title =. 2004 , isbn =

  64. [72]

    2012 , publisher=

    Ensemble Methods: Foundations and Algorithms , author=. 2012 , publisher=

  65. [73]

    Journal of Chemical Information and Computer Sciences , volume=

    How does consensus scoring work for virtual library screening? An idealized computer experiment , author=. Journal of Chemical Information and Computer Sciences , volume=. 2001 , publisher=

  66. [74]

    2025 IEEE Conference on Pervasive and Intelligent Computing (PICom) , pages=

    Enhancing SDG-Text Classification with Combinatorial Fusion Analysis and Generative AI , author=. 2025 IEEE Conference on Pervasive and Intelligent Computing (PICom) , pages=. 2025 , organization=

  67. [75]

    2025 IEEE Conference on Artificial Intelligence (CAI) , pages=

    Bitcoin Price Prediction using Machine Learning and Combinatorial Fusion Analysis , author=. 2025 IEEE Conference on Artificial Intelligence (CAI) , pages=. 2025 , organization=

Pith tools

Reviewed August 11, 2026 · model on record in the stance chip above.