paper-with-me

홈 › Papers

System 2 Attention (is something you might need too)

2023-11-20 · Jason Weston, Sainbayar Sukhbaatar

Soft attention in Transformer-based Large Language Models (LLMs) is susceptible to incorporating irrelevant information from the context into its latent representations, which adversely affects next token generations. To help rectify these issues, we introduce System 2 Attention (S2A), which leverages the ability of LLMs to reason in natural language and follow instructions in order to decide what to attend to. S2A regenerates the input context to only include the relevant portions, before attending to the regenerated context to elicit the final response. In experiments, S2A outperforms standard attention-based LLMs on three tasks containing opinion or irrelevant information, QA, math word problems and longform generation, where S2A increases factuality and objectivity, and decreases sycophancy.

📄 PDF Abstract BibTeX arXiv:2311.11829

Code (1)

facebookresearch/RAM pytorch

Tasks

Math

Similar Papers 제목 키워드 기반

How the Brain might use Division

2020-03-11 · Kieran Greer

One of the most fundamental questions in Biology or Artificial Intelligence is how the human brain performs mathematical functions. How does a neural architecture that may organise itself mostly through statistics, know …

Validity Is What You Need

2025-10-31 · Sebastian Benthall, Andrew Clark arxiv

While AI agents have long been discussed and studied in computer science, today's Agentic AI systems are something new. We consider other definitions of Agentic AI and propose a new realist definition. Agentic AI is a so…

SAFCAR: Structured Attention Fusion for Compositional Action Recognition

2020-12-03 · Tae Soo Kim, Gregory D. Hager

We present a general framework for compositional action recognition -- i.e. action recognition where the labels are composed out of simpler components such as subjects, atomic-actions and objects. The main challenge in c…

Action RecognitionTime SeriesTime Series Analysis

Deformable Video Transformer

2022-03-31 · CVPR 2022 1 · Jue Wang, Lorenzo Torresani

Video transformers have recently emerged as an effective alternative to convolutional networks for action classification. However, most prior video transformers adopt either global space-time attention or hand-defined st…

Action Classification

Exploring attention mechanism for acoustic-based classification of speech utterances into system-directed and non-system-directed

2019-02-01 · Atta Norouzian, Bogdan Mazoure, Dermot Connolly, Daniel Willett

Voice controlled virtual assistants (VAs) are now available in smartphones, cars, and standalone devices in homes. In most cases, the user needs to first "wake-up" the VA by saying a particular word/phrase every time he …

General Classification