AINeutralarXiv – CS AI · 3d ago7/10
🧠Researchers investigated how prompt tone affects Large Language Model accuracy across multiple models and datasets, finding that tonal variations produce systematic yet model-dependent performance shifts. Testing ChatGPT-4o, ChatGPT-5-nano, Gemini 2.5 Flash, and Gemini 2.5 Flash Lite on 50-620 multiple-choice questions, they discovered some models show statistically significant accuracy changes while others experience large swings, with sensitivity varying by subject domain. The findings highlight that LLM reliability cannot be assumed tone-robust in production deployments.
🧠 ChatGPT🧠 Gemini
AIBearisharXiv – CS AI · 5d ago7/10
🧠A research paper reveals that large language models used to create and evaluate benchmarks systematically favor themselves, introducing significant bias into automated evaluation systems. The self-bias stems from both test generation and evaluation stages, with stylistic tendencies creating model-specific outputs that inflate scores, even when diversity controls are explicitly applied.
AINeutralarXiv – CS AI · May 127/10
🧠Microsoft researchers released Delulu, a benchmark dataset containing 1,951 code generation samples across 7 programming languages designed to test how well large language models detect hallucinations in Fill-in-the-Middle tasks. Testing 11 open-weight models revealed fundamental limitations, with even the strongest achieving only 84.5% accuracy, indicating that code hallucination remains a persistent challenge across all model families.
AIBearisharXiv – CS AI · May 117/10
🧠Researchers discovered that reasoning-capable AI models like DeepSeek-R1 exhibit increasing position bias as their reasoning chains grow longer, contradicting assumptions that extended thinking reduces heuristic biases. The effect persists across multiple model sizes and datasets, suggesting that longer reasoning trajectories actually accumulate bias rather than eliminate it, with critical implications for multiple-choice question evaluation.
🧠 Llama
AINeutralarXiv – CS AI · May 97/10
🧠Researchers introduce XL-SafetyBench, a comprehensive safety evaluation framework for large language models across 10 country-language pairs with 5,500 test cases. The study reveals that frontier LLMs show decoupled jailbreak robustness and cultural awareness, while local models often exhibit apparent safety driven by generation failure rather than genuine alignment.
AINeutralarXiv – CS AI · May 17/10
🧠Researchers have published guidelines for designing rigorous terminal-agent benchmarks to evaluate LLM coding and system-administration capabilities. The paper identifies over 15% of tasks in popular benchmarks as reward-hackable and catalogs six major failure modes caused by treating benchmark design like prompt engineering rather than adversarial testing.
AINeutralarXiv – CS AI · May 17/10
🧠Researchers introduced Aymara AI, a programmatic platform for safety evaluation of large language models, testing 20 commercially available LLMs across 10 safety domains. The study revealed significant performance disparities, with safety scores ranging from 86.2% to 52.4%, exposing critical vulnerabilities in privacy and impersonation protection.
AIBearisharXiv – CS AI · Apr 147/10
🧠Researchers introduce VeriSim, an open-source framework that tests medical AI systems by injecting realistic patient communication barriers—such as memory gaps and health literacy limitations—into clinical simulations. Testing across seven LLMs reveals significant performance degradation (15-25% accuracy drop), with smaller models suffering 40% greater decline than larger ones, exposing a critical gap between standardized benchmarks and real-world clinical robustness.
AIBearisharXiv – CS AI · Apr 147/10
🧠Researchers discovered that large language models exhibit variable sycophancy—agreeing with incorrect user statements—based on perceived demographic characteristics. GPT-5-nano showed significantly higher sycophantic behavior than Claude Haiku 4.5, with Hispanic personas eliciting the strongest validation bias, raising concerns about fairness and the need for identity-aware safety testing in AI systems.
🏢 Anthropic🧠 GPT-5🧠 Claude
AIBearisharXiv – CS AI · Apr 147/10
🧠Researchers introduce HAERAE-Vision, a benchmark of 653 real-world underspecified visual questions from Korean online communities, revealing that state-of-the-art vision-language models achieve under 50% accuracy on natural queries despite performing well on structured benchmarks. The study demonstrates that query clarification alone improves performance by 8-22 points, highlighting a critical gap between current evaluation standards and real-world deployment requirements.
🧠 GPT-5🧠 Gemini
AINeutralarXiv – CS AI · Mar 267/10
🧠Researchers propose a new symbolic-mechanistic approach to evaluate AI models that goes beyond accuracy metrics to detect whether models truly generalize or rely on shortcuts like memorization. Their method combines symbolic rules with mechanistic interpretability to reveal when models exploit patterns rather than learn genuine capabilities, demonstrated through NL-to-SQL tasks where a memorization model achieved 94% accuracy but failed true generalization tests.
AIBearisharXiv – CS AI · Mar 47/102
🧠Researchers have developed TrustMH-Bench, a comprehensive framework to evaluate the trustworthiness of Large Language Models (LLMs) in mental health applications. Testing revealed that both general-purpose and specialized mental health LLMs, including advanced models like GPT-5.1, significantly underperform across critical trustworthiness dimensions in mental health scenarios.
AINeutralHugging Face Blog · May 247/107
🧠CyberSecEval 2 is a comprehensive evaluation framework designed to assess cybersecurity risks and capabilities of Large Language Models. The framework aims to provide standardized metrics for evaluating AI model security vulnerabilities and defensive capabilities in cybersecurity contexts.
AINeutralarXiv – CS AI · 3d ago6/10
🧠Researchers introduced AttuneBench, a new benchmark for evaluating large language models' emotional intelligence based on 200 genuine multi-turn conversations with real users who annotated emotional states and preferences. The study reveals that emotional intelligence in LLMs comprises separable capabilities—emotion recognition, behavioral classification, and response quality—that don't correlate strongly, suggesting models need different optimization strategies for genuine conversational empathy.
AINeutralarXiv – CS AI · 4d ago6/10
🧠Researchers introduced SpatialBench-Long, a comprehensive benchmark testing AI agents' ability to conduct end-to-end scientific reasoning on complex spatial biology data without prescribed methods. The benchmark spans 24 evaluations across multiple cancer and aging systems using diverse measurement technologies, with current leading models achieving only 11.1% success rate, revealing significant limitations in AI's capacity for autonomous biological discovery.
🏢 OpenAI🧠 GPT-5🧠 Gemini
AINeutralarXiv – CS AI · May 126/10
🧠Researchers introduce Absurd World, a benchmarking framework that tests large language models' logical reasoning by creating logically coherent but unrealistic scenarios derived from real-world problems. The framework reveals whether LLMs can reason independently of learned patterns by breaking down real-world models into symbols, actions, sequences, and events, then systematically altering them while preserving underlying logic.
AINeutralarXiv – CS AI · Mar 36/107
🧠Researchers introduced Pencil Puzzle Bench, a new framework for evaluating large language model reasoning capabilities using constraint-satisfaction problems. The benchmark tested 51 models across 300 puzzles, revealing significant performance improvements through increased reasoning effort and iterative verification processes.
AIBullisharXiv – CS AI · Mar 95/10
🧠Researchers have developed Lexara, a user-centered toolkit for evaluating Large Language Models in Conversational Visual Analytics applications. The toolkit addresses current evaluation challenges by providing interpretable metrics for both visualization and language quality, along with real-world test cases and an interactive interface that doesn't require programming expertise.
AINeutralarXiv – CS AI · Mar 44/103
🧠Researchers propose GLEAN, a new evaluation protocol for testing small AI models on tabular reasoning tasks while addressing contamination and hardware constraints. The framework reveals distinct error patterns between different models and provides diagnostic tools for more reliable evaluation under limited computational resources.
AINeutralHugging Face Blog · Jan 124/106
🧠This article provides a comprehensive guide for creating custom leaderboards on Hugging Face, using Vectara's hallucination leaderboard as a practical example. It covers the technical setup process and demonstrates how organizations can build their own evaluation frameworks for AI models.