News & Research
The latest AI research and news with real-world stakes — each item sourced, dated, summarized in plain English, and tagged by impact area. Every item is checked against its source before it appears.
Research
EduZone: A Framework for Evaluating LLM Safety for K-12 Students and Teachers
Junyeong Park, Jieun Han, Haneul Yoo et al.
arXiv · 2026-08-03
EduZone is an evaluation framework designed to assess how safely large language models (LLMs) behave in K-12 educational settings, covering both student- and teacher-facing interactions. The framework combines curriculum concepts with 6 risk categories and 28 subcategories—including education-specific harms—across single-turn and multi-turn conversation settings. Evaluating ten LLMs across four safety levels, the study finds that existing safety guardrails are particularly inadequate for education-specific risks and dynamic multi-turn interactions. The work provides an automated, scalable tool to support safer deployment of LLMs in K-12 education.
- Quality assurance
- AI policy
Research
Wnuan: Staged Post-Training for Question Answering over Proprietary Enterprise Knowledge
Xiaofeng Shi, Xiaosong Qiu, Wenxin Ma et al.
arXiv (Cornell University) · 2026-08-03
Wnuan is a three-stage post-training pipeline designed to adapt large language models for enterprise question answering over proprietary knowledge. It combines task-oriented supervised fine-tuning with general-data replay and reinforcement learning targeted at residual errors, achieving an acceptable-answer rate of 91.51% on the 707-question WnuanBench—up from 52.76% before adaptation. The residual-error RL sampling strategy outperforms full-pool and random sampling baselines, though general benchmark performance drops by 5.17 points, mostly in instruction following. The work quantifies both the benefits and capability trade-offs of staged enterprise adaptation, with automatic evaluations agreeing with domain experts 90.5% of the time.
- Enterprise
Research
RADAR: Rubric-Aware Dependency and Redundancy Analysis for LLM-as-Judge Evaluation
Divyansh Singh, Reza Davari, Afra Mashhadi
arXiv · 2026-08-03
RADAR is a diagnostic framework designed to expose hidden dependencies among rubric criteria used in LLM-as-judge evaluation pipelines, which typically assume each criterion provides an independent signal. The system generates synthetic probes for a given rubric, scores them across all criteria, and produces a directional coupling matrix revealing which criteria co-score and how strongly. Validated on three industry-relevant benchmarks—NVIDIA HelpSteer2, SumPubMed, and Yale-Salesforce SummEval—RADAR recovers human inter-criterion correlation structure with Pearson r > 0.84 using only a small number of probes. This matters because undetected criterion redundancy or hierarchy can distort the aggregate scores used to make model-release and product-update decisions.
- Quality assurance
- Enterprise
Research
CockpitHAT: Dependency-Graph-Driven Hierarchical Attribution for Embodied Multi-Agent Cockpits
Wei Wang, Shuanghe Liu, Zhu Zhuo et al.
arXiv · 2026-08-03
CockpitHAT introduces a hierarchical attribution framework for diagnosing failures in LLM-based multi-agent systems used in automotive cockpits, where superficially correct outputs can trigger dangerous physical actions — a problem the authors call 'Correctness Collapse.' The system uses dependency-distance thresholds derived from interaction graphs, integrates multi-channel evidence, and applies safety-weighted analysis aligned with ISO 26262 ASIL severity levels. Evaluated on the public Who&When benchmark, CockpitHAT outperforms the text-only state-of-the-art method ECHO by up to 17.6 points at agent level and 16.7 points at step-exact accuracy. The authors also release CockpitBench, a benchmark of 212 expert-annotated failure traces, establishing dependency-aware, risk-calibrated attribution as a more reliable paradigm for failure diagnosis in safety-critical AI systems.
- Quality assurance
- Certifications
Research
Can You Trust the Confidence? ConfBench for Vision-Language Models on Document Extraction
Priyashree Roy, Sujitha Martin, Mohammad Rostami et al.
arXiv · 2026-08-03
ConfBench is the first calibration-focused benchmark for key information extraction (KIE) in intelligent document processing (IDP), built by applying 20 controlled degradation pipelines to a diverse document set to yield 1,346 document variants and over 70,000 entity-level evaluations. The study evaluates four proprietary and three open-weight vision-language models (VLMs) across multiple confidence estimation methods and input modalities, finding that OCR+Image modality produces the most accurate confidence estimates, model capability is the dominant predictor of calibration quality, and log-probability with first-token aggregation consistently outperforms other aggregation approaches. The paper also introduces ECARB, a review-budget metric that translates discriminative gains into operational savings, directly addressing how well confidence scores can route document extractions between automation and human review. These findings matter for enterprise document automation deployments where unreliable confidence scores lead to misrouted extractions and unnecessary human review costs.
- Enterprise
- Quality assurance
Research
Investigating Social Bias in Narrative Image Generation
Junyeong Park, Sowon Min, Euna Jang et al.
arXiv · 2026-08-03
This study examines how social biases in text-to-image (T2I) generation models vary across photo, storyboard, and comic formats, adapting a text-based bias evaluation framework (BBG) to image generation. Testing six T2I models, the researchers find that proprietary models produce biased outputs 25.9% of the time in photo generation, with that rate rising by 9.6 percentage points in storyboard generation and 18.2 percentage points in comic generation. While photos tend to encode bias through subtle visual cues, narrative formats like storyboards and comics surface biases more explicitly through event sequencing, character positioning, narrative resolution, and text. The findings highlight that bias evaluations limited to photo generation may underestimate the problem, and that diverse visual formats must be assessed when deploying T2I systems in media and education contexts.
- Quality assurance
- AI policy
Research
Leveraging AI for fine-grained food safety risk forecasting in sparse data conditions
Dongqi Wang, Weiwei Chen, Han Zhou et al.
arXiv · 2026-08-03
This paper presents a Transformer-based AI framework for forecasting city-level food safety risks, even where local inspection data are sparse. By combining over 11 million inspection records with demographic, economic, and environmental indicators from the Statistical Yearbook, and using a three-stage pretraining design with Wilson interval-based confidence modeling and semi-supervised label refinement, the system significantly outperforms baseline approaches. A field experiment with the Zhejiang Provincial Administration for Market Regulation confirmed improved detection rates and more efficient allocation of inspection resources compared to a manually developed plan. The findings suggest that proactive, data-driven food safety oversight can reduce reliance on reactive measures and enable earlier identification of food safety threats.
- AI policy
- Quality assurance
Research
Coding Agents as Test-Suite Auditors: Finding What Official Suites Miss While Approaching What They Catch
Shuyang Xie, Shuxiao Xie, Feng Zhu et al.
arXiv (Cornell University) · 2026-08-03
This paper investigates whether official test suites used in competitive programming judges (like AtCoder and Codeforces) are reliable ground truth for evaluating and training large language models on code. The authors deploy off-the-shelf coding agents as 'test-suite auditors' that build adversarial test suites and use a certification chain—cross-checking multiple accepted solutions and brute-force solvers—to verify bugs without relying on the official judge. The agents identify 589 verified accepted-but-buggy submissions out of 20,375 audited on AtCoder (with a union of 906 across five agents), while staying within 1.7 percentage points of official-suite coverage on logic bugs those suites catch. This matters because datasets and benchmarks built on online-judge verdicts may be systematically corrupted by undetected buggy submissions, undermining both model evaluation and training.
- Quality assurance
- Certifications
Research
When Memory Becomes Authority: Benchmarking Authority Collapse at the Memory Consolidation Boundary
Qiuyang Zhan, Rui Zhang, Sheng Guo et al.
arXiv · 2026-08-03
This paper identifies 'authority collapse' in LLM agents with persistent memory: when interaction histories are consolidated into reusable memories, the source constraints governing how that information may be used are erased, causing stored memories to imply greater authority than originally permitted. The authors introduce AuthMem-Bench, a benchmark testing this vulnerability across 49 configurations of seven memory systems and seven LLM backbones, finding authority collapse in 48 of 49 cases. Collapsed memories without authority metadata produce a mean unauthorized-action rate of 50.3%, while automatically preserving authority labels reduces the unauthorized-action rate from 16.9% to 0.0% with negligible impact on legitimate task success. The findings demonstrate that memory-driven AI adaptation must preserve not only learned content but also the authority conditions under which that content may be reused.
- Quality assurance
- AI policy
Research
Human-LLM Alignment in Language Attitudes Toward Non-Native Japanese
Naho Orita, Hayato Ogawa, Daisuke Kawahara
arXiv · 2026-08-03
This paper investigates whether large language models (LLMs) replicate human biases against non-native Japanese writing in high-stakes evaluation contexts like hiring and academic assessment. Using the language attitudes framework, the researchers compared how human Japanese raters and six LLM judges scored L1 versus L2 Japanese emails on fluency, status, and solidarity. Human raters penalized L2 texts significantly on all three dimensions, and most LLMs reproduced the same directional bias and its ordering across dimensions—but all LLMs understated the solidarity gap and, unlike humans, differentiated among learners based on their native language backgrounds. The findings reveal that LLMs encode native-speaker language attitudes in a structured but attenuated form, posing measurable risks to non-native speakers evaluated by AI systems, and demonstrate that the language attitudes framework can serve as a practical audit tool beyond English.
- Workforce
- Quality assurance
Research
SoK: How Frontier AI Reshapes System-Level Security Risk Dynamics in Critical Infrastructure
Chandra Thapa, Mohan Baruwal Chhetri, Marthie Grobler et al.
arXiv (Cornell University) · 2026-08-03
This paper introduces a five-dimensional risk-dynamics framework for understanding how frontier AI systems—including large language models, multimodal models, and agentic systems—reshape security risks in critical infrastructure. The framework characterizes how risk emerges and spreads across capability emergence, infiltration pathways, cross-system propagation, degraded control authority, and strained institutional response capacity. The authors identify a structural mismatch between academic AI-security research and real-world operational constraints in critical infrastructure, and propose a deployment-oriented research agenda focused on system-level assurance rather than model-centric robustness. The work is significant because it shifts the framing of AI security from enumerating individual threats to understanding the lifecycle-structured dynamics that determine outcomes in interconnected infrastructure environments.
- AI policy
- Quality assurance
Research
Rethinking Generative AI Literacy: An Integrative, Developmental, and Dialectical Framework for K-12 Teacher Education
Shahin Hossain, Sima Ahmadi, Leqi Li et al.
arXiv (Cornell University) · 2026-08-03
This paper introduces RAIL-Ed (Responsible AI Literacy in Education), a framework for preparing K-12 teachers to use generative AI competently and ethically. Developed through a systematic review of 67 studies (2023–2025), it organizes teacher readiness into six interdependent pillars—Technical Fluency, Critical Evaluation, Human-AI Collaboration, Contextual Awareness, Ethical Reasoning, and Empowered Agency—each assessed across three developmental levels. The authors argue that ethics, equity, and agency must be treated as foundational rather than supplementary, and that teacher literacy—not tool adoption—should be the central object of educational design. The framework is aligned with UNESCO and OECD/European Commission AI literacy standards and is intended to ground curriculum design, teacher education, and policy.
- Workforce
- AI policy
Research
AI Governance for Institutional Readiness in Finance
Irene Aldridge, Steve Krawciw
arXiv (Cornell University) · 2026-08-03
This paper identifies a major governance gap in how financial institutions manage agentic AI systems: 88% of surveyed finance professionals report no operational governance framework despite universal awareness of agentic AI deployment, and only 24 of 75 large U.S. money managers disclose a formal governance policy in regulatory filings. The authors argue the gap is architectural rather than cultural, because existing governance was designed for deterministic systems with static validation, while continuously retrained agentic AI violates those assumptions by design. They propose a four-layer governance framework with quantitative tools—including a regret-covariance statistic for detecting policy drift and a crowding model showing joint drawdown probability rising from 39.2% to 79.3% as institutions converge on correlated exposures—along with a 90-day implementation sequence. The findings matter for financial regulators and institutions seeking to align AI deployment practices with appropriate risk controls.
- AI policy
- Enterprise
Research
Stateful Governance for Concurrent Agentic Systems
Yuxiang Peng, Xiaodi Wu
arXiv (Cornell University) · 2026-08-03
This paper addresses a critical gap in AI agent governance: when agents execute consequential real-world operations (refunds, inventory reservations, financial transfers), existing safeguards only check permissions at request time, but the underlying state (budgets, inventory, approvals) can change before the action completes, rendering earlier authorizations stale. The authors define 'policy-state serializability' as a correctness condition and present Provenact, a runtime architecture that coordinates policy state with effects to prevent stale authorizations. Experiments with a PostgreSQL-backed prototype show Provenact avoids policy violations in procurement workflows where baseline approaches fail over shared budgets and inventory. This matters for enterprise and policy contexts because it provides a concrete, testable framework for governing concurrent AI agents acting on shared resources.
- Enterprise
- AI policy
Research
Organizational Impacts of Generative Artificial Intelligence: An Investigation of Software Development and Creative Ideation
Kartikeya Negi
Open MIND · 2026-08-03
This dissertation examines how generative AI affects two organizational knowledge work domains: software development and creative ideation. A system dynamics model grounded in interviews with 30 software developers finds that GenAI use can boost immediate productivity but erodes computational thinking and technical skills over time, with junior developers most at risk; policies emphasizing prompt refinement and learning-oriented use can mitigate this. A separate randomized experiment (2x2 design) finds that GenAI assistance in problem formulation increased usefulness but reduced novelty and diversity of ideas, while GenAI assistance in solution generation increased novelty without significantly reducing diversity. The findings together suggest that realizing GenAI's organizational value requires designing human-AI collaboration to preserve human engagement in problem framing and learning, while accounting for longer-term and collective consequences.
- Workforce
- Enterprise
Research
ETHICAL DILEMMAS IN THE PROTECTION OF SOFT TARGETS
David Mazák
Łódzkie Studia Humanistyczne · 2026-08-03
This study examines the ethical tensions that arise when AI-based surveillance and biometric systems are deployed to protect publicly accessible spaces ('soft targets') in Europe. Using content analysis of legal texts, EU legislation, and case law from European courts, the authors find that the core dilemmas center on balancing public security against privacy, non-discrimination, transparency, and accountability in AI decision-making. The paper proposes the Integrated Model of Ethical Legitimacy of Soft Target Protection (IMEL-STP), which evaluates security measures across three dimensions: security effectiveness, legal legitimacy, and ethical acceptability. The model is intended to guide public authorities and security agencies beyond purely technical or compliance-based assessments.
- AI policy
Research
Does artificial intelligence reshape the link between governance mechanisms and financial performance? Evidence from Palestine exchange
Alaa Hekmat Amarna, Ponnam Venkateswarlu
Asian Development Policy Review · 2026-08-03
This study examines how corporate governance mechanisms relate to financial performance among 36 Palestinian listed companies from 2017 to 2024, and whether AI adoption moderates those relationships. Using random-effect regression on secondary data, the authors find that board size and meeting frequency positively affect ROA and ROE, while AI does not directly improve financial performance but significantly moderates several board-performance links—strengthening the effects of gender diversity, board education, and board independence, while negatively interacting with meeting frequency on ROA. The findings suggest AI can act as both a complement and a substitute for traditional governance mechanisms, leading the authors to recommend that Palestinian regulators, including the Ministry of Telecommunications and Digital Economy, establish clear frameworks for integrating AI into corporate governance systems.
- Enterprise
- AI policy
Research
Creating a code assistance tool using low computational resources
Adnan Riaz
AMS Dottorato Institutional Doctoral Theses Repository (University of Bologna) · 2026-08-03
This doctoral thesis, developed in response to a problem posed by industrial automation firm Coesia, investigates how to build a privacy-preserving, resource-efficient code assistant for Structured Text (ST) programming—a language defined by the IEC 61131-3 standard used in PLC programming. Using parameter-efficient fine-tuning (PEFT), Low-Rank Adaptation (LoRA), and 4-bit quantization, the resulting model outperformed state-of-the-art code LLMs up to five times larger on standard Python benchmarks. The work also introduces a synthetic ST code generation pipeline to produce high-quality domain-specific training data and examines licensing and innovation management considerations for deploying LLMs in industrial settings. The results demonstrate the technical feasibility of lightweight, specialized AI coding assistants within confidentiality-constrained industrial environments.
- Enterprise
- Workforce
Research
Automatic report-based assessment of radiology-pathology concordance in surgical patients using BERT and DPCNN
Lixin Zhou, Yuanyuan Yang, Tianshu Fang et al.
Scientific Reports · 2026-08-03
This paper presents a deep learning framework that automatically assesses whether radiology reports agree with pathology findings, a process called radiology-pathology concordance. The system combines BERT and a Deep Pyramid Convolutional Neural Network (DPCNN), along with resampling techniques to handle imbalanced data, achieving 91.51% accuracy on clinical records from a Grade III Level A hospital. The authors position the tool as support for retrospective auditing and educational feedback, while noting that external validation is needed before broader clinical use. The work demonstrates a promising automated approach to flagging discordant report pairs that could otherwise require manual review.
- Quality assurance
Research
Artificial Intelligence Exposure, Perceived Job Replaceability, and Perceived Income Change: The Moderating Role of Task Codifiability—Evidence from the China General Social Survey
Rong Nie, Xiaomei Bai, Jiangmin Ding
Mathematics · 2026-08-03
Using data from 6,247 employed workers in the 2021 China General Social Survey matched with industry-level robot penetration data, this study finds that greater AI exposure is associated with a 4.2-percentage-point lower probability of reporting higher household income, while workers who perceive themselves as less replaceable by AI are 15.7 percentage points more likely to report income gains. Critically, task codifiability moderates these relationships: low perceived replaceability is associated with a 22.9-percentage-point income improvement in low-codifiability occupations versus only 4.7 percentage points in high-codifiability ones, revealing a polarization pattern. Medium-skill routine workers face the strongest negative effects, while high-skill workers in low-codifiability roles show the strongest positive outcomes. The findings have direct implications for designing inclusive technological adjustment policies in contexts of rapid AI adoption.
- Workforce
- AI policy
Research
Navigating the skill diversity frontier: How skill complexity explains worker resilience
Mar Carpanelli, Jedrzej Duszynski, Fabian Stephany
arXiv (Cornell University) · 2026-08-03
This paper develops a network-based framework to measure how the structure of workers' skill portfolios shapes their resilience to AI-driven labor market changes, using longitudinal data on 2.4 million U.S. workers and over 16,000 distinct skills from LinkedIn. The authors introduce three measures—specialisation, diversity, and a 'diversity frontier'—and find that workers closest to the diversity frontier are significantly more likely to acquire new skills, receive promotions, and transition into occupations with lower automation exposure. The findings show that adaptive capacity depends on combining both specialized depth and broad skill breadth, not either alone. The framework offers data-driven tools for measuring workforce resilience and identifying reskilling pathways in rapidly changing labor markets.
- Workforce
Research
Autonomous AI Agents for Dynamic Web Navigation: Design and Implementation of a Vendor Credentialing Verification System
Arun Mallur Chandrashekar
International Journal of Scientific Research in Computer Science Engineering and Information Technology · 2026-08-03
This paper presents a production-deployed AI agent framework that automates vendor license verification across all fifty U.S. state licensing systems for RealPage, a real estate services company. The system uses state machine-driven orchestration, large multimodal models with visual grounding, and concurrent multi-state execution to replace manual credentialing workflows. Deployment results show a 70–85% reduction in manual verification effort, 60% improvement in data freshness, verification times of three to six seconds per request, and data extraction accuracy of 92–96%. The work offers a validated reference architecture for enterprise-grade autonomous compliance verification across heterogeneous regulatory systems.
- Enterprise
- Certifications
Research
Bridging the digital skills gap in ICT labour markets: A socio-technical framework for hybrid ICT competencies via market intelligence
Duncan Nyale
Social Sciences & Humanities Open · 2026-08-03
Analyzing 46,514 U.S. ICT job postings from Dice.com, this study extracts 371,038 skill mentions covering 9,077 unique competencies to identify what employers actually demand from technology workers. The findings reveal a dual-demand structure in which technical skills like Python, SQL, and AI are foundational but increasingly inseparable from transversal competencies — collaboration alone was requested 7,047 times, nearly double the mentions for Computer Science. The paper proposes an Integrated Hybrid Skills Framework and actionable curriculum redesign strategies to close the qualitative mismatch between higher education programs and ICT labour market needs. The results underscore a shift toward the T-shaped professional and have direct implications for how workforce training and degree programs should be structured.
- Workforce
- Enterprise
Research
Personal data protection in experimental AI governance
Aleš Završník, Saša Krajnc
ERA Forum · 2026-08-03
This article analyzes how the EU AI Act's regulatory sandboxes interact with the General Data Protection Regulation (GDPR), identifying tensions between AI's data-intensive requirements and GDPR principles like purpose limitation and data minimisation. It addresses whether sandbox provisions override or clarify GDPR rules and whether sandboxes can genuinely balance innovation with data protection rights. The analysis concludes that well-designed sandboxes can support trustworthy AI development through cooperative and proportionate regulation.
- AI policy
Research
Ethical use of artificial intelligence in education: proposed ethical competency framework for teachers
Ibrahim Yaussef Alyoussef, Nisar Ahmed Dahri, Khadijah Amru Alhashmi et al.
Frontiers in Artificial Intelligence · 2026-08-03
This study proposes and pilot-tests an ethical competency framework for teachers in Pakistan and Saudi Arabia to support responsible AI integration in education. Using an exploratory sequential mixed-methods design with 30 teachers, the researchers found that participants rated the framework positively on effectiveness (M=3.73), usability (M=3.63), and ethical compliance (M=3.83). Qualitative feedback indicated gains in ethical awareness and AI-supported instructional design, though participants flagged limited prior AI knowledge, insufficient technical support, and the need for ongoing professional development as key barriers. The study highlights the importance of sustained teacher training, institutional readiness, and supportive policies for responsible AI adoption in educational settings.
- Workforce
- AI policy