paper-with-me

Papers

Probing via Prompting

2022-07-04 · NAACL 2022 7 · Jiaoda Li, Ryan Cotterell, Mrinmaya Sachan

Probing is a popular method to discern what linguistic information is contained in the representations of pre-trained language models. However, the mechanism of selecting the probe model has recently been subject to intense debate, as it is not clear if the probes are merely extracting information or modeling the linguistic property themselves. To address this challenge, this paper introduces a novel model-free approach to probing, by formulating probing as a prompting task. We conduct experiments on five probing tasks and show that our approach is comparable or better at extracting information than diagnostic probes while learning much less on its own. We further combine the probing via prompting approach with attention head pruning to analyze where the model stores the linguistic information in its architecture. We then examine the usefulness of a specific linguistic property for pre-training by removing the heads that are essential to that property and evaluating the resulting model's performance on language modeling.

📄 PDF Abstract BibTeX arXiv:2207.01736

Code (1)

rycolab/probing-via-prompting 공식 구현 pytorch

Tasks

DiagnosticLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

When Does Visual Prompting Outperform Linear Probing for Vision-Language Models? A Likelihood Perspective

2024-09-03 · Hsi-Ai Tsao, Lei Hsiung, Pin-Yu Chen, Tsung-Yi Ho

Adapting pre-trained models to new tasks can exhibit varying effectiveness across datasets. Visual prompting, a state-of-the-art parameter-efficient transfer learning method, can significantly improve the performance of …

Transfer LearningVisual Prompting

Do We Know What LLMs Don't Know? A Study of Consistency in Knowledge Probing

2025-05-27 · Raoyuan Zhao, Abdullatif Köksal, Ali Modarressi, Michael A. Hedderich 외

The reliability of large language models (LLMs) is greatly compromised by their tendency to hallucinate, underscoring the need for precise identification of knowledge gaps within LLMs. Various methods for probing such ga…

Knowledge Probing

When Models Know More Than They Say: Probing Analogical Reasoning in LLMs

2026-04-04 · Hope McGovern, Caroline Craig, Thomas Lippincott, Hale Sirin arxiv

Analogical reasoning is a core cognitive faculty essential for narrative understanding. While LLMs perform well when surface and structural cues align, they struggle in cases where an analogy is not apparent on the surfa…

Harry Potter is Still Here! Probing Knowledge Leakage in Targeted Unlearned Large Language Models via Automated Adversarial Prompting

2025-05-22 · Bang Trinh Tran To, Thai Le

This work presents LURK (Latent UnleaRned Knowledge), a novel framework that probes for hidden retained knowledge in unlearned LLMs through adversarial suffix prompting. LURK automatically generates adversarial prompt su…

Diagnostic

Prompting as Probing: Using Language Models for Knowledge Base Construction

2022-08-23 · Dimitrios Alivanistos, Selene Báez Santamaría, Michael Cochez, Jan-Christoph Kalo 외

Language Models (LMs) have proven to be useful in various downstream applications, such as summarisation, translation, question answering and text classification. LMs are becoming increasingly important tools in Artifici…

Knowledge Base ConstructionLanguage ModelingLanguage ModellingLarge Language Model+2