Papers.
Research connected to its authors, projects, companies, talks, events, and the rest of the graph.
Add a paper ↗The State of Sparse Training in Deep Reinforcement Learning
ICML · arXiv 2206.10369 · 73 citations · Source: arxiv+semantic-scholarThe use of sparse neural networks has seen rapid growth in recent years, particularly in computer vision. Their appeal stems largely from the reduced number of parameters required to train and store, as well as in an increase in learning efficiency. Somewhat surprisingly, there have been very few efforts exploring their use in Deep Reinforcement Learning (DRL). In this work we perform a systematic investigation into applying a number of existing sparse training techniques on a variety of DRL agents and environments. Our results corroborate the findings from sparse training in the computer vision domain - sparse networks perform better than dense networks for the same parameter count - in the DRL domain. We provide detailed analyses on how the various components in DRL are affected by the use of sparse networks and conclude by suggesting promising avenues for improving the effectiveness of sparse training methods, as well as for advancing their use in DRL.
Erich Elsen, Laura Graesser, Utku Evci, Pablo Samuel Castro · 4 authors totalMax-Margin Works while Large Margin Fails: Generalization without Uniform Convergence.
CoRR · DOI 10.48550/arXiv.2206.07892 · arXiv 2206.07892 · Source: dblp+stanford-authorityTengyu Ma, Margalit Glasgow, Colin Wei, Mary Wootters, Tengyu Ma 0001 · 5 authors totalEmergent Abilities of Large Language Models
Transactions on Machine Learning Research · arXiv 2206.07682 · Source: first-party+openalexMaarten Bosma, Jason Wei, Yi Tay, Rishi Bommasani, Colin Raffel, Barret Zoph, Sebastian Borgeaud, Dani Yogatama · 16 authors totalBeyond the Imitation Game: Quantifying and extrapolating the capabilities of language models
TMLR (2023) / arXiv · arXiv 2206.04615 · 2,602 citations · Source: semantic-scholarLanguage models demonstrate both quantitative improvement and new qualitative capabilities with increasing scale. Despite their potentially transformative impact, these new capabilities are as yet poorly characterized. In order to inform future research, prepare for disruptive new model capabilities, and ameliorate socially harmful effects, it is vital that we understand the present and near-future capabilities and limitations of language models. To address this challenge, we introduce the Beyond the Imitation Game benchmark (BIG-bench). BIG-bench currently consists of 204 tasks, contributed by 450 authors across 132 institutions. Task topics are diverse, drawing problems from linguistics, childhood development, math, common-sense reasoning, biology, physics, social bias, software development, and beyond. BIG-bench focuses on tasks that are believed to be beyond the capabilities of current language models. We evaluate the behavior of OpenAI's GPT models, Google-internal dense transformer architectures, and Switch-style sparse transformers on BIG-bench, across model sizes spanning millions to hundreds of billions of parameters. In addition, a team of human expert raters performed all tasks in order to provide a strong baseline. Findings include: model performance and calibration both improve with scale, but are poor in absolute terms (and when compared with rater performance); performance is remarkably similar across model classes, though with benefits from sparsity; tasks that improve gradually and predictably commonly involve a large knowledge or memorization component, whereas tasks that exhibit"breakthrough"behavior at a critical scale often involve multiple steps or components, or brittle metrics; social bias typically increases with scale in settings with ambiguous context, but this can be improved with prompting.
Francois Chollet, Maarten Bosma, Aarohi Srivastava, Abhinav Rastogi, Abhishek Rao, Abu Awal Md Shoeb, Abubakar Abid, Adam Fisch · 450 authors totalAsymptotic Instance-Optimal Algorithms for Interactive Decision Making.
CoRR · DOI 10.48550/arXiv.2206.02326 · arXiv 2206.02326 · Source: dblp+stanford-authorityTengyu Ma, Kefan Dong, Tengyu Ma 0001 · 3 authors totalPositive Unlabeled Contrastive Learning
arXiv · DOI 10.48550/arxiv.2206.01206 · arXiv 2206.01206 · 4 citations · Source: openalexSelf-supervised pretraining on unlabeled data followed by supervised fine-tuning on labeled data is a popular paradigm for learning from limited labeled examples. We extend this paradigm to the classical positive unlabeled (PU) setting, where the task is to learn a binary classifier given only a few labeled positive samples, and (often) a large amount of unlabeled samples (which could be positive or negative). We first propose a simple extension of standard infoNCE family of contrastive losses, to the PU setting; and show that this learns superior representations, as compared to existing unsupervised and supervised approaches. We then develop a simple methodology to pseudo-label the unlabeled samples using a new PU-specific clustering scheme; these pseudo-labels can then be used to train the final (positive vs. negative) classifier. Our method handily outperforms state-of-the-art PU methods over several standard PU benchmark datasets, while not requiring a-priori knowledge of any class prior (which is a common assumption in other PU methods). We also provide a simple theoretical analysis that motivates our methods.
Dhruv Choudhary, Anish Acharya, Sujay Sanghavi, Jing Li, Bhargav Bhushanam, Michael Rabbat, Inderjit S. Dhillon · 7 authors totalSHORTSTACK: Distributed, Fault-tolerant, Oblivious Data Access
OSDI · arXiv 2205.14281 · 15 citations · Source: semantic-scholarMany applications that benefit from data offload to cloud services operate on private data. A now-long line of work has shown that, even when data is offloaded in an encrypted form, an adversary can learn sensitive information by analyzing data access patterns. Existing techniques for oblivious data access-that protect against access pattern attacks-require a centralized and stateful trusted proxy to orchestrate data accesses from applications to cloud services. We show that, in failure-prone deployments, such a centralized and stateful proxy results in violation of oblivious data access security guarantees and/or system unavailability. We thus initiate the study of distributed, fault-tolerant, oblivious data access. We present SHORTSTACK, a distributed proxy architecture for oblivious data access in failure-prone deployments. SHORTSTACK achieves the classical obliviousness guarantee--access patterns observed by the adversary being independent of the input--even under a powerful passive persistent adversary that can force failure of arbitrary (bounded-sized) subset of proxy servers at arbitrary times. We also introduce a security model that enables studying oblivious data access with distributed, failure-prone, servers. We provide a formal proof that SHORTSTACK enables oblivious data access under this model, and show empirically that SHORTSTACK performance scales near-linearly with number of distributed proxy servers.
Anurag Khandelwal, Midhul Vuppalapati, Kushal Babel, Rachit Agarwal · 4 authors totalNear-Optimal Algorithms for Autonomous Exploration and Multi-Goal Stochastic Shortest Path.
CoRR · DOI 10.48550/arXiv.2205.10729 · arXiv 2205.10729 · Source: dblp+stanford-authorityTengyu Ma, Haoyuan Cai, Tengyu Ma 0001, Simon S. Du · 4 authors totalScaling Laws and Interpretability of Learning from Repeated Data
arXiv.org · DOI 10.48550/arXiv.2205.10487 · arXiv 2205.10487 · 168 citations · Source: semantic-scholarRecent large language models have been trained on vast datasets, but also often on repeated data, either intentionally for the purpose of upweighting higher quality data, or unintentionally because data deduplication is not perfect and the model is exposed to repeated data at the sentence, paragraph, or document level. Some works have reported substantial negative performance effects of this repeated data. In this paper we attempt to study repeated data systematically and to understand its effects mechanistically. To do this, we train a family of models where most of the data is unique but a small fraction of it is repeated many times. We find a strong double descent phenomenon, in which repeated data can lead test loss to increase midway through training. A predictable range of repetition frequency leads to surprisingly severe degradation in performance. For instance, performance of an 800M parameter model can be degraded to that of a 2x smaller model (400M params) by repeating 0.1% of the data 100 times, despite the other 90% of the training tokens remaining unique. We suspect there is a range in the middle where the data can be memorized and doing so consumes a large fraction of the model's capacity, and this may be where the peak of degradation occurs. Finally, we connect these observations to recent mechanistic interpretability work - attempting to reverse engineer the detailed computations performed by the model - by showing that data repetition disproportionately damages copying and internal structures associated with generalization, such as induction heads, providing a possible mechanism for the shift from generalization to memorization. Taken together, these results provide a hypothesis for why repeating a relatively small fraction of data in large language models could lead to disproportionately large harms to performance.
Tom Brown, Danny Hernandez, Tom B. Brown, Tom Conerly, Nova Dassarma, Dawn Drain, S. El-Showk, Nelson Elhage · 18 authors totalFat-Tailed Variational Inference with Anisotropic Tail Adaptive Flows
ICML 2022 · DOI 10.48550/arXiv.2205.07918 · arXiv 2205.07918 · 16 citations · Source: semanticscholar+arxivFat tails make both density estimation and variational inference difficult. The authors develop an alternative theory for tail parameter estimation in normalizing flows, prove that tail parameters are estimable at a faster rate than location/scale, and introduce anisotropic tail-adaptive flows (ATAF) that provably match fat-tailed target distributions.
Feynman Liang, Liam Hodgkinson, Michael W. Mahoney · 3 authors totalAdversarial Training for High-Stakes Reliability
NeurIPS 2022 · DOI 10.48550/arXiv.2205.01663 · arXiv 2205.01663 · 79 citations · Source: arxiv+dblpIn the future, powerful AI systems may be deployed in high-stakes settings, where a single failure could be catastrophic. One technique for improving AI safety in high-stakes settings is adversarial training, which uses an adversary to generate examples to train on in order to achieve better worst-case performance. In this work, we used a safe language generation task (``avoid injuries'') as a testbed for achieving high reliability through adversarial training. We created a series of adversarial training techniques -- including a tool that assists human adversaries -- to find and eliminate failures in a classifier that filters text completions suggested by a generator. In our task, we determined that we can set very conservative classifier thresholds without significantly impacting the quality of the filtered outputs. We found that adversarial training increased robustness to the adversarial attacks that we trained on -- doubling the time for our contractors to find adversarial examples both with our tool (from 13 to 26 minutes) and without (from 20 to 44 minutes) -- without affecting in-distribution performance. We hope to see further work in the high-stakes reliability setting, including more powerful tools for enhancing human adversaries and better ways to measure high levels of reliability, until we can confidently rule out the possibility of catastrophic deployment-time failures of powerful models.
Buck Shlegeris, Daniel M. Ziegler, Seraphina Nix, Lawrence Chan, Tim Bauman, Peter Schmidt-Nielsen, Tao Lin, Adam Scherlis · 12 authors totalData Determines Distributional Robustness in Contrastive Language Image Pre-training (CLIP)
International Conference on Machine Learning · DOI 10.48550/arXiv.2205.01397 · arXiv 2205.01397 · 194 citations · Source: semantic-scholarContrastively trained language-image models such as CLIP, ALIGN, and BASIC have demonstrated unprecedented robustness to multiple challenging natural distribution shifts. Since these language-image models differ from previous training approaches in several ways, an important question is what causes the large robustness gains. We answer this question via a systematic experimental investigation. Concretely, we study five different possible causes for the robustness gains: (i) the training set size, (ii) the training distribution, (iii) language supervision at training time, (iv) language supervision at test time, and (v) the contrastive loss function. Our experiments show that the more diverse training distribution is the main cause for the robustness gains, with the other factors contributing little to no robustness. Beyond our experimental results, we also introduce ImageNet-Captions, a version of ImageNet with original text annotations from Flickr, to enable further controlled experiments of language-image training.
Vaishaal Shankar, Alex Fang, Gabriel Ilharco, Mitchell Wortsman, Yu Wan, Achal Dave, Ludwig Schmidt · 7 authors totalA Fast Post-Training Pruning Framework for Transformers
NeurIPS 2022 · DOI 10.48550/arXiv.2204.09656 · arXiv 2204.09656 · 238 citations · Source: semantic-scholar+arxivPruning is an effective way to reduce the huge inference cost of Transformer models. However, prior work on pruning Transformers requires retraining the models. This can add high training cost and high complexity to model deployment, making it difficult to use in many practical situations. To address this, we propose a fast post-training pruning framework for Transformers that does not require any retraining. Given a resource constraint and a sample dataset, our framework automatically prunes the Transformer model using structured sparsity methods. To retain high accuracy without retraining, we introduce three novel techniques: (i) a lightweight mask search algorithm that finds which heads and filters to prune based on the Fisher information; (ii) mask rearrangement that complements the search algorithm; and (iii) mask tuning that reconstructs the output activations for each layer. We apply our method to BERT-base and DistilBERT, and we evaluate its effectiveness on GLUE and SQuAD benchmarks. Our framework achieves up to 2.0x reduction in FLOPs and 1.56x speedup in inference latency, while maintaining<1% loss in accuracy. Importantly, our framework prunes Transformers in less than 3 minutes on a single GPU, which is over two orders of magnitude faster than existing pruning approaches that retrain the models.
Woosuk Kwon, Sehoon Kim, Michael W. Mahoney, Joseph Hassoun, K. Keutzer, A. Gholami · 6 authors totalDouble spending prevention of digital Euros using a web-of-trust
arXiv (Cornell University) · DOI 10.48550/arxiv.2204.06831 · 1 citations · Source: openalex+orcid+dblp-identityJohan Pouwelse, Atanas Marinov, Jurriaan Den Toonder, Joep de Jong, Pieter Tolsma, Nils van den Honert · 6 authors totalReCLIP: A Strong Zero-Shot Baseline for Referring Expression Comprehension
Annual Meeting of the Association for Computational Linguistics · DOI 10.48550/arXiv.2204.05991 · arXiv 2204.05991 · 193 citations · Source: semantic-scholarTraining a referring expression comprehension (ReC) model for a new visual domain requires collecting referring expressions, and potentially corresponding bounding boxes, for images in the domain. While large-scale pre-trained models are useful for image classification across domains, it remains unclear if they can be applied in a zero-shot manner to more complex tasks like ReC. We present ReCLIP, a simple but strong zero-shot baseline that repurposes CLIP, a state-of-the-art large-scale model, for ReC. Motivated by the close connection between ReC and CLIP’s contrastive pre-training objective, the first component of ReCLIP is a region-scoring method that isolates object proposals via cropping and blurring, and passes them to CLIP. However, through controlled experiments on a synthetic dataset, we find that CLIP is largely incapable of performing spatial reasoning off-the-shelf. We reduce the gap between zero-shot baselines from prior work and supervised models by as much as 29% on RefCOCOg, and on RefGTA (video game imagery), ReCLIP’s relative improvement over supervised ReC models trained on real images is 8%.
Sameer Singh, Sanjay Subramanian, William Merrill, Trevor Darrell, Matt Gardner, Anna Rohrbach · 6 authors totalTraining a Helpful and Harmless Assistant with Reinforcement Learning from Human Feedback
arXiv.org · DOI 10.48550/arXiv.2204.05862 · arXiv 2204.05862 · 4,316 citations · Source: semantic-scholarWe apply preference modeling and reinforcement learning from human feedback (RLHF) to finetune language models to act as helpful and harmless assistants. We find this alignment training improves performance on almost all NLP evaluations, and is fully compatible with training for specialized skills such as python coding and summarization. We explore an iterated online mode of training, where preference models and RL policies are updated on a weekly cadence with fresh human feedback data, efficiently improving our datasets and models. Finally, we investigate the robustness of RLHF training, and identify a roughly linear relation between the RL reward and the square root of the KL divergence between the policy and its initialization. Alongside our main results, we perform peripheral analyses on calibration, competing objectives, and the use of OOD detection, compare our models with human writers, and provide samples from our models using prompts appearing in recent related work. Figure These plots show that PM accuracy decreases as we focus exclusively on comparisons between pairs of samples with high score. We have normalized all preference models to have the same mean score on a held-out dataset so that they’re directly comparable, and then plotted accuracy for the comparisons where both samples have scores above a specific threshold.
Tom Brown, Yuntao Bai, Andy Jones, Kamal Ndousse, Amanda Askell, Anna Chen, Nova Dassarma, Dawn Drain · 31 authors totalInferring Pitch from Coarse Spectral Features
arXiv (Cornell University) · DOI 10.48550/arxiv.2204.04579 · 0 citations · Source: openalex+first-party-career-authorityMark Liberman, Danni Ma, Neville Ryant · 3 authors totalBeyond Separability: Analyzing the Linear Transferability of Contrastive Representations to Related Subpopulations.
CoRR · DOI 10.48550/arXiv.2204.02683 · arXiv 2204.02683 · Source: dblp+stanford-authorityTengyu Ma, Jeff Z. HaoChen, Colin Wei, Ananya Kumar, Tengyu Ma 0001 · 5 authors totalPaLM: Scaling Language Modeling with Pathways
Journal of Machine Learning Research 24 (arXiv 2022) · DOI 10.48550/arXiv.2204.02311 · arXiv 2204.02311 · 8,293 citations · Source: arxiv+dblpLarge language models have been shown to achieve remarkable performance across a variety of natural language tasks using few-shot learning, which drastically reduces the number of task-specific training examples needed to adapt the model to a particular application. To further our understanding of the impact of scale on few-shot learning, we trained a 540-billion parameter, densely activated, Transformer language model, which we call Pathways Language Model PaLM. We trained PaLM on 6144 TPU v4 chips using Pathways, a new ML system which enables highly efficient training across multiple TPU Pods. We demonstrate continued benefits of scaling by achieving state-of-the-art few-shot learning results on hundreds of language understanding and generation benchmarks. On a number of these tasks, PaLM 540B achieves breakthrough performance, outperforming the finetuned state-of-the-art on a suite of multi-step reasoning tasks, and outperforming average human performance on the recently released BIG-bench benchmark. A significant number of BIG-bench tasks showed discontinuous improvements from model scale, meaning that performance steeply increased as we scaled to our largest model. PaLM also has strong capabilities in multilingual tasks and source code generation, which we demonstrate on a wide array of benchmarks. We additionally provide a comprehensive analysis on bias and toxicity, and study the extent of training data memorization with respect to model scale. Finally, we discuss the ethical considerations related to large language models and discuss potential mitigation strategies.
Brennan Saeta, Maarten Bosma, Aakanksha Chowdhery, Sharan Narang, Jacob Devlin, Gaurav Mishra, Adam Roberts, Paul Barham · 12 authors totalConnect, Not Collapse: Explaining Contrastive Learning for Unsupervised Domain Adaptation.
CoRR · DOI 10.48550/arXiv.2204.00570 · arXiv 2204.00570 · Source: dblp+stanford-authorityTengyu Ma, Kendrick Shen, Robbie Jones, Ananya Kumar, Sang Michael Xie, Jeff Z. HaoChen, Tengyu Ma 0001, Percy Liang · 8 authors totalPathways: Asynchronous Distributed Dataflow for ML
MLSys 2022 (Conference on Machine Learning and Systems) · DOI 10.48550/arXiv.2203.12533 · arXiv 2203.12533 · 161 citations · Source: arxiv+dblpWe present the design of a new large scale orchestration layer for accelerators. Our system, Pathways, is explicitly designed to enable exploration of new systems and ML research ideas, while retaining state of the art performance for current models. Pathways uses a sharded dataflow graph of asynchronous operators that consume and produce futures, and efficiently gang-schedules heterogeneous parallel computations on thousands of accelerators while coordinating data transfers over their dedicated interconnects. Pathways makes use of a novel asynchronous distributed dataflow design that lets the control plane execute in parallel despite dependencies in the data plane. This design, with careful engineering, allows Pathways to adopt a single-controller model that makes it easier to express complex new parallelism patterns. We demonstrate that Pathways can achieve performance parity (~100% accelerator utilization) with state-of-the-art systems when running SPMD computations over 2048 TPUs, while also delivering throughput comparable to the SPMD case for Transformer models that are pipelined across 16 stages, or sharded across two islands of accelerators connected over a data center network.
Brennan Saeta, Paul Barham, Aakanksha Chowdhery, Jeff Dean, Sanjay Ghemawat, Steven Hand, Dan Hurt, Michael Isard · 16 authors totalUnderstanding COVID-19 News Coverage using Medical NLP
arXiv · DOI 10.48550/arxiv.2203.10338 · arXiv 2203.10338 · 5 citations · Source: openalexBeing a global pandemic, the COVID-19 outbreak received global media attention. In this study, we analyze news publications from CNN and The Guardian - two of the world's most influential media organizations. The dataset includes more than 36,000 articles, analyzed using the clinical and biomedical Natural Language Processing (NLP) models from the Spark NLP for Healthcare library, which enables a deeper analysis of medical concepts than previously achieved. The analysis covers key entities and phrases, observed biases, and change over time in news coverage by correlating mined medical symptoms, procedures, drugs, and guidance with commonly mentioned demographic and occupational groups. Another analysis is of extracted Adverse Drug Events about drug and vaccine manufacturers, which when reported by major news outlets has an impact on vaccine hesitancy.
David Talby, Ali Emre Varol, Veysel Kocaman, Hasham Ul Haq · 4 authors totalLabel Semantics for Few Shot Named Entity Recognition
Findings · DOI 10.48550/arXiv.2203.08985 · arXiv 2203.08985 · 85 citations · Source: semantic-scholarWe study the problem of few shot learning for named entity recognition. Specifically, we leverage the semantic information in the names of the labels as a way of giving the model additional signal and enriched priors. We propose a neural architecture that consists of two BERT encoders, one to encode the document and its tokens and another one to encode each of the labels in natural language format. Our model learns to match the representations of named entities computed by the first encoder with label representations computed by the second encoder. The label semantics signal is shown to support improved state-of-the-art results in multiple few shot NER benchmarks and on-par performance in standard benchmarks. Our model is especially effective in low resource settings.
Sunil Mallya, Jie Ma, Miguel Ballesteros, Srikanth Doss Kadarundalagi Raghuram Doss, Rishita Anubhai, S. Mallya, Yaser Al-Onaizan, Dan Roth · 8 authors totalThe Optimal BERT Surgeon: Scalable and Accurate Second-Order Pruning for Large Language Models
CoRR · arXiv 2203.07259 · Source: arxiv+neural-magic-first-partyMichael Goin, Eldar Kurtic, Daniel Campos, Tuan Nguyen, Elias Frantar, Mark Kurtz, Benjamin Fineran, Dan Alistarh · 8 authors totalBots don't Vote, but They Surely Bother! A Study of Anomalous Accounts in a National Referendum
arXiv (Cornell University) · DOI 10.48550/arxiv.2203.04135 · 0 citations · Source: openalex+authoritative-profileRicardo Baeza-Yates, Eduardo Graells-Garrido, Ricardo Baeza‐Yates · 3 authors totalMulti-Sentence Knowledge Selection in Open-Domain Dialogue
CoRR · DOI 10.48550/arXiv.2203.00763 · Source: dblp+first-party-homepageMihail Eric, Nicole Chartier, Behnam Hedayatnia, Karthik Gopalakrishnan, Pankaj Rajan, Yang Liu, Dilek Hakkani-Tur · 7 authors totalWeb3: A Decentralized Societal Infrastructure for Identity, Trust, Money, and Data
arXiv (Cornell University) · DOI 10.48550/arxiv.2203.00398 · 20 citations · Source: openalex+orcid+dblp-identityJohan Pouwelse, Joost Bambacht · 2 authors totalImpact of Pretraining Term Frequencies on Few-Shot Reasoning
arXiv.org · arXiv 2202.07206 · 189 citations · Source: semantic-scholarPretrained Language Models (LMs) have demonstrated ability to perform numerical reasoning by extrapolating from a few examples in few-shot settings. However, the extent to which this extrapolation relies on robust reasoning is unclear. In this paper, we investigate how well these models reason with terms that are less frequent in the pretraining data. In particular, we examine the correlations between the model performance on test instances and the frequency of terms from those instances in the pretraining data. We measure the strength of this correlation for a number of GPT-based language models (pretrained on the Pile dataset) on various numerical deduction tasks (e.g., arithmetic and unit conversion). Our results consistently demonstrate that models are more accurate on instances whose terms are more prevalent, in some cases above $70\%$ (absolute) more accurate on the top 10\% frequent terms in comparison to the bottom 10\%. Overall, although LMs exhibit strong performance at few-shot numerical reasoning tasks, our results raise the question of how much models actually generalize beyond pretraining data, and we encourage researchers to take the pretraining data into account when interpreting evaluation results.
Sameer Singh, Yasaman Razeghi, Robert L Logan IV, Matt Gardner · 4 authors totalUnified Scaling Laws for Routed Language Models
ICML · arXiv 2202.01169 · 288 citations · Source: arxiv+semantic-scholarThe performance of a language model has been shown to be effectively modeled as a power-law in its parameter count. Here we study the scaling behaviors of Routing Networks: architectures that conditionally use only a subset of their parameters while processing an input. For these models, parameter count and computational requirement form two independent axes along which an increase leads to better performance. In this work we derive and justify scaling laws defined on these two variables which generalize those known for standard language models and describe the performance of a wide range of routing architectures trained via three different techniques. Afterwards we provide two applications of these laws: first deriving an Effective Parameter Count along which all models scale at the same rate, and then using the scaling coefficients to give a quantitative comparison of the three routing techniques considered. Our analysis derives from an extensive evaluation of Routing Networks across five orders of magnitude of size, including models with hundreds of experts and hundreds of billions of parameters.
Erich Elsen, Aidan Clark, Diego de las Casas, Aurelia Guy, Arthur Mensch, Michela Paganini, Jordan Hoffmann, Bogdan Damoc · 26 authors totalAlpa: Automating Inter- and Intra-Operator Parallelism for Distributed Deep Learning
OSDI 2022 · arXiv 2201.12023 · Source: arxiv+semantic-scholarAlpa automates model-parallel training of large deep learning (DL) models by generating execution plans that unify data, operator, and pipeline parallelism. Existing model-parallel training systems either require users to manually create a parallelization plan or automatically generate one from a limited space of model parallelism configurations. They do not suffice to scale out complex DL models on distributed compute devices. Alpa distributes the training of large DL models by viewing parallelisms as two hierarchical levels: inter-operator and intra-operator parallelisms. Based on it, Alpa constructs a new hierarchical space for massive model-parallel execution plans. Alpa designs a number of compilation passes to automatically derive efficient parallel execution plans at each parallelism level. Alpa implements an efficient runtime to orchestrate the two-level parallel execution on distributed compute devices. Our evaluation shows Alpa generates parallelization plans that match or outperform hand-tuned model-parallel training systems even on models they are designed for. Unlike specialized systems, Alpa also generalizes to models with heterogeneous architectures and models without manually-designed plans. Alpa's source code is publicly available at https://github.com/alpa-projects/alpa
Zhuohan Li, Lianmin Zheng, Hao Zhang, Yonghao Zhuang, Zhifeng Chen, Yanping Huang, Yida Wang, Yuanzhong Xu · 12 authors totalChain-of-Thought Prompting Elicits Reasoning in Large Language Models
NeurIPS · arXiv 2201.11903 · Source: first-party+openalexMaarten Bosma, Jason Wei, Xuezhi Wang, Dale Schuurmans, Fei Xia, Ed H. Chi, Quoc V. Le, Denny Zhou · 8 authors totalA Generalized Quantum Inner Product and Applications to Financial Engineering
arXiv · arXiv 2201.09845 · Source: arxiv+career-authorityConstantin Gonciulea, Vanio Markov, Charlee Stefanski, Abhijit Rao · 4 authors totalLaMDA: Language Models for Dialog Applications
CoRR · arXiv 2201.08239 · Source: first-party+openalexMaarten Bosma, Romal Thoppilan, Daniel De Freitas, Jamie Hall, Noam Shazeer, Apoorv Kulshreshtha, Heng-Tze Cheng, Alicia Jin · 58 authors totalFinding Label and Model Errors in Perception Data With Learned Observation Assertions
arXiv (Cornell University) · DOI 10.48550/arxiv.2201.05797 · 0 citations · Source: openalex+authoritative-profilePeter Bailis, Daniel Kang, Nikos Aréchiga, Sudeep Pillai, Matei Zaharia · 5 authors totalA Benchmark for Generalizable and Interpretable Temporal Question Answering over Knowledge Bases
arXiv.org · arXiv 2201.05793 · 18 citations · Source: arxiv+semantic-scholarKnowledge Base Question Answering (KBQA) tasks that involve complex reasoning are emerging as an important research direction. However, most existing KBQA datasets focus primarily on generic multi-hop reasoning over explicit facts, largely ignoring other reasoning types such as temporal, spatial, and taxonomic reasoning. In this paper, we present a benchmark dataset for temporal reasoning, TempQA-WD, to encourage research in extending the present approaches to target a more challenging set of complex reasoning tasks. Specifically, our benchmark is a temporal question answering dataset with the following advantages: (a) it is based on Wikidata, which is the most frequently curated, openly available knowledge base, (b) it includes intermediate sparql queries to facilitate the evaluation of semantic parsing based approaches for KBQA, and (c) it generalizes to multiple knowledge bases: Freebase and Wikidata. The TempQA-WD dataset is available at https://github.com/IBM/tempqa-wd.
Rosario Uceda-Sosa, Sumit Neelam, Udit Sharma, Hima Karanam, Shajith Ikbal, Pavan Kapanipathi, Ibrahim Abdelaziz, Nandana Mihindukulasooriya · 25 authors total