Zing Forum

Reading

Research on Sensitivity Analysis of Evaluation Awareness in Large Language Models

Undergraduate thesis project in Data Science at the University of Buenos Aires, focusing on sensitivity analysis of large language models' evaluation awareness, with complete code and datasets provided.

大语言模型评估感知敏感性分析机器学习自然语言处理布宜诺斯艾利斯大学GitHub开源项目
Published 2026-06-04 03:12Recent activity 2026-06-04 03:18Estimated read 5 min
Research on Sensitivity Analysis of Evaluation Awareness in Large Language Models
1

Section 01

Introduction: Research on Sensitivity Analysis of Evaluation Awareness in Large Language Models

Undergraduate thesis project in Data Science at the University of Buenos Aires, focusing on sensitivity analysis of Large Language Models (LLMs) regarding evaluation awareness. Complete code, datasets, and experimental framework are provided, and the project is open-sourced on GitHub.

2

Section 02

Research Background and Motivation

With the widespread application of LLMs in natural language processing, traditional evaluation methods mostly focus on performance against standard benchmarks, but pay less attention to models' awareness of the evaluation process. This project aims to reveal the behavioral differences of LLMs when facing different evaluation strategies through sensitivity analysis, providing new perspectives for model selection and optimization.

3

Section 03

Overview of Core Project Components

Code Implementation

Provides a modular codebase for sensitivity analysis algorithms, facilitating experiment reproduction and extension.

Datasets

Includes carefully designed datasets that capture subtle differences in models' evaluation awareness.

Experimental Framework

Establishes a standardized experimental process, forming a closed loop from data preparation and training to result analysis.

4

Section 04

Core Research Questions of Sensitivity Analysis

Impact of Evaluation Strategies

Explore whether models adjust their output strategies upon realizing they are being evaluated.

Differences in Model Architectures

Analyze systematic differences in evaluation awareness among different architectures (e.g., Transformer, RNN).

Role of Training Data

Study the impact of evaluation-related information in training data on models' awareness capabilities.

5

Section 05

Technical Implementation Details

Data Preprocessing

Includes steps such as text standardization, label encoding, and dataset splitting.

Model Configuration

Unified interface to manage multiple mainstream LLM architectures, facilitating comparative experiments.

Evaluation Metrics

Combines traditional metrics (accuracy, recall) with metrics dedicated to evaluation awareness.

6

Section 06

Research Significance and Future Directions

Theoretical Contributions

Deepen the understanding of LLMs' behavioral mechanisms, especially behavioral adjustments in evaluation environments.

Practical Value

Help developers select appropriate models and design reasonable evaluation strategies.

Future Directions

Explore complex evaluation scenarios, diverse model architectures, and the relationship between awareness and other characteristics.

7

Section 07

Project Usage and Participation Guide

The project is open-sourced on GitHub; code and datasets can be obtained to reproduce experiments. Contribution directions include: improving algorithm efficiency, expanding dataset scenarios, adding model support, and perfecting documentation and tutorials.