chunk stringlengths 128 128 | id stringlengths 10 10 | title stringlengths 19 148 | summary stringlengths 345 1.92k | source stringlengths 31 31 | authors list | text_length int64 128 128 |
|---|---|---|---|---|---|---|
Measuring and Narrowing the Compositionality Gap in Language Models
Ofir Press1,2, Muru Zhang1, Sewon Min1,3, Ludwig Schmidt1,4, | 2210.03350 | Measuring and Narrowing the Compositionality Gap in Language Models | We investigate the ability of language models to perform compositional
reasoning tasks where the overall solution depends on correctly composing the
answers to sub-problems. We measure how often models can correctly answer all
sub-problems but not generate the overall solution, a ratio we call the
compositionality gap.... | http://arxiv.org/pdf/2210.03350 | [
"Ofir Press",
"Muru Zhang",
"Sewon Min",
"Ludwig Schmidt",
"Noah A. Smith",
"Mike Lewis"
] | 128 |
Chasing Carbon: The Elusive Environmental
Footprint of Computing
Udit Gupta1;2, Young Geun Kim3, Sylvia Lee2, Jordan Tse2,
Hsien | 2011.02839 | Chasing Carbon: The Elusive Environmental Footprint of Computing | Given recent algorithm, software, and hardware innovation, computing has
enabled a plethora of new applications. As computing becomes increasingly
ubiquitous, however, so does its environmental impact. This paper brings the
issue to the attention of computer-systems researchers. Our analysis, built on
industry-reported... | http://arxiv.org/pdf/2011.02839 | [
"Udit Gupta",
"Young Geun Kim",
"Sylvia Lee",
"Jordan Tse",
"Hsien-Hsin S. Lee",
"Gu-Yeon Wei",
"David Brooks",
"Carole-Jean Wu"
] | 128 |
TASK2VEC: Task Embedding for Meta-Learning
Alessandro Achille
UCLA and AWS
achille@cs.ucla.eduMichael Lam
AWS
michlam@amazon.com | 1902.03545 | Task2Vec: Task Embedding for Meta-Learning | We introduce a method to provide vectorial representations of visual
classification tasks which can be used to reason about the nature of those
tasks and their relations. Given a dataset with ground-truth labels and a loss
function defined over those labels, we process images through a "probe network"
and compute an em... | http://arxiv.org/pdf/1902.03545 | [
"Alessandro Achille",
"Michael Lam",
"Rahul Tewari",
"Avinash Ravichandran",
"Subhransu Maji",
"Charless Fowlkes",
"Stefano Soatto",
"Pietro Perona"
] | 128 |
Towards a Human-like Open-Domain Chatbot
Daniel Adiwardana Minh-Thang Luong David R. So Jamie Hall
Noah Fiedel Romal Thoppilan Z | 2001.09977 | Towards a Human-like Open-Domain Chatbot | We present Meena, a multi-turn open-domain chatbot trained end-to-end on data
mined and filtered from public domain social media conversations. This 2.6B
parameter neural network is simply trained to minimize perplexity of the next
token. We also propose a human evaluation metric called Sensibleness and
Specificity Ave... | http://arxiv.org/pdf/2001.09977 | [
"Daniel Adiwardana",
"Minh-Thang Luong",
"David R. So",
"Jamie Hall",
"Noah Fiedel",
"Romal Thoppilan",
"Zi Yang",
"Apoorv Kulshreshtha",
"Gaurav Nemade",
"Yifeng Lu",
"Quoc V. Le"
] | 128 |
Constitutional AI: Harmlessness from AI Feedback
Yuntao Bai, Saurav Kadavath, Sandipan Kundu, Amanda Askell, Jackson Kernion,
A | 2212.08073 | Constitutional AI: Harmlessness from AI Feedback | As AI systems become more capable, we would like to enlist their help to
supervise other AIs. We experiment with methods for training a harmless AI
assistant through self-improvement, without any human labels identifying
harmful outputs. The only human oversight is provided through a list of rules
or principles, and so... | http://arxiv.org/pdf/2212.08073 | [
"Yuntao Bai",
"Saurav Kadavath",
"Sandipan Kundu",
"Amanda Askell",
"Jackson Kernion",
"Andy Jones",
"Anna Chen",
"Anna Goldie",
"Azalia Mirhoseini",
"Cameron McKinnon",
"Carol Chen",
"Catherine Olsson",
"Christopher Olah",
"Danny Hernandez",
"Dawn Drain",
"Deep Ganguli",
"Dustin Li"... | 128 |
ROFORMER : ENHANCED TRANSFORMER WITH ROTARY
POSITION EMBEDDING
Jianlin Su
Zhuiyi Technology Co., Ltd.
Shenzhen
bojonesu@wezhuiyi | 2104.09864 | RoFormer: Enhanced Transformer with Rotary Position Embedding | Position encoding recently has shown effective in the transformer
architecture. It enables valuable supervision for dependency modeling between
elements at different positions of the sequence. In this paper, we first
investigate various methods to integrate positional information into the
learning process of transforme... | http://arxiv.org/pdf/2104.09864 | [
"Jianlin Su",
"Yu Lu",
"Shengfeng Pan",
"Ahmed Murtadha",
"Bo Wen",
"Yunfeng Liu"
] | 128 |
Calibrate Before Use:
Improving Few-Shot Performance of Language Models
Tony Z. Zhao* 1Eric Wallace* 1Shi Feng2Dan Klein1Sameer | 2102.09690 | Calibrate Before Use: Improving Few-Shot Performance of Language Models | GPT-3 can perform numerous tasks when provided a natural language prompt that
contains a few training examples. We show that this type of few-shot learning
can be unstable: the choice of prompt format, training examples, and even the
order of the training examples can cause accuracy to vary from near chance to
near sta... | http://arxiv.org/pdf/2102.09690 | [
"Tony Z. Zhao",
"Eric Wallace",
"Shi Feng",
"Dan Klein",
"Sameer Singh"
] | 128 |
arXiv:1906.01604v1 [cs.CL] 4 Jun 2019KERMIT:
Generative Insertion-Based Modeling for Sequences
William Chan∗1, Nikita Kitaev∗1 | 1906.01604 | KERMIT: Generative Insertion-Based Modeling for Sequences | We present KERMIT, a simple insertion-based approach to generative modeling
for sequences and sequence pairs. KERMIT models the joint distribution and its
decompositions (i.e., marginals and conditionals) using a single neural network
and, unlike much prior work, does not rely on a prespecified factorization of
the dat... | http://arxiv.org/pdf/1906.01604 | [
"William Chan",
"Nikita Kitaev",
"Kelvin Guu",
"Mitchell Stern",
"Jakob Uszkoreit"
] | 128 |
Published as a conference paper at ICLR 2021
DEBERT A: D ECODING -ENHANCED BERT WITH DISENTANGLED ATTENTION
Pengcheng He1, Xiaod | 2006.03654 | DeBERTa: Decoding-enhanced BERT with Disentangled Attention | Recent progress in pre-trained neural language models has significantly
improved the performance of many natural language processing (NLP) tasks. In
this paper we propose a new model architecture DeBERTa (Decoding-enhanced BERT
with disentangled attention) that improves the BERT and RoBERTa models using
two novel techn... | http://arxiv.org/pdf/2006.03654 | [
"Pengcheng He",
"Xiaodong Liu",
"Jianfeng Gao",
"Weizhu Chen"
] | 128 |
Evaluating the Factual Consistency of Abstractive Text Summarization
Wojciech Kry ´sci´nski, Bryan McCann, Caiming Xiong, Richar | 1910.12840 | Evaluating the Factual Consistency of Abstractive Text Summarization | Currently used metrics for assessing summarization algorithms do not account
for whether summaries are factually consistent with source documents. We
propose a weakly-supervised, model-based approach for verifying factual
consistency and identifying conflicts between source documents and a generated
summary. Training d... | http://arxiv.org/pdf/1910.12840 | [
"Wojciech Kryściński",
"Bryan McCann",
"Caiming Xiong",
"Richard Socher"
] | 128 |
Dynamic Planning in Open-Ended Dialogue using
Reinforcement Learning
Deborah Cohen, Moonkyung Ryu, Yinlam Chow, Orgad Keller, Id | 2208.02294 | Dynamic Planning in Open-Ended Dialogue using Reinforcement Learning | Despite recent advances in natural language understanding and generation, and
decades of research on the development of conversational bots, building
automated agents that can carry on rich open-ended conversations with humans
"in the wild" remains a formidable challenge. In this work we develop a
real-time, open-ended... | http://arxiv.org/pdf/2208.02294 | [
"Deborah Cohen",
"Moonkyung Ryu",
"Yinlam Chow",
"Orgad Keller",
"Ido Greenberg",
"Avinatan Hassidim",
"Michael Fink",
"Yossi Matias",
"Idan Szpektor",
"Craig Boutilier",
"Gal Elidan"
] | 128 |
An Explanation of In-context Learning as Implicit
Bayesian Inference
Sang Michael Xie
Stanford University
xie@cs.stanford.eduAdi | 2111.02080 | An Explanation of In-context Learning as Implicit Bayesian Inference | Large language models (LMs) such as GPT-3 have the surprising ability to do
in-context learning, where the model learns to do a downstream task simply by
conditioning on a prompt consisting of input-output examples. The LM learns
from these examples without being explicitly pretrained to learn. Thus, it is
unclear what... | http://arxiv.org/pdf/2111.02080 | [
"Sang Michael Xie",
"Aditi Raghunathan",
"Percy Liang",
"Tengyu Ma"
] | 128 |
Journal of Machine Learning Research 23 (2022) 1-40 Submitted 8/21; Revised 3/22; Published 4/22
Switch Transformers: Scaling to | 2101.03961 | Switch Transformers: Scaling to Trillion Parameter Models with Simple and Efficient Sparsity | In deep learning, models typically reuse the same parameters for all inputs.
Mixture of Experts (MoE) defies this and instead selects different parameters
for each incoming example. The result is a sparsely-activated model -- with
outrageous numbers of parameters -- but a constant computational cost. However,
despite s... | http://arxiv.org/pdf/2101.03961 | [
"William Fedus",
"Barret Zoph",
"Noam Shazeer"
] | 128 |
Published in Transactions on Machine Learning Research (08/2023)
Holistic Evaluation of Language Models
Percy Liang†, Rishi Bomm | 2211.09110 | Holistic Evaluation of Language Models | Language models (LMs) are becoming the foundation for almost all major
language technologies, but their capabilities, limitations, and risks are not
well understood. We present Holistic Evaluation of Language Models (HELM) to
improve the transparency of language models. First, we taxonomize the vast
space of potential ... | http://arxiv.org/pdf/2211.09110 | [
"Percy Liang",
"Rishi Bommasani",
"Tony Lee",
"Dimitris Tsipras",
"Dilara Soylu",
"Michihiro Yasunaga",
"Yian Zhang",
"Deepak Narayanan",
"Yuhuai Wu",
"Ananya Kumar",
"Benjamin Newman",
"Binhang Yuan",
"Bobby Yan",
"Ce Zhang",
"Christian Cosgrove",
"Christopher D. Manning",
"Christop... | 128 |
2021-12-08
Scaling Language Models: Methods, Analysis
& Insights from Training Gopher
Jack W. Rae, Sebastian Borgeaud, Trevor Ca | 2112.11446 | Scaling Language Models: Methods, Analysis & Insights from Training Gopher | Language modelling provides a step towards intelligent communication systems
by harnessing large repositories of written human knowledge to better predict
and understand the world. In this paper, we present an analysis of
Transformer-based language model performance across a wide range of model
scales -- from models wi... | http://arxiv.org/pdf/2112.11446 | [
"Jack W. Rae",
"Sebastian Borgeaud",
"Trevor Cai",
"Katie Millican",
"Jordan Hoffmann",
"Francis Song",
"John Aslanides",
"Sarah Henderson",
"Roman Ring",
"Susannah Young",
"Eliza Rutherford",
"Tom Hennigan",
"Jacob Menick",
"Albin Cassirer",
"Richard Powell",
"George van den Driessche... | 128 |
CHARACTERISING BIAS IN COMPRESSED MODELS
Sara Hooker
Google Research
shooker@google.comNyalleng Moorosi*
Google Research
nyalle | 2010.03058 | Characterising Bias in Compressed Models | The popularity and widespread use of pruning and quantization is driven by
the severe resource constraints of deploying deep neural networks to
environments with strict latency, memory and energy requirements. These
techniques achieve high levels of compression with negligible impact on
top-line metrics (top-1 and top-... | http://arxiv.org/pdf/2010.03058 | [
"Sara Hooker",
"Nyalleng Moorosi",
"Gregory Clark",
"Samy Bengio",
"Emily Denton"
] | 128 |
Open-Ended Learning Leads to Generally
Capable Agents
Open-Ended Learning Team *, Adam Stooke, Anuj Mahajan, Catarina Barros, Ch | 2107.12808 | Open-Ended Learning Leads to Generally Capable Agents | In this work we create agents that can perform well beyond a single,
individual task, that exhibit much wider generalisation of behaviour to a
massive, rich space of challenges. We define a universe of tasks within an
environment domain and demonstrate the ability to train agents that are
generally capable across this ... | http://arxiv.org/pdf/2107.12808 | [
"Open Ended Learning Team",
"Adam Stooke",
"Anuj Mahajan",
"Catarina Barros",
"Charlie Deck",
"Jakob Bauer",
"Jakub Sygnowski",
"Maja Trebacz",
"Max Jaderberg",
"Michael Mathieu",
"Nat McAleese",
"Nathalie Bradley-Schmieg",
"Nathaniel Wong",
"Nicolas Porcel",
"Roberta Raileanu",
"Steph... | 128 |
Published as a conference paper at ICLR 2023
CODEGEN: ANOPEN LARGE LANGUAGE MODEL FOR
CODE WITH MULTI -TURN PROGRAM SYNTHESIS
Er | 2203.13474 | CodeGen: An Open Large Language Model for Code with Multi-Turn Program Synthesis | Program synthesis strives to generate a computer program as a solution to a
given problem specification, expressed with input-output examples or natural
language descriptions. The prevalence of large language models advances the
state-of-the-art for program synthesis, though limited training resources and
data impede o... | http://arxiv.org/pdf/2203.13474 | [
"Erik Nijkamp",
"Bo Pang",
"Hiroaki Hayashi",
"Lifu Tu",
"Huan Wang",
"Yingbo Zhou",
"Silvio Savarese",
"Caiming Xiong"
] | 128 |
A Watermark for Large Language Models
John Kirchenbauer*Jonas Geiping*Yuxin Wen Jonathan Katz Ian Miers Tom Goldstein
University | 2301.10226 | A Watermark for Large Language Models | Potential harms of large language models can be mitigated by watermarking
model output, i.e., embedding signals into generated text that are invisible to
humans but algorithmically detectable from a short span of tokens. We propose a
watermarking framework for proprietary language models. The watermark can be
embedded ... | http://arxiv.org/pdf/2301.10226 | [
"John Kirchenbauer",
"Jonas Geiping",
"Yuxin Wen",
"Jonathan Katz",
"Ian Miers",
"Tom Goldstein"
] | 128 |
Learning to Model Editing Processes
Machel Reid
University of Tokyo
machlereid@weblab.t.u-tokyo.ac.jpGraham Neubig
Carnegie Mell | 2205.12374 | Learning to Model Editing Processes | Most existing sequence generation models produce outputs in one pass, usually
left-to-right. However, this is in contrast with a more natural approach that
humans use in generating content; iterative refinement and editing. Recent work
has introduced edit-based models for various tasks (such as neural machine
translati... | http://arxiv.org/pdf/2205.12374 | [
"Machel Reid",
"Graham Neubig"
] | 128 |
Under review as a conference paper at ICLR 2017
FASTTEXT.ZIP:
COMPRESSING TEXT CLASSIFICATION MODELS
Armand Joulin, Edouard Grav | 1612.03651 | FastText.zip: Compressing text classification models | We consider the problem of producing compact architectures for text
classification, such that the full model fits in a limited amount of memory.
After considering different solutions inspired by the hashing literature, we
propose a method built upon product quantization to store word embeddings.
While the original tech... | http://arxiv.org/pdf/1612.03651 | [
"Armand Joulin",
"Edouard Grave",
"Piotr Bojanowski",
"Matthijs Douze",
"Hérve Jégou",
"Tomas Mikolov"
] | 128 |
Program Induction by Rationale Generation:
Learning to Solve and Explain Algebraic Word Problems
Wang LingDani YogatamaChris D | 1705.04146 | Program Induction by Rationale Generation : Learning to Solve and Explain Algebraic Word Problems | Solving algebraic word problems requires executing a series of arithmetic
operations---a program---to obtain a final answer. However, since programs can
be arbitrarily complicated, inducing them directly from question-answer pairs
is a formidable challenge. To make this task more feasible, we solve these
problems by ge... | http://arxiv.org/pdf/1705.04146 | [
"Wang Ling",
"Dani Yogatama",
"Chris Dyer",
"Phil Blunsom"
] | 128 |
Intracranial Error Detection via Deep Learning
Martin V ¨olker
Graduate School of Robotics
Albert-Ludwigs-University
Freiburg, G | 1805.01667 | Intracranial Error Detection via Deep Learning | Deep learning techniques have revolutionized the field of machine learning
and were recently successfully applied to various classification problems in
noninvasive electroencephalography (EEG). However, these methods were so far
only rarely evaluated for use in intracranial EEG. We employed convolutional
neural network... | http://arxiv.org/pdf/1805.01667 | [
"Martin Völker",
"Jiří Hammer",
"Robin T. Schirrmeister",
"Joos Behncke",
"Lukas D. J. Fiederer",
"Andreas Schulze-Bonhage",
"Petr Marusič",
"Wolfram Burgard",
"Tonio Ball"
] | 128 |
AUTOMATIC CHAIN OF THOUGHT PROMPTING
INLARGE LANGUAGE MODELS
Zhuosheng Zhangy, Aston Zhangz, Mu Liz, Alex Smolaz
yShanghai Jiao | 2210.03493 | Automatic Chain of Thought Prompting in Large Language Models | Large language models (LLMs) can perform complex reasoning by generating
intermediate reasoning steps. Providing these steps for prompting
demonstrations is called chain-of-thought (CoT) prompting. CoT prompting has
two major paradigms. One leverages a simple prompt like "Let's think step by
step" to facilitate step-by... | http://arxiv.org/pdf/2210.03493 | [
"Zhuosheng Zhang",
"Aston Zhang",
"Mu Li",
"Alex Smola"
] | 128 |
UNDERSTANDING HTML WITH LARGE LANGUAGE
MODELS
Izzeddin Gur, Ofir Nachum, Yingjie Miao, Mustafa Safdari, Austin Huang
Aakanksha Ch | 2210.03945 | Understanding HTML with Large Language Models | Large language models (LLMs) have shown exceptional performance on a variety
of natural language tasks. Yet, their capabilities for HTML understanding --
i.e., parsing the raw HTML of a webpage, with applications to automation of
web-based tasks, crawling, and browser-assisted retrieval -- have not been
fully explored.... | http://arxiv.org/pdf/2210.03945 | [
"Izzeddin Gur",
"Ofir Nachum",
"Yingjie Miao",
"Mustafa Safdari",
"Austin Huang",
"Aakanksha Chowdhery",
"Sharan Narang",
"Noah Fiedel",
"Aleksandra Faust"
] | 128 |
STRUCT BERT: I NCORPORATING LANGUAGE STRUCTURES
INTO PRE-TRAINING FOR DEEPLANGUAGE UNDERSTANDING
Wei Wang, Bin Bi, Ming Yan, Che | 1908.04577 | StructBERT: Incorporating Language Structures into Pre-training for Deep Language Understanding | Recently, the pre-trained language model, BERT (and its robustly optimized
version RoBERTa), has attracted a lot of attention in natural language
understanding (NLU), and achieved state-of-the-art accuracy in various NLU
tasks, such as sentiment classification, natural language inference, semantic
textual similarity an... | http://arxiv.org/pdf/1908.04577 | [
"Wei Wang",
"Bin Bi",
"Ming Yan",
"Chen Wu",
"Zuyi Bao",
"Jiangnan Xia",
"Liwei Peng",
"Luo Si"
] | 128 |
NEWSQA: A M ACHINE COMPREHENSION DATASET
Adam TrischlerTong WangXingdi YuanJustin Harris
Alessandro Sordoni Philip Bachman Ka | 1611.09830 | NewsQA: A Machine Comprehension Dataset | We present NewsQA, a challenging machine comprehension dataset of over
100,000 human-generated question-answer pairs. Crowdworkers supply questions
and answers based on a set of over 10,000 news articles from CNN, with answers
consisting of spans of text from the corresponding articles. We collect this
dataset through ... | http://arxiv.org/pdf/1611.09830 | [
"Adam Trischler",
"Tong Wang",
"Xingdi Yuan",
"Justin Harris",
"Alessandro Sordoni",
"Philip Bachman",
"Kaheer Suleman"
] | 128 |
UMAP: Uniform Manifold
Approximation and Projection for
Dimension Reduction
Leland McInnes
Tu/t_te Institute for Mathematics and | 1802.03426 | UMAP: Uniform Manifold Approximation and Projection for Dimension Reduction | UMAP (Uniform Manifold Approximation and Projection) is a novel manifold
learning technique for dimension reduction. UMAP is constructed from a
theoretical framework based in Riemannian geometry and algebraic topology. The
result is a practical scalable algorithm that applies to real world data. The
UMAP algorithm is c... | http://arxiv.org/pdf/1802.03426 | [
"Leland McInnes",
"John Healy",
"James Melville"
] | 128 |
High-Resolution Image Synthesis with Latent Diffusion Models
Robin Rombach1* Andreas Blattmann1Dominik Lorenz1Patrick Esser
Bj | 2112.10752 | High-Resolution Image Synthesis with Latent Diffusion Models | By decomposing the image formation process into a sequential application of
denoising autoencoders, diffusion models (DMs) achieve state-of-the-art
synthesis results on image data and beyond. Additionally, their formulation
allows for a guiding mechanism to control the image generation process without
retraining. Howev... | http://arxiv.org/pdf/2112.10752 | [
"Robin Rombach",
"Andreas Blattmann",
"Dominik Lorenz",
"Patrick Esser",
"Björn Ommer"
] | 128 |
MS MARCO: A Human Generated MAchine
Reading COmprehension Dataset
Payal Bajaj, Daniel Campos, Nick Craswell, Li Deng, Jianfeng G | 1611.09268 | MS MARCO: A Human Generated MAchine Reading COmprehension Dataset | We introduce a large scale MAchine Reading COmprehension dataset, which we
name MS MARCO. The dataset comprises of 1,010,916 anonymized
questions---sampled from Bing's search query logs---each with a human generated
answer and 182,669 completely human rewritten generated answers. In addition,
the dataset contains 8,841... | http://arxiv.org/pdf/1611.09268 | [
"Payal Bajaj",
"Daniel Campos",
"Nick Craswell",
"Li Deng",
"Jianfeng Gao",
"Xiaodong Liu",
"Rangan Majumder",
"Andrew McNamara",
"Bhaskar Mitra",
"Tri Nguyen",
"Mir Rosenberg",
"Xia Song",
"Alina Stoica",
"Saurabh Tiwary",
"Tong Wang"
] | 128 |
FlashAttention : Fast and Memory-Efficient Exact Attention
with IO-Awareness
Tri Daoy, Daniel Y. Fuy, Stefano Ermony, Atri Rudraz, | 2205.14135 | FlashAttention: Fast and Memory-Efficient Exact Attention with IO-Awareness | Transformers are slow and memory-hungry on long sequences, since the time and
memory complexity of self-attention are quadratic in sequence length.
Approximate attention methods have attempted to address this problem by trading
off model quality to reduce the compute complexity, but often do not achieve
wall-clock spee... | http://arxiv.org/pdf/2205.14135 | [
"Tri Dao",
"Daniel Y. Fu",
"Stefano Ermon",
"Atri Rudra",
"Christopher Ré"
] | 128 |
Scaling Laws vs Model Architectures :
How does Inductive Bias Influence Scaling?
Yi TayMostafa DehghaniSamira Abnar Hyung Won C | 2207.10551 | Scaling Laws vs Model Architectures: How does Inductive Bias Influence Scaling? | There have been a lot of interest in the scaling properties of Transformer
models. However, not much has been done on the front of investigating the
effect of scaling properties of different inductive biases and model
architectures. Do model architectures scale differently? If so, how does
inductive bias affect scaling... | http://arxiv.org/pdf/2207.10551 | [
"Yi Tay",
"Mostafa Dehghani",
"Samira Abnar",
"Hyung Won Chung",
"William Fedus",
"Jinfeng Rao",
"Sharan Narang",
"Vinh Q. Tran",
"Dani Yogatama",
"Donald Metzler"
] | 128 |
Language Models are General-Purpose Interfaces
Yaru Hao, Haoyu Song, Li Dong
Shaohan Huang, Zewen Chi, Wenhui Wang, Shuming M | 2206.06336 | Language Models are General-Purpose Interfaces | Foundation models have received much attention due to their effectiveness
across a broad range of downstream applications. Though there is a big
convergence in terms of architecture, most pretrained models are typically
still developed for specific tasks or modalities. In this work, we propose to
use language models as... | http://arxiv.org/pdf/2206.06336 | [
"Yaru Hao",
"Haoyu Song",
"Li Dong",
"Shaohan Huang",
"Zewen Chi",
"Wenhui Wang",
"Shuming Ma",
"Furu Wei"
] | 128 |
Alignment of Language Agents
Zachary Kenton, Tom Everitt, Laura Weidinger, Iason Gabriel, Vladimir Mikulikand Geoffrey Irving
Dee | 2103.14659 | Alignment of Language Agents | For artificial intelligence to be beneficial to humans the behaviour of AI
agents needs to be aligned with what humans want. In this paper we discuss some
behavioural issues for language agents, arising from accidental
misspecification by the system designer. We highlight some ways that
misspecification can occur and d... | http://arxiv.org/pdf/2103.14659 | [
"Zachary Kenton",
"Tom Everitt",
"Laura Weidinger",
"Iason Gabriel",
"Vladimir Mikulik",
"Geoffrey Irving"
] | 128 |
arXiv:1810.08810v1 [cs.LG] 20 Oct 2018The Frontiers of Fairness in Machine Learning
Alexandra Chouldechova∗Aaron Roth†
January | 1810.08810 | The Frontiers of Fairness in Machine Learning | The last few years have seen an explosion of academic and popular interest in
algorithmic fairness. Despite this interest and the volume and velocity of work
that has been produced recently, the fundamental science of fairness in machine
learning is still in a nascent state. In March 2018, we convened a group of
expert... | http://arxiv.org/pdf/1810.08810 | [
"Alexandra Chouldechova",
"Aaron Roth"
] | 128 |
Distilling Reasoning Capabilities into Smaller Language Models
Kumar ShridharAlessandro StolfoMrinmaya Sachan
Department of Co | 2212.00193 | Distilling Reasoning Capabilities into Smaller Language Models | 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, and billion parameter-scale models are often needed to get CoT to work.
In this pa... | http://arxiv.org/pdf/2212.00193 | [
"Kumar Shridhar",
"Alessandro Stolfo",
"Mrinmaya Sachan"
] | 128 |
SFace: An Ecient Network for Face Detection
in Large Scale Variations
Jianfeng Wang12, Ye Yuan1y, Boxun Liy, Gang Yuyand Sun J | 1804.06559 | SFace: An Efficient Network for Face Detection in Large Scale Variations | Face detection serves as a fundamental research topic for many applications
like face recognition. Impressive progress has been made especially with the
recent development of convolutional neural networks. However, the issue of
large scale variations, which widely exists in high resolution images/videos,
has not been w... | http://arxiv.org/pdf/1804.06559 | [
"Jianfeng Wang",
"Ye Yuan",
"Boxun Li",
"Gang Yu",
"Sun Jian"
] | 128 |
DIALO GPT : Large-Scale Generative Pre-training
for Conversational Response Generation
Yizhe Zhang Siqi Sun Michel Galley Yen-Ch | 1911.00536 | DialoGPT: Large-Scale Generative Pre-training for Conversational Response Generation | We present a large, tunable neural conversational response generation model,
DialoGPT (dialogue generative pre-trained transformer). Trained on 147M
conversation-like exchanges extracted from Reddit comment chains over a period
spanning from 2005 through 2017, DialoGPT extends the Hugging Face PyTorch
transformer to at... | http://arxiv.org/pdf/1911.00536 | [
"Yizhe Zhang",
"Siqi Sun",
"Michel Galley",
"Yen-Chun Chen",
"Chris Brockett",
"Xiang Gao",
"Jianfeng Gao",
"Jingjing Liu",
"Bill Dolan"
] | 128 |
CrowS-Pairs: A Challenge Dataset for Measuring Social Biases
in Masked Language Models
Nikita NangiaClara VaniaRasika Bhalerao | 2010.00133 | CrowS-Pairs: A Challenge Dataset for Measuring Social Biases in Masked Language Models | Pretrained language models, especially masked language models (MLMs) have
seen success across many NLP tasks. However, there is ample evidence that they
use the cultural biases that are undoubtedly present in the corpora they are
trained on, implicitly creating harm with biased representations. To measure
some forms of... | http://arxiv.org/pdf/2010.00133 | [
"Nikita Nangia",
"Clara Vania",
"Rasika Bhalerao",
"Samuel R. Bowman"
] | 128 |
OPT: Open Pre-trained Transformer Language Models
Susan Zhang,Stephen Roller,Naman Goyal,
Mikel Artetxe ,Moya Chen ,Shuohui | 2205.01068 | OPT: Open Pre-trained Transformer Language Models | Large language models, which are often trained for hundreds of thousands of
compute days, have shown remarkable capabilities for zero- and few-shot
learning. Given their computational cost, these models are difficult to
replicate without significant capital. For the few that are available through
APIs, no access is gra... | http://arxiv.org/pdf/2205.01068 | [
"Susan Zhang",
"Stephen Roller",
"Naman Goyal",
"Mikel Artetxe",
"Moya Chen",
"Shuohui Chen",
"Christopher Dewan",
"Mona Diab",
"Xian Li",
"Xi Victoria Lin",
"Todor Mihaylov",
"Myle Ott",
"Sam Shleifer",
"Kurt Shuster",
"Daniel Simig",
"Punit Singh Koura",
"Anjali Sridhar",
"Tianlu... | 128 |
Leveraging Passage Retrieval with Generative Models
for Open Domain Question Answering
Gautier Izacard1;2;3Edouard Grave1
1Faceb | 2007.01282 | Leveraging Passage Retrieval with Generative Models for Open Domain Question Answering | Generative models for open domain question answering have proven to be
competitive, without resorting to external knowledge. While promising, this
approach requires to use models with billions of parameters, which are
expensive to train and query. In this paper, we investigate how much these
models can benefit from ret... | http://arxiv.org/pdf/2007.01282 | [
"Gautier Izacard",
"Edouard Grave"
] | 128 |
Preprint
RT-1: R OBOTICS TRANSFORMER
FOR REAL-WORLD CONTROL AT SCALE
1Anthony Brohan∗, Noah Brown∗, Justice Carbajal∗, Yevgen Ch | 2212.06817 | RT-1: Robotics Transformer for Real-World Control at Scale | By transferring knowledge from large, diverse, task-agnostic datasets, modern
machine learning models can solve specific downstream tasks either zero-shot or
with small task-specific datasets to a high level of performance. While this
capability has been demonstrated in other fields such as computer vision,
natural lan... | http://arxiv.org/pdf/2212.06817 | [
"Anthony Brohan",
"Noah Brown",
"Justice Carbajal",
"Yevgen Chebotar",
"Joseph Dabis",
"Chelsea Finn",
"Keerthana Gopalakrishnan",
"Karol Hausman",
"Alex Herzog",
"Jasmine Hsu",
"Julian Ibarz",
"Brian Ichter",
"Alex Irpan",
"Tomas Jackson",
"Sally Jesmonth",
"Nikhil J Joshi",
"Ryan J... | 128 |
Learning Performance-Improving Code Edits
LEARNING PERFORMANCE -IMPROVING CODE EDITS
Aman Madaan1, Alexander Shypula2, Uri Alon1 | 2302.07867 | Learning Performance-Improving Code Edits | The waning of Moore's Law has shifted the focus of the tech industry towards
alternative methods for continued performance gains. While optimizing compilers
are a standard tool to help increase program efficiency, programmers continue
to shoulder much responsibility in crafting and refactoring code with better
performa... | http://arxiv.org/pdf/2302.07867 | [
"Aman Madaan",
"Alexander Shypula",
"Uri Alon",
"Milad Hashemi",
"Parthasarathy Ranganathan",
"Yiming Yang",
"Graham Neubig",
"Amir Yazdanbakhsh"
] | 128 |
Published as a conference paper at ICLR 2022
EXT5: T OWARDS EXTREME MULTI -TASK SCALING
FOR TRANSFER LEARNING
Vamsi Aribandi†, | 2111.10952 | ExT5: Towards Extreme Multi-Task Scaling for Transfer Learning | Despite the recent success of multi-task learning and transfer learning for
natural language processing (NLP), few works have systematically studied the
effect of scaling up the number of tasks during pre-training. Towards this
goal, this paper introduces ExMix (Extreme Mixture): a massive collection of
107 supervised ... | http://arxiv.org/pdf/2111.10952 | [
"Vamsi Aribandi",
"Yi Tay",
"Tal Schuster",
"Jinfeng Rao",
"Huaixiu Steven Zheng",
"Sanket Vaibhav Mehta",
"Honglei Zhuang",
"Vinh Q. Tran",
"Dara Bahri",
"Jianmo Ni",
"Jai Gupta",
"Kai Hui",
"Sebastian Ruder",
"Donald Metzler"
] | 128 |
Training Language Models with Language Feedback
Jérémy Scheurer1Jon Ander Campos1 2Jun Shern Chan1Angelica Chen1
Kyunghyun Cho1 | 2204.14146 | Training Language Models with Language Feedback | Pretrained language models often do not perform tasks in ways that are in
line with our preferences, e.g., generating offensive text or factually
incorrect summaries. Recent work approaches the above issue by learning from a
simple form of human evaluation: comparisons between pairs of model-generated
task outputs. Com... | http://arxiv.org/pdf/2204.14146 | [
"Jérémy Scheurer",
"Jon Ander Campos",
"Jun Shern Chan",
"Angelica Chen",
"Kyunghyun Cho",
"Ethan Perez"
] | 128 |
Habitat: A Platform for Embodied AI Research
Manolis Savva1;4*, Abhishek Kadian1*, Oleksandr Maksymets1*, Yili Zhao1,
Erik Wijma | 1904.01201 | Habitat: A Platform for Embodied AI Research | We present Habitat, a platform for research in embodied artificial
intelligence (AI). Habitat enables training embodied agents (virtual robots) in
highly efficient photorealistic 3D simulation. Specifically, Habitat consists
of: (i) Habitat-Sim: a flexible, high-performance 3D simulator with
configurable agents, sensor... | http://arxiv.org/pdf/1904.01201 | [
"Manolis Savva",
"Abhishek Kadian",
"Oleksandr Maksymets",
"Yili Zhao",
"Erik Wijmans",
"Bhavana Jain",
"Julian Straub",
"Jia Liu",
"Vladlen Koltun",
"Jitendra Malik",
"Devi Parikh",
"Dhruv Batra"
] | 128 |
QT-Opt: Scalable Deep Reinforcement Learning
for Vision-Based Robotic Manipulation
Dmitry Kalashnikov1, Alex Irpan1, Peter Pasto | 1806.10293 | QT-Opt: Scalable Deep Reinforcement Learning for Vision-Based Robotic Manipulation | In this paper, we study the problem of learning vision-based dynamic
manipulation skills using a scalable reinforcement learning approach. We study
this problem in the context of grasping, a longstanding challenge in robotic
manipulation. In contrast to static learning behaviors that choose a grasp
point and then execu... | http://arxiv.org/pdf/1806.10293 | [
"Dmitry Kalashnikov",
"Alex Irpan",
"Peter Pastor",
"Julian Ibarz",
"Alexander Herzog",
"Eric Jang",
"Deirdre Quillen",
"Ethan Holly",
"Mrinal Kalakrishnan",
"Vincent Vanhoucke",
"Sergey Levine"
] | 128 |
arXiv:2004.07213v2 [cs.CY] 20 Apr 2020Toward Trustworthy AI Development:
Mechanisms for Supporting Verifiable Claims∗
Miles Bru | 2004.07213 | Toward Trustworthy AI Development: Mechanisms for Supporting Verifiable Claims | With the recent wave of progress in artificial intelligence (AI) has come a
growing awareness of the large-scale impacts of AI systems, and recognition
that existing regulations and norms in industry and academia are insufficient
to ensure responsible AI development. In order for AI developers to earn trust
from system... | http://arxiv.org/pdf/2004.07213 | [
"Miles Brundage",
"Shahar Avin",
"Jasmine Wang",
"Haydn Belfield",
"Gretchen Krueger",
"Gillian Hadfield",
"Heidy Khlaaf",
"Jingying Yang",
"Helen Toner",
"Ruth Fong",
"Tegan Maharaj",
"Pang Wei Koh",
"Sara Hooker",
"Jade Leung",
"Andrew Trask",
"Emma Bluemke",
"Jonathan Lebensold",
... | 128 |
Journal of Machine Learning Research 21 (2020) 1-44 Submitted 4/20; Revised 10/20; Published 11/20
Towards the Systematic Report | 2002.05651 | Towards the Systematic Reporting of the Energy and Carbon Footprints of Machine Learning | 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 interface for tracking
realtime energy consumption and carbon emissions, as well as generating
standardized onlin... | http://arxiv.org/pdf/2002.05651 | [
"Peter Henderson",
"Jieru Hu",
"Joshua Romoff",
"Emma Brunskill",
"Dan Jurafsky",
"Joelle Pineau"
] | 128 |
LIMA: Less Is More for Alignment
Chunting Zhou<Pengfei Liu<Puxin XuSrini IyerJiao Sun
Yuning MaoXuezhe MaAvia EfratPing | 2305.11206 | LIMA: Less Is More for Alignment | Large language models are trained in two stages: (1) unsupervised pretraining
from raw text, to learn general-purpose representations, and (2) large scale
instruction tuning and reinforcement learning, to better align to end tasks and
user preferences. We measure the relative importance of these two stages by
training ... | http://arxiv.org/pdf/2305.11206 | [
"Chunting Zhou",
"Pengfei Liu",
"Puxin Xu",
"Srini Iyer",
"Jiao Sun",
"Yuning Mao",
"Xuezhe Ma",
"Avia Efrat",
"Ping Yu",
"Lili Yu",
"Susan Zhang",
"Gargi Ghosh",
"Mike Lewis",
"Luke Zettlemoyer",
"Omer Levy"
] | 128 |
SUPER -NATURAL INSTRUCTIONS :
Generalization via Declarative Instructions on 1600+ NLP Tasks
}Yizhong Wang2}Swaroop Mishra3|Pega | 2204.07705 | Super-NaturalInstructions: Generalization via Declarative Instructions on 1600+ NLP Tasks | 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 and their
expert-written instructions. Our collection covers 76 distinct task types,
including but not limi... | http://arxiv.org/pdf/2204.07705 | [
"Yizhong Wang",
"Swaroop Mishra",
"Pegah Alipoormolabashi",
"Yeganeh Kordi",
"Amirreza Mirzaei",
"Anjana Arunkumar",
"Arjun Ashok",
"Arut Selvan Dhanasekaran",
"Atharva Naik",
"David Stap",
"Eshaan Pathak",
"Giannis Karamanolakis",
"Haizhi Gary Lai",
"Ishan Purohit",
"Ishani Mondal",
"... | 128 |
Training a Helpful and Harmless Assistant with
Reinforcement Learning from Human Feedback
Yuntao Bai, Andy Jones, Kamal Ndousse | 2204.05862 | Training a Helpful and Harmless Assistant with Reinforcement Learning from Human Feedback | We 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... | http://arxiv.org/pdf/2204.05862 | [
"Yuntao Bai",
"Andy Jones",
"Kamal Ndousse",
"Amanda Askell",
"Anna Chen",
"Nova DasSarma",
"Dawn Drain",
"Stanislav Fort",
"Deep Ganguli",
"Tom Henighan",
"Nicholas Joseph",
"Saurav Kadavath",
"Jackson Kernion",
"Tom Conerly",
"Sheer El-Showk",
"Nelson Elhage",
"Zac Hatfield-Dodds",... | 128 |
Unified Language Model Pre-training for
Natural Language Understanding and Generation
Li DongNan YangWenhui WangFuru WeiyXiao | 1905.03197 | Unified Language Model Pre-training for Natural Language Understanding and Generation | This paper presents a new Unified pre-trained Language Model (UniLM) that can
be fine-tuned for both natural language understanding and generation tasks. The
model is pre-trained using three types of language modeling tasks:
unidirectional, bidirectional, and sequence-to-sequence prediction. The unified
modeling is ach... | http://arxiv.org/pdf/1905.03197 | [
"Li Dong",
"Nan Yang",
"Wenhui Wang",
"Furu Wei",
"Xiaodong Liu",
"Yu Wang",
"Jianfeng Gao",
"Ming Zhou",
"Hsiao-Wuen Hon"
] | 128 |
All-in-One Image-Grounded Conversational Agents
Da Ju,Kurt Shuster ,Y-Lan Boureau and Jason Weston
Facebook AI Research
fdaju, | 1912.12394 | All-in-One Image-Grounded Conversational Agents | As single-task accuracy on individual language and image tasks has improved
substantially in the last few years, the long-term goal of a generally skilled
agent that can both see and talk becomes more feasible to explore. In this
work, we focus on leveraging individual language and image tasks, along with
resources tha... | http://arxiv.org/pdf/1912.12394 | [
"Da Ju",
"Kurt Shuster",
"Y-Lan Boureau",
"Jason Weston"
] | 128 |
Atlas: Few-shot Learning with
Retrieval Augmented Language Models
Gautier Izacard∗ ∗,♦,♣,♥gizacard@fb.com
Patrick Lewis∗,♦plewis | 2208.03299 | Atlas: Few-shot Learning with Retrieval Augmented Language Models | Large language models have shown impressive few-shot results on a wide range
of tasks. However, when knowledge is key for such results, as is the case for
tasks such as question answering and fact checking, massive parameter counts to
store knowledge seem to be needed. Retrieval augmented models are known to
excel at k... | http://arxiv.org/pdf/2208.03299 | [
"Gautier Izacard",
"Patrick Lewis",
"Maria Lomeli",
"Lucas Hosseini",
"Fabio Petroni",
"Timo Schick",
"Jane Dwivedi-Yu",
"Armand Joulin",
"Sebastian Riedel",
"Edouard Grave"
] | 128 |
arXiv:1910.10486v3 [cs.CL] 31 Oct 2020Does Gender Matter?
Towards Fairness in Dialogue Systems
Haochen Liu1, Jamell Dacon1, We | 1910.10486 | Does Gender Matter? Towards Fairness in Dialogue Systems | 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 such as poorly detecting their faces and inappropriately
identifying them as... | http://arxiv.org/pdf/1910.10486 | [
"Haochen Liu",
"Jamell Dacon",
"Wenqi Fan",
"Hui Liu",
"Zitao Liu",
"Jiliang Tang"
] | 128 |
Self-critiquing models for assisting human evaluators
William SaundersCatherine YehJeff Wu
Steven Bills Long Ouyang Jonathan | 2206.05802 | Self-critiquing models for assisting human evaluators | We fine-tune large language models to write natural language critiques
(natural language critical comments) using behavioral cloning. On a topic-based
summarization task, critiques written by our models help humans find flaws in
summaries that they would have otherwise missed. Our models help find naturally
occurring f... | http://arxiv.org/pdf/2206.05802 | [
"William Saunders",
"Catherine Yeh",
"Jeff Wu",
"Steven Bills",
"Long Ouyang",
"Jonathan Ward",
"Jan Leike"
] | 128 |
ReCoCoRD: Bridging the Gap between Human
and Machine Commonsense Reading Comprehension
Sheng Zhangy, Xiaodong Liuz, Jingjing Li | 1810.12885 | ReCoRD: Bridging the Gap between Human and Machine Commonsense Reading Comprehension | We present a large-scale dataset, ReCoRD, for machine reading comprehension
requiring commonsense reasoning. Experiments on this dataset demonstrate that
the performance of state-of-the-art MRC systems fall far behind human
performance. ReCoRD represents a challenge for future research to bridge the
gap between human a... | http://arxiv.org/pdf/1810.12885 | [
"Sheng Zhang",
"Xiaodong Liu",
"Jingjing Liu",
"Jianfeng Gao",
"Kevin Duh",
"Benjamin Van Durme"
] | 128 |
PEER: A Collaborative Language Model
Timo Schick}Jane Dwivedi-Yu}Zhengbao Jiang};~Fabio Petroni}
Patrick Lewis}Gautier Izacard}; | 2208.11663 | PEER: A Collaborative Language Model | Textual content is often the output of a collaborative writing process: We
start with an initial draft, ask for suggestions, and repeatedly make changes.
Agnostic of this process, today's language models are trained to generate only
the final result. As a consequence, they lack several abilities crucial for
collaborati... | http://arxiv.org/pdf/2208.11663 | [
"Timo Schick",
"Jane Dwivedi-Yu",
"Zhengbao Jiang",
"Fabio Petroni",
"Patrick Lewis",
"Gautier Izacard",
"Qingfei You",
"Christoforos Nalmpantis",
"Edouard Grave",
"Sebastian Riedel"
] | 128 |
Megatron-LM: Training Multi-Billion Parameter Language Models Using
Model Parallelism
Mohammad Shoeybi1 2Mostofa Patwary1 2Raul | 1909.08053 | Megatron-LM: Training Multi-Billion Parameter Language Models Using Model Parallelism | Recent work in language modeling demonstrates that training large transformer
models advances the state of the art in Natural Language Processing
applications. However, very large models can be quite difficult to train due to
memory constraints. In this work, we present our techniques for training very
large transforme... | http://arxiv.org/pdf/1909.08053 | [
"Mohammad Shoeybi",
"Mostofa Patwary",
"Raul Puri",
"Patrick LeGresley",
"Jared Casper",
"Bryan Catanzaro"
] | 128 |
Published as a conference paper at ICLR 2016
HIGH-DIMENSIONAL CONTINUOUS CONTROL USING
GENERALIZED ADVANTAGE ESTIMATION
John Sch | 1506.02438 | High-Dimensional Continuous Control Using Generalized Advantage Estimation | Policy gradient methods are an appealing approach in reinforcement learning
because they directly optimize the cumulative reward and can straightforwardly
be used with nonlinear function approximators such as neural networks. The two
main challenges are the large number of samples typically required, and the
difficulty... | http://arxiv.org/pdf/1506.02438 | [
"John Schulman",
"Philipp Moritz",
"Sergey Levine",
"Michael Jordan",
"Pieter Abbeel"
] | 128 |
Gender Bias in Contextualized Word Embeddings
Jieyu ZhaoxTianlu WangyMark Yatskarz
Ryan Cotterell@Vicente OrdonezyKai-Wei Changx | 1904.03310 | Gender Bias in Contextualized Word Embeddings | In this paper, we quantify, analyze and mitigate gender bias exhibited in
ELMo's contextualized word vectors. First, we conduct several intrinsic
analyses and find that (1) training data for ELMo contains significantly more
male than female entities, (2) the trained ELMo embeddings systematically
encode gender informat... | http://arxiv.org/pdf/1904.03310 | [
"Jieyu Zhao",
"Tianlu Wang",
"Mark Yatskar",
"Ryan Cotterell",
"Vicente Ordonez",
"Kai-Wei Chang"
] | 128 |
Mirages: On Anthropomorphism in Dialogue Systems
Gavin Abercrombie
Heriot-Watt University
g.abercrombie@hw.ac.uk
Tanvi Dinkar
He | 2305.09800 | Mirages: On Anthropomorphism in Dialogue Systems | Automated dialogue or conversational systems are anthropomorphised by
developers and personified by users. While a degree of anthropomorphism is
inevitable, conscious and unconscious design choices can guide users to
personify them to varying degrees. Encouraging users to relate to automated
systems as if they were hum... | http://arxiv.org/pdf/2305.09800 | [
"Gavin Abercrombie",
"Amanda Cercas Curry",
"Tanvi Dinkar",
"Zeerak Talat"
] | 128 |
Wav2Letter: an End-to-End ConvNet-based Speech
Recognition System
Ronan Collobert
Facebook AI Research, Menlo Park
locronan@fb.c | 1609.03193 | Wav2Letter: an End-to-End ConvNet-based Speech Recognition System | This paper presents a simple end-to-end model for speech recognition,
combining a convolutional network based acoustic model and a graph decoding. It
is trained to output letters, with transcribed speech, without the need for
force alignment of phonemes. We introduce an automatic segmentation criterion
for training fro... | http://arxiv.org/pdf/1609.03193 | [
"Ronan Collobert",
"Christian Puhrsch",
"Gabriel Synnaeve"
] | 128 |
Queens are Powerful too: Mitigating Gender Bias in Dialogue Generation
Emily Dinan, Angela Fany, Adina Williams, Jack Urbanek, | 1911.03842 | Queens are Powerful too: Mitigating Gender Bias in Dialogue Generation | Models often easily learn biases present in the training data, and their
predictions directly reflect this bias. We analyze gender bias in dialogue
data, and examine how this bias is actually amplified in subsequent generative
chit-chat dialogue models. We measure gender bias in six existing dialogue
datasets, and focu... | http://arxiv.org/pdf/1911.03842 | [
"Emily Dinan",
"Angela Fan",
"Adina Williams",
"Jack Urbanek",
"Douwe Kiela",
"Jason Weston"
] | 128 |
ACUTE -EVAL : Improved dialogue evaluation with optimized questions and
multi-turn comparisons
Margaret Li
Facebook AI Research
| 1909.03087 | ACUTE-EVAL: Improved Dialogue Evaluation with Optimized Questions and Multi-turn Comparisons | While dialogue remains an important end-goal of natural language research,
the difficulty of evaluation is an oft-quoted reason why it remains troublesome
to make real progress towards its solution. Evaluation difficulties are
actually two-fold: not only do automatic metrics not correlate well with human
judgments, but... | http://arxiv.org/pdf/1909.03087 | [
"Margaret Li",
"Jason Weston",
"Stephen Roller"
] | 128 |
Deep Learning Based Text Classification: A Comprehensive Review
Shervin Minaee, Snapchat Inc
Nal Kalchbrenner, Google Brain, Ams | 2004.03705 | Deep Learning Based Text Classification: A Comprehensive Review | Deep learning based models have surpassed classical machine learning based
approaches in various text classification tasks, including sentiment analysis,
news categorization, question answering, and natural language inference. In
this paper, we provide a comprehensive review of more than 150 deep learning
based models ... | http://arxiv.org/pdf/2004.03705 | [
"Shervin Minaee",
"Nal Kalchbrenner",
"Erik Cambria",
"Narjes Nikzad",
"Meysam Chenaghlu",
"Jianfeng Gao"
] | 128 |
OpenAssistant Conversations - Democratizing Large
Language Model Alignment
Andreas Köpf
andreas.koepf@provisio.comYannic Kilche | 2304.07327 | OpenAssistant Conversations -- Democratizing Large Language Model Alignment | Aligning large language models (LLMs) with human preferences has proven to
drastically improve usability and has driven rapid adoption as demonstrated by
ChatGPT. Alignment techniques such as supervised fine-tuning (SFT) and
reinforcement learning from human feedback (RLHF) greatly reduce the required
skill and domain ... | http://arxiv.org/pdf/2304.07327 | [
"Andreas Köpf",
"Yannic Kilcher",
"Dimitri von Rütte",
"Sotiris Anagnostidis",
"Zhi-Rui Tam",
"Keith Stevens",
"Abdullah Barhoum",
"Nguyen Minh Duc",
"Oliver Stanley",
"Richárd Nagyfi",
"Shahul ES",
"Sameer Suri",
"David Glushkov",
"Arnav Dantuluri",
"Andrew Maguire",
"Christoph Schuhm... | 128 |
Evaluating the Social Impact of Generative AI Systems
in Systems and Society
Irene Solaiman∗
Hugging FaceZeerak Talat∗
Independe | 2306.05949 | Evaluating the Social Impact of Generative AI Systems in Systems and Society | Generative AI systems across modalities, ranging from text, image, audio, and
video, have broad social impacts, but there exists no official standard for
means of evaluating those impacts and which impacts should be evaluated. We
move toward a standard approach in evaluating a generative AI system for any
modality, in ... | http://arxiv.org/pdf/2306.05949 | [
"Irene Solaiman",
"Zeerak Talat",
"William Agnew",
"Lama Ahmad",
"Dylan Baker",
"Su Lin Blodgett",
"Hal Daumé III",
"Jesse Dodge",
"Ellie Evans",
"Sara Hooker",
"Yacine Jernite",
"Alexandra Sasha Luccioni",
"Alberto Lusoli",
"Margaret Mitchell",
"Jessica Newman",
"Marie-Therese Png",
... | 128 |
1
Training Production Language Models
without Memorizing User Data
Swaroop Ramaswamy*, Om Thakkar*, Rajiv Mathews, Galen Andrew, | 2009.10031 | Training Production Language Models without Memorizing User Data | This paper presents the first consumer-scale next-word prediction (NWP) model
trained with Federated Learning (FL) while leveraging the Differentially
Private Federated Averaging (DP-FedAvg) technique. There has been prior work on
building practical FL infrastructure, including work demonstrating the
feasibility of tra... | http://arxiv.org/pdf/2009.10031 | [
"Swaroop Ramaswamy",
"Om Thakkar",
"Rajiv Mathews",
"Galen Andrew",
"H. Brendan McMahan",
"Françoise Beaufays"
] | 128 |
Published as a conference paper at ICLR 2023
LARGE LANGUAGE MODELS ARE HUMAN -LEVEL
PROMPT ENGINEERS
Yongchao Zhou1;2;, Andrei | 2211.01910 | Large Language Models Are Human-Level Prompt Engineers | By conditioning on natural language instructions, large language models
(LLMs) have displayed impressive capabilities as general-purpose computers.
However, task performance depends significantly on the quality of the prompt
used to steer the model, and most effective prompts have been handcrafted by
humans. Inspired b... | http://arxiv.org/pdf/2211.01910 | [
"Yongchao Zhou",
"Andrei Ioan Muresanu",
"Ziwen Han",
"Keiran Paster",
"Silviu Pitis",
"Harris Chan",
"Jimmy Ba"
] | 128 |
Large Language Models Struggle to Learn Long-Tail Knowledge
Nikhil Kandpal1Haikang Deng1Adam Roberts2Eric Wallace3Colin Raffel1
| 2211.08411 | Large Language Models Struggle to Learn Long-Tail Knowledge | 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, others appear extremely rarely. In this paper, we study the
relationship between ... | http://arxiv.org/pdf/2211.08411 | [
"Nikhil Kandpal",
"Haikang Deng",
"Adam Roberts",
"Eric Wallace",
"Colin Raffel"
] | 128 |
Training Veriers to Solve Math Word Problems
Karl Cobbe∗Vineet Kosaraju∗Mohammad Bavarian Mark Chen
Heewoo Jun Lukasz Kaiser M | 2110.14168 | Training Verifiers to Solve Math Word Problems | State-of-the-art language models can match human performance on many tasks,
but they still struggle to robustly perform multi-step mathematical reasoning.
To diagnose the failures of current models and support research, we introduce
GSM8K, a dataset of 8.5K high quality linguistically diverse grade school math
word pro... | http://arxiv.org/pdf/2110.14168 | [
"Karl Cobbe",
"Vineet Kosaraju",
"Mohammad Bavarian",
"Mark Chen",
"Heewoo Jun",
"Lukasz Kaiser",
"Matthias Plappert",
"Jerry Tworek",
"Jacob Hilton",
"Reiichiro Nakano",
"Christopher Hesse",
"John Schulman"
] | 128 |
Published as a conference paper at ICLR 2017
SGDR: S TOCHASTIC GRADIENT DESCENT WITH
WARM RESTARTS
Ilya Loshchilov & Frank Hutte | 1608.03983 | SGDR: Stochastic Gradient Descent with Warm Restarts | 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 deal with ill-conditioned functions. In this paper, we
propose a simple wa... | http://arxiv.org/pdf/1608.03983 | [
"Ilya Loshchilov",
"Frank Hutter"
] | 128 |
The False Promise of Imitating Proprietary LLMs
Arnav Gudibande∗
UC Berkeley
arnavg@berkeley.eduEric Wallace∗
UC Berkeley
ericwa | 2305.15717 | The False Promise of Imitating Proprietary LLMs | An emerging method to cheaply improve a weaker language model is to finetune
it on outputs from a stronger model, such as a proprietary system like ChatGPT
(e.g., Alpaca, Self-Instruct, and others). This approach looks to cheaply
imitate the proprietary model's capabilities using a weaker open-source model.
In this wor... | http://arxiv.org/pdf/2305.15717 | [
"Arnav Gudibande",
"Eric Wallace",
"Charlie Snell",
"Xinyang Geng",
"Hao Liu",
"Pieter Abbeel",
"Sergey Levine",
"Dawn Song"
] | 128 |
arXiv:2202.12040v4 [cs.LG] 18 Sep 2023Self-Training: A Survey
Massih-Reza Amini1, Vasilii Feofanov2, Loic Pauletto3,
Li` es Ha | 2202.12040 | Self-Training: A Survey | Semi-supervised algorithms aim to learn prediction functions from a small set
of labeled observations and a large set of unlabeled observations. Because this
framework is relevant in many applications, they have received a lot of
interest in both academia and industry. Among the existing techniques,
self-training metho... | http://arxiv.org/pdf/2202.12040 | [
"Massih-Reza Amini",
"Vasilii Feofanov",
"Loic Pauletto",
"Lies Hadjadj",
"Emilie Devijver",
"Yury Maximov"
] | 128 |
CAN MACHINES LEARN MORALITY ?
THE
:COMMONSENSE MORAL MACHINES FOR
ETHICAL JUDGMENTS ON EVERYDAY SITUATIONS
Liwei Jiang∫∑Jena D. | 2110.07574 | Can Machines Learn Morality? The Delphi Experiment | As AI systems become increasingly powerful and pervasive, there are growing
concerns about machines' morality or a lack thereof. Yet, teaching morality to
machines is a formidable task, as morality remains among the most intensely
debated questions in humanity, let alone for AI. Existing AI systems deployed
to millions... | http://arxiv.org/pdf/2110.07574 | [
"Liwei Jiang",
"Jena D. Hwang",
"Chandra Bhagavatula",
"Ronan Le Bras",
"Jenny Liang",
"Jesse Dodge",
"Keisuke Sakaguchi",
"Maxwell Forbes",
"Jon Borchardt",
"Saadia Gabriel",
"Yulia Tsvetkov",
"Oren Etzioni",
"Maarten Sap",
"Regina Rini",
"Yejin Choi"
] | 128 |
Equality of Opportunity in Supervised Learning
Moritz Hardt Eric Price Nathan Srebro
February 18, 2022
Abstract
We propose a cri | 1610.02413 | Equality of Opportunity in Supervised Learning | We propose a criterion for discrimination against a specified sensitive
attribute in supervised learning, where the goal is to predict some target
based on available features. Assuming data about the predictor, target, and
membership in the protected group are available, we show how to optimally
adjust any learned pred... | http://arxiv.org/pdf/1610.02413 | [
"Moritz Hardt",
"Eric Price",
"Nathan Srebro"
] | 128 |
Published as a conference paper at ICLR 2020
LARGE BATCH OPTIMIZATION FOR DEEP LEARNING :
TRAINING BERT IN76MINUTES
Yang You2, J | 1904.00962 | Large Batch Optimization for Deep Learning: Training BERT in 76 minutes | Training large deep neural networks on massive datasets is computationally
very challenging. There has been recent surge in interest in using large batch
stochastic optimization methods to tackle this issue. The most prominent
algorithm in this line of research is LARS, which by employing layerwise
adaptive learning ra... | http://arxiv.org/pdf/1904.00962 | [
"Yang You",
"Jing Li",
"Sashank Reddi",
"Jonathan Hseu",
"Sanjiv Kumar",
"Srinadh Bhojanapalli",
"Xiaodan Song",
"James Demmel",
"Kurt Keutzer",
"Cho-Jui Hsieh"
] | 128 |
ANTICIPATING SAFETY ISSUES IN
E2E C ONVERSATIONAL AI:
FRAMEWORK AND TOOLING
Emily Dinan1, Gavin Abercrombie2, A. Stevie Bergman3 | 2107.03451 | Anticipating Safety Issues in E2E Conversational AI: Framework and Tooling | Over the last several years, end-to-end neural conversational agents have
vastly improved in their ability to carry a chit-chat conversation with humans.
However, these models are often trained on large datasets from the internet,
and as a result, may learn undesirable behaviors from this data, such as toxic
or otherwi... | http://arxiv.org/pdf/2107.03451 | [
"Emily Dinan",
"Gavin Abercrombie",
"A. Stevie Bergman",
"Shannon Spruit",
"Dirk Hovy",
"Y-Lan Boureau",
"Verena Rieser"
] | 128 |
arXiv:1607.01759v3 [cs.CL] 9 Aug 2016BagofTricks forEfficient TextClassification
Armand Joulin Edouard Grave PiotrBojanowski Tom | 1607.01759 | Bag of Tricks for Efficient Text Classification | This paper explores a simple and efficient baseline for text classification.
Our experiments show that our fast text classifier fastText is often on par
with deep learning classifiers in terms of accuracy, and many orders of
magnitude faster for training and evaluation. We can train fastText on more
than one billion wo... | http://arxiv.org/pdf/1607.01759 | [
"Armand Joulin",
"Edouard Grave",
"Piotr Bojanowski",
"Tomas Mikolov"
] | 128 |
ImageNet32x32, ImageNet16x16 and ImageNet64x64
A D OWNSAMPLED VARIANT OF IMAGE NET AS AN ALTERNATIVE TO THE CIFAR DATASETS
Patry | 1707.08819 | A Downsampled Variant of ImageNet as an Alternative to the CIFAR datasets | The original ImageNet dataset is a popular large-scale benchmark for training
Deep Neural Networks. Since the cost of performing experiments (e.g, algorithm
design, architecture search, and hyperparameter tuning) on the original dataset
might be prohibitive, we propose to consider a downsampled version of ImageNet.
In ... | http://arxiv.org/pdf/1707.08819 | [
"Patryk Chrabaszcz",
"Ilya Loshchilov",
"Frank Hutter"
] | 128 |
arXiv:2302.07842v1 [cs.CL] 15 Feb 2023Augmented Language Models: a Survey
Grégoire Mialon∗gmialon@meta.com
Roberto Dessì∗†rdes | 2302.07842 | Augmented Language Models: a Survey | This survey reviews works in which language models (LMs) are augmented with
reasoning skills and the ability to use tools. The former is defined as
decomposing a potentially complex task into simpler subtasks while the latter
consists in calling external modules such as a code interpreter. LMs can
leverage these augmen... | http://arxiv.org/pdf/2302.07842 | [
"Grégoire Mialon",
"Roberto Dessì",
"Maria Lomeli",
"Christoforos Nalmpantis",
"Ram Pasunuru",
"Roberta Raileanu",
"Baptiste Rozière",
"Timo Schick",
"Jane Dwivedi-Yu",
"Asli Celikyilmaz",
"Edouard Grave",
"Yann LeCun",
"Thomas Scialom"
] | 128 |
mGPT: Few-Shot Learners Go Multilingual
Oleh Shliazhko
SberDevices, Sber
Vladislav Mikhailov
SberDevices, Sber
HSE UniversityAl | 2204.07580 | mGPT: Few-Shot Learners Go Multilingual | Recent studies report that autoregressive language models can successfully
solve many NLP tasks via zero- and few-shot learning paradigms, which opens up
new possibilities for using the pre-trained language models. This paper
introduces two autoregressive GPT-like models with 1.3 billion and 13 billion
parameters train... | http://arxiv.org/pdf/2204.07580 | [
"Oleh Shliazhko",
"Alena Fenogenova",
"Maria Tikhonova",
"Vladislav Mikhailov",
"Anastasia Kozlova",
"Tatiana Shavrina"
] | 128 |
Exploring the Role of Task Transferability in Large-Scale Multi-Task
Learning
Vishakh Padmakumar1Leonard Lausen2Miguel Balleste | 2204.11117 | Exploring the Role of Task Transferability in Large-Scale Multi-Task Learning | Recent work has found that multi-task training with a large number of diverse
tasks can uniformly improve downstream performance on unseen target tasks. In
contrast, literature on task transferability has established that the choice of
intermediate tasks can heavily affect downstream task performance. In this
work, we ... | http://arxiv.org/pdf/2204.11117 | [
"Vishakh Padmakumar",
"Leonard Lausen",
"Miguel Ballesteros",
"Sheng Zha",
"He He",
"George Karypis"
] | 128 |
Don’t Say What You Don’t Know: Improving the Consistency of
Abstractive Summarization by Constraining Beam Search
Daniel KingZ | 2203.08436 | Don't Say What You Don't Know: Improving the Consistency of Abstractive Summarization by Constraining Beam Search | Abstractive summarization systems today produce fluent and relevant output,
but often "hallucinate" statements not supported by the source text. We analyze
the connection between hallucinations and training data, and find evidence that
models hallucinate because they train on target summaries that are unsupported
by th... | http://arxiv.org/pdf/2203.08436 | [
"Daniel King",
"Zejiang Shen",
"Nishant Subramani",
"Daniel S. Weld",
"Iz Beltagy",
"Doug Downey"
] | 128 |
Annotators with Attitudes:
How Annotator Beliefs And Identities Bias Toxic Language Detection
Maarten Sap~Swabha SwayamdiptaLa | 2111.07997 | Annotators with Attitudes: How Annotator Beliefs And Identities Bias Toxic Language Detection | The perceived toxicity of language can vary based on someone's identity and
beliefs, but this variation is often ignored when collecting toxic language
datasets, resulting in dataset and model biases. We seek to understand the who,
why, and what behind biases in toxicity annotations. In two online studies with
demograp... | http://arxiv.org/pdf/2111.07997 | [
"Maarten Sap",
"Swabha Swayamdipta",
"Laura Vianna",
"Xuhui Zhou",
"Yejin Choi",
"Noah A. Smith"
] | 128 |
arXiv:2006.07235v2 [cs.CL] 30 Sep 2020SemEval-2020 Task 12: Multilingual Offensive Language Ide ntification
in Social Media (Of | 2006.07235 | SemEval-2020 Task 12: Multilingual Offensive Language Identification in Social Media (OffensEval 2020) | We present the results and main findings of SemEval-2020 Task 12 on
Multilingual Offensive Language Identification in Social Media (OffensEval
2020). The task involves three subtasks corresponding to the hierarchical
taxonomy of the OLID schema (Zampieri et al., 2019a) from OffensEval 2019. The
task featured five langu... | http://arxiv.org/pdf/2006.07235 | [
"Marcos Zampieri",
"Preslav Nakov",
"Sara Rosenthal",
"Pepa Atanasova",
"Georgi Karadzhov",
"Hamdy Mubarak",
"Leon Derczynski",
"Zeses Pitenis",
"Çağrı Çöltekin"
] | 128 |
MathQA: Towards Interpretable Math Word Problem Solving
with Operation-Based Formalisms
Aida Amini1, Saadia Gabriel1, Shanchuan | 1905.13319 | MathQA: Towards Interpretable Math Word Problem Solving with Operation-Based Formalisms | We introduce a large-scale dataset of math word problems and an interpretable
neural math problem solver that learns to map problems to operation programs.
Due to annotation challenges, current datasets in this domain have been either
relatively small in scale or did not offer precise operational annotations over
diver... | http://arxiv.org/pdf/1905.13319 | [
"Aida Amini",
"Saadia Gabriel",
"Peter Lin",
"Rik Koncel-Kedziorski",
"Yejin Choi",
"Hannaneh Hajishirzi"
] | 128 |
Automatic Detection of Machine Generated Text: A Critical Survey
Ganesh Jawahar, Muhammad Abdul-Mageed, Laks V .S. Lakshmanan
Un | 2011.01314 | Automatic Detection of Machine Generated Text: A Critical Survey | Text generative models (TGMs) excel in producing text that matches the style
of human language reasonably well. Such TGMs can be misused by adversaries,
e.g., by automatically generating fake news and fake product reviews that can
look authentic and fool humans. Detectors that can distinguish text generated
by TGM from... | http://arxiv.org/pdf/2011.01314 | [
"Ganesh Jawahar",
"Muhammad Abdul-Mageed",
"Laks V. S. Lakshmanan"
] | 128 |
Know What You Don’t Know: Unanswerable Questions for SQuAD
Pranav RajpurkarRobin JiaPercy Liang
Computer Science Department, S | 1806.03822 | Know What You Don't Know: Unanswerable Questions for SQuAD | Extractive reading comprehension systems can often locate the correct answer
to a question in a context document, but they also tend to make unreliable
guesses on questions for which the correct answer is not stated in the context.
Existing datasets either focus exclusively on answerable questions, or use
automatically... | http://arxiv.org/pdf/1806.03822 | [
"Pranav Rajpurkar",
"Robin Jia",
"Percy Liang"
] | 128 |
Do Prompt-Based Models Really Understand
the Meaning of Their Prompts?
Albert Webson1,2and Ellie Pavlick1
{albert_webson, ellie_ | 2109.01247 | Do Prompt-Based Models Really Understand the Meaning of their Prompts? | Recently, a boom of papers has shown extraordinary progress in zero-shot and
few-shot learning with various prompt-based models. It is commonly argued that
prompts help models to learn faster in the same way that humans learn faster
when provided with task instructions expressed in natural language. In this
study, we e... | http://arxiv.org/pdf/2109.01247 | [
"Albert Webson",
"Ellie Pavlick"
] | 128 |
SCALING LAWS FOR GENERATIVE MIXED -MODAL
LANGUAGE MODELS
Armen Aghajanyany, Lili Yuy, Alexis Conneauy, Wei-Ning Hsuy
Karen Ham | 2301.03728 | Scaling Laws for Generative Mixed-Modal Language Models | Generative language models define distributions over sequences of tokens that
can represent essentially any combination of data modalities (e.g., any
permutation of image tokens from VQ-VAEs, speech tokens from HuBERT, BPE tokens
for language or code, and so on). To better understand the scaling properties
of such mixe... | http://arxiv.org/pdf/2301.03728 | [
"Armen Aghajanyan",
"Lili Yu",
"Alexis Conneau",
"Wei-Ning Hsu",
"Karen Hambardzumyan",
"Susan Zhang",
"Stephen Roller",
"Naman Goyal",
"Omer Levy",
"Luke Zettlemoyer"
] | 128 |
Towards Understanding and Mitigating Social Biases in Language Models
Paul Pu Liang1Chiyu Wu1Louis-Philippe Morency1Ruslan Salak | 2106.13219 | Towards Understanding and Mitigating Social Biases in Language Models | 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
processes. Among such real-world deployments are large-scale pretrained
language models (LMs) ... | http://arxiv.org/pdf/2106.13219 | [
"Paul Pu Liang",
"Chiyu Wu",
"Louis-Philippe Morency",
"Ruslan Salakhutdinov"
] | 128 |
LLaMA: Open and Efficient Foundation Language Models
Hugo Touvron, Thibaut Lavril, Gautier Izacard, Xavier Martinet
Marie-Anne | 2302.13971 | LLaMA: Open and Efficient Foundation Language Models | We introduce LLaMA, a collection of foundation language models ranging from
7B to 65B parameters. We train our models on trillions of tokens, and show that
it is possible to train state-of-the-art models using publicly available
datasets exclusively, without resorting to proprietary and inaccessible
datasets. In partic... | http://arxiv.org/pdf/2302.13971 | [
"Hugo Touvron",
"Thibaut Lavril",
"Gautier Izacard",
"Xavier Martinet",
"Marie-Anne Lachaux",
"Timothée Lacroix",
"Baptiste Rozière",
"Naman Goyal",
"Eric Hambro",
"Faisal Azhar",
"Aurelien Rodriguez",
"Armand Joulin",
"Edouard Grave",
"Guillaume Lample"
] | 128 |
Enhancing the Transformer With Explicit Relational
Encoding for Math Problem Solving
Imanol Schlag1, Paul Smolensky2;3, Roland | 1910.06611 | Enhancing the Transformer with Explicit Relational Encoding for Math Problem Solving | We incorporate Tensor-Product Representations within the Transformer in order
to better support the explicit representation of relation structure. Our
Tensor-Product Transformer (TP-Transformer) sets a new state of the art on the
recently-introduced Mathematics Dataset containing 56 categories of free-form
math word-pr... | http://arxiv.org/pdf/1910.06611 | [
"Imanol Schlag",
"Paul Smolensky",
"Roland Fernandez",
"Nebojsa Jojic",
"Jürgen Schmidhuber",
"Jianfeng Gao"
] | 128 |
Continual Lifelong Learning with Neural Networks:
A Review
German I. Parisi1, Ronald Kemker2, Jose L. Part3, Christopher Kanan2, | 1802.07569 | Continual Lifelong Learning with Neural Networks: A Review | Humans and animals have the ability to continually acquire, fine-tune, and
transfer knowledge and skills throughout their lifespan. This ability, referred
to as lifelong learning, is mediated by a rich set of neurocognitive mechanisms
that together contribute to the development and specialization of our
sensorimotor sk... | http://arxiv.org/pdf/1802.07569 | [
"German I. Parisi",
"Ronald Kemker",
"Jose L. Part",
"Christopher Kanan",
"Stefan Wermter"
] | 128 |
Detecting Emergent Intersectional Biases:
Contextualized Word Embeddings Contain a Distribution of Human-like Biases
Wei Guo1and | 2006.03955 | Detecting Emergent Intersectional Biases: Contextualized Word Embeddings Contain a Distribution of Human-like Biases | 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-of-the-art neural language models
generate dynamic word embeddings dependent on the context in which the word
appears. Current methods m... | http://arxiv.org/pdf/2006.03955 | [
"Wei Guo",
"Aylin Caliskan"
] | 128 |
Teaching Small Language Models to Reason
Lucie Charlotte Magister∗
University of Cambridge
lcm67@cam.ac.ukJonathan Mallinson
Goo | 2212.08410 | Teaching Small Language Models to Reason | Chain of thought prompting successfully improves the reasoning capabilities
of large language models, achieving state of the art results on a range of
datasets. However, these reasoning capabilities only appear to emerge in models
with a size of over 100 billion parameters. In this paper, we explore the
transfer of suc... | http://arxiv.org/pdf/2212.08410 | [
"Lucie Charlotte Magister",
"Jonathan Mallinson",
"Jakub Adamek",
"Eric Malmi",
"Aliaksei Severyn"
] | 128 |
COMMONSENSE QA: A Question Answering Challenge Targeting
Commonsense Knowledge
Alon Talmor;1;2Jonathan Herzig;1Nicholas Louri | 1811.00937 | CommonsenseQA: A Question Answering Challenge Targeting Commonsense Knowledge | When answering a question, people often draw upon their rich world knowledge
in addition to the particular context. Recent work has focused primarily on
answering questions given some relevant document or context, and required very
little general background. To investigate question answering with prior
knowledge, we pr... | http://arxiv.org/pdf/1811.00937 | [
"Alon Talmor",
"Jonathan Herzig",
"Nicholas Lourie",
"Jonathan Berant"
] | 128 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.