Africa
Measuring Context-Word Biases in Lexical Semantic Datasets
Liu, Qianchu, McCarthy, Diana, Korhonen, Anna
State-of-the-art pretrained contextualized models (PCM) eg. BERT use tasks such as WiC and WSD to evaluate their word-in-context representations. This inherently assumes that performance in these tasks reflect how well a model represents the coupled word and context semantics. We question this assumption by presenting the first quantitative analysis on the context-word interaction being tested in major contextual lexical semantic tasks. To achieve this, we run probing baselines on masked input, and propose measures to calculate and visualize the degree of context or word biases in existing datasets. The analysis was performed on both models and humans. Our findings demonstrate that models are usually not being tested for word-in-context semantics in the same way as humans are in these tasks, which helps us better understand the model-human gap. Specifically, to PCMs, most existing datasets fall into the extreme ends (the retrieval-based tasks exhibit strong target word bias while WiC-style tasks and WSD show strong context bias); In comparison, humans are less biased and achieve much better performance when both word and context are available than with masked input. We recommend our framework for understanding and controlling these biases for model interpretation and future task design.
Adapting the Linearised Laplace Model Evidence for Modern Deep Learning
Antorán, Javier, Janz, David, Allingham, James Urquhart, Daxberger, Erik, Barbano, Riccardo, Nalisnick, Eric, Hernández-Lobato, José Miguel
The linearised Laplace method for estimating model uncertainty has received renewed attention in the Bayesian deep learning community. The method provides reliable error bars and admits a closed-form expression for the model evidence, allowing for scalable selection of model hyperparameters. In this work, we examine the assumptions behind this method, particularly in conjunction with model selection. We show that these interact poorly with some now-standard tools of deep learning--stochastic approximation methods and normalisation layers--and make recommendations for how to better adapt this classic method to the modern setting. We provide theoretical support for our recommendations and validate them empirically on MLPs, classic CNNs, residual networks with and without normalisation layers, generative autoencoders and transformers.
ConsistTL: Modeling Consistency in Transfer Learning for Low-Resource Neural Machine Translation
Li, Zhaocong, Liu, Xuebo, Wong, Derek F., Chao, Lidia S., Zhang, Min
Transfer learning is a simple and powerful method that can be used to boost model performance of low-resource neural machine translation (NMT). Existing transfer learning methods for NMT are static, which simply transfer knowledge from a parent model to a child model once via parameter initialization. In this paper, we propose a novel transfer learning method for NMT, namely ConsistTL, which can continuously transfer knowledge from the parent model during the training of the child model. Specifically, for each training instance of the child model, ConsistTL constructs the semantically-equivalent instance for the parent model and encourages prediction consistency between the parent and child for this instance, which is equivalent to the child model learning each instance under the guidance of the parent model. Experimental results on five low-resource NMT tasks demonstrate that ConsistTL results in significant improvements over strong transfer learning baselines, with a gain up to 1.7 BLEU over the existing back-translation model on the widely-used WMT17 Turkish-English benchmark. Further analysis reveals that ConsistTL can improve the inference calibration of the child model. Code and scripts are freely available at https://github.com/NLP2CT/ConsistTL.
Training Data to Employ AI in Healthcare - DataScienceCentral.com
As artificial intelligence (AI) becomes an increasingly important tool in health care, it offers unprecedented opportunities for improving patient outcomes, reducing costs, and impacting population health. There are many examples, including automation, delivering a simple synthesis of complex health information to patients, families, and caregivers, and providing recommendations and visualizations for shared decision-making among patients, family members, and health professionals. As healthcare organizations realize the benefits of technology adoption as patient numbers rise and quality and affordable treatment become more important, they are adopting artificial intelligence. It is still early in the adoption of artificial intelligence in healthcare. The reason behind this is that many emerging economies lack the means of digitizing patient records.
Tecno's Phantom X2 Pro phone has a pop-out portrait lens for 'pure' bokeh
Many smartphones these days offer artificial bokeh in their portrait photography modes, but with the help of a retractable camera, you can achieve true optical bokeh without missing any edges. Chinese brand Tecno is now bringing such a feature to its latest flagship device, the Phantom X2 Pro 5G, which packs a "world-first" pop-out portrait lens. This is just a little over two years after Xiaomi showed off a retractable 120mm-equivalent wide aperture lens, but it never left the prototype stage. Tecno's intriguing portrait camera has a 50-megapixel resolution with a relatively large 1/2.7-inch Optically, this 2.5x zoom lens offers an f/1.49
The Advantages and Disadvantages of Synthetic Training Data
The most obvious advantage of using synthetic training data is that it can supplement datasets that would otherwise lack sufficient examples to train a model. As a general rule, more and higher-quality training data equals better performance, so synthetic data can play a hugely important role for machine learning engineers working in fields that suffer from a scarcity of data. However, using synthetic data comes with pros and cons. Let's look at some advantages and disadvantages of using synthetic training data. When high stakes models, such as those used to run autonomous vehicles or diagnose patients, run in the real world, they need to be able to deal with edge cases.
Partial Disentanglement with Partially-Federated GANs (PaDPaF)
Almansoori, Abdulla Jasem, Horváth, Samuel, Takáč, Martin
Federated learning has become a popular machine learning paradigm with many potential real-life applications, including recommendation systems, the Internet of Things (IoT), healthcare, and self-driving cars. Though most current applications focus on classification-based tasks, learning personalized generative models remains largely unexplored, and their benefits in the heterogeneous setting still need to be better understood. This work proposes a novel architecture combining global client-agnostic and local client-specific generative models. We show that using standard techniques for training federated models, our proposed model achieves privacy and personalization that is achieved by implicitly disentangling the globally-consistent representation (i.e. content) from the client-dependent variations (i.e. style). Using such decomposition, personalized models can generate locally unseen labels while preserving the given style of the client and can predict the labels for all clients with high accuracy by training a simple linear classifier on the global content features. Furthermore, disentanglement enables other essential applications, such as data anonymization, by sharing only content. Extensive experimental evaluation corroborates our findings, and we also provide partial theoretical justifications for the proposed approach.
A Comprehensive Survey on Multi-hop Machine Reading Comprehension Approaches
Mohammadi, Azade, Ramezani, Reza, Baraani, Ahmad
Machine reading comprehension (MRC) is a long-standing topic in natural language processing (NLP). The MRC task aims to answer a question based on the given context. Recently studies focus on multi-hop MRC which is a more challenging extension of MRC, which to answer a question some disjoint pieces of information across the context are required. Due to the complexity and importance of multi-hop MRC, a large number of studies have been focused on this topic in recent years, therefore, it is necessary and worth reviewing the related literature. This study aims to investigate recent advances in the multi-hop MRC approaches based on 31 studies from 2018 to 2022. In this regard, first, the multi-hop MRC problem definition will be introduced, then 31 models will be reviewed in detail with a strong focus on their multi-hop aspects. They also will be categorized based on their main techniques. Finally, a fine-grain comprehensive comparison of the models and techniques will be presented.
Reinforcement Learning for Resilient Power Grids
Zhao, Zhenting, Chen, Po-Yen, Jin, Yucheng
Traditional power grid systems have become obsolete under more frequent and extreme natural disasters. Reinforcement learning (RL) has been a promising solution for resilience given its successful history of power grid control. However, most power grid simulators and RL interfaces do not support simulation of power grid under large-scale blackouts or when the network is divided into sub-networks. In this study, we proposed an updated power grid simulator built on Grid2Op, an existing simulator and RL interface, and experimented on limiting the action and observation spaces of Grid2Op. By testing with DDQN and SliceRDQN algorithms, we found that reduced action spaces significantly improve training performance and efficiency. In addition, we investigated a low-rank neural network regularization method for deep Q-learning, one of the most widely used RL algorithms, in this power grid control scenario. As a result, the experiment demonstrated that in the power grid simulation environment, adopting this method will significantly increase the performance of RL agents.
How Hate Speech Varies by Target Identity: A Computational Analysis
Yoder, Michael Miller, Ng, Lynnette Hui Xian, Brown, David West, Carley, Kathleen M.
This paper investigates how hate speech varies in systematic ways according to the identities it targets. Across multiple hate speech datasets annotated for targeted identities, we find that classifiers trained on hate speech targeting specific identity groups struggle to generalize to other targeted identities. This provides empirical evidence for differences in hate speech by target identity; we then investigate which patterns structure this variation. We find that the targeted demographic category (e.g. gender/sexuality or race/ethnicity) appears to have a greater effect on the language of hate speech than does the relative social power of the targeted identity group. We also find that words associated with hate speech targeting specific identities often relate to stereotypes, histories of oppression, current social movements, and other social contexts specific to identities. These experiments suggest the importance of considering targeted identity, as well as the social contexts associated with these identities, in automated hate speech classification.