Goto

Collaborating Authors

 Pacific Ocean


CoTEVer: Chain of Thought Prompting Annotation Toolkit for Explanation Verification

arXiv.org Artificial Intelligence

Chain-of-thought (CoT) prompting enables large language models (LLMs) to solve complex reasoning tasks by generating an explanation before the final prediction. Despite it's promising ability, a critical downside of CoT prompting is that the performance is greatly affected by the factuality of the generated explanation. To improve the correctness of the explanations, fine-tuning language models with explanation data is needed. However, there exists only a few datasets that can be used for such approaches, and no data collection tool for building them. Thus, we introduce CoTEVer, a tool-kit for annotating the factual correctness of generated explanations and collecting revision data of wrong explanations. Figure 1: Example of Explanation Verification and Answer Furthermore, we suggest several use cases Verification of GPT-3's output. Explanation Verification where the data collected with CoTEVer can requires additional knowledge which makes it be utilized for enhancing the faithfulness of hard for annotators to intuitively write a revised explanation explanations. Our toolkit is publicly available and answer.


Eigenvector University 2023 - Eigenvector

#artificialintelligence

Eigenvector Research, Inc. is pleased to announce our 17th annual Eigenvector University. EigenU 2023 includes 16 short courses in chemical data science, i.e. chemometrics. This includes mathematical, statistical, machine learning and artificial intelligence methods as applied to problems in the analysis of data from chemistry and the life sciences. The courses are held in Seattle, USA at the Washington Athletic Club. EigenU also includes a Workshop Dinner, and a PowerUser Tips, Tricks & Poster Session.


TrafFormer: A Transformer Model for Predicting Long-term Traffic

arXiv.org Artificial Intelligence

Traffic prediction is a flourishing research field due to its importance in human mobility in the urban space. Despite this, existing studies only focus on short-term prediction of up to few hours in advance, with most being up to one hour only. Long-term traffic prediction can enable more comprehensive, informed, and proactive measures against traffic congestion and is therefore an important task to explore. In this paper, we explore the task of long-term traffic prediction; where we predict traffic up to 24 hours in advance. We note the weaknesses of existing models--which are based on recurrent structures--for long-term traffic prediction and propose a modified Transformer model "TrafFormer". Experiments comparing our model with existing hybrid neural network models show the superiority of our model.


Evaluation of drain, a deep-learning approach to rain retrieval from gpm passive microwave radiometer

arXiv.org Artificial Intelligence

LATMOS-IPSL, Université Paris-Saclay, UVSQ, CNRS, 78280, Guyancourt, France *Météo-France, Avenue Coriolis, Toulouse Abstract-- Retrieval of rain from Passive Microwave from about 52,000 images to about 103,000 allowing us radiometers data has been a challenge ever since the to build a training database of 70,000 images for training launch of the first Defense Meteorological Satellite and 33,000 images for validation. Enormous progress has been years 2014 to 2018 and a few months from 2020 and made since the launch of the Tropical Rainfall 2021 are used but the whole year 2019 was kept separate Measuring Mission (TRMM) in 1997 but until for the performance assessment (test) and most results recently the data were processed pixel-by-pixel or presented hereafter are computed for that year. Deep large database is meant to dampen the effects of learning has obtained remarkable improvement in seasonal and interannual variability of rain. the computer vision field, and offers a whole new Second, DRAIN retrieves now a set of 99 quantiles way to tackle the rain retrieval problem. The Global instead of a simple averaged rain rate as in [1]. These Precipitation Measurement (GPM) Core satellite quantiles represent the probability that the rain rate is carries similarly to TRMM, a passive microwave below a certain threshold.


LightCTS: A Lightweight Framework for Correlated Time Series Forecasting

arXiv.org Artificial Intelligence

Correlated time series (CTS) forecasting plays an essential role in many practical applications, such as traffic management and server load control. Many deep learning models have been proposed to improve the accuracy of CTS forecasting. However, while models have become increasingly complex and computationally intensive, they struggle to improve accuracy. Pursuing a different direction, this study aims instead to enable much more efficient, lightweight models that preserve accuracy while being able to be deployed on resource-constrained devices. To achieve this goal, we characterize popular CTS forecasting models and yield two observations that indicate directions for lightweight CTS forecasting. On this basis, we propose the LightCTS framework that adopts plain stacking of temporal and spatial operators instead of alternate stacking that is much more computationally expensive. Moreover, LightCTS features light temporal and spatial operator modules, called L-TCN and GL-Former, that offer improved computational efficiency without compromising their feature extraction capabilities. LightCTS also encompasses a last-shot compression scheme to reduce redundant temporal features and speed up subsequent computations. Experiments with single-step and multi-step forecasting benchmark datasets show that LightCTS is capable of nearly state-of-the-art accuracy at much reduced computational and storage overheads.


The ROOTS Search Tool: Data Transparency for LLMs

arXiv.org Artificial Intelligence

ROOTS is a 1.6TB multilingual text corpus developed for the training of BLOOM, currently the largest language model explicitly accompanied by commensurate data governance efforts. In continuation of these efforts, we present the ROOTS Search Tool: a search engine over the entire ROOTS corpus offering both fuzzy and exact search capabilities. ROOTS is the largest corpus to date that can be investigated this way. The ROOTS Search Tool is open-sourced and available on Hugging Face Spaces. We describe our implementation and the possible use cases of our tool.


Topic-Selective Graph Network for Topic-Focused Summarization

arXiv.org Artificial Intelligence

Due to the success of the pre-trained language model (PLM), existing PLM-based summarization models show their powerful generative capability. However, these models are trained on general-purpose summarization datasets, leading to generated summaries failing to satisfy the needs of different readers. To generate summaries with topics, many efforts have been made on topic-focused summarization. However, these works generate a summary only guided by a prompt comprising topic words. Despite their success, these methods still ignore the disturbance of sentences with non-relevant topics and only conduct cross-interaction between tokens by attention module. To address this issue, we propose a topic-arc recognition objective and topic-selective graph network. First, the topic-arc recognition objective is used to model training, which endows the capability to discriminate topics for the model. Moreover, the topic-selective graph network can conduct topic-guided cross-interaction on sentences based on the results of topic-arc recognition. In the experiments, we conduct extensive evaluations on NEWTS and COVIDET datasets. Results show that our methods achieve state-of-the-art performance.


Ensemble knowledge distillation of self-supervised speech models

arXiv.org Artificial Intelligence

Distilled self-supervised models have shown competitive performance and efficiency in recent years. However, there is a lack of experience in jointly distilling multiple self-supervised speech models. In our work, we performed Ensemble Knowledge Distillation (EKD) on various self-supervised speech models such as HuBERT, RobustHuBERT, and WavLM. We tried two different aggregation techniques, layerwise-average and layerwise-concatenation, to the representations of different teacher models and found that the former was more effective. On top of that, we proposed a multiple prediction head method for student models to predict different layer outputs of multiple teacher models simultaneously. The experimental results show that our method improves the performance of the distilled models on four downstream speech processing tasks, Phoneme Recognition, Speaker Identification, Emotion Recognition, and Automatic Speech Recognition in the hidden-set track of the SUPERB benchmark.


Adaptive Sampling for Probabilistic Forecasting under Distribution Shift

arXiv.org Artificial Intelligence

The world is not static: This causes real-world time series to change over time through external, and potentially disruptive, events such as macroeconomic cycles or the COVID-19 pandemic. We present an adaptive sampling strategy that selects the part of the time series history that is relevant for forecasting. We achieve this by learning a discrete distribution over relevant time steps by Bayesian optimization. We instantiate this idea with a two-step method that is pre-trained with uniform sampling and then training a lightweight adaptive architecture with adaptive sampling. We show with synthetic and real-world experiments that this method adapts to distribution shift and significantly reduces the forecasting error of the base model for three out of five datasets.


Benchmarks for Automated Commonsense Reasoning: A Survey

arXiv.org Artificial Intelligence

More than one hundred benchmarks have been developed to test the commonsense knowledge and commonsense reasoning abilities of artificial intelligence (AI) systems. However, these benchmarks are often flawed and many aspects of common sense remain untested. Consequently, we do not currently have any reliable way of measuring to what extent existing AI systems have achieved these abilities. This paper surveys the development and uses of AI commonsense benchmarks. We discuss the nature of common sense; the role of common sense in AI; the goals served by constructing commonsense benchmarks; and desirable features of commonsense benchmarks. We analyze the common flaws in benchmarks, and we argue that it is worthwhile to invest the work needed ensure that benchmark examples are consistently high quality. We survey the various methods of constructing commonsense benchmarks. We enumerate 139 commonsense benchmarks that have been developed: 102 text-based, 18 image-based, 12 video based, and 7 simulated physical environments. We discuss the gaps in the existing benchmarks and aspects of commonsense reasoning that are not addressed in any existing benchmark. We conclude with a number of recommendations for future development of commonsense AI benchmarks.