Africa
Not Cheating on the Turing Test: Towards Grounded Language Learning in Artificial Intelligence
Recent hype surrounding the increasing sophistication of language processing models has renewed optimism regarding machines achieving a human-like command of natural language. Research in the area of natural language understanding (NLU) in artificial intelligence claims to have been making great strides in this area, however, the lack of conceptual clarity/consistency in how 'understanding' is used in this and other disciplines makes it difficult to discern how close we actually are. In this interdisciplinary research thesis, I integrate insights from cognitive science/psychology, philosophy of mind, and cognitive linguistics, and evaluate it against a critical review of current approaches in NLU to explore the basic requirements--and remaining challenges--for developing artificially intelligent systems with human-like capacities for language use and comprehension.
Imputation of Missing Streamflow Data at Multiple Gauging Stations in Benin Republic
Mbuvha, Rendani, Adounkpe, Julien Yise Peniel, Mongwe, Wilson Tsakane, Houngnibo, Mandela, Newlands, Nathaniel, Marwala, Tshilidzi
Streamflow observation data is vital for flood monitoring, agricultural, and settlement planning. However, such streamflow data are commonly plagued with missing observations due to various causes such as harsh environmental conditions and constrained operational resources. This problem is often more pervasive in under-resourced areas such as Sub-Saharan Africa. In this work, we reconstruct streamflow time series data through bias correction of the GEOGloWS ECMWF streamflow service (GESS) forecasts at ten river gauging stations in Benin Republic. We perform bias correction by fitting Quantile Mapping, Gaussian Process, and Elastic Net regression in a constrained training period. We show by simulating missingness in a testing period that GESS forecasts have a significant bias that results in low predictive skill over the ten Beninese stations. Our findings suggest that overall bias correction by Elastic Net and Gaussian Process regression achieves superior skill relative to traditional imputation by Random Forest, k-Nearest Neighbour, and GESS lookup. The findings of this work provide a basis for integrating global GESS streamflow data into operational early-warning decision-making systems (e.g., flood alert) in countries vulnerable to drought and flooding due to extreme weather events.
Temporal Word Meaning Disambiguation using TimeLMs
Godbole, Mihir, Dandavate, Parth, Kane, Aditya
Meaning of words constantly changes given the events in modern civilization. Large Language Models use word embeddings, which are often static and thus cannot cope with this semantic change. Thus,it is important to resolve ambiguity in word meanings. This paper is an effort in this direction, where we explore methods for word sense disambiguation for the EvoNLP shared task. We conduct rigorous ablations for two solutions to this problem. We see that an approach using time-aware language models helps this task. Furthermore, we explore possible future directions to this problem.
"Architects can rest easy that AI isn't coming for their jobs just yet"
Despite the justified controversy surrounding AI art, architects need not worry about being usurped by software that can generate images of buildings, argues Will Wiles. These are uncertain times, but we can be sure of two things. The first is that art made by artificial intelligence (AI) is here to stay. Please feel free to imagine those marks if you prefer.) The second is that AI art will remain controversial, and rightly so. Human artists fear, quite reasonably, that it will consume much of the bread-and-butter work on which they depend.
Oil tanker hit by armed drone off coast of Oman: Official
An oil tanker associated with an Israeli billionaire has been struck by a bomb-carrying drone off the coast of Oman amid heightened tensions with Iran, an official has told the Associated Press. The attack happened on Tuesday night off the coast of Oman, the Middle East-based defence official said. The official spoke on Wednesday on condition of anonymity as they did not have authorisation to discuss the attack publicly. The United Kingdom Maritime Trade Operations, a British military organisation in the region monitoring shipping, told the AP: "We are aware of an incident and it's being investigated at this time." The official identified the vessel attacked as the Liberian-flagged oil tanker Pacific Zircon.
Israel's OurCrowd to Launch AI Business in U.A.E.
TEL AVIV--Israeli venture-capital firm OurCrowd is investing tens of millions of dollars to start an artificial-intelligence business in the United Arab Emirates, in the latest sign of deepening commercial ties between the two neighbors after they established diplomatic relations two years ago. OurCrowd said it is partnering with Abu Dhabi Investment Office, a government entity responsible for facilitating investment in the U.A.E. The two entities will invest $60 million in total for the expansion, the bulk of which would be used to set up the new AI business, named Integrated Data Intelligence Ltd., according to Jon Medved, founder and chief executive of OurCrowd. The new company will serve as a technical hub for businesses seeking AI as a service. The story of the Abraham Accords isn't one-way investment, Mr. Medved said, but of "how we build stuff together."
Language and Culture Internalisation for Human-Like Autotelic AI
Colas, Cédric, Karch, Tristan, Moulin-Frier, Clément, Oudeyer, Pierre-Yves
Building autonomous agents able to grow open-ended repertoires of skills across their lives is a fundamental goal of artificial intelligence (AI). A promising developmental approach recommends the design of intrinsically motivated agents that learn new skills by generating and pursuing their own goals -- autotelic agents. But despite recent progress, existing algorithms still show serious limitations in terms of goal diversity, exploration, generalisation or skill composition. This perspective calls for the immersion of autotelic agents into rich socio-cultural worlds, an immensely important attribute of our environment that shapes human cognition but is mostly omitted in modern AI. Inspired by the seminal work of Vygotsky, we propose Vygotskian autotelic agents -- agents able to internalise their interactions with others and turn them into cognitive tools. We focus on language and show how its structure and informational content may support the development of new cognitive functions in artificial agents as it does in humans. We justify the approach by uncovering several examples of new artificial cognitive functions emerging from interactions between language and embodiment in recent works at the intersection of deep reinforcement learning and natural language processing. Looking forward, we highlight future opportunities and challenges for Vygotskian Autotelic AI research, including the use of language models as cultural models supporting artificial cognitive development.
Improved Overparametrization Bounds for Global Convergence of Stochastic Gradient Descent for Shallow Neural Networks
Polaczyk, Bartłomiej, Cyranka, Jacek
We study the overparametrization bounds required for the global convergence of stochastic gradient descent algorithm for a class of one hidden layer feed-forward neural networks, considering most of the activation functions used in practice, including ReLU. We improve the existing state-of-the-art results in terms of the required hidden layer width. We introduce a new proof technique combining nonlinear analysis with properties of random initializations of the network. First, we establish the global convergence of continuous solutions of the differential inclusion being a nonsmooth analogue of the gradient flow for the MSE loss. Second, we provide a technical result (working also for general approximators) relating solutions of the aforementioned differential inclusion to the (discrete) stochastic gradient descent sequences, hence establishing linear convergence towards zero loss for the stochastic gradient descent iterations.
Learning with Noisy Labels over Imbalanced Subpopulations
Chen, MingCai, Zhao, Yu, He, Bing, Han, Zongbo, Wu, Bingzhe, Yao, Jianhua
Learning with Noisy Labels (LNL) has attracted significant attention from the research community. Many recent LNL methods rely on the assumption that clean samples tend to have "small loss". However, this assumption always fails to generalize to some real-world cases with imbalanced subpopulations, i.e., training subpopulations varying in sample size or recognition difficulty. Therefore, recent LNL methods face the risk of misclassifying those "informative" samples (e.g., hard samples or samples in the tail subpopulations) into noisy samples, leading to poor generalization performance. To address the above issue, we propose a novel LNL method to simultaneously deal with noisy labels and imbalanced subpopulations. It first leverages sample correlation to estimate samples' clean probabilities for label correction and then utilizes corrected labels for Distributionally Robust Optimization (DRO) to further improve the robustness. Specifically, in contrast to previous works using classification loss as the selection criterion, we introduce a feature-based metric that takes the sample correlation into account for estimating samples' clean probabilities. Then, we refurbish the noisy labels using the estimated clean probabilities and the pseudo-labels from the model's predictions. With refurbished labels, we use DRO to train the model to be robust to subpopulation imbalance. Extensive experiments on a wide range of benchmarks demonstrate that our technique can consistently improve current state-of-the-art robust learning paradigms against noisy labels, especially when encountering imbalanced subpopulations.
Monte Carlo Tree Search based Variable Selection for High Dimensional Bayesian Optimization
Song, Lei, Xue, Ke, Huang, Xiaobin, Qian, Chao
Bayesian optimization (BO) is a class of popular methods for expensive black-box optimization, and has been widely applied to many scenarios. However, BO suffers from the curse of dimensionality, and scaling it to high-dimensional problems is still a challenge. In this paper, we propose a variable selection method MCTS-VS based on Monte Carlo tree search (MCTS), to iteratively select and optimize a subset of variables. That is, MCTS-VS constructs a low-dimensional subspace via MCTS and optimizes in the subspace with any BO algorithm. We give a theoretical analysis of the general variable selection method to reveal how it can work. Experiments on high-dimensional synthetic functions and real-world problems (i.e., NAS-bench problems and MuJoCo locomotion tasks) show that MCTS-VS equipped with a proper BO optimizer can achieve state-of-the-art performance.