Skip to content
GCC AI Research

Archive Monthly

April 2024

15 articles

Top Stories

UAE Abu Dhabi's CPX-Core42 merger plans have cyber providers worried - Intelligence Online

Inception · · Infrastructure Policy

CPX and Core42, two significant entities based in Abu Dhabi, UAE, are reportedly planning a merger. CPX is a prominent cybersecurity and intelligence firm, while Core42 serves as an AI and cloud computing arm of G42. This proposed consolidation has reportedly generated apprehension among existing cybersecurity providers in the region. Why it matters: This strategic merger could profoundly reshape the competitive landscape for AI and cybersecurity services in the UAE, reflecting broader national efforts towards technological integration and self-reliance.

101 Billion Arabic Words Dataset

arXiv · · NLP LLM

Researchers compiled a 101 Billion Arabic Words Dataset by mining text from Common Crawl WET files and rigorously cleaning and deduplicating the extracted content. The dataset aims to address the scarcity of original, high-quality Arabic linguistic data, which often leads to bias in Arabic LLMs that rely on translated English data. This is the largest Arabic dataset available to date. Why it matters: The new dataset can significantly contribute to the development of authentic Arabic LLMs that are more linguistically and culturally accurate.

Mystery diseases solved with RNA screening tool

KAUST · · Healthcare Research

KAUST and King Faisal Specialist Hospital and Research Centre (KFSHRC) are collaborating to develop an RNA sequencing tool to improve the diagnosis rate of genetic diseases. The tool analyzes RNA data to find aberrant transcripts and mutations, building on KFSHRC's clinical data and KAUST's computational expertise. The team has already solved cases that DNA sequencing alone could not, including a case of a young child with brain damage caused by a recessive gene mutation. Why it matters: This collaboration can improve disease management and preventative services in the region, directly contributing to Saudi Arabia’s national research priority of health and wellness.

How secure is AI-generated Code: A Large-Scale Comparison of Large Language Models

arXiv · · Research LLM

A study compared the vulnerability of C programs generated by nine state-of-the-art Large Language Models (LLMs) using a zero-shot prompt. The researchers introduced FormAI-v2, a dataset of 331,000 C programs generated by these LLMs, and found that at least 62.07% of the generated programs contained vulnerabilities, detected via formal verification. The research highlights the need for risk assessment and validation when deploying LLM-generated code in production environments.

World’s largest coral restoration project unveiled in the Red Sea

KAUST · · Research Partnership

KAUST has launched the KAUST Coral Restoration Initiative (KCRI), the world's largest coral restoration project, with a nursery on the NEOM coast capable of producing 40,000 corals annually. A secondary facility is under construction, designed to nurture 400,000 corals annually and expected to be completed by December 2025. The initiative aligns with Saudi Vision 2030 to bolster marine conservation efforts. Why it matters: This project demonstrates the Kingdom's commitment to environmental sustainability and leverages KAUST's research capabilities to address the critical issue of coral reef degradation, which has far-reaching implications for marine biodiversity and coastal communities.

Power network turns waste into treasure

KAUST · · Research Partnership

KAUST and King Abdulaziz University (KAU) are collaborating to develop low-cost sodium-ion battery technology using fly ash, a waste material from burning fossil fuels. Researchers are purifying fly ash and using thermal treatment to engineer its structure for use as carbon electrodes in batteries. The resulting carbon electrode material is competitive with existing market products and can be used for other applications. Why it matters: This research offers a sustainable approach to energy storage by repurposing waste materials, potentially enabling cheaper and more environmentally friendly grid-scale energy storage for renewable energy sources.

DynaMMo: Dynamic Model Merging for Efficient Class Incremental Learning for Medical Images

arXiv · · Research Healthcare

Researchers at MBZUAI have developed DynaMMo, a dynamic model merging method for efficient class incremental learning using medical images. DynaMMo merges multiple networks at different training stages using lightweight learnable modules, reducing computational overhead. Evaluated on three datasets, DynaMMo achieved a 10-fold reduction in GFLOPS compared to existing dynamic methods with a 2.76 average accuracy drop.