paper-with-me

Papers

The Architectural Bottleneck Principle

2022-11-11 · Tiago Pimentel, Josef Valvoda, Niklas Stoehr, Ryan Cotterell

In this paper, we seek to measure how much information a component in a neural network could extract from the representations fed into it. Our work stands in contrast to prior probing work, most of which investigates how much information a model's representations contain. This shift in perspective leads us to propose a new principle for probing, the architectural bottleneck principle: In order to estimate how much information a given component could extract, a probe should look exactly like the component. Relying on this principle, we estimate how much syntactic information is available to transformers through our attentional probe, a probe that exactly resembles a transformer's self-attention head. Experimentally, we find that, in three models (BERT, ALBERT, and RoBERTa), a sentence's syntax tree is mostly extractable by our probe, suggesting these models have access to syntactic information while composing their contextual representations. Whether this information is actually used by these models, however, remains an open question.

📄 PDF Abstract BibTeX arXiv:2211.06420

Code (0)

등록된 구현이 없습니다.

Tasks

Open-Ended Question Answering

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
LAMB LAMB is a a layerwise adaptive large batch optimization technique. It provides a strategy for adapting the learning rate in large batch settings. LAMB uses…
Residual Connection 설명 없음
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

When Better Eyes Lead to Blindness: A Diagnostic Study of the Information Bottleneck in CNN-LSTM Image Captioning Models

2025-07-24 · Hitesh Kumar Gupta arxiv

Image captioning, situated at the intersection of computer vision and natural language processing, requires a sophisticated understanding of both visual scenes and linguistic structure. While modern approaches are domina…

Image Captioning

LUMINA: LLM-Guided GPU Architecture Exploration via Bottleneck Analysis

2026-03-06 · Tao Zhang, Rui Ma, Shuotao Xu, Yongqiang Xiong 외 arxiv

GPU design space exploration (DSE) for modern AI workloads, such as Large-Language Model (LLM) inference, is challenging because of GPUs' vast, multi-modal design spaces, high simulation costs, and complex design optimiz…

HeBA: Heterogeneous Bottleneck Adapters for Robust Vision-Language Models

2026-03-17 · Md Jahidul Islam arxiv

Adapting large-scale Vision-Language Models (VLMs) like CLIP to downstream tasks often suffers from a "one-size-fits-all" architectural approach, where visual and textual tokens are processed uniformly by wide, generic a…

Robust Principles: Architectural Design Principles for Adversarially Robust CNNs

2023-08-30 · Shengyun Peng, Weilin Xu, Cory Cornelius, Matthew Hull 외

Our research aims to unify existing works' diverging opinions on how architectural components affect the adversarial robustness of CNNs. To accomplish our goal, we synthesize a suite of three generalizable robust archite…

Adversarial Robustness

Evaluating the Application of SOLID Principles in Modern AI Framework Architectures

2025-03-18 · Jonesh Shrestha

This research evaluates the extent to which modern AI frameworks, specifically TensorFlow and scikit-learn, adhere to the SOLID design principles - Single Responsibility, Open/Closed, Liskov Substitution, Interface Segre…

Philosophy