Back to Feed
Safety & Alignment / Benchmarks & Evals

Detecting Bias in Automated Speaking Assessments

Original: Bias Analysis of L2 Speaking Assessment Systems Using Concept Activation Vectors

Listen to the summary

Uses a voice available on your device

Audio options
On this page

Key Takeaways

  • The authors applied Concept Activation Vectors to provide human interpretable insights into black box Transformer graders.
  • The study analyzed both text only BERT systems and multimodal Whisper based assessment graders.
  • Sparse autoencoders were tested as a way to learn concept directions, though they proved less effective for this specific task than direct activation probing.
  • Direct activation probing remains the preferred approach for sensitivity analysis in these assessment systems.

Summary & Methodology Analysis

This paper addresses the interpretability challenge in Transformer models, which are deep learning architectures using attention mechanisms to process sequential data, when applied to automated speaking assessments. The primary issue is that these systems often function as black boxes, making it difficult to discern whether high scores reflect genuine language proficiency or noise from irrelevant speaker attributes. To solve this, the authors utilize Concept Activation Vectors (CAVs), which represent human interpretable concepts as specific directions within the model activation space. They then apply a gradient based sensitivity metric to determine how much these concepts influence the final assessment score. This allows engineers to systematically audit whether the model is focusing on relevant features versus demographic or background artifacts.

The authors extended this CAV framework to support both text only BERT graders and multimodal models using Whisper. To improve the representational clarity of these concepts, the team explored the use of sparse autoencoders (SAEs), a type of neural network trained to learn compressed, sparse representations of input data. By mapping these latent space representations back into the original activation space, they attempted to make concepts more linearly recoverable. The research team evaluated these methods using models such as wav2vec2.0 and ECAPA-TDNN alongside datasets including BULATS and the Speak Improve (S I) 2025 Corpus to validate the detection capabilities across different architectures.

Despite the theoretical advantages of sparse autoencoders for feature disentanglement, the study identified significant practical trade-offs. The authors found that while sparse autoencoders increased the linear recoverability of concepts, they also attenuated the sensitivity metric used to measure model reliance on those features, particularly in low dimensional layers. Furthermore, the mapped CAV is constrained by the quality of the decoder in the autoencoder. If the SAE fails to accurately reconstruct the relevant portions of the activation space, the resulting bias evaluation becomes unreliable. Consequently, direct activation probing remains more effective than the SAE-based approach for this specific diagnostic task.

Interactive System Flowchart

Click diagram to expand and zoom

Cross-Examination & FAQs

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

Q1. What is the main problem addressed by the authors?

The paper addresses the difficulty of interpreting and detecting bias in Transformer based speaking assessment systems, where black box internal representations hide whether scores are based on actual proficiency or irrelevant speaker traits.

Q2. What approach did the authors take to fix this?

They utilized Concept Activation Vectors (CAVs) to translate model internal states into human interpretable concepts and used gradient based sensitivity metrics to track how those concepts impact final scores.

Q3. Did they succeed in making the models more interpretable?

They successfully applied the method to Transformer based graders, but found that some advanced techniques for improving interpretability actually reduced the effectiveness of their bias detection metric.

Q4. What models were tested in this study?

The study utilized BERT, Whisper, wav2vec2.0, and ECAPA-TDNN models.

Q5. What datasets were used for the evaluation?

The researchers used the BULATS and the Speak Improve (S I) 2025 Corpus.

Q6. What were the limitations of using sparse autoencoders?

The sparse autoencoder's mapped CAV is constrained by the decoder, making it unreliable if the SAE fails to reconstruct relevant parts of the activation space.

Q7. How did sparse autoencoders impact the sensitivity metric?

They attenuated the sensitivity signal that the bias analysis depends on, making them less effective than direct activation probing.

Q8. Does the paper provide specific latency or cost metrics?

No, the paper does not specify latency, memory consumption, or dollar cost metrics.

Q9. Was there an improvement in concept recoverability?

Yes, sparse autoencoders made concepts more linearly recoverable, though this benefit was offset by the loss of sensitivity in low dimensional layers.