text
stringlengths
5.52k
875k
Title: Overview of the TREC 2019 deep learning track: Summary: The Deep Learning Track is a new track for TREC 2019, with the goal of studying ad hoc ranking in a large data regime. It is the first track with large human-labeled training sets, introducing two sets corresponding to two tasks, each with rigorous TREC-st...
Title: Generalization through Memorization: Nearest Neighbor Language Models: Summary: We introduce $k$NN-LMs, which extend a pre-trained neural language model (LM) by linearly interpolating it with a $k$-nearest neighbors ($k$NN) model. The nearest neighbors are computed according to distance in the pre-trained LM em...
Title: Tool Documentation Enables Zero-Shot Tool-Usage with Large Language Models: Summary: Today, large language models (LLMs) are taught to use new tools by providing a few demonstrations of the tool's usage. Unfortunately, demonstrations are hard to acquire, and can result in undesirable biased usage if the wrong d...
Title: FewCLUE: A Chinese Few-shot Learning Evaluation Benchmark: Summary: Pretrained Language Models (PLMs) have achieved tremendous success in natural language understanding tasks. While different learning schemes -- fine-tuning, zero-shot, and few-shot learning -- have been widely explored and compared for language...
Title: CERT: Contrastive Self-supervised Learning for Language Understanding: Summary: Pretrained language models such as BERT, GPT have shown great effectiveness in language understanding. The auxiliary predictive tasks in existing pretraining approaches are mostly defined on tokens, thus may not be able to capture s...
Title: minicons: Enabling Flexible Behavioral and Representational Analyses of Transformer Language Models: Summary: We present minicons, an open source library that provides a standard API for researchers interested in conducting behavioral and representational analyses of transformer-based language models (LMs). Spe...
Title: ReAct: Synergizing Reasoning and Acting in Language Models: Summary: While large language models (LLMs) have demonstrated impressive capabilities across tasks in language understanding and interactive decision making, their abilities for reasoning (e.g. chain-of-thought prompting) and acting (e.g. action plan g...
Title: Fusion of Detected Objects in Text for Visual Question Answering: Summary: To advance models of multimodal context, we introduce a simple yet powerful neural architecture for data that combines vision and natural language. The "Bounding Boxes in Text Transformer" (B2T2) also leverages referential information bi...
Title: CValues: Measuring the Values of Chinese Large Language Models from Safety to Responsibility: Summary: With the rapid evolution of large language models (LLMs), there is a growing concern that they may pose risks or have negative social impacts. Therefore, evaluation of human values alignment is becoming increa...
Title: Mastering Diverse Domains through World Models: Summary: General intelligence requires solving tasks across many domains. Current reinforcement learning algorithms carry this potential but are held back by the resources and knowledge required to tune them for new tasks. We present DreamerV3, a general and scala...
Title: DeepSpeed-Chat: Easy, Fast and Affordable RLHF Training of ChatGPT-like Models at All Scales: Summary: ChatGPT-like models have revolutionized various applications in artificial intelligence, from summarization and coding to translation, matching or even surpassing human performance. However, the current landsc...
Title: Generating Long Sequences with Sparse Transformers: Summary: Transformers are powerful sequence models, but require time and memory that grows quadratically with the sequence length. In this paper we introduce sparse factorizations of the attention matrix which reduce this to $O(n \sqrt{n})$. We also introduce ...
Title: Mogrifier LSTM: Summary: Many advances in Natural Language Processing have been based upon more expressive models for how inputs interact with the context in which they occur. Recurrent networks, which have enjoyed a modicum of success, still lack the generalization and systematicity ultimately required for mod...
Title: EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks: Summary: Convolutional Neural Networks (ConvNets) are commonly developed at a fixed resource budget, and then scaled up for better accuracy if more resources are available. In this paper, we systematically study model scaling and identify...
Title: Adversarial Training Can Hurt Generalization: Summary: While adversarial training can improve robust accuracy (against an adversary), it sometimes hurts standard accuracy (when there is no adversary). Previous work has studied this tradeoff between standard and robust accuracy, but only in the setting where no ...
Title: A Short Survey of Viewing Large Language Models in Legal Aspect: Summary: Large language models (LLMs) have transformed many fields, including natural language processing, computer vision, and reinforcement learning. These models have also made a significant impact in the field of law, where they are being incr...
Title: Red-Teaming Large Language Models using Chain of Utterances for Safety-Alignment: Summary: Larger language models (LLMs) have taken the world by storm with their massive multi-tasking capabilities simply by optimizing over a next-word prediction objective. With the emergence of their properties and encoded know...
Title: Shikra: Unleashing Multimodal LLM's Referential Dialogue Magic: Summary: In human conversations, individuals can indicate relevant regions within a scene while addressing others. In turn, the other person can then respond by referring to specific regions if necessary. This natural referential ability in dialogu...
Title: Adding Conditional Control to Text-to-Image Diffusion Models: Summary: We present ControlNet, a neural network architecture to add spatial conditioning controls to large, pretrained text-to-image diffusion models. ControlNet locks the production-ready large diffusion models, and reuses their deep and robust enc...
Title: OpenAI Gym: Summary: OpenAI Gym is a toolkit for reinforcement learning research. It includes a growing collection of benchmark problems that expose a common interface, and a website where people can share their results and compare the performance of algorithms. This whitepaper discusses the components of OpenA...
Title: Generating images from caption and vice versa via CLIP-Guided Generative Latent Space Search: Summary: In this research work we present CLIP-GLaSS, a novel zero-shot framework to generate an image (or a caption) corresponding to a given caption (or image). CLIP-GLaSS is based on the CLIP neural network, which, ...
Title: MURAL: Multimodal, Multitask Retrieval Across Languages: Summary: Both image-caption pairs and translation pairs provide the means to learn deep representations of and connections between languages. We use both types of pairs in MURAL (MUltimodal, MUltitask Representations Across Languages), a dual encoder that...
Title: Visualizing Deep Neural Network Decisions: Prediction Difference Analysis: Summary: This article presents the prediction difference analysis method for visualizing the response of a deep neural network to a specific input. When classifying images, the method highlights areas in a given input image that provide ...
Title: Photorealistic Text-to-Image Diffusion Models with Deep Language Understanding: Summary: We present Imagen, a text-to-image diffusion model with an unprecedented degree of photorealism and a deep level of language understanding. Imagen builds on the power of large transformer language models in understanding te...
Title: Language model compression with weighted low-rank factorization: Summary: Factorizing a large matrix into small matrices is a popular strategy for model compression. Singular value decomposition (SVD) plays a vital role in this compression strategy, approximating a learned matrix with fewer parameters. However,...
Title: Towards Understanding and Mitigating Social Biases in Language Models: Summary: As machine learning methods are deployed in real-world settings such as healthcare, legal systems, and social science, it is crucial to recognize how they shape social biases and stereotypes in these sensitive decision-making proces...
Title: Detecting Emergent Intersectional Biases: Contextualized Word Embeddings Contain a Distribution of Human-like Biases: Summary: With the starting point that implicit human biases are reflected in the statistical regularities of language, it is possible to measure biases in English static word embeddings. State-o...
Title: Language Modeling with Latent Situations: Summary: Language models (LMs) often generate incoherent outputs: they refer to events and entity states that are incompatible with the state of the world described in their inputs. We introduce SituationSupervision, a family of approaches for improving coherence in LMs...
Title: Machine Learning on Graphs: A Model and Comprehensive Taxonomy: Summary: There has been a surge of recent interest in learning representations for graph-structured data. Graph representation learning methods have generally fallen into three main categories, based on the availability of labeled data. The first, ...
Title: Active Learning for Convolutional Neural Networks: A Core-Set Approach: Summary: Convolutional neural networks (CNNs) have been successfully applied to many recognition and learning tasks using a universal recipe; training a deep model on a very large dataset of supervised examples. However, this approach is ra...
Title: Memory-based control with recurrent neural networks: Summary: Partially observed control problems are a challenging aspect of reinforcement learning. We extend two related, model-free algorithms for continuous control -- deterministic policy gradient and stochastic value gradient -- to solve partially observed ...
Title: ToolkenGPT: Augmenting Frozen Language Models with Massive Tools via Tool Embeddings: Summary: Augmenting large language models (LLMs) with external tools has emerged as a promising approach to solving complex problems. However, traditional methods, which finetune LLMs with tool demonstration data, can be both ...
Title: PubMedQA: A Dataset for Biomedical Research Question Answering: Summary: We introduce PubMedQA, a novel biomedical question answering (QA) dataset collected from PubMed abstracts. The task of PubMedQA is to answer research questions with yes/no/maybe (e.g.: Do preoperative statins reduce atrial fibrillation aft...
Title: Distilling Step-by-Step! Outperforming Larger Language Models with Less Training Data and Smaller Model Sizes: Summary: Deploying large language models (LLMs) is challenging because they are memory inefficient and compute-intensive for practical applications. In reaction, researchers train smaller task-specific...
Title: Context-Aware Sentence/Passage Term Importance Estimation For First Stage Retrieval: Summary: Term frequency is a common method for identifying the importance of a term in a query or document. But it is a weak signal, especially when the frequency distribution is flat, such as in long queries or short documents...
Title: The Self-Perception and Political Biases of ChatGPT: Summary: This contribution analyzes the self-perception and political biases of OpenAI's Large Language Model ChatGPT. Taking into account the first small-scale reports and studies that have emerged, claiming that ChatGPT is politically biased towards progres...
Title: AttentiveNAS: Improving Neural Architecture Search via Attentive Sampling: Summary: Neural architecture search (NAS) has shown great promise in designing state-of-the-art (SOTA) models that are both accurate and efficient. Recently, two-stage NAS, e.g. BigNAS, decouples the model training and searching process ...
Title: GLOW : Global Weighted Self-Attention Network for Web Search: Summary: Deep matching models aim to facilitate search engines retrieving more relevant documents by mapping queries and documents into semantic vectors in the first-stage retrieval. When leveraging BERT as the deep matching model, the attention scor...
Title: Towards Accurate Binary Convolutional Neural Network: Summary: We introduce a novel scheme to train binary convolutional neural networks (CNNs) -- CNNs with weights and activations constrained to {-1,+1} at run-time. It has been known that using binary weights and activations drastically reduce memory size and ...
Title: Reframing Human-AI Collaboration for Generating Free-Text Explanations: Summary: Large language models are increasingly capable of generating fluent-appearing text with relatively little task-specific supervision. But can these models accurately explain classification decisions? We consider the task of generati...
Title: LLM+P: Empowering Large Language Models with Optimal Planning Proficiency: Summary: Large language models (LLMs) have demonstrated remarkable zero-shot generalization abilities: state-of-the-art chatbots can provide plausible answers to many common questions that arise in daily life. However, so far, LLMs canno...
Title: ChatGPT Outperforms Crowd-Workers for Text-Annotation Tasks: Summary: Many NLP applications require manual data annotations for a variety of tasks, notably to train classifiers or evaluate the performance of unsupervised models. Depending on the size and degree of complexity, the tasks may be conducted by crowd...
Title: Disembodied Machine Learning: On the Illusion of Objectivity in NLP: Summary: Machine Learning seeks to identify and encode bodies of knowledge within provided datasets. However, data encodes subjective content, which determines the possible outcomes of the models trained on it. Because such subjectivity enable...
Title: Graph of Thoughts: Solving Elaborate Problems with Large Language Models: Summary: We introduce Graph of Thoughts (GoT): a framework that advances prompting capabilities in large language models (LLMs) beyond those offered by paradigms such as Chain-of-Thought or Tree of Thoughts (ToT). The key idea and primary...
Title: Scale Efficiently: Insights from Pre-training and Fine-tuning Transformers: Summary: There remain many open questions pertaining to the scaling behaviour of Transformer architectures. These scaling decisions and findings can be critical, as training runs often come with an associated computational cost which ha...
Title: Towards the Systematic Reporting of the Energy and Carbon Footprints of Machine Learning: Summary: Accurate reporting of energy and carbon usage is essential for understanding the potential climate impacts of machine learning research. We introduce a framework that makes this easier by providing a simple interf...
Title: Pruning and Quantization for Deep Neural Network Acceleration: A Survey: Summary: Deep neural networks have been applied in many applications exhibiting extraordinary abilities in the field of computer vision. However, complex network architectures challenge efficient real-time deployment and require significan...
Title: The Devil in Linear Transformer: Summary: Linear transformers aim to reduce the quadratic space-time complexity of vanilla transformers. However, they usually suffer from degraded performances on various tasks and corpus. In this paper, we examine existing kernel-based linear transformers and identify two key i...
Title: Aligning Text-to-Image Models using Human Feedback: Summary: Deep generative models have shown impressive results in text-to-image synthesis. However, current text-to-image models often generate images that are inadequately aligned with text prompts. We propose a fine-tuning method for aligning such models usin...
Title: Micro-Batch Training with Batch-Channel Normalization and Weight Standardization: Summary: Batch Normalization (BN) has become an out-of-box technique to improve deep network training. However, its effectiveness is limited for micro-batch training, i.e., each GPU typically has only 1-2 images for training, whic...
Title: Do LLMs Understand Social Knowledge? Evaluating the Sociability of Large Language Models with SocKET Benchmark: Summary: Large language models (LLMs) have been shown to perform well at a variety of syntactic, discourse, and reasoning tasks. While LLMs are increasingly deployed in many forms including conversati...
Title: Towards Better Few-Shot and Finetuning Performance with Forgetful Causal Language Models: Summary: Large language models (LLM) trained using the next-token-prediction objective, such as GPT3 and PaLM, have revolutionized natural language processing in recent years by showing impressive zero-shot and few-shot ca...
Title: Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks: Summary: We propose an algorithm for meta-learning that is model-agnostic, in the sense that it is compatible with any model trained with gradient descent and applicable to a variety of different learning problems, including classification, regr...
Title: Are Emergent Abilities of Large Language Models a Mirage?: Summary: Recent work claims that large language models display emergent abilities, abilities not present in smaller-scale models that are present in larger-scale models. What makes emergent abilities intriguing is two-fold: their sharpness, transitionin...
Title: TinyStories: How Small Can Language Models Be and Still Speak Coherent English?: Summary: Language models (LMs) are powerful tools for natural language processing, but they often struggle to produce coherent and fluent text when they are small. Models with around 125M parameters such as GPT-Neo (small) or GPT-2...
Title: Extreme Compression for Pre-trained Transformers Made Simple and Efficient: Summary: Extreme compression, particularly ultra-low bit precision (binary/ternary) quantization, has been proposed to fit large NLP models on resource-constraint devices. However, to preserve the accuracy for such aggressive compressio...
Title: Confident Adaptive Language Modeling: Summary: Recent advances in Transformer-based large language models (LLMs) have led to significant performance improvements across many tasks. These gains come with a drastic increase in the models' size, potentially leading to slow and costly use at inference time. In prac...
Title: Deal or No Deal? End-to-End Learning for Negotiation Dialogues: Summary: Much of human dialogue occurs in semi-cooperative settings, where agents with different goals attempt to agree on common decisions. Negotiations require complex communication and reasoning skills, but success is easy to measure, making thi...
Title: TABBIE: Pretrained Representations of Tabular Data: Summary: Existing work on tabular representation learning jointly models tables and associated text using self-supervised objective functions derived from pretrained language models such as BERT. While this joint pretraining improves tasks involving paired tab...
Title: Video-ChatGPT: Towards Detailed Video Understanding via Large Vision and Language Models: Summary: Conversation agents fueled by Large Language Models (LLMs) are providing a new way to interact with visual data. While there have been initial attempts for image-based conversation models, this work addresses the ...
Title: Compute Trends Across Three Eras of Machine Learning: Summary: Compute, data, and algorithmic advances are the three fundamental factors that guide the progress of modern Machine Learning (ML). In this paper we study trends in the most readily quantified factor - compute. We show that before 2010 training compu...
Title: Generated Knowledge Prompting for Commonsense Reasoning: Summary: It remains an open question whether incorporating external knowledge benefits commonsense reasoning while maintaining the flexibility of pretrained sequence models. To investigate this question, we develop generated knowledge prompting, which con...
Title: Domain-Specific Language Model Pretraining for Biomedical Natural Language Processing: Summary: Pretraining large neural language models, such as BERT, has led to impressive gains on many natural language processing (NLP) tasks. However, most pretraining efforts focus on general domain corpora, such as newswire...
Title: Large Language Models are Diverse Role-Players for Summarization Evaluation: Summary: Text summarization has a wide range of applications in many scenarios. The evaluation of the quality of the generated text is a complex problem. A big challenge to language evaluation is that there is a clear divergence betwee...
Title: Few-Shot Out-of-Domain Transfer Learning of Natural Language Explanations in a Label-Abundant Setup: Summary: Training a model to provide natural language explanations (NLEs) for its predictions usually requires the acquisition of task-specific NLEs, which is time- and resource-consuming. A potential solution i...
Title: Machine Unlearning: Summary: Once users have shared their data online, it is generally difficult for them to revoke access and ask for the data to be deleted. Machine learning (ML) exacerbates this problem because any model trained with said data may have memorized it, putting users at risk of a successful priv...
Title: Beyond Surface Statistics: Scene Representations in a Latent Diffusion Model: Summary: Latent diffusion models (LDMs) exhibit an impressive ability to produce realistic images, yet the inner workings of these models remain mysterious. Even when trained purely on images without explicit depth information, they t...
Title: BabyAI: A Platform to Study the Sample Efficiency of Grounded Language Learning: Summary: Allowing humans to interactively train artificial agents to understand language instructions is desirable for both practical and scientific reasons, but given the poor data efficiency of the current learning methods, this ...
Title: What is the State of Neural Network Pruning?: Summary: Neural network pruning---the task of reducing the size of a network by removing parameters---has been the subject of a great deal of work in recent years. We provide a meta-analysis of the literature, including an overview of approaches to pruning and consi...
Title: Program Synthesis with Large Language Models: Summary: This paper explores the limits of the current generation of large language models for program synthesis in general purpose programming languages. We evaluate a collection of such models (with between 244M and 137B parameters) on two new benchmarks, MBPP and...
Title: FreshDiskANN: A Fast and Accurate Graph-Based ANN Index for Streaming Similarity Search: Summary: Approximate nearest neighbor search (ANNS) is a fundamental building block in information retrieval with graph-based indices being the current state-of-the-art and widely used in the industry. Recent advances in gr...
Title: Hurdles to Progress in Long-form Question Answering: Summary: The task of long-form question answering (LFQA) involves retrieving documents relevant to a given question and using them to generate a paragraph-length answer. While many models have recently been proposed for LFQA, we show in this paper that the ta...
Title: CoT-MAE v2: Contextual Masked Auto-Encoder with Multi-view Modeling for Passage Retrieval: Summary: Growing techniques have been emerging to improve the performance of passage retrieval. As an effective representation bottleneck pretraining technique, the contextual masked auto-encoder utilizes contextual embed...
Title: Scaling Up Models and Data with $\texttt{t5x}$ and $\texttt{seqio}$: Summary: Recent neural network-based language models have benefited greatly from scaling up the size of training datasets and the number of parameters in the models themselves. Scaling can be complicated due to various factors including the ne...
Title: Sharp Minima Can Generalize For Deep Nets: Summary: Despite their overwhelming capacity to overfit, deep learning architectures tend to generalize relatively well to unseen data, allowing them to be deployed in practice. However, explaining why this is the case is still an open area of research. One standing hy...
Title: Language Models are Few-shot Multilingual Learners: Summary: General-purpose language models have demonstrated impressive capabilities, performing on par with state-of-the-art approaches on a range of downstream natural language processing (NLP) tasks and benchmarks when inferring instructions from very few exa...
Title: Gradient $\ell_1$ Regularization for Quantization Robustness: Summary: We analyze the effect of quantizing weights and activations of neural networks on their loss and derive a simple regularization scheme that improves robustness against post-training quantization. By training quantization-ready networks, our ...
Title: No Language Left Behind: Scaling Human-Centered Machine Translation: Summary: Driven by the goal of eradicating language barriers on a global scale, machine translation has solidified itself as a key focus of artificial intelligence research today. However, such efforts have coalesced around a small subset of l...
Title: Large Language Models (GPT) Struggle to Answer Multiple-Choice Questions about Code: Summary: We analyzed effectiveness of three generative pre-trained transformer (GPT) models in answering multiple-choice question (MCQ) assessments, often involving short snippets of code, from introductory and intermediate pro...
Title: DABS: A Domain-Agnostic Benchmark for Self-Supervised Learning: Summary: Self-supervised learning algorithms, including BERT and SimCLR, have enabled significant strides in fields like natural language processing, computer vision, and speech processing. However, these algorithms are domain-specific, meaning tha...
Title: On the Effect of Dropping Layers of Pre-trained Transformer Models: Summary: Transformer-based NLP models are trained using hundreds of millions or even billions of parameters, limiting their applicability in computationally constrained environments. While the number of parameters generally correlates with perf...
Title: SimpleShot: Revisiting Nearest-Neighbor Classification for Few-Shot Learning: Summary: Few-shot learners aim to recognize new object classes based on a small number of labeled training examples. To prevent overfitting, state-of-the-art few-shot learners use meta-learning on convolutional-network features and pe...
Title: Language models show human-like content effects on reasoning tasks: Summary: Abstract reasoning is a key ability for an intelligent system. Large language models (LMs) achieve above-chance performance on abstract reasoning tasks, but exhibit many imperfections. However, human abstract reasoning is also imperfec...
Title: Do BERTs Learn to Use Browser User Interface? Exploring Multi-Step Tasks with Unified Vision-and-Language BERTs: Summary: Pre-trained Transformers are good foundations for unified multi-task models owing to their task-agnostic representation. Pre-trained Transformers are often combined with text-to-text framewo...
Title: Transformer Feed-Forward Layers Are Key-Value Memories: Summary: Feed-forward layers constitute two-thirds of a transformer model's parameters, yet their role in the network remains under-explored. We show that feed-forward layers in transformer-based language models operate as key-value memories, where each ke...
Title: Fashion-MNIST: a Novel Image Dataset for Benchmarking Machine Learning Algorithms: Summary: We present Fashion-MNIST, a new dataset comprising of 28x28 grayscale images of 70,000 fashion products from 10 categories, with 7,000 images per category. The training set has 60,000 images and the test set has 10,000 i...
Title: Adversarial NLI: A New Benchmark for Natural Language Understanding: Summary: We introduce a new large-scale NLI benchmark dataset, collected via an iterative, adversarial human-and-model-in-the-loop procedure. We show that training models on this new dataset leads to state-of-the-art performance on a variety o...
Title: Universal Sentence Encoder: Summary: We present models for encoding sentences into embedding vectors that specifically target transfer learning to other NLP tasks. The models are efficient and result in accurate performance on diverse transfer tasks. Two variants of the encoding models allow for trade-offs betw...
Title: Super-NaturalInstructions: Generalization via Declarative Instructions on 1600+ NLP Tasks: Summary: How well can NLP models generalize to a variety of unseen tasks when provided with task instructions? To address this question, we first introduce Super-NaturalInstructions, a benchmark of 1,616 diverse NLP tasks...
Title: Dialogue Shaping: Empowering Agents through NPC Interaction: Summary: One major challenge in reinforcement learning (RL) is the large amount of steps for the RL agent needs to converge in the training process and learn the optimal policy, especially in text-based game environments where the action space is exte...
Title: Language Models of Code are Few-Shot Commonsense Learners: Summary: We address the general task of structured commonsense reasoning: given a natural language input, the goal is to generate a graph such as an event -- or a reasoning-graph. To employ large language models (LMs) for this task, existing approaches ...
Title: RepCL: Exploring Effective Representation for Continual Text Classification: Summary: Continual learning (CL) aims to constantly learn new knowledge over time while avoiding catastrophic forgetting on old tasks. In this work, we focus on continual text classification under the class-incremental setting. Recent ...
Title: Branch-Train-Merge: Embarrassingly Parallel Training of Expert Language Models: Summary: We present Branch-Train-Merge (BTM), a communication-efficient algorithm for embarrassingly parallel training of large language models (LLMs). We show it is possible to independently train subparts of a new class of LLMs on...
Title: Deep Reinforced Query Reformulation for Information Retrieval: Summary: Query reformulations have long been a key mechanism to alleviate the vocabulary-mismatch problem in information retrieval, for example by expanding the queries with related query terms or by generating paraphrases of the queries. In this wo...
Title: Can Transformers Jump Around Right in Natural Language? Assessing Performance Transfer from SCAN: Summary: Despite their practical success, modern seq2seq architectures are unable to generalize systematically on several SCAN tasks. Hence, it is not clear if SCAN-style compositional generalization is useful in r...
Title: REFINER: Reasoning Feedback on Intermediate Representations: Summary: Language models (LMs) have recently shown remarkable performance on reasoning tasks by explicitly generating intermediate inferences, e.g., chain-of-thought prompting. However, these intermediate inference steps may be inappropriate deduction...
Title: Large Language Models for Information Retrieval: A Survey: Summary: As a primary means of information acquisition, information retrieval (IR) systems, such as search engines, have integrated themselves into our daily lives. These systems also serve as components of dialogue, question-answering, and recommender ...
Title: LLM As DBA: Summary: Database administrators (DBAs) play a crucial role in managing, maintaining and optimizing a database system to ensure data availability, performance, and reliability. However, it is hard and tedious for DBAs to manage a large number of database instances (e.g., millions of instances on the...
Title: Large Language Models Struggle to Learn Long-Tail Knowledge: Summary: The Internet contains a wealth of knowledge -- from the birthdays of historical figures to tutorials on how to code -- all of which may be learned by language models. However, while certain pieces of information are ubiquitous on the web, oth...
Title: Rational Decision-Making Agent with Internalized Utility Judgment: Summary: Large language models (LLMs) have demonstrated remarkable advancements and have attracted significant efforts to develop LLMs into agents capable of executing intricate multi-step decision-making tasks beyond traditional NLP application...