paper-with-me

Papers ListOps

“ListOps” 태그가 달린 논문 22편 · 필터 해제

Context Is Not Comprehension

2025-06-05 · Alex Pan, Mary-Anne Williams

The dominant way of judging Large Language Models (LLMs) has been to ask how well they can recall explicit facts from very long inputs. While today's best models achieve near perfect recall, this masks a harder skill: pe…

ListOps

Small Models, Smarter Learning: The Power of Joint Task Training

2025-05-23 · Csaba Both, Benjamin Hoover, Hendrik Strobelt, Dmitry Krotov 외

The ability of a model to learn a task depends strongly on both the task difficulty and the model size. We aim to understand how task difficulty relates to the minimum number of parameters required for learning specific …

ListOps

Investigating Recurrent Transformers with Dynamic Halt

2024-02-01 · Jishnu Ray Chowdhury, Cornelia Caragea

In this paper, we comprehensively study the inductive biases of two major approaches to augmenting Transformers with a recurrent mechanism: (1) the approach of incorporating a depth-wise recurrence similar to Universal T…

DiagnosticLanguage ModelingLanguage ModellingListOps

Cached Transformers: Improving Transformers with Differentiable Memory Cache

2023-12-20 · Zhaoyang Zhang, Wenqi Shao, Yixiao Ge, Xiaogang Wang 외

This work introduces a new Transformer model called Cached Transformer, which uses Gated Recurrent Cached (GRC) attention to extend the self-attention mechanism with a differentiable memory cache of tokens. GRC attention…

image-classificationImage ClassificationInstance SegmentationLanguage Modeling+6

Investigating Pre-trained Language Models on Cross-Domain Datasets, a Step Closer to General AI

2023-06-21 · Mohamad Ballout, Ulf Krumnack, Gunther Heidemann, Kai-Uwe Kühnberger

Pre-trained language models have recently emerged as a powerful tool for fine-tuning a variety of language tasks. Ideally, when models are pre-trained on large amount of data, they are expected to gain implicit knowledge…

General KnowledgeListOps

Opening the Black Box: Analyzing Attention Weights and Hidden States in Pre-trained Language Models for Non-language Tasks

2023-06-21 · Mohamad Ballout, Ulf Krumnack, Gunther Heidemann, Kai-Uwe Kühnberger

Investigating deep learning language models has always been a significant research area due to the ``black box" nature of most advanced models. With the recent advancements in pre-trained language models based on transfo…

Language ModellingListOps

Beam Tree Recursive Cells

2023-05-31 · Jishnu Ray Chowdhury, Cornelia Caragea

We propose Beam Tree Recursive Cell (BT-Cell) - a backpropagation-friendly framework to extend Recursive Neural Networks (RvNNs) with beam search for latent structure induction. We further extend this framework by propos…

ListOps

Sequence Modeling with Multiresolution Convolutional Memory

2023-05-02 · Jiaxin Shi, Ke Alexander Wang, Emily B. Fox

Efficiently capturing the long-range patterns in sequential data sources salient to a given task -- such as classification and generative modeling -- poses a fundamental challenge. Popular approaches in the space tradeof…

Density EstimationListOpsSequential Image Classification

DARTFormer: Finding The Best Type Of Attention

2022-10-02 · Jason Ross Brown, Yiren Zhao, Ilia Shumailov, Robert D Mullins

Given the wide and ever growing range of different efficient Transformer attention mechanisms, it is important to identify which attention is most effective when given a task. In this work, we are also interested in comb…

ListOpsNeural Architecture Searchtext-classificationText Classification+1

Mega: Moving Average Equipped Gated Attention

2022-09-21 · Xuezhe Ma, Chunting Zhou, Xiang Kong, Junxian He 외

The design choices in the Transformer attention mechanism, including weak inductive bias and quadratic computational complexity, have limited its application for modeling long sequences. In this paper, we introduce Mega,…

Image ClassificationInductive BiasLanguage ModelingLanguage Modelling+5

Simplified State Space Layers for Sequence Modeling

2022-08-09 · Jimmy T. H. Smith, Andrew Warrington, Scott W. Linderman

Models using structured state space sequence (S4) layers have achieved state-of-the-art performance on long-range sequence modeling tasks. An S4 layer combines linear state space models (SSMs), the HiPPO framework, and d…

Computational EfficiencyListOpsLong-range modelingPathfinder+3

Training Discrete Deep Generative Models via Gapped Straight-Through Estimator

2022-06-15 · Ting-Han Fan, Ta-Chung Chi, Alexander I. Rudnicky, Peter J. Ramadge

While deep generative models have succeeded in image processing, natural language processing, and reinforcement learning, training that involves discrete random variables remains challenging due to the high variance of i…

ListOpsreinforcement-learningReinforcement Learning (RL)

Dynamic Token Normalization Improves Vision Transformers

2021-12-05 · ICLR 2022 4 · Wenqi Shao, Yixiao Ge, Zhaoyang Zhang, Xuyuan Xu 외

Vision Transformer (ViT) and its variants (e.g., Swin, PVT) have achieved great success in various computer vision tasks, owing to their capability to learn long-range contextual information. Layer Normalization (LN) is …

Inductive BiasListOpsobject-detectionObject Detection

ORCHARD: A Benchmark For Measuring Systematic Generalization of Multi-Hierarchical Reasoning

2021-11-28 · Bill Tuck Weng Pung, Alvin Chan

The ability to reason with multiple hierarchical structures is an attractive and desirable property of sequential inductive biases for natural language processing. Do the state-of-the-art Transformers and LSTM architectu…

DiagnosticListOpsRelational ReasoningSystematic Generalization

Efficiently Modeling Long Sequences with Structured State Spaces

2021-10-31 · ICLR 2022 4 · Albert Gu, Karan Goel, Christopher Ré

A central goal of sequence modeling is designing a single principled model that can address sequence data across a range of modalities and tasks, particularly on long-range dependencies. Although conventional models incl…

Data AugmentationLanguage ModelingLanguage ModellingListOps+3

The Neural Data Router: Adaptive Control Flow in Transformers Improves Systematic Generalization

2021-10-14 · Róbert Csordás, Kazuki Irie, Jürgen Schmidhuber

Despite progress across a broad range of applications, Transformers have limited success in systematic generalization. The situation is especially frustrating in the case of algorithmic tasks, where they often fail to fi…

ListOpsSystematic Generalization

Adaptive Control Flow in Transformers Improves Systematic Generalization

2021-09-29 · ICLR 2022 4 · Róbert Csordás, Kazuki Irie, Jürgen Schmidhuber

Despite successes across a broad range of applications, Transformers have limited capability in systematic generalization. The situation is especially frustrating in the case of algorithmic tasks, where they often fail t…

ListOpsSystematic Generalization

Going Beyond Linear Transformers with Recurrent Fast Weight Programmers

2021-06-11 · NeurIPS 2021 12 · Kazuki Irie, Imanol Schlag, Róbert Csordás, Jürgen Schmidhuber

Transformers with linearised attention (''linear Transformers'') have demonstrated the practical scalability and effectiveness of outer product-based Fast Weight Programmers (FWPs) from the '90s. However, the original FW…

Atari GamesListOps

Modeling Hierarchical Structures with Continuous Recursive Neural Networks

2021-06-10 · Jishnu Ray Chowdhury, Cornelia Caragea

Recursive Neural Networks (RvNNs), which compose sequences according to their underlying hierarchical syntactic structure, have performed well in several natural language processing tasks compared to similar models witho…

ListOpsNatural Language InferenceSentiment Analysis

Long Range Arena: A Benchmark for Efficient Transformers

2020-11-08 · Yi Tay, Mostafa Dehghani, Samira Abnar, Yikang Shen 외

Transformers do not scale very well to long sequence lengths largely because of quadratic self-attention complexity. In the recent months, a wide spectrum of efficient, fast Transformers have been proposed to tackle this…

16kBenchmarkingListOpsLong-range modeling+1
1–20 / 22 다음 →