text stringlengths 5.52k 875k |
|---|
Title: WebCPM: Interactive Web Search for Chinese Long-form Question Answering:
Summary:
Long-form question answering (LFQA) aims at answering complex, open-ended
questions with detailed, paragraph-length responses. The de facto paradigm of
LFQA necessitates two procedures: information retrieval, which searches for
re... |
Title: Data Augmentation for BERT Fine-Tuning in Open-Domain Question Answering:
Summary:
Recently, a simple combination of passage retrieval using off-the-shelf IR
techniques and a BERT reader was found to be very effective for question
answering directly on Wikipedia, yielding a large improvement over the previous
s... |
Title: Reward Design with Language Models:
Summary:
Reward design in reinforcement learning (RL) is challenging since specifying
human notions of desired behavior may be difficult via reward functions or
require many expert demonstrations. Can we instead cheaply design rewards using
a natural language interface? This ... |
Title: Baize: An Open-Source Chat Model with Parameter-Efficient Tuning on Self-Chat Data:
Summary:
Chat models, such as ChatGPT, have shown impressive capabilities and have
been rapidly adopted across numerous domains. However, these models are only
accessible through a restricted API, creating barriers for new resea... |
Title: Mixout: Effective Regularization to Finetune Large-scale Pretrained Language Models:
Summary:
In natural language processing, it has been observed recently that
generalization could be greatly improved by finetuning a large-scale language
model pretrained on a large unlabeled corpus. Despite its recent success ... |
Title: Generating Sequences by Learning to Self-Correct:
Summary:
Sequence generation applications require satisfying semantic constraints,
such as ensuring that programs are correct, using certain keywords, or avoiding
undesirable content. Language models, whether fine-tuned or prompted with
few-shot demonstrations, ... |
Title: ALERT: Adapting Language Models to Reasoning Tasks:
Summary:
Current large language models can perform reasonably well on complex tasks
that require step-by-step reasoning with few-shot learning. Are these models
applying reasoning skills they have learnt during pre-training and reason
outside of their training... |
Title: An Efficient COarse-to-fiNE Alignment Framework @ Ego4D Natural Language Queries Challenge 2022:
Summary:
This technical report describes the CONE approach for Ego4D Natural Language
Queries (NLQ) Challenge in ECCV 2022. We leverage our model CONE, an efficient
window-centric COarse-to-fiNE alignment framework.... |
Title: Neural Programmer-Interpreters:
Summary:
We propose the neural programmer-interpreter (NPI): a recurrent and
compositional neural network that learns to represent and execute programs. NPI
has three learnable components: a task-agnostic recurrent core, a persistent
key-value program memory, and domain-specific ... |
Title: Training with Quantization Noise for Extreme Model Compression:
Summary:
We tackle the problem of producing compact models, maximizing their accuracy
for a given model size. A standard solution is to train networks with
Quantization Aware Training, where the weights are quantized during training
and the gradien... |
Title: Branched Multi-Task Networks: Deciding What Layers To Share:
Summary:
In the context of multi-task learning, neural networks with branched
architectures have often been employed to jointly tackle the tasks at hand.
Such ramified networks typically start with a number of shared layers, after
which different task... |
Title: Synergistic Integration of Large Language Models and Cognitive Architectures for Robust AI: An Exploratory Analysis:
Summary:
This paper explores the integration of two AI subdisciplines employed in the
development of artificial agents that exhibit intelligent behavior: Large
Language Models (LLMs) and Cognitiv... |
Title: Conceptual Framework for Autonomous Cognitive Entities:
Summary:
The rapid development and adoption of Generative AI (GAI) technology in the
form of chatbots such as ChatGPT and Claude has greatly increased interest in
agentic machines. This paper introduces the Autonomous Cognitive Entity (ACE)
model, a novel ... |
Title: Extending Multilingual BERT to Low-Resource Languages:
Summary:
Multilingual BERT (M-BERT) has been a huge success in both supervised and
zero-shot cross-lingual transfer learning. However, this success has focused
only on the top 104 languages in Wikipedia that it was trained on. In this
paper, we propose a si... |
Title: Less is More: Pre-train a Strong Text Encoder for Dense Retrieval Using a Weak Decoder:
Summary:
Dense retrieval requires high-quality text sequence embeddings to support
effective search in the representation space. Autoencoder-based language models
are appealing in dense retrieval as they train the encoder to... |
Title: Learning to Speak Fluently in a Foreign Language: Multilingual Speech Synthesis and Cross-Language Voice Cloning:
Summary:
We present a multispeaker, multilingual text-to-speech (TTS) synthesis model
based on Tacotron that is able to produce high quality speech in multiple
languages. Moreover, the model is able... |
Title: SAMSum Corpus: A Human-annotated Dialogue Dataset for Abstractive Summarization:
Summary:
This paper introduces the SAMSum Corpus, a new dataset with abstractive
dialogue summaries. We investigate the challenges it poses for automated
summarization by testing several models and comparing their results with thos... |
Title: Top-KAST: Top-K Always Sparse Training:
Summary:
Sparse neural networks are becoming increasingly important as the field seeks
to improve the performance of existing models by scaling them up, while
simultaneously trying to reduce power consumption and computational footprint.
Unfortunately, most existing metho... |
Title: Overcoming Exploration in Reinforcement Learning with Demonstrations:
Summary:
Exploration in environments with sparse rewards has been a persistent problem
in reinforcement learning (RL). Many tasks are natural to specify with a sparse
reward, and manually shaping a reward function can result in suboptimal
per... |
Title: Scaling Laws for Neural Language Models:
Summary:
We study empirical scaling laws for language model performance on the
cross-entropy loss. The loss scales as a power-law with model size, dataset
size, and the amount of compute used for training, with some trends spanning
more than seven orders of magnitude. Ot... |
Title: GPTQ: Accurate Post-Training Quantization for Generative Pre-trained Transformers:
Summary:
Generative Pre-trained Transformer models, known as GPT or OPT, set
themselves apart through breakthrough performance across complex language
modelling tasks, but also by their extremely high computational and storage
co... |
Title: Zero-shot Generation of Coherent Storybook from Plain Text Story using Diffusion Models:
Summary:
Recent advancements in large scale text-to-image models have opened new
possibilities for guiding the creation of images through human-devised natural
language. However, while prior literature has primarily focused... |
Title: Adaptive Quantization for Deep Neural Network:
Summary:
In recent years Deep Neural Networks (DNNs) have been rapidly developed in
various applications, together with increasingly complex architectures. The
performance gain of these DNNs generally comes with high computational costs
and large memory consumption... |
Title: Demonstrate-Search-Predict: Composing retrieval and language models for knowledge-intensive NLP:
Summary:
Retrieval-augmented in-context learning has emerged as a powerful approach
for addressing knowledge-intensive tasks using frozen language models (LM) and
retrieval models (RM). Existing work has combined th... |
Title: Contrastive Learning of Medical Visual Representations from Paired Images and Text:
Summary:
Learning visual representations of medical images (e.g., X-rays) is core to
medical image understanding but its progress has been held back by the scarcity
of human annotations. Existing work commonly relies on fine-tun... |
Title: Improving Code Generation by Training with Natural Language Feedback:
Summary:
The potential for pre-trained large language models (LLMs) to use natural
language feedback at inference time has been an exciting recent development. We
build upon this observation by formalizing an algorithm for learning from
natur... |
Title: An In-depth Survey of Large Language Model-based Artificial Intelligence Agents:
Summary:
Due to the powerful capabilities demonstrated by large language model (LLM),
there has been a recent surge in efforts to integrate them with AI agents to
enhance their performance. In this paper, we have explored the core ... |
Title: AssistGPT: A General Multi-modal Assistant that can Plan, Execute, Inspect, and Learn:
Summary:
Recent research on Large Language Models (LLMs) has led to remarkable
advancements in general NLP AI assistants. Some studies have further explored
the use of LLMs for planning and invoking models or APIs to address ... |
Title: Don't Trust ChatGPT when Your Question is not in English: A Study of Multilingual Abilities and Types of LLMs:
Summary:
Large Language Models (LLMs) have demonstrated exceptional natural language
understanding abilities and have excelled in a variety of natural language
processing (NLP)tasks in recent years. De... |
Title: Does Gender Matter? Towards Fairness in Dialogue Systems:
Summary:
Recently there are increasing concerns about the fairness of Artificial
Intelligence (AI) in real-world applications such as computer vision and
recommendations. For example, recognition algorithms in computer vision are
unfair to black people s... |
Title: On the Properties of the Softmax Function with Application in Game Theory and Reinforcement Learning:
Summary:
In this paper, we utilize results from convex analysis and monotone operator
theory to derive additional properties of the softmax function that have not
yet been covered in the existing literature. In... |
Title: LEGO-Net: Learning Regular Rearrangements of Objects in Rooms:
Summary:
Humans universally dislike the task of cleaning up a messy room. If machines
were to help us with this task, they must understand human criteria for regular
arrangements, such as several types of symmetry, co-linearity or
co-circularity, sp... |
Title: ChatGPT: A Study on its Utility for Ubiquitous Software Engineering Tasks:
Summary:
ChatGPT (Chat Generative Pre-trained Transformer) is a chatbot launched by
OpenAI on November 30, 2022. OpenAI's GPT-3 family of large language models
serve as the foundation for ChatGPT. ChatGPT is fine-tuned with both supervis... |
Title: A Deep Reinforcement Learning Chatbot:
Summary:
We present MILABOT: a deep reinforcement learning chatbot developed by the
Montreal Institute for Learning Algorithms (MILA) for the Amazon Alexa Prize
competition. MILABOT is capable of conversing with humans on popular small talk
topics through both speech and t... |
Title: Aligning Books and Movies: Towards Story-like Visual Explanations by Watching Movies and Reading Books:
Summary:
Books are a rich source of both fine-grained information, how a character, an
object or a scene looks like, as well as high-level semantics, what someone is
thinking, feeling and how these states evo... |
Title: Stable and low-precision training for large-scale vision-language models:
Summary:
We introduce new methods for 1) accelerating and 2) stabilizing training for
large language-vision models. 1) For acceleration, we introduce SwitchBack, a
linear layer for int8 quantized training which provides a speed-up of 13-2... |
Title: How Close is ChatGPT to Human Experts? Comparison Corpus, Evaluation, and Detection:
Summary:
The introduction of ChatGPT has garnered widespread attention in both
academic and industrial communities. ChatGPT is able to respond effectively to
a wide range of human questions, providing fluent and comprehensive a... |
Title: Multi-task curriculum learning in a complex, visual, hard-exploration domain: Minecraft:
Summary:
An important challenge in reinforcement learning is training agents that can
solve a wide variety of tasks. If tasks depend on each other (e.g. needing to
learn to walk before learning to run), curriculum learning ... |
Title: WARP: Word-level Adversarial ReProgramming:
Summary:
Transfer learning from pretrained language models recently became the
dominant approach for solving many NLP tasks. A common approach to transfer
learning for multiple tasks that maximize parameter sharing trains one or more
task-specific layers on top of the... |
Title: PRIMERA: Pyramid-based Masked Sentence Pre-training for Multi-document Summarization:
Summary:
We introduce PRIMERA, a pre-trained model for multi-document representation
with a focus on summarization that reduces the need for dataset-specific
architectures and large amounts of fine-tuning labeled data. PRIMERA... |
Title: PRD: Peer Rank and Discussion Improve Large Language Model based Evaluations:
Summary:
Nowadays, the quality of responses generated by different modern large
language models (LLMs) are hard to evaluate and compare automatically. Recent
studies suggest and predominantly use LLMs as a reference-free metric for
op... |
Title: Learned Step Size Quantization:
Summary:
Deep networks run with low precision operations at inference time offer power
and space advantages over high precision alternatives, but need to overcome the
challenge of maintaining high accuracy as precision decreases. Here, we present
a method for training such networ... |
Title: AdaPlanner: Adaptive Planning from Feedback with Language Models:
Summary:
Large language models (LLMs) have recently demonstrated the potential in
acting as autonomous agents for sequential decision-making tasks. However, most
existing methods either take actions greedily without planning or rely on
static pla... |
Title: RankT5: Fine-Tuning T5 for Text Ranking with Ranking Losses:
Summary:
Recently, substantial progress has been made in text ranking based on
pretrained language models such as BERT. However, there are limited studies on
how to leverage more powerful sequence-to-sequence models such as T5. Existing
attempts usual... |
Title: Small Changes Make Big Differences: Improving Multi-turn Response Selection in Dialogue Systems via Fine-Grained Contrastive Learning:
Summary:
Retrieve-based dialogue response selection aims to find a proper response
from a candidate set given a multi-turn context. Pre-trained language models
(PLMs) based meth... |
Title: BadGPT: Exploring Security Vulnerabilities of ChatGPT via Backdoor Attacks to InstructGPT:
Summary:
Recently, ChatGPT has gained significant attention in research due to its
ability to interact with humans effectively. The core idea behind this model is
reinforcement learning (RL) fine-tuning, a new paradigm th... |
Title: Mixed Precision Training With 8-bit Floating Point:
Summary:
Reduced precision computation for deep neural networks is one of the key
areas addressing the widening compute gap driven by an exponential growth in
model size. In recent years, deep learning training has largely migrated to
16-bit precision, with si... |
Title: Pre-train, Prompt, and Predict: A Systematic Survey of Prompting Methods in Natural Language Processing:
Summary:
This paper surveys and organizes research works in a new paradigm in natural
language processing, which we dub "prompt-based learning". Unlike traditional
supervised learning, which trains a model t... |
Title: Poisoning Web-Scale Training Datasets is Practical:
Summary:
Deep learning models are often trained on distributed, webscale datasets
crawled from the internet. In this paper, we introduce two new dataset
poisoning attacks that intentionally introduce malicious examples to a model's
performance. Our attacks are... |
Title: Cyberbullying Detection with Fairness Constraints:
Summary:
Cyberbullying is a widespread adverse phenomenon among online social
interactions in today's digital society. While numerous computational studies
focus on enhancing the cyberbullying detection performance of machine learning
algorithms, proposed model... |
Title: Capabilities of GPT-4 on Medical Challenge Problems:
Summary:
Large language models (LLMs) have demonstrated remarkable capabilities in
natural language understanding and generation across various domains, including
medicine. We present a comprehensive evaluation of GPT-4, a state-of-the-art
LLM, on medical com... |
Title: Shortcut Learning of Large Language Models in Natural Language Understanding:
Summary:
Large language models (LLMs) have achieved state-of-the-art performance on a
series of natural language understanding tasks. However, these LLMs might rely
on dataset bias and artifacts as shortcuts for prediction. This has
s... |
Title: Can Neural Machine Translation be Improved with User Feedback?:
Summary:
We present the first real-world application of methods for improving neural
machine translation (NMT) with human reinforcement, based on explicit and
implicit user feedback collected on the eBay e-commerce platform. Previous work
has been ... |
Title: An Actor-Critic Algorithm for Sequence Prediction:
Summary:
We present an approach to training neural networks to generate sequences
using actor-critic methods from reinforcement learning (RL). Current
log-likelihood training methods are limited by the discrepancy between their
training and testing modes, as mo... |
Title: HTLM: Hyper-Text Pre-Training and Prompting of Language Models:
Summary:
We introduce HTLM, a hyper-text language model trained on a large-scale web
crawl. Modeling hyper-text has a number of advantages: (1) it is easily
gathered at scale, (2) it provides rich document-level and end-task-adjacent
supervision (e... |
Title: CodeHelp: Using Large Language Models with Guardrails for Scalable Support in Programming Classes:
Summary:
Computing educators face significant challenges in providing timely support
to students, especially in large class settings. Large language models (LLMs)
have emerged recently and show great promise for p... |
Title: GEMv2: Multilingual NLG Benchmarking in a Single Line of Code:
Summary:
Evaluation in machine learning is usually informed by past choices, for
example which datasets or metrics to use. This standardization enables the
comparison on equal footing using leaderboards, but the evaluation choices
become sub-optimal... |
Title: Session-based Recommendations with Recurrent Neural Networks:
Summary:
We apply recurrent neural networks (RNN) on a new domain, namely recommender
systems. Real-life recommender systems often face the problem of having to base
recommendations only on short session-based data (e.g. a small sportsware
website) i... |
Title: Unsolved Problems in ML Safety:
Summary:
Machine learning (ML) systems are rapidly increasing in size, are acquiring
new capabilities, and are increasingly deployed in high-stakes settings. As
with other powerful technologies, safety for ML should be a leading research
priority. In response to emerging safety c... |
Title: The Concrete Distribution: A Continuous Relaxation of Discrete Random Variables:
Summary:
The reparameterization trick enables optimizing large scale stochastic
computation graphs via gradient descent. The essence of the trick is to
refactor each stochastic node into a differentiable function of its parameters
... |
Title: Stand-Alone Self-Attention in Vision Models:
Summary:
Convolutions are a fundamental building block of modern computer vision
systems. Recent approaches have argued for going beyond convolutions in order
to capture long-range dependencies. These efforts focus on augmenting
convolutional models with content-base... |
Title: A Comprehensive Survey on Pretrained Foundation Models: A History from BERT to ChatGPT:
Summary:
Pretrained Foundation Models (PFMs) are regarded as the foundation for
various downstream tasks with different data modalities. A PFM (e.g., BERT,
ChatGPT, and GPT-4) is trained on large-scale data which provides a ... |
Title: Neural Generation Meets Real People: Towards Emotionally Engaging Mixed-Initiative Conversations:
Summary:
We present Chirpy Cardinal, an open-domain dialogue agent, as a research
platform for the 2019 Alexa Prize competition. Building an open-domain
socialbot that talks to real people is challenging - such a s... |
Title: Multi-task Deep Reinforcement Learning with PopArt:
Summary:
The reinforcement learning community has made great strides in designing
algorithms capable of exceeding human performance on specific tasks. These
algorithms are mostly trained one task at the time, each new task requiring to
train a brand new agent ... |
Title: Multiagent Bidirectionally-Coordinated Nets: Emergence of Human-level Coordination in Learning to Play StarCraft Combat Games:
Summary:
Many artificial intelligence (AI) applications often require multiple
intelligent agents to work in a collaborative effort. Efficient learning for
intra-agent communication and... |
Title: Annotated History of Modern AI and Deep Learning:
Summary:
Machine learning is the science of credit assignment: finding patterns in
observations that predict the consequences of actions and help to improve
future performance. Credit assignment is also required for human understanding
of how the world works, no... |
Title: Is ChatGPT a Good Recommender? A Preliminary Study:
Summary:
Recommendation systems have witnessed significant advancements and have been
widely used over the past decades. However, most traditional recommendation
methods are task-specific and therefore lack efficient generalization ability.
Recently, the emerg... |
Title: Black-box language model explanation by context length probing:
Summary:
The increasingly widespread adoption of large language models has highlighted
the need for improving their explainability. We present context length probing,
a novel explanation technique for causal language models, based on tracking the
p... |
Title: Thor: Wielding Hammers to Integrate Language Models and Automated Theorem Provers:
Summary:
In theorem proving, the task of selecting useful premises from a large
library to unlock the proof of a given conjecture is crucially important. This
presents a challenge for all theorem provers, especially the ones base... |
Title: Identifying and Reducing Gender Bias in Word-Level Language Models:
Summary:
Many text corpora exhibit socially problematic biases, which can be
propagated or amplified in the models trained on such data. For example, doctor
cooccurs more frequently with male pronouns than female pronouns. In this study
we (i) ... |
Title: Pythia v0.1: the Winning Entry to the VQA Challenge 2018:
Summary:
This document describes Pythia v0.1, the winning entry from Facebook AI
Research (FAIR)'s A-STAR team to the VQA Challenge 2018.
Our starting point is a modular re-implementation of the bottom-up top-down
(up-down) model. We demonstrate that b... |
Title: Beyond neural scaling laws: beating power law scaling via data pruning:
Summary:
Widely observed neural scaling laws, in which error falls off as a power of
the training set size, model size, or both, have driven substantial performance
improvements in deep learning. However, these improvements through scaling
... |
Title: Conversational Question Reformulation via Sequence-to-Sequence Architectures and Pretrained Language Models:
Summary:
This paper presents an empirical study of conversational question
reformulation (CQR) with sequence-to-sequence architectures and pretrained
language models (PLMs). We leverage PLMs to address t... |
Title: Universal and Independent: Multilingual Probing Framework for Exhaustive Model Interpretation and Evaluation:
Summary:
Linguistic analysis of language models is one of the ways to explain and
describe their reasoning, weaknesses, and limitations. In the probing part of
the model interpretability research, studi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.