Paper deep dive
Structural Silence: When AI Infrastructure Fails Speakers of Underrepresented Languages
Avijit Roy, Proma Roy
Intelligence
Status: not_run | Model: - | Prompt: - | Confidence: 0%
Entities (0)
Relation Signals (0)
No relation signals yet.
Cypher Suggestions (0)
No Cypher suggestions yet.
Abstract
Abstract:Artificial intelligence tools for education and language support are increasingly framed as scalable responses to access gaps in under-resourced communities. Yet the infrastructure underlying these tools, including training corpora, tokenization schemes, evaluation benchmarks, and deployment architectures, can systematically disadvantage speakers of underrepresented languages before a model is trained. This paper examines these structural barriers through Bengali, one of the world's most widely spoken languages, focusing on AI-assisted education in low-connectivity environments. We identify four interlocking failures: a severe web presence gap, with Bengali accounting for less than 0.5% of global web content despite representing nearly 4% of the global population; a 67:1 training-token deficit between English and Bengali in major multilingual corpora; a tokenization penalty associated with Bengali's alphasyllabary script that compounds the data deficit through higher token fertility; and connectivity exclusion, with individual internet penetration at 36.5% in rural areas compared with 71.4% in urban areas. These failures reflect longstanding resource-allocation decisions, institutional priorities, and design defaults that did not center underrepresented languages in mainstream AI development. We argue that dataset scarcity should be understood as a structural barrier rather than an isolated technical limitation, and that offline-first design should be treated as an equity-oriented infrastructure strategy. We conclude with directions for linguistics and AI research aimed at reducing these structural inequalities.
Tags
Links
- Source: https://arxiv.org/abs/2608.12278v1
- Canonical: https://arxiv.org/abs/2608.12278v1
Trouble viewing inline? Open PDF directly â
Full Text
39,364 characters extracted from source content.
Expand or collapse full text
Structural Silence: When AI Infrastructure Fails Speakers of Underrepresented Languages â A Case Study in Bengali, the Digital Divide, and the Hidden Cost of English-Centric Design Avijit Roy John Jay College of Criminal Justice, CUNY aroy@jjay.cuny.edu Proma Roy The City College of New York, CUNY proma.roy33@stu-mail.ccny.cuny.edu Abstract Artificial intelligence tools for education and language support are increasingly framed as scalable responses to access gaps in under-resourced communities. Yet the infrastructure underlying these toolsâtraining corpora, tokenization schemes, evaluation benchmarks, and deployment architecturesâencodes a set of assumptions that systematically disadvantages speakers of underrepresented languages before a single model is trained. This paper examines those assumptions through the lens of Bengali, one of the worldâs most widely spoken languages with roughly 285 million speakers (Ethnologue, 2025; International Communication and Leadership School, 2026), and the structural barriers that emerge when attempting to build AI-assisted educational tools for Bengali-speaking learners in low-connectivity environments. We identify four interlocking structural failures: a severe web presence gap (Bengali accounts for fewer than 0.5% of global web content despite representing nearly 4% of the global population) (Pimienta, 2024; W3Techs, 2026); a 67:1 training token deficit between English and Bengali in major multilingual corpora (Khan et al., 2024; Langlais et al., 2025); a tokenization penalty rooted in Bengaliâs alphasyllabary script that compounds the data deficit by requiring higher token fertility rates (Shahriar and Barbosa, 2024); and a connectivity exclusion that renders cloud-dependent AI tools inaccessible to the rural populations most likely to benefit from them, where individual internet penetration stands at 36.5% compared to 71.4% in urban areas (Bangladesh Bureau of Statistics, 2025; The Daily Star, 2025). These failures reflect recurring patterns in infrastructure design that cannot be resolved through isolated technical adjustments alone. They are the downstream consequences of long- standing resource allocation decisions, institutional priorities, and design defaults that did not center certain languages in mainstream AI development. Dataset scarcity should therefore be understood as a structural barrier shaped by those decisions rather than as an individual researcher limitation. Offline-first design functions as an equity-oriented infrastructure strategy rather than a secondary technical compromise. We close with specific directions for how the linguistics and AI communities might respond. Keywords: low-resource languages, Bengali NLP, AI and linguistic equity, digital divide, offline-first design, underrepresented languages â Presented at the 69th Annual Conference of the International Linguistic Association (ILA), New York, NY, April 30âMay 2, 2026. 1 arXiv:2608.12278v1 [cs.CL] 12 Aug 2026 1 Introduction Programming education is positioned, with increasing frequency, as a pathway to economic partici- pation in technology-driven societies. Alongside it, AI-assisted educational tools are positioned as scalable solutions to the uneven distribution of qualified instructionâtools that can, in principle, provide debugging assistance, concept explanation, and interactive feedback to learners who have no access to expert teachers. That premise has considerable appeal, but the infrastructure underlying these tools does not support it uniformly across languages. When a developer or researcher attempts to build an AI-assisted educational tool for Bengali-speaking learners, they encounter a sequence of interconnected failures rooted in how AI infrastructure was built and who it was built for. These failures are not incidental byproducts of early-stage technology. They are structural features of the training corpora that models learn from, the tokenizers that process Bengali text, the benchmarks used to evaluate model performance, and the deployment architectures that assume reliable internet connectivity. Each failure also intensifies the effects of the others over time. Together, they constitute what we call structural silenceâthe systematic exclusion of a language from AI infrastructure not through explicit policy but through the accumulated weight of design decisions that were never made with that language in mind. Bengali is a revealing case study precisely because its scale forecloses the most convenient explanations. It is among the most widely spoken languages in the world (Ethnologue, 2025; International Communication and Leadership School, 2026), with a literary history spanning more than 1,400 years. It is the official language of Bangladesh and one of the scheduled languages of India. UNESCO recognizes International Mother Language Day on 21 February, an observance rooted in the historical struggle over linguistic recognition in Bengal (UNESCO, 2026; United Nations, 2026). In 2024, the Government of India conferred Classical Language status on Bengali (Prime Ministerâs Office, Government of India, 2024). Bengaliâs marginal position in AI infrastructure therefore cannot be attributed to demographic insignificance or a limited written tradition. It reflects cumulative patterns of resource allocation, institutional priority-setting, and design assumptions that centered other languagesâprimarily Englishâin the development of contemporary AI systems. This paper is framed as a case study and analytic synthesis rather than as a new benchmark or systems contribution. Its purpose is to consolidate technical, infrastructural, and educational evidence into a single explanatory account of why AI support remains uneven for Bengali-speaking learners, and to identify the structural logic by which that unevenness is reproduced. The paper proceeds as follows. Section 2 reviews the relevant background on low-resource language NLP and AI infrastructure. Section 3 identifies and evidences four interlocking structural failures. Section 4 connects those failures to the cognitive and educational consequences for Bengali-speaking learners. Section 5 discusses implications for the linguistics and AI research communities. Section 6 concludes. 2 2 Background 2.1 The Language Diversity Problem in NLP The distribution of resources across languages in natural language processing has been uneven since the fieldâs inception, but the scale of that inequality became newly visible with the emergence of large language models. Joshi et al. (2020) provided a landmark taxonomy of this inequality, classifying languages into six categories from âwinnersâ (those with abundant data and research attention) to âleft-behindsâ (those with no meaningful digital presence). Their analysis found that only a small share of the worldâs languages could be classified as winners in NLP resource terms, while the overwhelming majority were left behind (Joshi et al., 2020). Bengali occupies an intermediate positionâit has received some research attention, particularly in tasks like sentiment analysis, machine translation, and named entity recognitionâbut remains substantially underserved in technical domains, particularly code understanding and educational NLP. The reasons for this distribution are well understood. Training data for large language models is largely harvested from the web, so languages with greater online presence receive more training data. Greater data volumes generally produce better-performing models, which attract more users, more research investment, and further development. The cycle is self-reinforcing, and it began from a starting position heavily weighted toward English. 2.2 Bengali in NLP Research Bengali NLP has grown considerably as a research area over the past decade. Resources including BanglaBERT (Bhattacharjee et al., 2022), XL-Sum (Hasan et al., 2021), and the Sangraha multilin- gual corpus (Khan et al., 2024) represent meaningful investments in Bengali language infrastructure. The BLP shared tasks at ACL/AACL have also helped standardize evaluation for Bengali NLP, including the 2025 task specifically targeting code generation in Bangla (Raihan et al., 2025). Despite these advances, the BenLLM-Eval benchmark (Kabir et al., 2024) and subsequent evaluations (Bhowmik et al., 2025) consistently show that general-purpose large language modelsâincluding those marketed as multilingualâperform substantially worse on Bengali downstream tasks than on equivalent English tasks. This performance gap varies across models and tasks, but it appears consistently enough to treat it as a feature of the current infrastructure rather than as an artifact of any single evaluation design. 2.3 Cognitive Load and Language of Instruction Cognitive Load Theory (Sweller et al., 2011) provides a well-established theoretical framework for understanding why language of instruction matters in technical education. The theory holds that human working memory has limited capacity, and that learning outcomes depend on how 3 effectively instructional design manages the total cognitive load placed on that capacity. When learners must process new technical concepts through a second language, the linguistic processing demands compete directly with the conceptual processing demandsâwith predictable consequences for retention and comprehension. Roussel et al. (2017) demonstrated this empirically in higher education contexts, finding that exposure to academic content in a foreign language without explicit language support significantly reduced both content and language learning outcomes compared to native-language instruction, even when the material was otherwise identical. Studies specifically examining programming education for non-native English speakers (Soosai Raj et al., 2018; Dodoo et al., 2025) find consistent evidence that linguistic barriers compound the already substantial cognitive demands of learning to program, particularly in error diagnosis and debugging tasks. 2.4 Offline-First Computing and Educational Equity The framing of internet connectivity as a prerequisite for AI tool access has received increasing scrutiny in computing and sustainable societies research. The ACM COMPASS community has documented persistent ruralâurban digital divides in Bangladesh and comparable contexts (Rashed et al., 2025), noting that household-level connectivity statistics often obscure the reality of individual access: a household with one shared smartphone may count as connected while the individual learner within it has no reliable access to bandwidth-intensive applications. Quantization techniques and parameter-efficient fine-tuning methods (Dettmers et al., 2023; Hu et al., 2022) have made local inference on consumer-grade hardware increasingly feasible, opening a path to offline-first educational AI deployment that was not available even five years ago. 3 Four Structural Failures 3.1 Failure One: The Web Presence Gap The first structural failure precedes AI development itself: it concerns the distribution of language on the web, which remains the primary source of large-scale training data. AI training corpora are predominantly assembled from web crawls. Common Crawl, the most widely used source for large model pre-training, indexes content in rough proportion to its online presence. A languageâs representation in training data is therefore constrained by its representation on the web, and Bengaliâs web presence is severely disproportionate to its speaker population. Bengali speakers represent roughly 4% of the global populationâapproximately 242 million native speakers out of a world population of about 8 billion (Ethnologue, 2025; International Communication and Leadership School, 2026)âyet Bengali accounts for fewer than 0.5% of global web content (Pimienta, 2024; International Communication and Leadership School, 2026). English, by contrast, 4 Figure 1: Speaker-resource divergence for Bengali and English. accounts for approximately 49.5% of global web content (W3Techs, 2026), despite English native speakers representing a share of the global population broadly comparable in scale to Bengaliâs. This disparity is not primarily a function of internet access rates. It reflects the economics of content production, the historical concentration of technology development in English-speaking contexts, and the absence of sustained institutional investment in Bengali digital content creation. The result is that before any model is trained and before any dataset is curated, Bengali enters the AI development pipeline from a position of severe disadvantage in the raw material that large-scale language modeling requires. 3.2 Failure Two: The Training Token Deficit The web presence gap translates directly into a training token deficit that is quantifiable and substantial. The Sangraha corpus, one of the largest multilingual Indic language resources documented in the ACL literature, contains roughly 251 billion tokens across 22 Indic languages (Khan et al., 2024). The project allocates approximately 30 billion tokens to Bengali, while large English corpora such as Common Corpus reach approximately 2 trillion English tokens (Khan et al., 2024; Langlais et al., 2025). The ratio between English and Bengali token availability in major training resources is therefore approximately 67:1. 1 1 This ratio is derived by comparing the Bengali token allocation in Sangraha ( 30B tokens; Khan et al. 2024) 5 Figure 2: The 67:1 EnglishâBengali training token gap. This ratio carries direct consequences for model performance. Kabir et al. (2024) evaluated multiple large language models on Bengali NLP tasks and found consistent performance gaps relative to English equivalents. A 2025 evaluation of ten open-source LLMs across Bengali and English benchmarks likewise showed that Bengali performance was lower across model families, particularly for smaller models like Mistral, and that the gaps correlated with tokenization efficiency and model scale in ways consistent with data-volume explanations (Bhowmik et al., 2025). Inclusion in a multilingual training set does not, on its own, resolve this deficit. Chang et al. (2024) showed that large multilingual models such as XGLM (4.5B parameters) and BLOOM (7.1B parameters) can underperform even simple bigram baselines on low-resource language perplexity benchmarks. Multilingual training coverage does not guarantee multilingual competence, and the gap between them tends to widen for languages with small shares of training data. 3.3 Failure Three: The Tokenization Penalty The third failure operates at the level of the tokenization pipeline and is less immediately visible than the data volume disparity, though its consequences compound the data deficit in important ways. Because of how standard tokenizers process Bengali script, equal data volumes do not translate to equal representational quality. Standard large language model tokenizersâincluding Byte Pair Encoding (BPE) and WordPieceâ were designed and optimized for Latin-script languages. Bengali employs an alphasyllabary script in which base characters are frequently modified by diacritics (matras) and conjunct forms (yuktakshar) that alter pronunciation and meaning. These modifications can occur on either side of a base character, forming multi-character grapheme clusters that do not decompose cleanly under standard tokenization schemes (Shahriar and Barbosa, 2024). The practical consequence is elevated token fertility: Bengali text requires significantly more subword tokens to represent the same semantic content as comparable English text. Token fertility refers to the average number of subword tokens required to represent a single word or linguistic unit; higher values indicate greater fragmentation during tokenization. This fragmentation increases computational overhead and, more substantially, disrupts the linguistic units that models rely on to against the approximate English token count in Common Corpus ( 2T tokens; Langlais et al. 2025). These are not the same corpus, and the comparison is intended to illustrate the order-of-magnitude disparity in available training data rather than an exact within-corpus measurement. 6 Figure 3: Illustrative comparison of tokenization fertility between English and Bengali scripts. build representations. A model trained on heavily fragmented Bengali input must learn inter-token relationships from structurally noisier data than an English model working from comparatively clean, low-fertility tokenization. 2 The combined effect is cumulative and compounding. The training token deficit already places Bengali at a disadvantage in terms of data volume. The tokenization penalty means that the tokens Bengali does receive are processed less efficiently than English tokensâso parity in data volume would still leave a performance gap. Equitable Bengali model performance therefore requires not just proportional data, but substantially more data to compensate for structural inefficiencies in how that data is handled by tokenizers built for a different script. 3.4 Failure Four: The Connectivity Exclusion The fourth failure is architectural, concerning where AI tools are deployed and under what connec- tivity assumptions they operate. The dominant paradigm for AI tool deployment is cloud-based: a user submits a query to a remote server, the server runs inference, and the result is returned over a network connection. For learners in rural Bangladesh, the conditions this architecture requires are frequently absent. 2 Token fertility values vary by tokenizer and corpus. Shahriar and Barbosa (2024) document substantially higher fertility rates for Bengali than English under standard BPE tokenization. Figure 3 presents an illustrative example; exact fertility ratios depend on tokenizer vocabulary size and training data composition. 7 According to the Bangladesh Bureau of Statistics ICT Access and Use Survey (FY2024â25), individual internet penetration in rural Bangladesh stands at 36.5%, compared to 71.4% in urban areas (Bangladesh Bureau of Statistics, 2025; The Daily Star, 2025). Contemporary reporting on the same survey documents that national household internet access sits just above 50%, with only 47.2% of the population counted as internet users by the end of 2024 (Bangladesh Bureau of Statistics, 2025; The Business Standard, 2025). For the learners under consideration here, these figures constitute a material constraint on access to any tool that requires sustained network connectivity. The household-level statistics, though slightly less stark, obscure a further distinction: household access is not individual access. The Business Standard reports that only 9.2% of Bangladeshi households own a computer, with just 9% of individuals personally using one (The Business Standard, 2025). In a household with one shared smartphone, every member may be counted in household connectivity statistics, but only those with physical access to the deviceâand a sufficient data budgetâcan use it for extended learning. The cost dimension is relevant here as well: The Daily Star reports that supplementary duty on mobile data in Bangladesh increased from 3% in FY2016 to 23% in 2024, meaning that rural students in lower-income households now face a substantially higher real cost for the data that cloud-dependent tools consume (The Daily Star, 2025). For these learners, an AI tutoring system that depends on a stable internet connection is not merely less convenient than a local alternative. It is functionally inaccessible, and its design implicitly directs its benefits toward the connected, urban populations who are already better served by existing educational infrastructure. 4 Educational Consequences: The Double Burden The four structural failures described above converge in a concrete educational outcome: Bengali- speaking learners who attempt to use AI-assisted programming tools encounter a compounded set of cognitive demands that their English-speaking counterparts do not face. Learning to program is cognitively demanding regardless of the learnerâs first language. Debugging in particularâidentifying why code fails, tracing the root cause, and formulating a correctionâplaces substantial demands on working memory, requiring the simultaneous maintenance of multiple representations: the intended behavior, the actual behavior, the error message, and the corrective action. When the AI toolâs explanations are delivered in Englishâas they will be for any general-purpose model, given the training data distribution described aboveâa learner with limited English pro- ficiency must process both the linguistic content of the explanation and its technical content concurrently. According to Cognitive Load Theory (Sweller et al., 2011), the combined load of lan- guage processing and conceptual processing frequently exceeds working memory capacity, reducing both retention and the learnerâs ability to apply new knowledge to novel problems. 8 Figure 4: Connectivity exclusion in rural versus urban Bangladesh. Roussel et al. (2017) demonstrated this experimentally with 294 higher education students, showing that content presented in a foreign language produced significantly lower outcomes across both content and language learning compared to native-language presentation, under conditions where all other instructional variables were held constant. Soosai Raj et al. (2018) found analogous patterns in programming education, with bilingual instruction (English and Tamil) outperforming English-only instruction for non-English-dominant students on linked-list concept learning. These findings suggest that the language of an AI tutorâs output is not a minor formatting choice. For learners without strong English proficiency, it determines whether the explanation is cognitively accessible at all. An AI tutoring system that explains Python errors in Bengali therefore serves a function well beyond localization or convenience. For a rural Bengali-speaking student, native-language instruction is a prerequisite for meaningful educational access rather than an enhancement layered on top of it. 5 Discussion 5.1 Reframing Dataset Scarcity The dominant narrative in low-resource language NLP frames dataset scarcity as a technical problem awaiting a technical solution: there is insufficient data, and the remedy is to produce more. This framing captures part of the situation but does not capture enough of it. Treating scarcity purely as a technical gap can obscure its structural origins, including patterns of funding, publication 9 Figure 5: Illustration of the dual cognitive burden faced by learners processing technical content through a second language. incentives, and research priorities that have historically directed resources toward high-resource languages. When a researcher building Bengali AI tools must construct foundational datasets from scratchâ curating training examples, validating translations, developing evaluation benchmarks, establishing annotation protocolsâthey are not compensating for gaps in their own preparation. They are performing infrastructure work that the field has historically declined to fund as a primary contri- bution or to credit on equal terms with model development. The absence of a Bengali programming education corpus should not be interpreted as a natural scarcity. It reflects the cumulative effect of institutional decisions about what kinds of research outputs deserve recognition and support. This distinction directly affects how resources are allocated going forward. Researchers who treat low-resource language infrastructure as secondary workânecessary but preliminary, worth doing but not worth publishing on its own termsâreproduce the same asymmetry that manifests in model performance later. Recognizing dataset construction for underrepresented languages as a substantive research contribution, comparable to architectural innovation, is likely to be an important condition for changing that pattern. Publication norms that routinely credit benchmark creation, corpus development, and annotation methodology for high-resource languages should extend the same recognition to equivalent work in low-resource settings. The analysis in this paper draws on published benchmarks, public infrastructure indicators, and 10 established educational theory rather than a newly collected learner dataset. Its contribution is therefore explanatory and diagnostic: to clarify the infrastructure-level logic by which language inequity in AI support is produced and reproduced, rather than to introduce new empirical data. 5.2 Offline-First as Equity Architecture Offline-first deployment is often described in the literature as a technical accommodation for poor connectivityâa compromise that accepts reduced capability in exchange for broader reach. That framing can mischaracterize the design choice involved and may shift attention away from its broader social implications. A system designed for cloud deployment operates under a connectivity assumption that excludes a substantial share of the population described in Section 3. Designing for local, offline-capable deployment removes that assumption and extends the systemâs potential reach to users who would otherwise be excluded. Given the connectivity distribution documented above, this architectural choice represents a different prioritization of which users the system is intended to serve rather than a degraded version of cloud deployment. There is also a sustainability dimension worth noting. Local inference on a quantized 7-billion- parameter model consumes a fraction of the energy required to route each query through a remote cloud API. At institutional scaleâa school computer lab serving dozens of students per dayâthe cumulative difference in energy consumption and infrastructure cost is material. Lightweight local models thus offer advantages along both equity and sustainability axes, which is consistent with the ACM COMPASS communityâs emphasis on computing design that accounts for social and environmental consequences simultaneously. In practical terms, educational AI systems intended for low-connectivity settings should be evaluated not only for response quality under ideal conditions, but also for whether they remain usable under the bandwidth, device, and cost constraints that characterize the communities they are intended to serve. Evaluation frameworks that test only high-connectivity performance implicitly validate tools that are inaccessible to large portions of their stated target populations. 5.3 The Role of the Linguistics Community Linguists have the critical vocabulary to identify and name the assumptions embedded in AI infrastructure that AI developersâwho have been trained primarily in high-resource language contextsâoften lack the disciplinary background to see. Bengaliâs tokenization penalty, for example, is a consequence of applying a tokenization paradigm developed for languages with relatively simple grapheme-to-phoneme correspondences and low morphological complexity to a language with a rich, structurally distinct writing system. Recognizing it as such, and articulating precisely why standard BPE is poorly suited to the modification structure of Bengali, is exactly the kind of analysis that linguistic expertise makes possible. 11 More broadly, the English-centric assumptions embedded in AI development pipelines are, at their root, assumptions about whose linguistic structures are legible to standard tools, whose orthographic conventions are treated as defaults, and whose community needs figure in system design decisions. Sociolinguistics, the critical study of language, and linguistic typology all have sophisticated frameworks for analyzing questions of this kind. Applying those frameworks to AI infrastructure is not peripheral to the disciplineâs concerns. Given the scale at which AI systems now mediate language use, language learning, and language production, it may be among its most consequential current applications. For that reason, the linguistics community should not treat AI infrastructure debates as adjacent to its core work. It is one of the few fields positioned to name the places where apparently technical defaults function as language-specific assumptions with unequal consequences across speech communities. 6 Conclusion This paper has identified four recurring barriers that compound to disadvantage Bengali-speaking learners in AI-assisted educational settings: a web presence gap, a training token disparity, a tokenization penalty, and a connectivity exclusion. Taken together, these barriers suggest that uneven model performance across languages is unlikely to be explained by model quality alone. A more informative interpretation is that current performance distributions reflect long-standing patterns in how data resources, evaluation practices, and the infrastructure decisions that shaped deployment assumptions have been distributed across languagesâdecisions that were not neutral and whose effects have accumulated over time. The implications extend beyond Bengali, though Bengali serves as a particularly useful case because of its demographic scale, literary history, and growing digital presence. A language with hundreds of millions of speakers, classical recognition, and an active NLP research community still confronts substantial gaps across key layers of AI infrastructure. The structural challenges facing smaller and less-resourced languages are likely to be considerably more severe. This paperâs contribution is therefore not a new benchmark or deployment system, but a clarification of the infrastructure-level logic that helps explain why language inequity persists in multilingual AI. Three responses follow from that analysis. First, low-resource language infrastructure workâ datasets, benchmarks, and evaluation protocolsâwarrants recognition as primary research, not as supporting labor that precedes more substantive contributions. Second, offline-capable design should be treated as a serious educational access strategy with its own design requirements and evaluation criteria, appropriate for contexts where connectivity cannot be assumed. Third, linguistic analysis should play a central role in identifying the tokenization, evaluation, and modeling assumptions that remain invisible when English is treated as the reference standard. The persistence of language inequity in AI systems reflects less a limitation in modeling techniques 12 than the uneven availability of large-scale training data across languages. Modern AI pipelines depend on massive token volumes, and languages with limited digital presence cannot easily meet those requirements. As a result, performance differences often reflect differences in training feasibility rather than differences in linguistic complexity or user demand. Addressing that inequity will therefore require sustained institutional commitment to expanding dataset development for underrepresented languages and supporting infrastructure that makes large-scale training feasible. Acknowledgments This work was presented as a poster at the 69th Annual Conference of the International Linguistic Association (ILA), Beyond Human Language: The Impact of AI on Linguistics, John Jay College of Criminal Justice, CUNY, April 30 â May 2, 2026. The authors thank Professor Vivek Sharma for the conference introduction and the ILA reviewers for their valuable feedback. Generative AI Disclosure The authors used AI-assisted tools for grammar checking and literature search assistance during the preparation of this manuscript. All research framing, arguments, analysis, and conclusions are the original work of the authors. References Bangladesh Bureau of Statistics. ICT Access and Use Survey 2024â25. Government Survey Re- port, 2025. URLhttps://bbs.gov.bd/site/page/b588b454-0f88-4679-bf20-90e06dc1d10b/ Publication. Official report published by the Statistics and Informatics Division; accessed 2026-03-28. Abhik Bhattacharjee, Tahmid Hasan, Wasi Ahmad Islam, Kazi Samin Mubasshir, Yuan-Fang Li, Yong-Bin Kang, M. Sohel Rahman, and Rifat Shahriyar. BanglaBERT: Language model pretrain- ing and benchmarks for low-resource language understanding evaluation in Bangla. In Findings of the Association for Computational Linguistics: NAACL 2022, pages 1863â1881. Association for Computational Linguistics, 2022. URLhttps://aclanthology.org/2022.findings-naacl.98/. Shimanto Bhowmik, Tawsif Tashwar Dipto, Md Sazzad Islam, Sheryl Hsu, and Tahsin Reasat. Evaluating LLMsâ multilingual capabilities for Bengali: Benchmark creation and performance analysis. arXiv preprint arXiv:2507.23248, 2025. URL https://arxiv.org/abs/2507.23248. Tyler A. Chang, Catherine Arnett, Zhuowen Tu, and Benjamin K. Bergen. Goldfish: Monolingual language models for 350 languages. arXiv preprint arXiv:2408.10441, 2024. URLhttps:// arxiv.org/abs/2408.10441. 13 Tim Dettmers, Artidoro Pagnoni, Ari Holtzman, and Luke Zettlemoyer. QLoRA: Efficient finetuning of quantized LLMs. Advances in Neural Information Processing Systems, 36:10088â10115, 2023. doi: 10.48550/arXiv.2305.14314. URL https://arxiv.org/abs/2305.14314. Emma R. Dodoo, Tamara Nelson-Fromm, and Mark Guzdial. The teacherâs dilemma: Bal- ancing trade-offs in programming education for emergent bilingual students. arXiv preprint arXiv:2506.14147, 2025. URL https://arxiv.org/abs/2506.14147. Ethnologue. What are the top 200 most spoken languages? Ethnologue Insights, 2025. URL https://w.ethnologue.com/insights/ethnologue200//. Accessed 2026-03-28. Tahmid Hasan, Abhik Bhattacharjee, Md. Saiful Islam, Kazi Mubasshir, Yuan-Fang Li, Yong-Bin Kang, M. Sohel Rahman, and Rifat Shahriyar. XL-Sum: Large-scale multilingual abstractive summarization for 44 languages. In Findings of the Association for Computational Linguistics: ACL-IJCNLP 2021, pages 4693â4703. Association for Computational Linguistics, 2021. URL https://aclanthology.org/2021.findings-acl.413/. Edward J. Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, Lu Wang, and Weizhu Chen. LoRA: Low-rank adaptation of large language models. In International Con- ference on Learning Representations (ICLR), 2022. URL https://arxiv.org/abs/2106.09685. International Communication and Leadership School. 10 most spoken languages in the world in 2026, 2026. URLhttps://w.icls.edu/blog/most-spoken-languages-in-the-world. Accessed 2026-03-28. Pratik Joshi, Sebastin Santy, Amar Budhiraja, Kalika Bali, and Monojit Choudhury. The state and fate of linguistic diversity and inclusion in the NLP world. In Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics, pages 6282â6293. Association for Computational Linguistics, 2020. URL https://aclanthology.org/2020.acl-main.560/. Mohsinul Kabir, Mohammed Saidul Islam, Md Tahmid Rahman Laskar, Mir Tafseer Nayeem, M. Saiful Bari, and Enamul Hoque. BenLLM-Eval: A comprehensive evaluation into the potentials and pitfalls of large language models on Bengali NLP. In Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING), pages 2238â2252, 2024. URL https://aclanthology.org/2024.lrec-main.201/. Mohammed Safiur Rahman Khan, Yash Madhani, Vinit Nilesh, et al. IndicLLMSuite: A blueprint for creating pre-training and fine-tuning datasets for indian languages. In Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers), pages 9743â9752. Association for Computational Linguistics, 2024. URLhttps://aclanthology.org/ 2024.acl-long.843/. Describes the Sangraha data pipeline. 14 Pierre-Jean Langlais et al. Common corpus: The largest collection of ethical data for LLM pre-training. Hugging Face Dataset, 2025. URLhttps://huggingface.co/datasets/PleIAs/ common_corpus. Dataset documentation available at arXiv:2506.01732; accessed 2026-03-28. Daniel Pimienta. Reliably exploring the presence of languages on the internet. Research Outreach, 2024. URL https://doi.org/10.32907/RO-139-5856605838. Accessed 2026-03-28. Prime Ministerâs Office, Government of India. Cabinet approves conferring status of classical language to Marathi, Pali, Prakrit, Assamese and Bengali languages, October 2024. URL https://w.pmindia.gov.in/en/news_updates/cabinet-approves-conferring-status- of-classical-language-to-marathi-pali-prakrit-assamese-and-bengali-languages/. Accessed 2026-03-28. Nafees Raihan, Mohammad Abdullah Jawad, Md. Mosiur Rahman, et al. Overview of BLP-2025 task 2: Code generation in Bangla. In Proceedings of the Second Workshop on Bangla Language Processing (BLP-2025), pages 373â387. Association for Computational Linguistics, 2025. URL https://aclanthology.org/2025.banglalp-1.31/. Rayhan Rashed, Muhammad Masroor Ali Bhuyan, et al. Bridging the last mile: Unpacking the rural digital divide in Bangladesh. In Proceedings of the 2025 ACM SIGCAS/SIGCHI Conference on Computing and Sustainable Societies (COMPASS), pages 150â166, 2025. doi: 10.1145/3715335.3735463. URL https://doi.org/10.1145/3715335.3735463. StĂ©phanie Roussel, Danielle Joulia, AndrĂ© Tricot, and John Sweller. Learning subject content through a foreign language should not ignore human cognitive architecture: A cognitive load theory approach. Learning and Instruction, 52:69â79, 2017. doi: 10.1016/j.learninstruc.2017.04.007. URL https://doi.org/10.1016/j.learninstruc.2017.04.007. Arif Shahriar and Denilson Barbosa. Improving Bengali and Hindi large language models. In Proceedings of the 2024 Joint International Conference on Computational Linguistics, Lan- guage Resources and Evaluation (LREC-COLING), pages 8776â8787, 2024. URLhttps: //aclanthology.org/2024.lrec-main.764/. Arumugam Godfrey Soosai Raj, Kanjanee Ketsuriyonk, Jignesh M. Patel, and Richard Halverson. Does native language play a role in learning a programming language? In Proceedings of the 49th ACM Technical Symposium on Computer Science Education (SIGCSE â18), pages 11â16, 2018. doi: 10.1145/3159450.3159531. URL https://doi.org/10.1145/3159450.3159531. John Sweller, Paul Ayres, and Slava Kalyuga. Cognitive Load Theory. Springer, New York, NY, 2011. doi: 10.1007/978-1-4419-8126-4. URL https://doi.org/10.1007/978-1-4419-8126-4. The Business Standard. 52% households in Bangladesh have internet connections: BBS, April 2025. URLhttps://w.tbsnews.net/tech/52-households-bangladesh-have-internet- connections-bbs-1114086. Accessed 2026-03-28. 15 The Daily Star.Internet shows stark rural-urban divide, January 2025.URL https://w.thedailystar.net/business/news/internet-shows-stark-rural-urban- divide-3789861. Reporting on BBS ICT Survey; accessed 2026-03-28. UNESCO. International mother language day, 2026. URLhttps://w.unesco.org/en/days/ mother-language. Accessed 2026-03-28. United Nations. International mother language day, 2026. URLhttps://w.un.org/en/ observances/mother-language-day. Accessed 2026-03-28. W3Techs. Usage statistics and market share of content languages for websites, march 2026, 2026. URL https://w3techs.com/technologies/overview/content_language. English listed at 49.5% on 2026-03-28; accessed 2026-03-28. 16