Goto

Collaborating Authors

 Africa


GenAug: Data Augmentation for Finetuning Text Generators

arXiv.org Artificial Intelligence

In this paper, we investigate data augmentation for text generation, which we call GenAug. Text generation and language modeling are important tasks within natural language processing, and are especially challenging for low-data regimes. We propose and evaluate various augmentation methods, including some that incorporate external knowledge, for finetuning GPT-2 on a subset of Yelp Reviews. We also examine the relationship between the amount of augmentation and the quality of the generated text. We utilize several metrics that evaluate important aspects of the generated text including its diversity and fluency. Our experiments demonstrate that insertion of character-level synthetic noise and keyword replacement with hypernyms are effective augmentation methods, and that the quality of generations improves to a peak at approximately three times the amount of original data.


Anomaly Detection based on Zero-Shot Outlier Synthesis and Hierarchical Feature Distillation

arXiv.org Machine Learning

Anomaly detection suffers from unbalanced data since anomalies are quite rare. Synthetically generated anomalies are a solution to such ill or not fully defined data. However, synthesis requires an expressive representation to guarantee the quality of the generated data. In this paper, we propose a two-level hierarchical latent space representation that distills inliers' feature-descriptors (through autoencoders) into more robust representations based on a variational family of distributions (through a variational autoencoder) for zero-shot anomaly generation. From the learned latent distributions, we select those that lie on the outskirts of the training data as synthetic-outlier generators. And, we synthesize from them, i.e., generate negative samples without seen them before, to train binary classifiers. We found that the use of the proposed hierarchical structure for feature distillation and fusion creates robust and general representations that allow us to synthesize pseudo outlier samples. And in turn, train robust binary classifiers for true outlier detection (without the need for actual outliers during training). We demonstrate the performance of our proposal on several benchmarks for anomaly detection.


Toward Micro-Dialect Identification in Diaglossic and Code-Switched Environments

arXiv.org Artificial Intelligence

Although the prediction of dialects is an important language processing task, with a wide range of applications, existing work is largely limited to coarse-grained varieties. Inspired by geolocation research, we propose the novel task of Micro-Dialect Identification (MDI) and introduce MARBERT, a new language model with striking abilities to predict a fine-grained variety (as small as that of a city) given a single, short message. For modeling, we offer a range of novel spatially and linguistically-motivated multi-task learning models. To showcase the utility of our models, we introduce a new, large-scale dataset of Arabic micro-varieties (low-resource) suited to our tasks. MARBERT predicts micro-dialects with 9.9% F1, ~76X better than a majority class baseline. Our new language model also establishes new state-of-the-art on several external tasks.


Relaxing the Constraints on Predictive Coding Models

arXiv.org Artificial Intelligence

Predictive coding is an influential theory of cortical function which posits that the principal computation the brain performs, which underlies both perception and learning, is the minimization of prediction errors. While motivated by high-level notions of variational inference, detailed neurophysiological models of cortical microcircuits which can implements its computations have been developed. Moreover, under certain conditions, predictive coding has been shown to approximate the backpropagation of error algorithm, and thus provides a relatively biologically plausible credit-assignment mechanism for training deep networks. However, standard implementations of the algorithm still involve potentially neurally implausible features such as identical forward and backward weights, backward nonlinear derivatives, and 1-1 error unit connectivity. In this paper, we show that these features are not integral to the algorithm and can be removed either directly or through learning additional sets of parameters with Hebbian update rules without noticeable harm to learning performance. Our work thus relaxes current constraints on potential microcircuit designs and hopefully opens up new regions of the design-space for neuromorphic implementations of predictive coding.


How you can transform your sales performance using artificial intelligence

#artificialintelligence

Of all corporate functions, sales by its very nature is surely the most people-focused. While it may no longer involve quite as much face-to-face interaction as it once did, selling has remained emphatically a job for people rather than machines. However, artificial intelligence (AI) and machine-learning are already starting to make major inroads into the sales process, adding an extra dimension to everything from marketing automation to customer relationship management. According to Salesforce Research, high-performing teams are at least twice as likely to be using intelligent sales technologies such as artificial intelligence, sentiment analysis, next-step analysis and deep-learning. So, what further changes in the sales environment can we expect to see over the coming years?


Artificial intelligence can help protect orchids and other species

#artificialintelligence

Many orchid species are threatened by land conversion and illegal harvesting. However, only a fraction of those species is included in the IUCN Red List of Threatened Species, because assessments require a lot of time, resources and expertise. A new approach, an automated assessment developed under the lead of biodiversity researchers from Central Germany, now shows that almost 30% of all orchid species are possibly threatened. The new approach could speed up conservation assessments of all species on Earth. Orchids are more than just decorative--they are also economically important in horticulture, in the pharmaceutical industry and even in the food industry.


The Impact of Artificial Intelligence on Surgery

#artificialintelligence

"We've witnessed ten years of change in a month" is a typical description of how the pandemic is accelerating the use of telemedicine. Before the virus, video appointments made up only 1% of the 350m consultations which Britain's National Health Service handles each year. Companies like Docly, eConsult and AccuRx are changing that. The latter claims that 90% of primary care clinics in England are now using its video-calling system. The most dramatic form of telemedicine is remote surgery.


Barchart Announces Agreement for Data Distribution Through CME Group DataMine Platform

#artificialintelligence

Barchart, a leading provider of data and technology services to the commodity, financial, and media industries, announces that its cmdty Crop Production and Yield Forecasts and benchmark cmdty Grain Basis and Price Indexes are now available to consumers via CME Group's DataMine platform. Built and delivered through the cmdty by Barchart product line, these innovative data products, which were built using geospatial intelligence and machine learning techniques, help futures traders and grain professionals make more informed trading and grain marketing decisions. "Barchart is excited to work with CME Group to offer our benchmark grain price indexes and cutting-edge crop production and yield forecasts through DataMine," says Barchart CEO Mark Haraburda. "This new relationship allows us to get our market-leading products in front of the world's most diverse derivatives marketplace, and helps CME Group clients access unique data to drive trading strategies," added Haraburda. Barchart's cmdty U.S. Grain Indexes, from county to growing region to state and national level, are the only benchmark for physical grain in North America and are available for basis and price across a twelve-month forward curve.


ChrEn: Cherokee-English Machine Translation for Endangered Language Revitalization

arXiv.org Artificial Intelligence

Cherokee is a highly endangered Native American language spoken by the Cherokee people. The Cherokee culture is deeply embedded in its language. However, there are approximately only 2,000 fluent first language Cherokee speakers remaining in the world, and the number is declining every year. To help save this endangered language, we introduce ChrEn, a Cherokee-English parallel dataset, to facilitate machine translation research between Cherokee and English. Compared to some popular machine translation language pairs, ChrEn is extremely low-resource, only containing 14k sentence pairs in total. We split our parallel data in ways that facilitate both in-domain and out-of-domain evaluation. We also collect 5k Cherokee monolingual data to enable semi-supervised learning. Besides these datasets, we propose several Cherokee-English and English-Cherokee machine translation systems. We compare SMT (phrase-based) versus NMT (RNN-based and Transformer-based) systems; supervised versus semi-supervised (via language model, back-translation, and BERT/Multilingual-BERT) methods; as well as transfer learning versus multilingual joint training with 4 other languages. Our best results are 15.8/12.7 BLEU for in-domain and 6.5/5.0 BLEU for out-of-domain Chr-En/EnChr translations, respectively, and we hope that our dataset and systems will encourage future work by the community for Cherokee language revitalization. Our data, code, and demo will be publicly available at https://github.com/ZhangShiyue/ChrEn


TaxiNLI: Taking a Ride up the NLU Hill

arXiv.org Artificial Intelligence

Pre-trained Transformer-based neural architectures have consistently achieved state-of-the-art performance in the Natural Language Inference (NLI) task. Since NLI examples encompass a variety of linguistic, logical, and reasoning phenomena, it remains unclear as to which specific concepts are learnt by the trained systems and where they can achieve strong generalization. To investigate this question, we propose a taxonomic hierarchy of categories that are relevant for the NLI task. We introduce TAXINLI, a new dataset, that has 10k examples from the MNLI dataset (Williams et al., 2018) with these taxonomic labels. Through various experiments on TAXINLI, we observe that whereas for certain taxonomic categories SOTA neural models have achieved near perfect accuracies - a large jump over the previous models - some categories still remain difficult. Our work adds to the growing body of literature that shows the gaps in the current NLI systems and datasets through a systematic presentation and analysis of reasoning categories.