afghanistan
Hope, Aspirations, and the Impact of LLMs on Female Programming Learners in Afghanistan
Behmanush, Hamayoon, Akhtari, Freshta, Nooripour, Roghieh, Weber, Ingmar, Cannanure, Vikram Kamath
Designing impactful educational technologies in contexts of socio-political instability requires a nuanced understanding of educational aspirations. Currently, scalable metrics for measuring aspirations are limited. This study adapts, translates, and evaluates Snyder's Hope Scale as a metric for measuring aspirations among 136 women learning programming online during a period of systemic educational restrictions in Afghanistan. The adapted scale demonstrated good reliability (Cronbach's α = 0.78) and participants rated it as understandable and relevant. While overall aspiration-related scores did not differ significantly by access to Large Language Models (LLMs), those with access reported marginally higher scores on the Avenues subscale (p = .056), suggesting broader perceived pathways to achieving educational aspirations. These findings support the use of the adapted scale as a metric for aspirations in contexts of socio-political instability. More broadly, the adapted scale can be used to evaluate the impact of aspiration-driven design of educational technologies.
- Asia > Japan > Honshū > Chūbu > Toyama Prefecture > Toyama (0.04)
- North America > United States > Massachusetts > Middlesex County > Cambridge (0.04)
- Europe > Germany > Saarland > Saarbrücken (0.04)
- (4 more...)
- Research Report > New Finding (1.00)
- Research Report > Experimental Study (1.00)
- Questionnaire & Opinion Survey (1.00)
- Instructional Material (1.00)
- Education > Educational Setting (1.00)
- Education > Curriculum > Subject-Specific Education (0.49)
- Asia > Afghanistan > Kabul Province > Kabul (0.07)
- Asia > China > Beijing > Beijing (0.06)
- Africa > Nigeria (0.06)
- (9 more...)
- Media > News (1.00)
- Government > Regional Government > North America Government > United States Government (1.00)
- Government > Military (1.00)
Filling the Gap for Uzbek: Creating Translation Resources for Southern Uzbek
Mamasaidov, Mukhammadsaid, Aral, Azizullah, Shopulatov, Abror, Inomjonov, Mironshoh
Southern Uzbek (uzs) is a Turkic language variety spoken by around 5 million people in Afghanistan and differs significantly from Northern Uzbek (uzn) in phonology, lexicon, and orthography. Despite the large number of speakers, Southern Uzbek is underrepresented in natural language processing. We present new resources for Southern Uzbek machine translation, including a 997-sentence FLORES+ dev set, 39,994 parallel sentences from dictionary, literary, and web sources, and a fine-tuned NLLB-200 model (lutfiy). We also propose a post-processing method for restoring Arabic-script half-space characters, which improves handling of morphological boundaries. All datasets, models, and tools are released publicly to support future work on Southern Uzbek and other low-resource languages.
- Asia > Uzbekistan > Toshkent Shahri > Tashkent (0.05)
- Asia > Afghanistan > Kabul Province > Kabul (0.05)
- North America > United States > Florida > Miami-Dade County > Miami (0.04)
- (4 more...)
CulFiT: A Fine-grained Cultural-aware LLM Training Paradigm via Multilingual Critique Data Synthesis
Feng, Ruixiang, Gao, Shen, Chen, Xiuying, Chen, Lisi, Shang, Shuo
Large Language Models (LLMs) have demonstrated remarkable capabilities across various tasks, yet they often exhibit a specific cultural biases, neglecting the values and linguistic diversity of low-resource regions. This cultural bias not only undermines universal equality, but also risks reinforcing stereotypes and perpetuating discrimination. To address this, we propose CulFiT, a novel culturally-aware training paradigm that leverages multilingual data and fine-grained reward modeling to enhance cultural sensitivity and inclusivity. Our approach synthesizes diverse cultural-related questions, constructs critique data in culturally relevant languages, and employs fine-grained rewards to decompose cultural texts into verifiable knowledge units for interpretable evaluation. We also introduce GlobalCultureQA, a multilingual open-ended question-answering dataset designed to evaluate culturally-aware responses in a global context. Extensive experiments on three existing benchmarks and our GlobalCultureQA demonstrate that CulFiT achieves state-of-the-art open-source model performance in cultural alignment and general reasoning.
- North America > United States (0.14)
- Asia > Afghanistan (0.05)
- Asia > Middle East > Iran (0.04)
- (19 more...)
Personalisation or Prejudice? Addressing Geographic Bias in Hate Speech Detection using Debias Tuning in Large Language Models
Piot, Paloma, Martín-Rodilla, Patricia, Parapar, Javier
Commercial Large Language Models (LLMs) have recently incorporated memory features to deliver personalised responses. This memory retains details such as user demographics and individual characteristics, allowing LLMs to adjust their behaviour based on personal information. However, the impact of integrating personalised information into the context has not been thoroughly assessed, leading to questions about its influence on LLM behaviour. Personalisation can be challenging, particularly with sensitive topics. In this paper, we examine various state-of-the-art LLMs to understand their behaviour in different personalisation scenarios, specifically focusing on hate speech. We prompt the models to assume country-specific personas and use different languages for hate speech detection. Our findings reveal that context personalisation significantly influences LLMs' responses in this sensitive area. To mitigate these unwanted biases, we fine-tune the LLMs by penalising inconsistent hate speech classifications made with and without country or language-specific context. The refined models demonstrate improved performance in both personalised contexts and when no context is provided.
- Europe > United Kingdom (0.14)
- Asia > Afghanistan (0.05)
- Asia > Middle East > Saudi Arabia (0.05)
- (26 more...)
Echoes of Power: Investigating Geopolitical Bias in US and China Large Language Models
Pacheco, Andre G. C., Cavalini, Athus, Comarela, Giovanni
In particular, the ChatGPT model (GPT-3.5 and GPT-4) [1] has demonstrated its potential to generate human-like conversational abilities, enabling it to engage in meaningful dialogues, answer questions, and generate text across a wide range of topics, including science, entertainment, and politics [13, 14, 20]. The ability of these models to generate coherent and contextually relevant text has made them a powerful tool for content creation and enabling new ways of human-machine interactions. Despite their potential benefits, the widespread adoption of LLMs has raised concerns about their potential misuse, particularly in generating disinformation [16, 23, 25], fake news [11, 27], and hate speech [10, 22]. Beyond these widely recognized concerns, another critical issue has gained increasing attention in recent months: the potential of these models to manipulate public opinion, both due to the inherent biases embedded in their training process and the biases deliberately introduced or reinforced by their developers or maintainers. The most modern LLMs designed to interact with humans are generally trained using at least two phases. First, they are trained on large-scale text corpora, which inevitably incorporate the ideological, cultural, and political perspectives present in the source.
- Asia > Russia (0.47)
- Europe > Russia (0.15)
- Asia > Middle East > Iraq (0.14)
- (21 more...)
- Government > Military (1.00)
- Law Enforcement & Public Safety (0.93)
- Media > News (0.68)
- (3 more...)
Introducing a new hyper-parameter for RAG: Context Window Utilization
This paper introduces a new hyper-parameter for Retrieval-Augmented Generation (RAG) systems called Context Window Utilization. RAG systems enhance generative models by incorporating relevant information retrieved from external knowledge bases, improving the factual accuracy and contextual relevance of generated responses. The size of the text chunks retrieved and processed is a critical factor influencing RAG performance. This study aims to identify the optimal chunk size that maximizes answer generation quality. Through systematic experimentation, we analyze the effects of varying chunk sizes on the efficiency and effectiveness of RAG frameworks. Our findings reveal that an optimal chunk size balances the trade-off between providing sufficient context and minimizing irrelevant information. These insights are crucial for enhancing the design and implementation of RAG systems, underscoring the importance of selecting an appropriate chunk size to achieve superior performance.
- Asia > Afghanistan (0.06)
- North America > United States > California > Los Angeles County > Los Angeles (0.04)
- Asia > India > NCT > Delhi (0.04)
- (2 more...)
Are seed-sowing drones the answer to global deforestation?
Santa Cruz Cabralia, Bahia, Brazil – With a loud whir, the drone takes flight. Minutes later, the humming sound gives way to a distinctive rattling as the machine, hovering about 20 metres above the ground, begins unloading its precious cargo and a cocktail of seeds rains down onto the land below. Given time, these seeds will grow into trees and, eventually, it is hoped, a thriving forest will stand where there was once just sparse vegetation. That is what the startup which operates this drone, a large contraption that looks a bit like a Pokemon ball with antennae, hopes. The 54 hectares (133 acres) here which have been badly degraded by agriculture and cattle farming in the Brazilian state of Bahia are just the start.
- South America > Brazil > Bahia (0.55)
- South America > Brazil > Rio de Janeiro > Rio de Janeiro (0.15)
- Oceania > Australia (0.05)
- (8 more...)
- Food & Agriculture > Agriculture (0.57)
- Government (0.49)
Desk-AId: Humanitarian Aid Desk Assessment with Geospatial AI for Predicting Landmine Areas
Cirillo, Flavio, Solmaz, Gürkan, Peng, Yi-Hsuan, Bizer, Christian, Jebens, Martin
The process of clearing areas, namely demining, starts by assessing and prioritizing potential hazardous areas (i.e., desk assessment) to go under thorough investigation of experts, who confirm the risk and proceed with the mines clearance operations. This paper presents Desk-AId that supports the desk assessment phase by estimating landmine risks using geospatial data and socioeconomic information. Desk-AId uses a Geospatial AI approach specialized to landmines. The approach includes mixed data sampling strategies and context-enrichment by historical conflicts and key multi-domain facilities (e.g., buildings, roads, health sites). The proposed system addresses the issue of having only ground-truth for confirmed hazardous areas by implementing a new hard-negative data sampling strategy, where negative points are sampled in the vicinity of hazardous areas. Experiments validate Desk-Aid in two domains for landmine risk assessment: 1) country-wide, and 2) uncharted study areas). The proposed approach increases the estimation accuracies up to 92%, for different classification models such as RandomForest (RF), Feedforward Neural Networks (FNN), and Graph Neural Networks (GNN).
- Asia > Afghanistan > Kabul Province > Kabul (0.04)
- South America > Colombia (0.04)
- North America > United States > Virginia (0.04)
- (7 more...)
- Government > Military (1.00)
- Food & Agriculture > Agriculture (1.00)
- Information Technology > Artificial Intelligence > Machine Learning > Statistical Learning (1.00)
- Information Technology > Artificial Intelligence > Machine Learning > Performance Analysis > Accuracy (1.00)
- Information Technology > Artificial Intelligence > Machine Learning > Neural Networks > Deep Learning (1.00)
Biden ridiculed for 'obvious hypocrisy' as he condemns Israeli airstrike that killed aid workers in Gaza
Rep. Mike Waltz, R-Fla., and Hoover Institution senior fellow Victor Davis Hanson react to military leaders testifying during House hearing on President Biden's Afghanistan withdrawal on'Hannity.' President Biden's condemnation of the Israeli airstrike that killed seven food aid workers in Gaza earlier this week isn't sitting well with some critics, who called the president's reaction "obvious hypocrisy." Biden responded after the World Central Kitchen (WCK) nonprofit, founded by celebrity chef Jose Andres, announced Tuesday that it was pausing all its operations in Gaza after seven of its food aid workers – including a dual U.S.-Canadian citizen -- were killed by an "unforgivable" Israeli airstrike. "I am outraged and heartbroken by the deaths of seven humanitarian workers from World Central Kitchen, including one American, in Gaza yesterday," Biden wrote in a statement. "They were providing food to hungry civilians in the middle of a war. They were brave and selfless. Their deaths are a tragedy."
- North America > United States (1.00)
- Asia > Middle East > Palestine > Gaza Strip > Gaza Governorate > Gaza (1.00)
- Asia > Middle East > Israel (0.22)
- (2 more...)
- Government > Regional Government > North America Government > United States Government (1.00)
- Government > Military (1.00)