Pith. sign in

REVIEW 4 major objections 4 minor 1 cited by

OG-MAR claims that structuring value knowledge as an ontology and running demographically matched personas makes LLMs answer value surveys more accurately.

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

T0 review · deepseek-v4-flash

2026-08-03 06:54 UTC pith:BV3YXZFS

load-bearing objection Coherent, unusually transparent system paper whose evaluation protocol has a potentially load-bearing hole: the test 'instances' appear to be k-means centroids, not labeled respondents. the 4 major comments →

arxiv 2601.21700 v3 pith:BV3YXZFS submitted 2026-01-29 cs.CL cs.AIcs.IRcs.MAcs.SI

Toward Culturally Aligned LLMs through Ontology-Guided Multi-Agent Reasoning

classification cs.CL cs.AIcs.IRcs.MAcs.SI
keywords cultural alignmentontology-guided reasoningmulti-agent LLMWorld Values Surveyvalue personasretrieval-augmented generationdemographic groundingcultural bias mitigation
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

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

OG-MAR argues that LLMs align better with regional values when the missing structure is supplied: raw survey evidence is organized into a 76-class value ontology with relational triples, and inference runs through several value-persona agents grounded in demographically similar World Values Survey respondents, with a judgment agent synthesizing their outputs. The paper tests this on six regional social surveys—Europe, the US, China, India, Africa, and Latin America—across four LLM backbones, reporting higher average accuracy than zero-shot prompting, role assignment, self-consistency, debate, and retrieval-augmented baselines. The authors also report that the resulting reasoning traces are more grounded and consistent in human evaluation. If correct, the result would mean cultural alignment can be improved without retraining, by giving the model structured, empirically grounded value relations plus demographic evidence.

Core claim

The central claim is that ontology-guided multi-agent reasoning improves cultural alignment over competitive baselines. The pipeline first converts every WVS respondent into topic-wise value summaries under a fixed taxonomy, then builds a global cultural ontology of 150 directed relations between 76 value categories by asking LLMs competency questions conditioned on regional respondent data and consolidating with human experts. At inference, a question is routed to relevant topics, ontology triples and demographically similar WVS respondents are retrieved, and several value-persona agents answer from their own simulated worldview; a judgment agent then applies an evidence-first protocol rath

What carries the argument

The central machinery is the cultural value ontology plus the persona-judge loop. The ontology is a fixed taxonomy of 12 value domains and 76 fine-grained value categories connected by 150 directed, human-reviewed relational triples (e.g., "Religious Exclusivism severely undermines Outgroup Tolerance"), generated from competency questions and region-conditioned LLM reasoning. At inference, dense retrieval selects demographically similar WVS respondents whose value summaries become individual personas; each persona reasons under the retrieved ontology triples, and a judgment agent combines their outputs by evidence strength, vote only in near-ties, and demographic relevance. The ontology does

Load-bearing premise

The load-bearing premise is that demographically similar people in the World Values Survey answer value questions the way the target respondent from a different survey would, and that the topic classifier identifies the right value categories for each question.

What would settle it

Take a set of target respondents and their true answers; run OG-MAR with the ontology triples replaced by random triples drawn from the same ontology, and again with no triples. If accuracy does not fall substantially, the ontology is not carrying the claimed weight. A second check: use target respondents whose demographics match WVS respondents but whose values are known to diverge (e.g., immigrant versus native-born within the same demographic cell); if OG-MAR still predicts from demographic match, the demographic-proximity channel is over-trusting resemblance.

Watch this falsifier. Get emailed when new claim-graph text bears on it.

If this is right

  • Cultural alignment can be improved at inference time by supplying structured value relations and demographic evidence, without fine-tuning the underlying model.
  • On the paper's numbers, ontology-guided retrieval beats retrieving raw value snippets, suggesting that relational structure, not just evidence, carries the gain.
  • The largest accuracy gains appear on CGSS (China) and ISD (India), contexts farthest from dominant pretraining priors, implying the method helps most where culture-default bias is strongest.
  • The reasoning traces produced by personas and the judgment agent can be inspected as evidence-first chains, which the human evaluation rates as grounded and consistent.
  • The framework transfers to new target surveys by re-running the retrieval against the same WVS corpus, as demonstrated on EVS, GSS, CGSS, ISD, LAPOP, and Afrobarometer.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • An implication the authors leave implicit: the demographic-to-value transfer could be tested by swapping the retrieval corpus (e.g., using each regional survey's own respondents as evidence) and checking whether accuracy rises or falls; if the WVS corpus is replaceable, the method's contribution is the ontology-plus-persona scaffold, not the WVS grounding.
  • The ontology is built once globally; one could infer that region-specific or question-specific ontologies might outperform it, since cross-cultural value relations are not necessarily stable across all 64 WVS countries.
  • A testable extension: replace ontology triples with corpus-derived co-occurrence statistics to see whether the human-reviewed relations add signal beyond statistical association.
  • Because the judgment agent never sees the ontology directly, it relies on persona traces to carry relational structure; an editorial guess is that injecting the ontology at the judgment stage too might strengthen consistency in ambiguous cases.

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

4 major / 4 minor

Summary. The paper proposes OG-MAR, an ontology-guided multi-agent framework for culturally aligned LLM inference. The pipeline preprocesses World Values Survey (WVS) respondent data into topic-aware value summaries, builds a cultural value ontology via competency questions and expert review, and at inference retrieves ontology triples and demographically similar WVS profiles to instantiate value-persona agents. A judgment agent synthesizes persona outputs under an evidence-first, ontology- and demographic-aware protocol. The work is evaluated on six regional social-survey benchmarks (EVS, GSS, CGSS, ISD, Afrobarometer, LAPOP) across four LLM backbones, reporting average accuracy gains over zero-shot, role, self-consistency, debate, and ValuesRAG baselines. The paper also includes ablations on the number of retrieved individuals K and ontology triples N, a single-judge comparison, and a human evaluation of reasoning traces.

Significance. If the evaluation is valid, the contribution is useful: structuring value knowledge as an explicit ontology and injecting it through demographically matched persona agents is a plausible and empirically testable mechanism for cultural alignment. The paper has notable strengths: the test labels come from six external surveys independent of the WVS retrieval corpus, the code and demo are promised, the ontology construction uses a fixed taxonomy with expert cross-validation, and the reasoning traces are shown in case studies. The central quantitative claim, however, currently rests on an evaluation protocol whose validity is not established: the test instances appear to be k-means centroids rather than labeled respondents (Appendix B.2), and key hyperparameters K and N are selected on the test benchmarks before final accuracy is reported. Either issue alone would be fixable, but together they make the headline numbers, especially the small GPT-4o-mini gain over ValuesRAG (+0.0046 average), uninterpretable. The paper's significance is real but conditional on correcting these protocol gaps.

major comments (4)
  1. [Appendix B.2 (main results, Table 1)] The evaluation instances are described as k-means centroids: 'we extract 2,000 centroid prototypes across the six datasets, and use these prototypes as a compact set of representative points for subsequent analysis.' A centroid in embedding space is not a survey respondent and carries no gold label. The manuscript never says whether each centroid is mapped to a nearest real respondent (and how label conflicts are resolved) or whether the centroids themselves are fed to the models for classification. If the latter, the accuracy values in Table 1 are not computed against human survey responses at all. This is a load-bearing validity gap: every headline result depends on these 2,000 instances. Please specify the exact protocol—if centroids are matched to labeled respondents, give the matching rule and its failure/tie rate; if not, the experiments need to be rerun on sampled respondents or a
  2. [Sections 5.1.1 and H.3] Hyperparameters K (number of personas) and N (number of retrieved ontology triples) are selected by maximizing accuracy across the six test benchmarks, and Table 1 reports OG-MAR with those tuned settings. The text states 'we adopt K=5 as the default retrieval depth' after observing the best average in Figure 3, and H.3 selects N=3 similarly. Baselines, by contrast, appear to use fixed, untuned configurations. The tuning effect is not negligible: Figure 3 shows K=5 vs. K=3 differences of 0.02–0.05, while OG-MAR's average advantage over ValuesRAG on GPT-4o-mini is only +0.005 (Table 1). Selecting K and N on the same data used to report final accuracy introduces a selection-on-test bias that can fully absorb such small gains. Please report accuracies with K and N chosen on a held-out validation split, or otherwise demonstrate that the reported comparisons are not the result of test-set tun
  3. [Table 3, Section 3.2.1(a)] The topic classifier that routes each query into value categories has top-1 accuracy of only 0.34–0.54 on the six test sets, and top-3 accuracy of 0.67–0.80. Since ontology triple retrieval is restricted to the selected categories F_q, a routing error removes the correct value context entirely. This mechanism is central to the method's claimed advantage, yet the paper reports only overall accuracy. Please report OG-MAR's accuracy broken down by whether the true category is in the top-1/top-3 routing predictions, or otherwise quantify how routing errors affect the final predictions. As written, the reader cannot tell whether the gains come from correct ontology grounding or from the agent/judge machinery compensating for misrouting.
  4. [Table 1 and Section 5.1.2] The abstract and Section 5 claim 'consistent gains' across four backbones, but the evidence is mixed. On GPT-4o-mini, OG-MAR's average accuracy is 0.6007 vs. ValuesRAG's 0.5961—a difference of 0.0046—and only two of six datasets reach significance (EVS, CGSS under the Holm–Bonferroni-corrected paired t-test). On GSS and ISD, ValuesRAG beats OG-MAR. The discussion in Section 5.1.2 further shows that the Value Inference Variant outperforms OG-MAR on GSS across all four models. The claim of 'strong and consistent performance' should be tempered to reflect the actual margins and significance pattern. Consider reporting effect sizes and per-dataset confidence intervals in addition to the average.
minor comments (4)
  1. [Section 3.2.1 vs. H.3] The main text defines 'M' as the number of retrieved ontology triples (Eq. 9, 'top-M'), while the implementation details and Appendix H.3 call this 'N' ('top-3 triples per category'). Please use one symbol consistently.
  2. [Section 4.1] 'GPT-o4-mini' appears to be a typo for 'GPT-4o-mini' or 'o4-mini' as referenced later.
  3. [Section 3.2.2] The term 'hyper edges' is introduced in the prompts (Appendix E) and case studies, but the framework description consistently calls them 'ontology triples'. Please reconcile the terminology.
  4. [Appendix D.3] The human evaluation reports mean scores from nine raters but provides no inter-rater reliability (e.g., Krippendorff's alpha or ICC). Given the small rater pool, please report agreement metrics or at least per-rater variance.

Circularity Check

0 steps flagged

No significant circularity: evaluation is external and predictions are not reducible to fitted inputs or self-citations.

full rationale

The derivation is not circular. The reported accuracies in Table 1 are computed against gold answers from six external surveys (EVS, GSS, CGSS, ISD, AFRO, LAPOP); the WVS corpus is used only as retrieval evidence, and no equation feeds the target survey's gold label back into the model. The ontology and value-profile summaries are built from WVS, but this is a transfer/grounding premise (demographic proximity transfers to value proximity), not a construction that makes the test label equal to the input. Even the EVS case, where WVS Wave 7 and EVS 2017 are harmonized, remains a legitimate external prediction task because the EVS respondent's answer is not provided to the pipeline. The paper's self-citations (e.g., ValuesRAG, Seo et al. 2025) are baseline comparisons, not load-bearing justifications; no uniqueness theorem or design ansatz is imported from the authors' own prior work. The skeptical concerns—Section B.2 uses k-means centroids as 'representative points' and Sections 5.1.1/H.3 choose K=5/N=3 by test-set accuracy—are evaluation-validity issues (ambiguous test instances, selection on the test set), but they do not reduce the prediction to a fitted input by construction, so they are outside the circularity definition. No self-definitional equation, no fitted-parameter-renamed-as-prediction, and no circular self-citation chain was found.

Axiom & Free-Parameter Ledger

6 free parameters · 5 axioms · 2 invented entities

The central system rests on hand-built knowledge and tuned hyperparameters rather than a derivation. Free parameters: K=5, N=3, p=3 were selected by ablating on the six test datasets (Figs. 3/17/18), i.e., pipeline hyperparameters were fit to the evaluation data. The taxonomy (12/64) and 150 ontology triples are human-curated artifacts generated from WVS by an LLM and seven reviewers (App. G): they are inputs, not results. Axioms: demographic proximity implies value proximity; test questions map into the WVS taxonomy (partially contradicted by Table 3's low top-1 accuracy); the curated triples are valid directional relations; cross-survey construct comparability. Invented entity with no independent evidence: the ontology triple set, whose marginal contribution is never isolated (no N=0 ablation).

free parameters (6)
  • K (number of retrieved persona individuals) = 5
    Chosen as best across K in {1,3,5,10} on the six test datasets (Fig. 3, App. H.1); the test set is used to select a pipeline hyperparameter.
  • N (ontology triples per category) = 3
    Selected from ablation over N in {1,3,5,7,9} run on the same test datasets (Fig. 18, App. H.3).
  • p (fine-grained categories per query) = 3
    Fixed policy (implementation detail iv, Section 3.3); determines how many categories and hence which ontology triples are eligible per query.
  • Taxonomy structure (12 domains / 64 subcategories) = 12/64 (76 classes)
    Hand-constructed from WVS Wave 7's thematic structure by seven human experts (App. G); the category set bounds what the summarizer, retriever, and judge can see.
  • Ontology triple set = 150 object-property pairs over 76 classes
    LLM-generated (GPT-o4-mini) from expert CQs and 120 WVS profiles, then human-curated (App. G). The relations injected at inference are set by this artifact, not derived from first principles.
  • Binarization midpoint m = scale midpoint
    Ordinal responses are binned at the midpoint of the original scale (Eq. 16); this choice defines all reported accuracy and MAE numbers.
axioms (5)
  • domain assumption Demographically similar WVS respondents hold values similar to the target respondent (demographic proximity implies value proximity)
    Core retrieval bet, Section 3.2.1(c) Eq. (10)-(11): the K nearest WVS respondents by demographic embedding are used as persona evidence. If false, persona outputs are unrelated to the target.
  • domain assumption Test-survey questions can be mapped into the 12-domain WVS taxonomy
    The topic classifier achieves only 0.34-0.54 top-1 and 0.67-0.80 top-3 on test datasets (Table 3); with p=3 categories kept, roughly 20-33% of queries may retrieve ontologically irrelevant triples.
  • ad hoc to paper LLM-generated, expert-curated ontology triples are valid directional value relations
    Triples such as 'National Identity tends to diminish Outgroup Tolerance' (App. G, Table 17) are asserted as evidence bridges without external validation against behavioral or longitudinal data; they encode the authors' and the LLM's priors.
  • domain assumption Cross-survey construct comparability (WVS vs EVS/GSS/CGSS/ISD/LAPOP/Afrobarometer)
    The evaluation treats answers to different instruments as comparable labels; harmonization is real for EVS but much weaker for CGSS/ISD/AFRO, where the WVS-derived ontology may not transfer.
  • standard math Standard math (k-means objective, embedding similarity, paired t-test)
    Used without proof (Eq. 18, cosine similarity, Holm-Bonferroni t-tests); standard tools, not load-bearing.
invented entities (2)
  • Cultural value ontology (76 classes, 150 object-property triples) no independent evidence
    purpose: Provides the fixed relational structure over value categories that constrains ontology-triple retrieval (Section 3.2.1b), persona conditioning (Eq. 12), and judge-agent adjudication (Section 3.2.3).
    Created for this paper: CQ-derived LLM output filtered by seven human reviewers (App. G). No falsifiable handle outside the pipeline - the triples are never validated against external behavioral data, and the paper never ablates N=0, so the ontology's causal content is asserted rather than demonstrated.
  • Value-persona agents no independent evidence
    purpose: Simulate each demographically matched WVS respondent's answer plus a reasoning trace of at least 250 words (Eq. 13; App. E prompt Table 8).
    An LLM-prompt construct, not an independently measurable entity; its behavior is only observed inside the full pipeline.

pith-pipeline@v1.3.0-alltime-deepseek · 31702 in / 29855 out tokens · 273932 ms · 2026-08-03T06:54:03.561910+00:00 · methodology

0 comments
read the original abstract

Large Language Models (LLMs) increasingly support culturally sensitive decision making, yet often exhibit misalignment due to skewed pretraining data and the absence of structured value representations. Existing methods can steer outputs, but often lack demographic grounding and treat values as independent, unstructured signals, reducing consistency and interpretability. We propose OG-MAR, an Ontology-Guided Multi-Agent Reasoning framework. OG-MAR summarizes respondent-specific values from the World Values Survey (WVS) and constructs a global cultural ontology by eliciting relations over a fixed taxonomy via competency questions. At inference time, it retrieves ontology-consistent relations and demographically similar profiles to instantiate multiple value-persona agents, whose outputs are synthesized by a judgment agent that enforces ontology consistency and demographic proximity. Experiments on regional social-survey benchmarks across four LLM backbones show that OG-MAR improves cultural alignment and robustness over competitive baselines, while producing more transparent reasoning traces.

Figures

Figures reproduced from arXiv: 2601.21700 by Hyunjin An, Jian Park, Juhyeon Lee, Junseo Koh, Minhyeong Yu, Qingshan Zhou, Seunghyun Lee, Wonduk Seo, Wonseok Choi, Yi Bu.

Figure 1
Figure 1. Figure 1: Overall architecture of the OG-MAR framework. The pipeline illustrates the overall architecture of OG-MAR. It begins with Data Preprocessing & Ontology Construction (left). During inference, for a given query and target demographics, it performs Ontology & Demographic Retrieval (center) to gather relevant context. This context is used to instantiate multiple Persona Agents (top right) whose outputs are syn… view at source ↗
Figure 2
Figure 2. Figure 2: Visualization of the final ontology structure. The on￾tology comprises 76 classes and 150 pairs of object properties, forming a comprehensive semantic network. Consolidation and human review. Compared to tradi￾tional ontology engineering, the taxonomy remains fixed: no classes are merged, split, or added. Human experts re￾view candidate object properties by (1) validating cultural plausibility, (2) editing… view at source ↗
Figure 3
Figure 3. Figure 3: Performance comparison of four models across K ∈ {1, 3, 5, 10} on average. Red vertical dashed lines indicate the best K and gray horizontal lines show the overall mean accuracy. grounding or conceptual coherence and may amplify ma￾jority bias. Debate introduces critique-and-refinement, but without explicit evidence constraints it is prone to drift and still fails to capture cross-topic value dependencies.… view at source ↗
Figure 6
Figure 6. Figure 6: Performance–cost trade-off across methods. Left: accu￾racy vs total tokens (higher is better). Right: MAE vs total tokens (lower is better). Markers denote methods; the dashed line shows performance changes as token usage increases. tasks: Persona Fidelity (Task 1), Judgment Logic (Task 2), and Retrieval Validity (Task 3). Overall, OG-MAR shows consistent interpretability across six regional datasets. No￾t… view at source ↗
Figure 5
Figure 5. Figure 5: Average human evaluation scores (5-point Likert scale) across three tasks: Persona Fidelity (Consistency, Grounding), Judgment Logic (Synthesis, Context), and Retrieval Validity (Rele￾vance). Scores are averaged over nine expert raters. ontology context. However, the single-judge variant by￾passes the persona-simulation stage and directly generates the final answer using a single judgment model. Following … view at source ↗
Figure 7
Figure 7. Figure 7: Training and validation loss curves for DeBERTa-v2-xxlarge fine-tuning. The x-axis represents epochs. Training loss (blue solid line) exhibits minor fluctuations typical of small-batch optimization, while validation loss (red dashed line, evaluated every 48 steps) decreases monotonically from 1.61 to 0.31 across three epochs, indicating effective learning without overfitting. The early stopping criterion b… view at source ↗
Figure 8
Figure 8. Figure 8: Geographic coverage of cultural value datasets used in this study. Each country is colored according to its primary data source, prioritizing regional surveys over the global World Values Survey. Regional datasets include the General Social Survey for the United States, the European Values Study for Europe, Afrobarometer for Africa, the Chinese General Social Survey for China, and the India Social Dataset … view at source ↗
Figure 9
Figure 9. Figure 9: Distribution of selected value questions across regional datasets. To ensure the quality and relevance of our value questions, we employed a systematic selection process for the regional datasets. First, we considered the actual response rates from our extracted representative samples (see Section B.2) and retained the top 80% of questions with valid responses in each dataset. This ensured sufficient data … view at source ↗
Figure 10
Figure 10. Figure 10: Voronoi visualization of Faiss k-means centroids for six embedding datasets. Blue crosses denote cluster centroids, colored dots indicate embedded samples, and light polygons show Voronoi regions in a 2D projection, providing an intuitive overview of the spatial distribution and structure of the embedding space across datasets. sampling strategy with a fixed sampling rate for each dataset. This procedure … view at source ↗
Figure 11
Figure 11. Figure 11: Case study(GSS): Evangelizing Preferences. For a target respondent profile, retrieved summaries from demographically similar individuals provide contextual signals about how faith commitment interacts with respect for others’ autonomy. Aggregating these perspectives yields a final answer that reflects the target’s most plausible choice while mitigating stereotype-driven inference and improving values alig… view at source ↗
Figure 12
Figure 12. Figure 12: Case study(CGSS): Purpose of Marriage. Retrieved summaries complement the target profile with family- and responsibility￾oriented value cues, supporting nuanced interpretation of what marriage primarily represents. The final answer is inferred by consolidating similar individuals’ perspectives, capturing contemporary norm-sensitive reasoning beyond generic common sense. 27 [PITH_FULL_IMAGE:figures/full_f… view at source ↗
Figure 13
Figure 13. Figure 13: Case study(EVS): Social Distance Toward Jews. The target profile is enriched with retrieved summaries that foreground tolerance-related value cues and their interactions, helping interpret social-distance judgments with contextual sensitivity. By aggregating similar perspectives, the model infers the target’s most likely response while reducing demographic over-attribution and stereotyping. 28 [PITH_FULL… view at source ↗
Figure 14
Figure 14. Figure 14: Visualization of the most primitive stage of our value ontology, where only the initial taxonomy is defined before constructing the ontology using competency questions (CQs). Nodes with the same color represent classes belonging to the same category. The large nodes denote the 12 parent classes directly under owl:Thing, while the small nodes correspond to their subclasses. All grey edges in this figure re… view at source ↗
Figure 15
Figure 15. Figure 15: Visualization of the intermediate stage of ontology construction. Subclasses from the Economic domain are now interconnected with subclasses from other domains, establishing semantic relationships across categories. For example: Economic Equality may increase Immigration Effects, Market Competition widely promotes Science Optimism. The ontology progressively forms fine-grained relationships by iteratively… view at source ↗
Figure 16
Figure 16. Figure 16: Final ontology structure with 76 classes and 150 object-property pairs. Node colors show the 12 parent value categories, and node size scales with the sum of in-degree and out-degree, so that larger nodes mark classes that are frequently instantiated in ontology triples and maintain rich relational connections to many other classes. H. Ablation Study Details H.1. VARYING THE NUMBER OF RETRIEVED INDIVIDUAL… view at source ↗
Figure 17
Figure 17. Figure 17: Detailed ablation study on retrieval size K across six regional datasets. Each subplot shows the performance comparison of four models (GPT-4o mini, Gemini 2.5, QWEN 2.5, EXAONE 3.5) across K ∈ {1, 3, 5, 10}. Red vertical dashed lines indicate the best K for each dataset, and black horizontal dashed lines show the dataset-specific mean accuracy. The results demonstrate that K=5 achieves optimal or near-op… view at source ↗
Figure 18
Figure 18. Figure 18: Ablation study on ontology triples retrieval size. Performance comparison across N ∈ {1, 3, 5, 7, 9} for four LLM backbones on six regional datasets and their average. Red dashed vertical lines mark the Best N where average accuracy across all models peaks for each dataset. Gray dashed horizontal lines show the overall mean accuracy with values displayed. Results demonstrate that N = 3 achieves competitiv… view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Cost of Reasoning in non-English Languages: A Case Study on Japanese

    cs.CL 2026-07 conditional novelty 5.0

    Japanese reasoning-language control is feasible with CPT plus GRPO, but incurs a capability cost and does not free-improve cultural Japanese performance.

Reference graph

Works this paper leans on

24 extracted references · 1 linked inside Pith · cited by 1 Pith paper

  1. [1]

    Task 1,Consistencymeasures whether persona traces remain non-contradictory with the target demographic attributes and maintain stable role-playing, whileGroundingmeasures whether traces explicitly use ontology-guided value profiles (or summaries derived from retrieved triples) rather than relying on implicit cultural assumptions. 2.Task 2,Synthesis Logice...

  2. [2]

    Directionality • Domain = conceptual source (cause/driver) • Range = conceptual target (effect/outcome)

  3. [3]

    culture-default

    Task 3,Relevancemeasures whether retrieved ontology triples are semantically related to the query and provide plausible evidence bridges for downstream reasoning. D.3. Results Table 7.Human evaluation results ( N= 9 ) on a 5-point Likert scale. Task 1 measures Persona Fidelity (Consistency, Grounding), Task 2 measures Judgment Logic (Synthesis, Context), ...

  4. [4]

    • You MUST NOT create new classes, data properties, individuals, subclass axioms, owl:Restriction, reifications, inverse properties, or property chains

    Object properties only • Each new property MUST declare rdf:type owl:ObjectProperty and specify exactly one existing class as rdfs:domain and one existing class asrdfs:range. • You MUST NOT create new classes, data properties, individuals, subclass axioms, owl:Restriction, reifications, inverse properties, or property chains

  5. [5]

    • Only create object properties if the CQ implies an actual directional conceptual relation that you can justify

    Minimality • It is common and acceptable to createzeroobject properties. • Only create object properties if the CQ implies an actual directional conceptual relation that you can justify. • If NO meaningful directional relation exists, output zero properties: only output the prefix header + ontology declaration

  6. [6]

    • You MUST NOT embed any domain or range class names (e.g.,reduce outgroup toleranceis forbidden)

    Naming of object properties (IRI) • Use prefixwvs: • The local name MUST be: –a single English verb in base form, e.g.,reduce,increase,undermine, OR – a short verb phrase written in snake case that clarifies the directionality, e.g., reduce support, increase concern, weaken trust. • You MUST NOT embed any domain or range class names (e.g.,reduce outgroup ...

  7. [7]

    Generalized Trust

    Labels (natural-language) • Each object property MUST include exactly onerdfs:label(@en). • The label MUST be a full declarative English sentence that includes: –the domain class concept (with capitalization matching its label, e.g., “Generalized Trust”), –the verb, –the range class concept (with capitalization matching its label, e.g., “Institutional Con...

  8. [9]

    How do subclasses of Happiness and wellbeing influence subclasses of the Perceptions of migration domain?

    Class selection • Always choose the most specific allowed class that appears in the ontology snippet. • Avoid using top-level categories unless the CQ clearly refers to high-level concepts. Story: • You are modellingcross-domain value relationsin a WVS-based ontology to support a hypergraph-style retrieval-augmented generation system. • Nodes (hypernodes)...

  9. [10]

    • Donotinclude any natural language explanation, bullets, or comments

    Output format • Yourentire answermust bevalid Turtle. • Donotinclude any natural language explanation, bullets, or comments. • Donotinclude section headers such as[Header],[Helper],[Story], or[Footer]in your output. • Donotinclude#comments in the Turtle. • The output must be directly loadable by an OWL 2 tool such as Prot ´eg´e

  10. [11]

    @prefix owl: <http://www.w3.org/2002/07/owl#>

    Prefixes • At the very top of your output, always include exactly the following prefix and base declarations: @prefix : <http://cultural-alignment.org/wvs#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix wvs: <http://cultural-alignment.org/wvs#> . @prefix xml: <http://www.w3.org/XML/1...

  11. [12]

    • Only addowl:ObjectPropertydeclarations with exactly one existing class as rdfs:domain, exactly one existing class as rdfs:range, and one English sentence asrdfs:label(@en)

    Content constraints • Donotcreate new OWL classes, data properties, individuals, or restrictions; donotmodify or delete existing classes; do notintroduce blank nodes; and donotuse owl:unionOf, owl:intersectionOf, owl:Restriction, or other complex OWL constructors. • Only addowl:ObjectPropertydeclarations with exactly one existing class as rdfs:domain, exa...

  12. [13]

    • Donotapologise

    No conversation • Donotexplain what you are doing. • Donotapologise. • Donotask questions. • Donotoutput anything other than Turtle Syntax

  13. [14]

    - Q: Question | R: Response

    Memoryless CQbyCQ behaviour • Treateach call independently, as if you are seeing the CQ and respondent data for the first time. • Do not refer to previous CQs or previous ontology fragments. • Do not try to summarise or merge previous results in your output. • Just generate the object properties needed to model thecurrentCQ. Your final output for each cal...

  14. [15]

    Domain-level adoption: The 12 top-level value domains from WVS Wave 7 were adopted as the parent classes of the ontology, ensuring alignment with a widely validated cross-cultural survey framework

  15. [16]

    Within-domain analysis: For each of the 12 domains, experts systematically reviewed all associated survey questions, examining their semantic content, value constructs being measured, and conceptual relationships

  16. [17]

    This process yielded 76 fine-grained value categories that preserve the interpretability of individual survey items while enabling structured reasoning

    Fine-grained categorization: Through iterative discussion and expert consensus, questions within each domain were grouped into coherent subcategories based on thematic similarity and conceptual distinctiveness. This process yielded 76 fine-grained value categories that preserve the interpretability of individual survey items while enabling structured reas...

  17. [18]

    Reviewing statistical evidence for each proposed relationship (e.g., co-occurrence patterns, correlation strengths)

  18. [19]

    Assessing whether each relationship was socially and value-theoretically justified based on domain knowledge

  19. [20]

    Selecting a subset of object properties ascandidate relationshipsdeemed appropriate for inclusion in the final ontology This stage emphasized independent judgment to avoid groupthink and to capture diverse perspectives on the domain knowledge. 29 Toward Culturally Aligned LLMs through Ontology-Guided Multi-Agent Reasoning Stage 3: Cross-Validation and Con...

  20. [21]

    Comparing the candidate selections from both groups

  21. [22]

    Identifying discrepancies where one group included a relationship that the other group excluded

  22. [23]

    Engaging in structured discussions to resolve disagreements, with arguments grounded in domain literature, theoretical frameworks, and empirical evidence from the WVS data

  23. [24]

    Those that remained contentious after discussion were excluded to maintain high confidence in the ontology’s validity

    Reaching consensus on the final set of object properties to be retained in the ontology Relationships that achieved consensus from both groups were incorporated into the final ontology structure. Those that remained contentious after discussion were excluded to maintain high confidence in the ontology’s validity. G.1.3. OUTCOME Through this three-stage pr...

  24. [2024]

    #Value Qs

    doi: 10.1007/978-3-031-60626-7 \ 8. URL https: //doi.org/10.1007/978-3-031-60626-7 8. Sengupta, N., Sahu, S. K., Jia, B., Katipomu, S., Li, H., Koto, F., Marshall, W., Gosal, G., Liu, C., Chen, Z., et al. Jais and jais-chat: Arabic-centric foundation and instruction-tuned open generative large language models. arXiv preprint arXiv:2308.16149, 2023. Seo, W...