- The paper introduces a multilingual dataset and extraction pipeline to analyze narrative biases in LLM-generated children's stories, revealing systematic gender and class stereotypes.
- It employs a controlled, full-permutation prompt design across eight languages using three LLMs and quantifies bias with metrics such as log-probability ratios and Jensen–Shannon Divergence.
- Findings highlight model- and language-dependent differences, underscoring the need for alignment protocols that address linguistic diversity and structural biases in narrative generation.
Multilingual Analysis of Narrative Attribute Distributions in LLM-Generated Stories with BiasedTales-ML
Introduction
The increased integration of LLMs into creative and educational content generation, especially for children, necessitates rigorous analyses of their representational and social biases. While prior work on bias in LLM-generated narratives has predominantly focused on English and short-form text, this paper introduces "BIASEDTALES-ML: A Multilingual Dataset for Analyzing Narrative Attribute Distributions in LLM-Generated Stories" (2604.17008), addressing a significant gap in evaluating how social attributes and biases propagate in long-form narratives across diverse linguistic and cultural contexts. The authors develop a parallel, large-scale corpus paired with a systematic extraction and analysis pipeline, enabling controlled comparison and fine-grained inspection of narrative bias beyond Anglocentric settings.
Dataset Construction and Linguistic Scope
The BiasedTales-ML corpus comprises approximately 350,000 machine-generated children's stories spanning eight typologically diverse languages: English, Chinese, Japanese, Korean, Spanish, Russian, Arabic, and Swahili. Three LLMs—Qwen-3-8B, Llama-3.1-8B, and Llama-3.2-1B—were used for generation, with a full-permutation prompt design instantiating all combinations of nationality, religion, social class, parent role, and child gender.
Key properties of the dataset include:
- Typological and Resource Diversity: The selection of languages targets both presence/absence of grammatical gender and varying resource levels, enhancing typological and sociocultural coverage.
- Controlled Prompt Localization: Prompts were localized to ensure semantic equivalence and naturalness, removing confounds from backtranslation artifacts and preserving language-specific grammatical and cultural conventions.
- Parallel Generation: The structure supports pairwise and cross-lingual comparison under parallel conditioning, facilitating isolation of linguistic versus cultural effects.
Figure 1: Geographic and typological reach of the BiasedTales-ML dataset, highlighting inclusion of high-resource, gendered, and culturally distinct language regions.
Evaluation Framework and Extraction Pipeline
To dissect narrative attribute distributions, the study deploys a generator–extractor pipeline. Narrative features—protagonist adjectives, setting/environment keywords, and explicit cultural references—are extracted using a high-capacity instruction-following LLM. Extraction precision is validated (Cohen’s κ = 0.618, 85.6% precision), confirming robust applicability across the covered languages.
Complementary metrics include:
- Directional Bias (log-probability ratios for feature prevalence under each conditioning variable—e.g., gender, social class).
- Distributional Divergence (Jensen–Shannon Divergence between group-wise attribute distributions).
- Cross-Lingual Consistency (cosine similarity of bias vectors across languages).
- Quality Controls (Valid Story Rate based on language identification and refusal detection).
Cross-Lingual and Model-Level Findings
Gendered and Social Attribute Biases
Analysis of log-probability ratios and lexical fingerprints identifies consistent patterns:
Grammatical Gender as an Amplifier
Languages with grammatical gender show higher distributional divergence in gendered adjective use, particularly with Llama-3.1-8B, indicating that surface grammatical features amplify representational bias. Qwen-3-8B demonstrates less sensitivity to grammatical gender, signifying model-dependent mediation of such structural effects.
Figure 3: Grammatical gender group languages exhibit higher divergence in gendered narrative descriptors.
Lexical Bias Markers
Log-odds analysis identifies robust, distinctive lexical markers for both gender and social class:
Model Capacity and Resource Limitations
Comparisons across model sizes reveal specific deficits:
Cross-Lingual Alignment Gaps
Pairwise similarity analyses reveal substantial variation in distributional patterns across languages:
Theoretical Implications and Alignment Considerations
These findings stress that English-centric evaluation of narrative bias substantially underestimates the heterogeneity of LLM behavior. Grammatical structure, training data breadth, and model architecture interact with narrative attribute expression in complex ways, affecting both magnitude and lexical realization of biases. Heritage in the alignment and safety pipeline does not guarantee cross-lingual generalization of distributional properties; results demonstrate "mismatched generalization" and partial decoupling of quality and bias for high-capacity models.
The approach also underscores the inadequacy of static benchmarks in capturing emergent, narrative-level biases, advocating for distributional and structural analysis as complements to surface-level toxicity or stereotype detection.
Practical Relevance and Future Directions
- Dataset and Visualization Tools: Public release of BiasedTales-ML and the Biased Tales Explorer supports programmable and interactive inspection, making intersectional and qualitative analysis tractable for the broader community.
- Alignment Protocols: Results motivate language- and capacity-aware alignment objectives, especially for systems deployed in multilingual educational and media applications.
- Extension to Higher-Order Intersections: The full-permutation design enables, but the current work does not exhaust, systematic investigation of interactions among multiple social attributes.
Limitations
- Language Family Exclusion: Indo-Aryan, African, and Indigenous languages remain unexamined; results may not generalize to all typological spaces.
- Genre Specificity: Focus on children's stories may limit transferability of findings to other narrative genres or discourse settings.
- Extraction Bias: Reliance on LLM-based extraction introduces model-based biases in feature detection.
- Static Attribute Focus: The framework does not account for character interactions or narrative causality.
Conclusion
BiasedTales-ML provides a robust empirical foundation for cross-lingual, distributional analysis of LLM-generated narratives. The framework reveals that social attribute biases are neither monolithic nor English-bound: structural patterns in character roles, settings, and thematics persist, but their instantiation is highly sensitive to linguistic, cultural, and model-specific factors. Evaluations and alignment strategies in generative NLP must evolve to encompass fine-grained, multilingual, and structurally aware approaches to adequately characterize and mitigate narrative bias (2604.17008).