text
stringlengths
5.52k
875k
Title: Self-Supervised MultiModal Versatile Networks: Summary: Videos are a rich source of multi-modal supervision. In this work, we learn representations using self-supervision by leveraging three modalities naturally present in videos: visual, audio and language streams. To this end, we introduce the notion of a mul...
Title: Interpretable Visual Question Answering by Visual Grounding from Attention Supervision Mining: Summary: A key aspect of VQA models that are interpretable is their ability to ground their answers to relevant regions in the image. Current approaches with this capability rely on supervised learning and human annot...
Title: How Many Data Samples is an Additional Instruction Worth?: Summary: Recently introduced instruction-paradigm empowers non-expert users to leverage NLP resources by defining a new task in natural language. Instruction-tuned models have significantly outperformed multitask learning models (without instruction); h...
Title: Guiding Pretraining in Reinforcement Learning with Large Language Models: Summary: Reinforcement learning algorithms typically struggle in the absence of a dense, well-shaped reward function. Intrinsically motivated exploration methods address this limitation by rewarding agents for visiting novel states or tra...
Title: Learning to Compose Neural Networks for Question Answering: Summary: We describe a question answering model that applies to both images and structured knowledge bases. The model uses natural language strings to automatically assemble neural networks from a collection of composable modules. Parameters for these ...
Title: Just Ask: Learning to Answer Questions from Millions of Narrated Videos: Summary: Recent methods for visual question answering rely on large-scale annotated datasets. Manual annotation of questions and answers for videos, however, is tedious, expensive and prevents scalability. In this work, we propose to avoid...
Title: fairseq: A Fast, Extensible Toolkit for Sequence Modeling: Summary: fairseq is an open-source sequence modeling toolkit that allows researchers and developers to train custom models for translation, summarization, language modeling, and other text generation tasks. The toolkit is based on PyTorch and supports d...
Title: Large language models effectively leverage document-level context for literary translation, but critical errors persist: Summary: Large language models (LLMs) are competitive with the state of the art on a wide range of sentence-level translation datasets. However, their ability to translate paragraphs and docu...
Title: Story Shaping: Teaching Agents Human-like Behavior with Stories: Summary: Reward design for reinforcement learning agents can be difficult in situations where one not only wants the agent to achieve some effect in the world but where one also cares about how that effect is achieved. For example, we might wish f...
Title: Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor: Summary: Model-free deep reinforcement learning (RL) algorithms have been demonstrated on a range of challenging decision making and control tasks. However, these methods typically suffer from two major challenges...
Title: The Deep Bootstrap Framework: Good Online Learners are Good Offline Generalizers: Summary: We propose a new framework for reasoning about generalization in deep learning. The core idea is to couple the Real World, where optimizers take stochastic gradient steps on the empirical loss, to an Ideal World, where op...
Title: OBELICS: An Open Web-Scale Filtered Dataset of Interleaved Image-Text Documents: Summary: Large multimodal models trained on natural documents, which interleave images and text, outperform models trained on image-text pairs on various multimodal benchmarks. However, the datasets used to train these models have ...
Title: Multitask Prompted Training Enables Zero-Shot Task Generalization: Summary: Large language models have recently been shown to attain reasonable zero-shot generalization on a diverse set of tasks (Brown et al., 2020). It has been hypothesized that this is a consequence of implicit multitask learning in language ...
Title: Pruning Convolutional Neural Networks for Resource Efficient Inference: Summary: We propose a new formulation for pruning convolutional kernels in neural networks to enable efficient inference. We interleave greedy criteria-based pruning with fine-tuning by backpropagation - a computationally efficient procedur...
Title: Rolling the Dice: Imagining Generative AI as a Dungeons & Dragons Storytelling Companion: Summary: AI Advancements have augmented casual writing and story generation, but their usage poses challenges in collaborative storytelling. In role-playing games such as Dungeons & Dragons (D&D), composing prompts using g...
Title: Taming Pretrained Transformers for Extreme Multi-label Text Classification: Summary: We consider the extreme multi-label text classification (XMC) problem: given an input text, return the most relevant labels from a large label collection. For example, the input text could be a product description on Amazon.com...
Title: How Far Can Camels Go? Exploring the State of Instruction Tuning on Open Resources: Summary: In this work we explore recent advances in instruction-tuning language models on a range of open instruction-following datasets. Despite recent claims that open models can be on par with state-of-the-art proprietary mod...
Title: ReLMoGen: Leveraging Motion Generation in Reinforcement Learning for Mobile Manipulation: Summary: Many Reinforcement Learning (RL) approaches use joint control signals (positions, velocities, torques) as action space for continuous control tasks. We propose to lift the action space to a higher level in the for...
Title: Barack's Wife Hillary: Using Knowledge-Graphs for Fact-Aware Language Modeling: Summary: Modeling human language requires the ability to not only generate fluent text but also encode factual knowledge. However, traditional language models are only capable of remembering facts seen at training time, and often ha...
Title: FILM: Following Instructions in Language with Modular Methods: Summary: Recent methods for embodied instruction following are typically trained end-to-end using imitation learning. This often requires the use of expert trajectories and low-level language instructions. Such approaches assume that neural states w...
Title: SimAlign: High Quality Word Alignments without Parallel Training Data using Static and Contextualized Embeddings: Summary: Word alignments are useful for tasks like statistical and neural machine translation (NMT) and cross-lingual annotation projection. Statistical word aligners perform well, as do methods tha...
Title: Quasi-Recurrent Neural Networks: Summary: Recurrent neural networks are a powerful tool for modeling sequential data, but the dependence of each timestep's computation on the previous timestep's output limits parallelism and makes RNNs unwieldy for very long sequences. We introduce quasi-recurrent neural networ...
Title: BiQGEMM: Matrix Multiplication with Lookup Table For Binary-Coding-based Quantized DNNs: Summary: The number of parameters in deep neural networks (DNNs) is rapidly increasing to support complicated tasks and to improve model accuracy. Correspondingly, the amount of computations and required memory footprint in...
Title: RESDSQL: Decoupling Schema Linking and Skeleton Parsing for Text-to-SQL: Summary: One of the recent best attempts at Text-to-SQL is the pre-trained language model. Due to the structural property of the SQL queries, the seq2seq model takes the responsibility of parsing both the schema items (i.e., tables and col...
Title: ReLER@ZJU-Alibaba Submission to the Ego4D Natural Language Queries Challenge 2022: Summary: In this report, we present the ReLER@ZJU-Alibaba submission to the Ego4D Natural Language Queries (NLQ) Challenge in CVPR 2022. Given a video clip and a text query, the goal of this challenge is to locate a temporal mome...
Title: CMMLU: Measuring massive multitask language understanding in Chinese: Summary: As the capabilities of large language models (LLMs) continue to advance, evaluating their performance becomes increasingly crucial and challenging. This paper aims to bridge this gap by introducing CMMLU, a comprehensive Chinese benc...
Title: Neural Data Augmentation via Example Extrapolation: Summary: In many applications of machine learning, certain categories of examples may be underrepresented in the training data, causing systems to underperform on such "few-shot" cases at test time. A common remedy is to perform data augmentation, such as by d...
Title: NL2TL: Transforming Natural Languages to Temporal Logics using Large Language Models: Summary: Temporal Logic (TL) can be used to rigorously specify complex high-level specification for systems in many engineering applications. The translation between natural language (NL) and TL has been under-explored due to ...
Title: Not All Metrics Are Guilty: Improving NLG Evaluation with LLM Paraphrasing: Summary: Most research about natural language generation (NLG) relies on evaluation benchmarks with limited references for a sample, which may result in poor correlations with human judgements. The underlying reason is that one semantic...
Title: HyperTree Proof Search for Neural Theorem Proving: Summary: We propose an online training procedure for a transformer-based automated theorem prover. Our approach leverages a new search algorithm, HyperTree Proof Search (HTPS), inspired by the recent success of AlphaZero. Our model learns from previous proof se...
Title: KG-FiD: Infusing Knowledge Graph in Fusion-in-Decoder for Open-Domain Question Answering: Summary: Current Open-Domain Question Answering (ODQA) model paradigm often contains a retrieving module and a reading module. Given an input question, the reading module predicts the answer from the relevant passages whic...
Title: AutoSlim: Towards One-Shot Architecture Search for Channel Numbers: Summary: We study how to set channel numbers in a neural network to achieve better accuracy under constrained resources (e.g., FLOPs, latency, memory footprint or model size). A simple and one-shot solution, named AutoSlim, is presented. Instea...
Title: How well do Large Language Models perform in Arithmetic tasks?: Summary: Large language models have emerged abilities including chain-of-thought to answer math word problems step by step. Solving math word problems not only requires abilities to disassemble problems via chain-of-thought but also needs to calcul...
Title: Bridging Dense and Sparse Maximum Inner Product Search: Summary: Maximum inner product search (MIPS) over dense and sparse vectors have progressed independently in a bifurcated literature for decades; the latter is better known as top-$k$ retrieval in Information Retrieval. This duality exists because sparse an...
Title: Dictionary-based Phrase-level Prompting of Large Language Models for Machine Translation: Summary: Large language models (LLMs) demonstrate remarkable machine translation (MT) abilities via prompting, even though they were not explicitly trained for this task. However, even given the incredible quantities of da...
Title: Reading Between the Lines: Modeling User Behavior and Costs in AI-Assisted Programming: Summary: Code-recommendation systems, such as Copilot and CodeWhisperer, have the potential to improve programmer productivity by suggesting and auto-completing code. However, to fully realize their potential, we must unders...
Title: Teaching Models to Express Their Uncertainty in Words: Summary: We show that a GPT-3 model can learn to express uncertainty about its own answers in natural language -- without use of model logits. When given a question, the model generates both an answer and a level of confidence (e.g. "90% confidence" or "hig...
Title: EfficientNetV2: Smaller Models and Faster Training: Summary: This paper introduces EfficientNetV2, a new family of convolutional networks that have faster training speed and better parameter efficiency than previous models. To develop this family of models, we use a combination of training-aware neural architec...
Title: All One Needs to Know about Metaverse: A Complete Survey on Technological Singularity, Virtual Ecosystem, and Research Agenda: Summary: Since the popularisation of the Internet in the 1990s, the cyberspace has kept evolving. We have created various computer-mediated virtual environments including social network...
Title: SciBERT: A Pretrained Language Model for Scientific Text: Summary: Obtaining large-scale annotated data for NLP tasks in the scientific domain is challenging and expensive. We release SciBERT, a pretrained language model based on BERT (Devlin et al., 2018) to address the lack of high-quality, large-scale labele...
Title: Efficient and Effective Text Encoding for Chinese LLaMA and Alpaca: Summary: Large Language Models (LLMs), such as ChatGPT and GPT-4, have dramatically transformed natural language processing research and shown promising strides towards Artificial General Intelligence (AGI). Nonetheless, the high costs associat...
Title: Ask Again, Then Fail: Large Language Models' Vacillations in Judgement: Summary: With the emergence of generative conversational large language models (LLMs) like ChatGPT, serving as virtual assistants in various fields, the stability and reliability of their responses have become crucial. However, during usage...
Title: Algorithm of Thoughts: Enhancing Exploration of Ideas in Large Language Models: Summary: Current literature, aiming to surpass the "Chain-of-Thought" approach, often resorts to an external modus operandi involving halting, modifying, and then resuming the generation process to boost Large Language Models' (LLMs...
Title: Membership Inference Attacks against Diffusion Models: Summary: Diffusion models have attracted attention in recent years as innovative generative models. In this paper, we investigate whether a diffusion model is resistant to a membership inference attack, which evaluates the privacy leakage of a machine learn...
Title: Chain of Hindsight Aligns Language Models with Feedback: Summary: Learning from human preferences is important for language models to match human needs and to align with human and social values. Prior works have achieved remarkable successes by learning from human feedback to understand and follow instructions....
Title: Jukebox: A Generative Model for Music: Summary: We introduce Jukebox, a model that generates music with singing in the raw audio domain. We tackle the long context of raw audio using a multi-scale VQ-VAE to compress it to discrete codes, and modeling those using autoregressive Transformers. We show that the com...
Title: The Law of Large Documents: Understanding the Structure of Legal Contracts Using Visual Cues: Summary: Large, pre-trained transformer models like BERT have achieved state-of-the-art results on document understanding tasks, but most implementations can only consider 512 tokens at a time. For many real-world appl...
Title: Becoming self-instruct: introducing early stopping criteria for minimal instruct tuning: Summary: In this paper, we introduce the Instruction Following Score (IFS), a metric that detects language models' ability to follow instructions. The metric has a dual purpose. First, IFS can be used to distinguish between...
Title: A Real-World WebAgent with Planning, Long Context Understanding, and Program Synthesis: Summary: Pre-trained large language models (LLMs) have recently achieved better generalization and sample efficiency in autonomous web automation. However, the performance on real-world websites has still suffered from (1) o...
Title: Natural Language Processing Advancements By Deep Learning: A Survey: Summary: Natural Language Processing (NLP) helps empower intelligent machines by enhancing a better understanding of the human language for linguistic-based human-computer communication. Recent developments in computational power and the adven...
Title: Contrastive Learning Inverts the Data Generating Process: Summary: Contrastive learning has recently seen tremendous success in self-supervised learning. So far, however, it is largely unclear why the learned representations generalize so effectively to a large variety of downstream tasks. We here prove that fe...
Title: SGDR: Stochastic Gradient Descent with Warm Restarts: Summary: Restart techniques are common in gradient-free optimization to deal with multimodal functions. Partial warm restarts are also gaining popularity in gradient-based optimization to improve the rate of convergence in accelerated gradient schemes to dea...
Title: Quality at a Glance: An Audit of Web-Crawled Multilingual Datasets: Summary: With the success of large-scale pre-training and multilingual modeling in Natural Language Processing (NLP), recent years have seen a proliferation of large, web-mined text datasets covering hundreds of languages. We manually audit the...
Title: Can ChatGPT Forecast Stock Price Movements? Return Predictability and Large Language Models: Summary: We examine the potential of ChatGPT and other large language models in predicting stock market returns using news headlines. We use ChatGPT to assess whether each headline is good, bad, or neutral for firms' st...
Title: Noisy Networks for Exploration: Summary: We introduce NoisyNet, a deep reinforcement learning agent with parametric noise added to its weights, and show that the induced stochasticity of the agent's policy can be used to aid efficient exploration. The parameters of the noise are learned with gradient descent al...
Title: Evaluating the Underlying Gender Bias in Contextualized Word Embeddings: Summary: Gender bias is highly impacting natural language processing applications. Word embeddings have clearly been proven both to keep and amplify gender biases that are present in current data sources. Recently, contextualized word embe...
Title: Towards Interactive Language Modeling: Summary: Interaction between caregivers and children plays a critical role in human language acquisition and development. Given this observation, it is remarkable that explicit interaction plays little to no role in artificial language modeling -- which also targets the ac...
Title: Extending Context Window of Large Language Models via Positional Interpolation: Summary: We present Position Interpolation (PI) that extends the context window sizes of RoPE-based pretrained LLMs such as LLaMA models to up to 32768 with minimal fine-tuning (within 1000 steps), while demonstrating strong empiric...
Title: Active Retrieval Augmented Generation: Summary: Despite the remarkable ability of large language models (LMs) to comprehend and generate language, they have a tendency to hallucinate and create factually inaccurate output. Augmenting LMs by retrieving information from external knowledge resources is one promisi...
Title: Automated Crossword Solving: Summary: We present the Berkeley Crossword Solver, a state-of-the-art approach for automatically solving crossword puzzles. Our system works by generating answer candidates for each crossword clue using neural question answering models and then combines loopy belief propagation with...
Title: Distilling Reasoning Capabilities into Smaller Language Models: Summary: Step-by-step reasoning approaches like chain of thought (CoT) have proved to be very effective in inducing reasoning capabilities in large language models. However, the success of the CoT approach is fundamentally tied to the model size, a...
Title: Intra-agent speech permits zero-shot task acquisition: Summary: Human language learners are exposed to a trickle of informative, context-sensitive language, but a flood of raw sensory data. Through both social language use and internal processes of rehearsal and practice, language learners are able to build hig...
Title: On the Opportunities and Risks of Foundation Models: Summary: AI is undergoing a paradigm shift with the rise of models (e.g., BERT, DALL-E, GPT-3) that are trained on broad data at scale and are adaptable to a wide range of downstream tasks. We call these models foundation models to underscore their critically...
Title: Scaling Laws for Reward Model Overoptimization: Summary: In reinforcement learning from human feedback, it is common to optimize against a reward model trained to predict human preferences. Because the reward model is an imperfect proxy, optimizing its value too much can hinder ground truth performance, in acco...
Title: CrossFit: A Few-shot Learning Challenge for Cross-task Generalization in NLP: Summary: Humans can learn a new language task efficiently with only few examples, by leveraging their knowledge obtained when learning prior tasks. In this paper, we explore whether and how such cross-task generalization ability can b...
Title: JAKET: Joint Pre-training of Knowledge Graph and Language Understanding: Summary: Knowledge graphs (KGs) contain rich information about world knowledge, entities and relations. Thus, they can be great supplements to existing pre-trained language models. However, it remains a challenge to efficiently integrate i...
Title: Continual learning with hypernetworks: Summary: Artificial neural networks suffer from catastrophic forgetting when they are sequentially trained on multiple tasks. To overcome this problem, we present a novel approach based on task-conditioned hypernetworks, i.e., networks that generate the weights of a target...
Title: Learning to Optimize Neural Nets: Summary: Learning to Optimize is a recently proposed framework for learning optimization algorithms using reinforcement learning. In this paper, we explore learning an optimization algorithm for training shallow neural nets. Such high-dimensional stochastic optimization problem...
Title: Deep Compression: Compressing Deep Neural Networks with Pruning, Trained Quantization and Huffman Coding: Summary: Neural networks are both computationally intensive and memory intensive, making them difficult to deploy on embedded systems with limited hardware resources. To address this limitation, we introduc...
Title: Alpa: Automating Inter- and Intra-Operator Parallelism for Distributed Deep Learning: Summary: Alpa 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 user...
Title: Carbon Emissions and Large Neural Network Training: Summary: The computation demand for machine learning (ML) has grown rapidly recently, which comes with a number of costs. Estimating the energy cost helps measure its environmental impact and finding greener strategies, yet it is challenging without detailed i...
Title: LeanDojo: Theorem Proving with Retrieval-Augmented Language Models: Summary: Large language models (LLMs) have shown promise in proving formal theorems using proof assistants such as Lean. However, existing methods are difficult to reproduce or build on, due to private code, data, and large compute requirements...
Title: Adversarial Attacks and Defenses in Images, Graphs and Text: A Review: Summary: Deep neural networks (DNN) have achieved unprecedented success in numerous machine learning tasks in various domains. However, the existence of adversarial examples has raised concerns about applying deep learning to safety-critical...
Title: Episodic Curiosity through Reachability: Summary: Rewards are sparse in the real world and most of today's reinforcement learning algorithms struggle with such sparsity. One solution to this problem is to allow the agent to create rewards for itself - thus making rewards dense and more suitable for learning. In...
Title: Towards Crowdsourced Training of Large Neural Networks using Decentralized Mixture-of-Experts: Summary: Many recent breakthroughs in deep learning were achieved by training increasingly larger models on massive datasets. However, training such models can be prohibitively expensive. For instance, the cluster use...
Title: Instruction Distillation Makes Large Language Models Efficient Zero-shot Rankers: Summary: Recent studies have demonstrated the great potential of Large Language Models (LLMs) serving as zero-shot relevance rankers. The typical approach involves making comparisons between pairs or lists of documents. Although e...
Title: GPT4Graph: Can Large Language Models Understand Graph Structured Data ? An Empirical Evaluation and Benchmarking: Summary: Large language models~(LLM) like ChatGPT have become indispensable to artificial general intelligence~(AGI), demonstrating excellent performance in various natural language processing tasks...
Title: SAPIEN: Affective Virtual Agents Powered by Large Language Models: Summary: In this demo paper, we introduce SAPIEN, a platform for high-fidelity virtual agents driven by large language models that can hold open domain conversations with users in 13 different languages, and display emotions through facial expre...
Title: LUT-GEMM: Quantized Matrix Multiplication based on LUTs for Efficient Inference in Large-Scale Generative Language Models: Summary: The recent advancements in self-supervised learning, combined with the Transformer architecture, have enabled natural language processing (NLP) to achieve remarkably low perplexity...
Title: The Kinetics Human Action Video Dataset: Summary: We describe the DeepMind Kinetics human action video dataset. The dataset contains 400 human action classes, with at least 400 video clips for each action. Each clip lasts around 10s and is taken from a different YouTube video. The actions are human focussed and...
Title: A C-LSTM Neural Network for Text Classification: Summary: Neural network models have been demonstrated to be capable of achieving remarkable performance in sentence and document modeling. Convolutional neural network (CNN) and recurrent neural network (RNN) are two mainstream architectures for such modeling tas...
Title: Investigating Failures of Automatic Translation in the Case of Unambiguous Gender: Summary: Transformer based models are the modern work horses for neural machine translation (NMT), reaching state of the art across several benchmarks. Despite their impressive accuracy, we observe a systemic and rudimentary clas...
Title: Unleashing the Emergent Cognitive Synergy in Large Language Models: A Task-Solving Agent through Multi-Persona Self-Collaboration: Summary: Human intelligence thrives on cognitive synergy, where collaboration among different minds yield superior outcomes compared to isolated individuals. In this work, we propos...
Title: A Universal Law of Robustness via Isoperimetry: Summary: Classically, data interpolation with a parametrized model class is possible as long as the number of parameters is larger than the number of equations to be satisfied. A puzzling phenomenon in deep learning is that models are trained with many more parame...
Title: Deduplicating Training Data Makes Language Models Better: Summary: We find that existing language modeling datasets contain many near-duplicate examples and long repetitive substrings. As a result, over 1% of the unprompted output of language models trained on these datasets is copied verbatim from the training...
Title: Rethinking Search: Making Domain Experts out of Dilettantes: Summary: When experiencing an information need, users want to engage with a domain expert, but often turn to an information retrieval system, such as a search engine, instead. Classical information retrieval systems do not answer information needs dir...
Title: Adaptive Testing of Computer Vision Models: Summary: Vision models often fail systematically on groups of data that share common semantic characteristics (e.g., rare objects or unusual scenes), but identifying these failure modes is a challenge. We introduce AdaVision, an interactive process for testing vision ...
Title: Visualizing the Loss Landscape of Neural Nets: Summary: Neural network training relies on our ability to find "good" minimizers of highly non-convex loss functions. It is well-known that certain network architecture designs (e.g., skip connections) produce loss functions that train easier, and well-chosen train...
Title: Deep Hierarchical Planning from Pixels: Summary: Intelligent agents need to select long sequences of actions to solve complex tasks. While humans easily break down tasks into subgoals and reach them through millions of muscle commands, current artificial intelligence is limited to tasks with horizons of a few h...
Title: TextBugger: Generating Adversarial Text Against Real-world Applications: Summary: Deep Learning-based Text Understanding (DLTU) is the backbone technique behind various applications, including question answering, machine translation, and text classification. Despite its tremendous popularity, the security vulne...
Title: Towards Robust Vision Transformer: Summary: Recent advances on Vision Transformer (ViT) and its improved variants have shown that self-attention-based networks surpass traditional Convolutional Neural Networks (CNNs) in most vision tasks. However, existing ViTs focus on the standard accuracy and computation cos...
Title: Joint Multi-Domain Learning for Automatic Short Answer Grading: Summary: One of the fundamental challenges towards building any intelligent tutoring system is its ability to automatically grade short student answers. A typical automatic short answer grading system (ASAG) grades student answers across multiple d...
Title: Learning Macromanagement in StarCraft from Replays using Deep Learning: Summary: The real-time strategy game StarCraft has proven to be a challenging environment for artificial intelligence techniques, and as a result, current state-of-the-art solutions consist of numerous hand-crafted modules. In this paper, w...
Title: Safe RLHF: Safe Reinforcement Learning from Human Feedback: Summary: With the development of large language models (LLMs), striking a balance between the performance and safety of AI systems has never been more critical. However, the inherent tension between the objectives of helpfulness and harmlessness presen...
Title: Learning To Retrieve: How to Train a Dense Retrieval Model Effectively and Efficiently: Summary: Ranking has always been one of the top concerns in information retrieval research. For decades, lexical matching signal has dominated the ad-hoc retrieval process, but it also has inherent defects, such as the vocab...
Title: Cold Diffusion: Inverting Arbitrary Image Transforms Without Noise: Summary: Standard diffusion models involve an image transform -- adding Gaussian noise -- and an image restoration operator that inverts this degradation. We observe that the generative behavior of diffusion models is not strongly dependent on ...
Title: Fundamental Limitations of Alignment in Large Language Models: Summary: An important aspect in developing language models that interact with humans is aligning their behavior to be useful and unharmful for their human users. This is usually achieved by tuning the model in a way that enhances desired behaviors a...
Title: MINT: Evaluating LLMs in Multi-turn Interaction with Tools and Language Feedback: Summary: To solve complex tasks, large language models (LLMs) often require multiple rounds of interactions with the user, sometimes assisted by external tools. However, current evaluation protocols often emphasize benchmark perfo...
Title: VoxCeleb: a large-scale speaker identification dataset: Summary: Most existing datasets for speaker identification contain samples obtained under quite constrained conditions, and are usually hand-annotated, hence limited in size. The goal of this paper is to generate a large scale text-independent speaker iden...
Title: Florence: A New Foundation Model for Computer Vision: Summary: Automated visual understanding of our diverse and open world demands computer vision models to generalize well with minimal customization for specific tasks, similar to human vision. Computer vision foundation models, which are trained on diverse, l...