Oceania
Why international cooperation matters in the development of artificial intelligence strategies
In October, the Forum for Cooperation on Artificial Intelligence (FCAI), a multistakeholder dialogue among high-level government officials and experts from industry, civil society, and academia, released an interim report taking stock of the current landscape for international cooperation on AI and offering recommendations to make further progress. FCAI publicly launched the report as part of Brookings' Global Forum on Democracy and Technology event, Aligning technology governance with democratic values. UK Secretary of State Digital, Culture, Media and Sport, Nadine Dorries, praised the "excellent" report as a "helpful step in [the] process" of building international AI collaboration while discussing her government's role in its presidency of the G7 group and its upcoming Future Tech Forum. To discuss the report, Brookings co-authors Cam Kerry and Josh Meltzer, and Andrea Renda of the Centre for European Policy Studies (CEPS) welcomed a panel featuring representatives from the governments of Australia, Canada, and the United States, as well as industry representatives from IBM and Twitter. While the entire event and panel discussion around the report can be found here, for some unfamiliar with the FCAI, this blog will serve as an introduction to the Forum and the new report.
Prescriptive Machine Learning for Automated Decision Making: Challenges and Opportunities
Machine learning (ML) methodology, fueled with access to ever-increasing masses of data and unprecedented computing power, has been the main driving factor of recent progress in artificial intelligence (AI) and its applications in various branches of science and technology, industry and business, economics and finance, amongst others. In this regard, ML is most commonly perceived as a means for predictive modeling, that is, for the data-driven construction of a model that is mainly used for the purpose of predicting unknown facts in a specific context -- albeit models may, of course, serve other purposes, too, such as understanding and explanation, or may have a more descriptive flavor. A predictive model, or "predictor" in ML jargon, is trained in a supervised manner on cases encountered by the "learner" over the course of time, such as emails categorized as spam or non-spam, and the model is then used to make predictions in future situations, e.g., to automatically mark new emails. Looking at emerging applications of ML methodology, there is a visible shift from predictive modeling to prescriptive modeling, by which we mean the task of learning a model that stipulates appropriate decisions or actions to be taken in real-world scenarios. In fact, decisions are nowadays increasingly automated and made by algorithms instead of humans, and most of these automated decision making (ADM) algorithms are trained on data using ML methods. For example, think of decisions in the context of employees recruitment, such as hiring or placement decisions [41].
The Rediscovery Hypothesis: Language Models Need to Meet Linguistics
Nikoulina, Vassilina | Tezekbayev, Maxat (Nazarbayev University) | Kozhakhmet, Nuradil (Nazarbayev University) | Babazhanova, Madina (Nazarbayev University) | Gallé, Matthias (Naver Labs Europe) | Assylbekov, Zhenisbek (Nazarbayev University)
There is an ongoing debate in the NLP community whether modern language models contain linguistic knowledge, recovered through so-called probes. In this paper, we study whether linguistic knowledge is a necessary condition for the good performance of modern language models, which we call the rediscovery hypothesis. In the first place, we show that language models that are significantly compressed but perform well on their pretraining objectives retain good scores when probed for linguistic structures. This result supports the rediscovery hypothesis and leads to the second contribution of our paper: an information-theoretic framework that relates language modeling objectives with linguistic information. This framework also provides a metric to measure the impact of linguistic information on the word prediction task. We reinforce our analytical results with various experiments, both on synthetic and on real NLP tasks in English.
Real-time Detection of Anomalies in Multivariate Time Series of Astronomical Data
Muthukrishna, Daniel, Mandel, Kaisey S., Lochner, Michelle, Webb, Sara, Narayan, Gautham
Astronomical transients are stellar objects that become temporarily brighter on various timescales and have led to some of the most significant discoveries in cosmology and astronomy. Some of these transients are the explosive deaths of stars known as supernovae while others are rare, exotic, or entirely new kinds of exciting stellar explosions. New astronomical sky surveys are observing unprecedented numbers of multi-wavelength transients, making standard approaches of visually identifying new and interesting transients infeasible. To meet this demand, we present two novel methods that aim to quickly and automatically detect anomalous transient light curves in real-time. Both methods are based on the simple idea that if the light curves from a known population of transients can be accurately modelled, any deviations from model predictions are likely anomalies. The first approach is a probabilistic neural network built using Temporal Convolutional Networks (TCNs) and the second is an interpretable Bayesian parametric model of a transient. We show that the flexibility of neural networks, the attribute that makes them such a powerful tool for many regression tasks, is what makes them less suitable for anomaly detection when compared with our parametric model.
Activity-based and agent-based Transport model of Melbourne (AToM): an open multi-modal transport simulation model for Greater Melbourne
Jafari, Afshin, Singh, Dhirendra, Both, Alan, Abdollahyar, Mahsa, Gunn, Lucy, Pemberton, Steve, Giles-Corti, Billie
Agent-based and activity-based models for simulating transportation systems have attracted significant attention in recent years. Few studies, however, include a detailed representation of active modes of transportation - such as walking and cycling - at a city-wide level, where dominating motorised modes are often of primary concern. This paper presents an open workflow for creating a multi-modal agent-based and activity-based transport simulation model, focusing on Greater Melbourne, and including the process of mode choice calibration for the four main travel modes of driving, public transport, cycling and walking. The synthetic population generated and used as an input for the simulation model represented Melbourne's population based on Census 2016, with daily activities and trips based on the Victoria's 2016-18 travel survey data. The road network used in the simulation model includes all public roads accessible via the included travel modes. We compared the output of the simulation model with observations from the real world in terms of mode share, road volume, travel time, and travel distance. Through these comparisons, we showed that our model is suitable for studying mode choice and road usage behaviour of travellers.
GenIE: Generative Information Extraction
Josifoski, Martin, De Cao, Nicola, Peyrard, Maxime, West, Robert
Structured and grounded representation of text is typically formalized by closed information extraction, the problem of extracting an exhaustive set of (subject, relation, object) triplets that are consistent with a predefined set of entities and relations from a knowledge base schema. Most existing works are pipelines prone to error accumulation, and all approaches are only applicable to unrealistically small numbers of entities and relations. We introduce GenIE (generative information extraction), the first end-to-end autoregressive formulation of closed information extraction. GenIE naturally exploits the language knowledge from the pre-trained transformer by autoregressively generating relations and entities in textual form. Thanks to a new bi-level constrained generation strategy, only triplets consistent with the predefined knowledge base schema are produced. Our experiments show that GenIE is state-of-the-art on closed information extraction, generalizes from fewer training data points than baselines, and scales to a previously unmanageable number of entities and relations. With this work, closed information extraction becomes practical in realistic scenarios, providing new opportunities for downstream tasks. Finally, this work paves the way towards a unified end-to-end approach to the core tasks of information extraction. Code and models available at https://github.com/epfl-dlab/GenIE.
Robust Neural Network Classification via Double Regularization
Zetterqvist, Olof, Jörnsten, Rebecka, Jonasson, Johan
The presence of mislabelled observations in data is a notoriously challenging problem in statistics and machine learning, associated with poor generalisation properties for both traditional classifiers and, perhaps even more so, flexible classifiers like neural networks. Here we propose a novel double regularisation of the neural network training loss that combines a penalty on the complexity of the classification model and an optimal reweighting of training observations. The combined penalties result in improved generalisation properties and strong robustness against overfitting in different settings of mislabelled training data and also against variation in initial parameter values when training. We provide a theoretical justification, by proving that for logistic regression with multivariate Gaussian covariates, our proposed method can find the correct parameters exactly, i.e. estimate the parameters to exactly the same value as if there were no mislabelling. We demonstrate the double regularisation model, here denoted by DRFit, for neural net classification of (i) MNIST and (ii) CIFAR-10, in both cases with simulated mislabelling. We also illustrate that DRFit identifies mislabelled data points with very good precision. This provides strong support for DRFit as a practical of-the-shelf classifier, since, without any sacrifice in performance, we get a classifier that simultaneously reduces overfitting against mislabelling and gives an accurate measure of the trustworthiness of the labels.
Call for Customized Conversation: Customized Conversation Grounding Persona and Knowledge
Jang, Yoonna, Lim, Jungwoo, Hur, Yuna, Oh, Dongsuk, Son, Suhyune, Lee, Yeonsoo, Shin, Donghoon, Kim, Seungryong, Lim, Heuiseok
Humans usually have conversations by making use of prior knowledge about a topic and background information of the people whom they are talking to. However, existing conversational agents and datasets do not consider such comprehensive information, and thus they have a limitation in generating the utterances where the knowledge and persona are fused properly. To address this issue, we introduce a call For Customized conversation (FoCus) dataset where the customized answers are built with the user's persona and Wikipedia knowledge. To evaluate the abilities to make informative and customized utterances of pre-trained language models, we utilize BART and GPT-2 as well as transformer-based models. We assess their generation abilities with automatic scores and conduct human evaluations for qualitative results. We examine whether the model reflects adequate persona and knowledge with our proposed two sub-tasks, persona grounding (PG) and knowledge grounding (KG). Moreover, we show that the utterances of our data are constructed with the proper knowledge and persona through grounding quality assessment.
NewsClaims: A New Benchmark for Claim Detection from News with Background Knowledge
Reddy, Revanth Gangi, Chinthakindi, Sai, Wang, Zhenhailong, Fung, Yi R., Conger, Kathryn S., Elsayed, Ahmed S., Palmer, Martha, Ji, Heng
Claim detection and verification are crucial for news understanding and have emerged as promising technologies for mitigating misinformation in news. However, most existing work focus on analysis of claim sentences while overlooking crucial background attributes, such as the claimer, claim objects, and other knowledge connected to the claim. In this work, we present NewsClaims , a new benchmark for knowledge-aware claim detection in the news domain. We re-define the claim detection problem to include extraction of additional background attributes related to the claim and release 529 claims annotated over 103 news articles. In addition, NewsClaims aims to benchmark claim detection systems in emerging scenarios, comprising unseen topics with little or no training data. Finally, we provide a comprehensive evaluation of various zero-shot and prompt-based baselines for this new benchmark.
The Need for Ethical, Responsible, and Trustworthy Artificial Intelligence for Environmental Sciences
McGovern, Amy, Ebert-Uphoff, Imme, Gagne, David John II, Bostrom, Ann
Given the growing use of Artificial Intelligence (AI) and machine learning (ML) methods across all aspects of environmental sciences, it is imperative that we initiate a discussion about the ethical and responsible use of AI. In fact, much can be learned from other domains where AI was introduced, often with the best of intentions, yet often led to unintended societal consequences, such as hard coding racial bias in the criminal justice system or increasing economic inequality through the financial system. A common misconception is that the environmental sciences are immune to such unintended consequences when AI is being used, as most data come from observations, and AI algorithms are based on mathematical formulas, which are often seen as objective. In this article, we argue the opposite can be the case. Using specific examples, we demonstrate many ways in which the use of AI can introduce similar consequences in the environmental sciences. This article will stimulate discussion and research efforts in this direction. As a community, we should avoid repeating any foreseeable mistakes made in other domains through the introduction of AI. In fact, with proper precautions, AI can be a great tool to help {\it reduce} climate and environmental injustice. We primarily focus on weather and climate examples but the conclusions apply broadly across the environmental sciences.