paper-with-me

홈 › Papers

Introducing Orthogonal Constraint in Structural Probes

2020-12-30 · ACL 2021 5 · Tomasz Limisiewicz, David Mareček

With the recent success of pre-trained models in NLP, a significant focus was put on interpreting their representations. One of the most prominent approaches is structural probing (Hewitt and Manning, 2019), where a linear projection of word embeddings is performed in order to approximate the topology of dependency structures. In this work, we introduce a new type of structural probing, where the linear projection is decomposed into 1. isomorphic space rotation; 2. linear scaling that identifies and scales the most relevant dimensions. In addition to syntactic dependency, we evaluate our method on novel tasks (lexical hypernymy and position in a sentence). We jointly train the probes for multiple tasks and experimentally show that lexical and syntactic information is separated in the representations. Moreover, the orthogonal constraint makes the Structural Probes less vulnerable to memorization.

📄 PDF Abstract BibTeX arXiv:2012.15228

Code (1)

Tom556/OrthogonalTransformerProbing 공식 구현 tf

Tasks

MemorizationPositionSentenceWord Embeddings

Similar Papers 제목 키워드 기반

Truth Forest: Toward Multi-Scale Truthfulness in Large Language Models through Intervention without Tuning

2023-12-29 · Zhongzhi Chen, Xingwu Sun, Xianfeng Jiao, Fengzong Lian 외

Despite the great success of large language models (LLMs) in various tasks, they suffer from generating hallucinations. We introduce Truth Forest, a method that enhances truthfulness in LLMs by uncovering hidden truth re…

TruthfulQA

Examining Cross-lingual Contextual Embeddings with Orthogonal Structural Probes

2021-09-10 · EMNLP 2021 11 · Tomasz Limisiewicz, David Mareček

State-of-the-art contextual embeddings are obtained from large language models available only for a few languages. For others, we need to learn representations using a multilingual model. There is an ongoing debate on wh…

X-RAY: Mapping LLM Reasoning Capability via Formalized and Calibrated Probes

2026-03-05 · Tianxi Gao, Yufan Cai, Yusi Yuan, Jin Song Dong arxiv

Large language models (LLMs) achieve promising performance, yet their ability to reason remains poorly understood. Existing evaluations largely emphasize task-level accuracy, often conflating pattern matching with reason…

Probing Syntax in Large Language Models: Successes and Remaining Challenges

2025-08-05 · Pablo J. Diego-Simón, Emmanuel Chemla, Jean-Rémi King, Yair Lakretz arxiv

The syntactic structures of sentences can be readily read-out from the activations of large language models (LLMs). However, the ``structural probes'' that have been developed to reveal this phenomenon are typically eval…

From explained variance of correlated components to PCA without orthogonality constraints

2024-02-07 · Marie Chavent, Guy Chavent

Block Principal Component Analysis (Block PCA) of a data matrix A, where loadings Z are determined by maximization of AZ 2 over unit norm orthogonal loadings, is difficult to use for the design of sparse PCA by 1 regular…