paper-with-me

Papers

Can Prompt Probe Pretrained Language Models? Understanding the Invisible Risks from a Causal View

2022-03-23 · ACL 2022 5 · Boxi Cao, Hongyu Lin, Xianpei Han, Fangchao Liu, Le Sun

Prompt-based probing has been widely used in evaluating the abilities of pretrained language models (PLMs). Unfortunately, recent studies have discovered such an evaluation may be inaccurate, inconsistent and unreliable. Furthermore, the lack of understanding its inner workings, combined with its wide applicability, has the potential to lead to unforeseen risks for evaluating and applying PLMs in real-world applications. To discover, understand and quantify the risks, this paper investigates the prompt-based probing from a causal view, highlights three critical biases which could induce biased results and conclusions, and proposes to conduct debiasing via causal intervention. This paper provides valuable insights for the design of unbiased datasets, better probing frameworks and more reliable evaluations of pretrained language models. Furthermore, our conclusions also echo that we need to rethink the criteria for identifying better pretrained language models. We openly released the source code and data at https://github.com/c-box/causalEval.

📄 PDF Abstract BibTeX arXiv:2203.12258

Code (1)

c-box/causaleval 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Auto-Debias: Debiasing Masked Language Models with Automated Biased Prompts

2022-05-01 · ACL 2022 5 · Yue Guo, Yi Yang, Ahmed Abbasi

Human-like biases and undesired social stereotypes exist in large pretrained language models. Given the wide adoption of these models in real-world applications, mitigating such biases has become an emerging and importan…

Fairness

Rethinking the Construction of Effective Metrics for Understanding the Mechanisms of Pretrained Language Models

2023-10-19 · You Li, Jinhui Yin, Yuming Lin

Pretrained language models are expected to effectively map input text to a set of vectors while preserving the inherent relationships within the text. Consequently, designing a white-box model to compute metrics that ref…

Decoding Task Progress from VLA Representations

2026-08-13 · Atiksh Bhardwaj, Edward Weiyi Duan, Prithwish Dan, Wei-Chiu Ma 외 arxiv

Vision-language-action models (VLAs) are moving rapidly towards deployment as general-purpose manipulation policies, but we currently lack basic tools for understanding what these models represent internally or for monit…

Probing for Predicate Argument Structures in Pretrained Language Models

2022-05-01 · ACL 2022 5 · Simone Conia, Roberto Navigli

Thanks to the effectiveness and wide availability of modern pretrained language models (PLMs), recently proposed approaches have achieved remarkable results in dependency- and span-based, multilingual and cross-lingual S…

Semantic Role Labeling

Visual-Language Navigation Pretraining via Prompt-based Environmental Self-exploration

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Vision-language navigation (VLN) is a challenging task due to its large searching space in the environment. To address this problem, previous works have proposed some methods of fine-tuning a large model that pretrained …

Domain AdaptationVision-Language Navigation