Back to Feed
Training & Fine-Tuning / Efficiency & Inference

Reading ESG Concept Content from LLMs

Original: Measuring Concept Content in Text from LLM Activations: ESG Evidence from Concept Vectors and Linear Probes

Listen to the summary

Uses a voice available on your device

Audio options
On this page 4 sections
Related concepts 2 concepts

Key Takeaways

  • Linear probing of LLM activations achieves near parity with fine-tuned models, reaching 0.951 accuracy on environmental data.
  • Linear probing outperformed the Recursive Feature Machine approach in 11 out of 12 model pillar comparisons.
  • Method performance is highly sensitive to the specific prompt wrapper used to guide the model.
  • Internal activation analysis can replace resource-intensive fine-tuning for certain classification tasks.

Summary & Methodology Analysis

The researchers evaluated whether internal hidden layer activations in frozen LLMs could serve as a high-performance proxy for fine-tuned models. They utilized three extraction techniques: linear probing, which involves training ridge classifiers on hidden layer activations, the Recursive Feature Machine algorithm, which calculates an Average Gradient Outer Product matrix to extract concept vectors via eigendecomposition, and various token pooling strategies like last-token, mean, and max pooling. By wrapping input sentences in task-specific prompts, they projected the resulting activations onto concept vectors or used linear probes to derive decision scores for ESG classification.

Interactive System Flowchart

Click diagram to expand and zoom

Cross-Examination & FAQs

A deeper dive clarifying mechanics, constraints, and baseline evaluations.

Q1. Can I use frozen LLMs for classification without fine-tuning?

Yes, by monitoring the internal activations of the model, you can extract concept content effectively.

Q2. Does this approach reach the accuracy of a fine-tuned model?

Yes, the best linear probe reached 0.951 accuracy on the environmental dataset, coming within 0.6 percentage points of the fine-tuned EnvRoBERTa model.

Q3. Is this method better than simply asking the model a question?

The paper compares these activation-based methods against the models' own yes-or-no output responses.

Q4. Which extraction method performed better in testing?

Linear probing outperformed the Recursive Feature Machine concept vectors in 11 out of 12 model-pillar comparisons.

Q5. Are there any downsides to using the Recursive Feature Machine?

The continuous scoring provided by the Recursive Feature Machine remains unvalidated because existing ESG datasets lack graded labels.

Q6. What is the biggest implementation risk for this approach?

The performance of these methods is highly sensitive to the prompt wrapper used to guide the model.

Q7. Did the researchers use a wide variety of models?

Yes, the paper tested Llama-3.1-8b-it, Qwen-3-8b-it, Qwen-3-14b-it, Gemma-4-31b-it, and Qwen-3-embedding-8b.

Q8. How does the performance compare to embedding models?

The paper includes baseline embedding models as part of the evaluation comparison, but does not provide specific performance deltas beyond the linear probe comparison.

Q9. What is the specific cost associated with this method in dollars?

The paper does not specify the dollar cost of this method.