Papers
Topics
Authors
Recent
Search
2000 character limit reached

Cultural Commonsense Knowledge Graph

Updated 28 January 2026
  • Cultural Commonsense Knowledge Graph (CCKG) is a structured, machine-interpretable resource that captures cultural values, norms, and social practices.
  • CCKG construction leverages data-driven, ontology-grounded, and prompt-based techniques, employing large-scale corpora, expert annotation, and LLMs.
  • CCKGs support diverse NLP applications such as dialogue systems and cultural reasoning, while also highlighting challenges in cross-lingual and automated extraction.

A Cultural Commonsense Knowledge Graph (CCKG) is a structured, machine-interpretable resource capturing knowledge about social practices, values, norms, and scripts as they manifest within specific cultural contexts. It bridges the gap between universalist ontologies (e.g., abstract value theories) and the embodied, everyday common sense that underpins both individual cognition and sociotechnical systems. CCKGs are constructed using data-driven, ontology-grounded, or prompt-based methods—often leveraging large web-scale corpora, human expert annotation, and, recently, LLMs as cultural archives. These graphs formalize the implicit, culturally variable background that permeates dialog systems, value detectors, and automated reasoning about social behavior (Giorgis et al., 2023, Deshpande et al., 2022, Tonga et al., 25 Jan 2026).

1. Ontological Foundations and Representation

CCKGs are fundamentally graph-structured datasets. Nodes correspond to culturally salient entities, actions, values, or events, while labeled edges specify relations encoding causality, precedence, association, or value activation. For example, in the FOLK+TAF ontology, CCKG comprises:

  • Folk values (§FOLK) as OWL classes (e.g., “punctuality,” “risk,” “wealth”), each conceptualized as a frame or situation type.
  • Lexical and factual triggers (§TAF), including WordNet synsets, FrameNet frames, VerbNet classes, DBpedia/Wikidata entities, and ConceptNet relations.

The graph schema is formalized as follows (Giorgis et al., 2023):

  • Vfolk={vv rdf:type folk:FolkValue}V_{\text{folk}} = \{v \mid v\ \text{rdf:type}\ \textit{folk:FolkValue}\}
  • F={ff rdf:type fs:Frame}F = \{f \mid f\ \text{rdf:type}\ \textit{fs:Frame}\}
  • T={tt rdf:type taf:LexicalTrigger  taf:FactualTrigger}T = \{t \mid t\ \text{rdf:type}\ \textit{taf:LexicalTrigger}\ \cup\ \textit{taf:FactualTrigger}\}
  • Frame–value mapping: ΦF×Vfolk\Phi \subseteq F \times V_{\text{folk}}
  • Trigger–frame: ΨT×F\Psi \subseteq T \times F
  • Trigger–value activation: Γ=ΨΦ={(t,v)T×Vfolk  fF:(t,f)Ψ(f,v)Φ}\Gamma = \Psi \circ \Phi = \{(t, v) \in T \times V_{\text{folk}}\ |\ \exists f \in F: (t,f)\in\Psi \wedge (f,v)\in\Phi\}

Relations in other CCKG paradigms include action preconditions (“xNeed”), effects (“xEffect”, “oEffect”), and temporal or dialogic progression (“xNext”, “oNext”) (Tonga et al., 25 Jan 2026, Li et al., 2022).

2. Data-Driven and Automated Construction Pipelines

The construction of CCKGs has advanced from manual curation to highly automated, scalable pipelines. The StereoKG pipeline demonstrates a fully data-driven process involving four distinct steps (Deshpande et al., 2022):

  1. Corpus Selection & Query Mining: Data is drawn from social media (e.g., Reddit, Twitter), targeting discussions about specific cultural groups using fixed query templates (“Why is <SUB> so...”, “<SUB> are such...”).
  2. Sentence Clustering: Statements are embedded using Sentence-BERT and clustered via community detection, distinguishing singleton (outlier) and non-singleton (popular) clusters.
  3. Triple Extraction & Filtering: OpenIE is applied for (subject, predicate, object) extraction. Heuristics filter out noise, ensuring that only statements matching the original cultural entity are retained.
  4. Cluster Representative Selection: Candidate triples are reconstructed as sentences, ranked for grammaticality by a CoLA classifier, and the most fluent is chosen as the canonical entry.

Example output triples include:

  • ⟨American, have, healthcare⟩
  • ⟨Jewish men, get, circumcisions⟩
  • ⟨Muslims, follow, Quran⟩
  • ⟨French, eat, croissants⟩

This pipeline yielded 4,722 unique triples for 10 religious and national groups. The entire process is extensible and requires no hand-written lexicons; adding a new cultural group only necessitates repeating the automated steps with the new subject term (Deshpande et al., 2022).

3. LLM-based and Conversational Knowledge Graph Induction

Recent approaches leverage LLMs as repositories of implicit cultural knowledge, extracting CCKGs through iterative, prompt-based methods. The LLMs as Cultural Archives framework applies a two-stage algorithm (Tonga et al., 25 Jan 2026):

  • Initial Generation: Prompts ask LLMs to enumerate if–then assertions for a cultural subtopic and language, generating action–relation–action triples (e.g., ⟨buy rice, xNext, want to cook⟩).
  • Iterative Expansion: Each assertion is expanded by decomposition and forward prediction, constructing multi-step inferential chains representing cultural scripts.

Graph schema: G=(V,E)G = (V, E), with VV = actions; EV×R×VE \subseteq V \times R \times V, R={R=\{xNeed, xEffect, xNext, oNext, oEffect}\}.

In dialogue-focused settings (e.g., the Chinese Commonsense Conversation Knowledge Graph, C³KG), additional dialog-flow relations (next_utterance, next_sub_utterance, concept_flow, emotion_cause_flow, emotion_intent_flow) augment classical social commonsense relations to ground multi-turn conversational planning (Li et al., 2022).

4. Human Evaluation and Empirical Metrics

CCKG quality assessment combines structure-driven and application-driven metrics:

  • StereoKG: 100 triples (singletons and cluster-derived) were rated by three annotators on coherence (COH), completeness (COM), domain-fit (DOM), credibility (CR₁), and believability (CR₂). Non-singleton triples achieved SUC (success rate) of 59.2%, while singleton entries reached 44.0%. Inter-annotator observed agreement ranged from 0.39 (CR₂) to 0.82 (COH) (Deshpande et al., 2022).
  • LLMs as Cultural Archives: Expert native speakers assessed assertion correctness, cultural relevance, and logical path coherence for each country–language graph. For instance, the English CCKG for China scored CR=80.8%, COR=86.9%, LPC=70.2%—substantially outperforming Chinese-language graphs (Tonga et al., 25 Jan 2026).
  • C³KG: Parsing+SBERT-fine-tuned event matching achieved average cosine similarity of 55.3%. Downstream tasks (emotion/intent classification) showed improvements of +2.9% and +6.0% absolute accuracy, respectively, when graph knowledge was incorporated (Li et al., 2022).

5. Integration with Downstream Models and Applications

CCKGs support diverse downstream tasks in NLP and sociotechnical systems:

  • Masked LLM Enhancement: Fine-tuning RoBERTa-based models with CCKG verbalizations (unstructured or T5-converted structured knowledge) improved F1 on stereotype-containing hate speech detection datasets (OLID: DT+SK reaches 73.8% on stereotypes; +1.3 F1 over baseline) and masked prediction accuracy (ACC@5: BASE+UK, 48–49%) (Deshpande et al., 2022).
  • Dialogue Systems: Real-time detection and annotation of user utterances with underlying folk or moral values, e.g., responding to “I won’t risk my reputation for a promotion” with value-aware suggestions (Giorgis et al., 2023).
  • Cultural Reasoning Tasks: Augmenting smaller LLMs with CCKG assertions or chains yields gains in MCQA (IndoCulture: Qwen2.5-7B rises from 58.5% to 60.8% with Indonesian assertions), sentence completion (BERTScore-F1 up by ~+0.3%), and story generation (cultural relevance +1.4 points out of 10) (Tonga et al., 25 Jan 2026).
  • Bias and Value Analysis: SPARQL queries over TAF allow quantification of context-dependent value cues and co-occurrence analysis in social media or news corpora (Giorgis et al., 2023).

6. Limitations, Cross-lingual Challenges, and Future Directions

Evaluation has revealed persistent challenges:

  • Coverage: While frame-based detectors expanded value recognition in Reddit corpora from 228 to 855 sentences, inter-annotator agreements for value detection remained modest (40%–65%), reflecting the subjective nature of cultural attribution (Giorgis et al., 2023).
  • Language Asymmetry: LLM-derived CCKGs are consistently more coherent and culturally relevant when extracted in English, even for non-English target cultures. English prompt chains scored higher than their native-language counterparts (e.g., CR: 80.8% English vs 59.1% Chinese for Chinese culture), indicating model encoding biases (Tonga et al., 25 Jan 2026).
  • Automated Population: Heuristic matching and corpus-driven expansion introduce noise, particularly for low-frequency cultural scenarios. Frame/event/intent alignment remains imperfect (Li et al., 2022).

Future research aims to: extend coverage to additional cultural groups and event resources, integrate active learning for richer label refinement, refine semantic filtering and neural matching mechanisms, and develop multi-turn, value-aware planning agents grounded in CCKG substrates (Giorgis et al., 2023, Tonga et al., 25 Jan 2026, Li et al., 2022).

7. Exemplary Resources and Queries

  • Example Triple (StereoKG): ⟨French, eat, croissants⟩, representing a culturally salient stereotype (Deshpande et al., 2022).
  • FOLK+TAF Query: To retrieve all sentences activating “risk” as a value:
    1
    2
    3
    4
    5
    6
    
    SELECT ?sent WHERE {
        ?sent taf:contains ?t ;
              taf:hasContext dbp:RiskySituation .
        ?t taf:evokesFrame fs:RiskySituation .
        fs:RiskySituation folk:frameTriggersValue folk:Risk .
    }
  • Graph Path (LLM-extracted CCKG): buy rice ─xNext─▶ want to cook ─xNeed─▶ gather spices ─oNext─▶ pay vendor ─xEffect─▶ feel satisfied, encoding a script for food preparation in a cultural context (Tonga et al., 25 Jan 2026).

CCKGs thus offer a principled, multi-modal, and computationally tractable foundation for encoding, detecting, and reasoning over culturally instantiated common sense, values, and social practices. Their role is central in advancing fairness, explainability, and cultural awareness across NLP and AI systems (Giorgis et al., 2023, Deshpande et al., 2022, Tonga et al., 25 Jan 2026, Li et al., 2022).

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Cultural Commonsense Knowledge Graph (CCKG).