Goto

Collaborating Authors

 Education


ChatGPT could make these jobs obsolete: 'The wolf is at the door'

#artificialintelligence

Artificial intelligence is here, and it's coming for your job. So promising are the tool's capabilities that Microsoft -- amid laying off 10,000 people -- has announced a "multiyear, multibillion-dollar investment" in the revolutionary technology, which is growing smarter by the day. And the rise of machines leaves many well-paid workers vulnerable, experts warn. "AI is replacing the white-collar workers. I don't think anyone can stop that," said Pengcheng Shi, an associate dean in the department of computing and information sciences at Rochester Institute of Technology.


Master the Toolkit of AI and Machine Learning now. - Durham Cool

#artificialintelligence

I am a quantum AI research scientist at Zapata Computing in Toronto, Canada, developing machine learning algorithms to work in quantum computers. Before that, I lived in Silicon Valley, where I worked at the following companies: Apple: I was a lead AI educator, in charge of teaching machine learning to the employees and doing internal consulting in AI related projects. Udacity: I was the head of content for AI and Data Science, managing the team that created online courses in AI, ML, Deep Learning, Data Science, etc. Google: I was part of the video recommendations team at YouTube, where we trained machine learning algorithms to recommend videos in the main page. Before my life in technology, I was a research mathematician. I did a Bachelors and Masters at the University of Waterloo, a PhD at the University of Michigan, and an NSERC Postdoctoral Fellowship at the Universitรฉ du Quรฉbec ร  Montrรฉal.


ChatGPT Is Making Universities Rethink Plagiarism

WIRED

In late December of his sophomore year, Rutgers University student Kai Cobbs came to a conclusion he never thought possible: Artificial intelligence might just be dumber than humans. After listening to his peers rave about the generative AI tool ChatGPT, Cobbs decided to toy around with the chatbot while writing an essay on the history of capitalism. Best known for its ability to generate long-form written content in response to user input prompts, Cobbs expected the tool to produce a nuanced and thoughtful response to his specific research directions. Instead, his screen produced a generic, poorly written paper he'd never dare to claim as his own. "The quality of writing was appalling. The phrasing was awkward and it lacked complexity," Cobbs says.


Practical Data Science for Roadway Professionals โ€“ Official Site of the International Road Federation

#artificialintelligence

With the recent advances in data science and artificial intelligence in every industry, including transportation infrastructure and highway operations, it is important for roadway professionals to learn the fundamental components of data science to implement them in their day-to-day practice. Contrary to the general belief, in order to understand and implement these tool and techniques in roadway construction, operations and management, no prior coding or computer programming experience is needed. The main goal of this online training is to introduce the fundamentals of practical data science relevant to transportation and roadway experts. Various aspects, such as the use of different data processing tools, data visualization, data mining and artificial intelligence will be discussed through online hands-on tutorials. Participants will be guided through various interactive course modules and hands-on tutorials to develop skills and knowledge to employ various data science tools on real-world example datasets.


Action and Inaction on Data, Analytics, and AI

#artificialintelligence

The title of this column series is "AI in Action," and there has indeed been a lot of action over the past year. Judging from the 11th annual NewVantage Partners survey of senior data and analytics executives, some trends are moving in the right direction. For example, more companies are creating senior roles to focus on data and analytics. The chief data officer role has quickly become much more common over time and across more industries; in the survey, 83% of companies have appointed a CDO or chief data and analytics officer (CDAO). An increasing number of companies (69% in this year's survey) are officially incorporating analytics and AI into the CDO role, and we think that's a good idea.


Prompt Engineering 101: Introduction and resources - AI, software, tech, and people, not in that orderโ€ฆ by X

#artificialintelligence

You tell the model what to do through a textual interface, and the model tries to accomplish the task. What you tell the model to do in a broad sense is the prompt. In the case of image generation AI models such as DALLE-2 or Stable Diffusion, the prompt is mainly a description of the image you want to generate. In the case of large language models (LLMs) such as GPT-3 or ChatGPT the prompt can contain anything from a simple question ("Who is the president of the US?") to a complicated problem with all kinds of data inserted in the prompt (note that you can even input a CSV file with raw data as part of the input). It can also be a vague statement such as "Tell me a joke. Even more generally, in generative task oriented models such as Gato, the prompt can be extremely high level and define a task you need help with ("I need to organize a one week trip to Greece"). For the rest of this document, and for now, we will focus on the specific use case of prompts for LLMs. In order to obtain a result, either 1 or 2 must be present. Let's see a few examples (all of them using ChatGPT). Beyond asking a simple question, possibly the next level of sophistication in a prompt is to include some instructions on how the model should answer the question. Here I ask for advice on how to write a college essay, but also include instructions on the different aspects I am interested to hear about in the answer. "How should I write my college admission essay?


Deep networks for system identification: a Survey

arXiv.org Artificial Intelligence

Deep learning is a topic of considerable current interest. The availability of massive data collections and powerful software resources has led to an impressive amount of results in many application areas that reveal essential but hidden properties of the observations. System identification learns mathematical descriptions of dynamic systems from input-output data and can thus benefit from the advances of deep neural networks to enrich the possible range of models to choose from. For this reason, we provide a survey of deep learning from a system identification perspective. We cover a wide spectrum of topics to enable researchers to understand the methods, providing rigorous practical and theoretical insights into the benefits and challenges of using them. The main aim of the identified model is to predict new data from previous observations. This can be achieved with different deep learning based modelling techniques and we discuss architectures commonly adopted in the literature, like feedforward, convolutional, and recurrent networks. Their parameters have to be estimated from past data trying to optimize the prediction performance. For this purpose, we discuss a specific set of first-order optimization tools that is emerged as efficient. The survey then draws connections to the well-studied area of kernel-based methods. They control the data fit by regularization terms that penalize models not in line with prior assumptions. We illustrate how to cast them in deep architectures to obtain deep kernel-based methods. The success of deep learning also resulted in surprising empirical observations, like the counter-intuitive behaviour of models with many parameters. We discuss the role of overparameterized models, including their connection to kernels, as well as implicit regularization mechanisms which affect generalization, specifically the interesting phenomena of benign overfitting ...


OPT-IML: Scaling Language Model Instruction Meta Learning through the Lens of Generalization

arXiv.org Artificial Intelligence

Recent work has shown that fine-tuning large pre-trained language models on a collection of tasks described via instructions, a.k.a. instruction-tuning, improves their zero and few-shot generalization to unseen tasks. However, there is a limited understanding of the performance trade-offs of different decisions made during the instruction-tuning process. These decisions include the scale and diversity of the instruction-tuning benchmark, different task sampling strategies, fine-tuning with and without demonstrations, training using specialized datasets for reasoning and dialogue, and finally, the fine-tuning objectives themselves. In this paper, we characterize the effect of instruction-tuning decisions on downstream task performance when scaling both model and benchmark sizes. To this end, we create OPT-IML Bench: a large benchmark for Instruction Meta-Learning (IML) of 2000 NLP tasks consolidated into task categories from 8 existing benchmarks, and prepare an evaluation framework to measure three types of model generalizations: to tasks from fully held-out categories, to held-out tasks from seen categories, and to held-out instances from seen tasks. Through the lens of this framework, we first present insights about instruction-tuning decisions as applied to OPT-30B and further exploit these insights to train OPT-IML 30B and 175B, which are instruction-tuned versions of OPT. OPT-IML demonstrates all three generalization abilities at both scales on four different evaluation benchmarks with diverse tasks and input formats -- PromptSource, FLAN, Super-NaturalInstructions, and UnifiedSKG. Not only does it significantly outperform OPT on all benchmarks but is also highly competitive with existing models fine-tuned on each specific benchmark. We release OPT-IML at both scales, together with the OPT-IML Bench evaluation framework.


Probabilistic Neural Data Fusion for Learning from an Arbitrary Number of Multi-fidelity Data Sets

arXiv.org Artificial Intelligence

In many applications in engineering and sciences analysts have simultaneous access to multiple data sources. In such cases, the overall cost of acquiring information can be reduced via data fusion or multi-fidelity (MF) modeling where one leverages inexpensive low-fidelity (LF) sources to reduce the reliance on expensive high-fidelity (HF) data. In this paper, we employ neural networks (NNs) for data fusion in scenarios where data is very scarce and obtained from an arbitrary number of sources with varying levels of fidelity and cost. We introduce a unique NN architecture that converts MF modeling into a nonlinear manifold learning problem. Our NN architecture inversely learns non-trivial (e.g., non-additive and non-hierarchical) biases of the LF sources in an interpretable and visualizable manifold where each data source is encoded via a low-dimensional distribution. This probabilistic manifold quantifies model form uncertainties such that LF sources with small bias are encoded close to the HF source. Additionally, we endow the output of our NN with a parametric distribution not only to quantify aleatoric uncertainties, but also to reformulate the network's loss function based on strictly proper scoring rules which improve robustness and accuracy on unseen HF data. Through a set of analytic and engineering examples, we demonstrate that our approach provides a high predictive power while quantifying various sources uncertainties.


Optimal Solutions for Joint Beamforming and Antenna Selection: From Branch and Bound to Graph Neural Imitation Learning

arXiv.org Artificial Intelligence

This work revisits the joint beamforming (BF) and antenna selection (AS) problem, as well as its robust beamforming (RBF) version under imperfect channel state information (CSI). Such problems arise due to various reasons, e.g., the costly nature of the radio frequency (RF) chains and energy/resource-saving considerations. The joint (R)BF\&AS problem is a mixed integer and nonlinear program, and thus finding {\it optimal solutions} is often costly, if not outright impossible. The vast majority of the prior works tackled these problems using techniques such as continuous approximations, greedy methods, and supervised machine learning -- yet these approaches do not ensure optimality or even feasibility of the solutions. The main contribution of this work is threefold. First, an effective {\it branch and bound} (B\&B) framework for solving the problems of interest is proposed. Leveraging existing BF and RBF solvers, it is shown that the B\&B framework guarantees global optimality of the considered problems. Second, to expedite the potentially costly B\&B algorithm, a machine learning (ML)-based scheme is proposed to help skip intermediate states of the B\&B search tree. The learning model features a {\it graph neural network} (GNN)-based design that is resilient to a commonly encountered challenge in wireless communications, namely, the change of problem size (e.g., the number of users) across the training and test stages. Third, comprehensive performance characterizations are presented, showing that the GNN-based method retains the global optimality of B\&B with provably reduced complexity, under reasonable conditions. Numerical simulations also show that the ML-based acceleration can often achieve an order-of-magnitude speedup relative to B\&B.