benchmarking

Tag

Cards List
#benchmarking

Is This Your Final Answer? Cross-Contextual Consistency as a Measure of LLM Credibility

arXiv cs.CL · 7h ago Cached

This paper introduces Cross-Contextual Consistency (C3), a behavioral property for measuring LLM credibility by checking whether answers remain stable under topic-aligned, content-neutral perturbations. Across 26 models and six benchmarks, they find that higher consistency correlates with correctness, offering a complementary evaluation axis.

0 favorites 0 likes
#benchmarking

I tested the CMP170HX

Reddit r/LocalLLaMA · 12h ago

A hands-on benchmark of Nvidia CMP170HX mining cards repurposed as 64GB VRAM AI inference accelerators, showing they can run large local LLMs like DeepSeek V4-Flash and gpt-oss-120B at useful speeds, with caveats around Ampere-class throughput and PCIe Gen2 x4 connectivity.

0 favorites 0 likes
#benchmarking

We quantized DeepSeek V4 0731 and benchmarked it against popular quants on 8× RTX 5090

Reddit r/LocalLLaMA · 13h ago

The author quantizes DeepSeek V4 0731, fixing FP8 downconversion issues that skew baselines, and benchmarks 38 quant files on 8× RTX 5090 to show GPU-dependent results and file-size-based comparisons.

0 favorites 0 likes
#benchmarking

TSDS-Toolbox: A Toolbox for Measuring Time-Series Dataset Similarity

arXiv cs.LG · yesterday Cached

The paper presents TSDS-Toolbox, a unified framework for measuring time-series dataset similarity, enabling systematic comparison, extensibility, and consistent evaluation of similarity methods.

0 favorites 0 likes
#benchmarking

Who Verifies the Benchmark? Decentralizing Trust in Large Language Model Evaluation

arXiv cs.AI · yesterday Cached

This paper proposes a blockchain-based commit-reveal protocol to decentralize trust in LLM benchmarking, using anonymous multi-model verifiers to address identity-aware bias and manipulation in benchmark claims.

0 favorites 0 likes
#benchmarking

Ling 3.0 Flash on Strix Halo

Reddit r/LocalLLaMA · yesterday

Tweet reports that Ling 3.0 Flash on AMD Strix Halo is significantly faster than Qwen-122b using ROCm-optimized formats, but notes tool calls are broken in certain harnesses.

0 favorites 0 likes
#benchmarking

Tested Muse Glimmer locally on coding with OpenCode & agentic work

Reddit r/LocalLLaMA · yesterday

A user shares local testing of Muse Glimmer (Q4 quant via Unsloth) on llama.cpp with OpenCode, noting it performs below Qwen3.6 27B but had reliable tool calls.

0 favorites 0 likes
#benchmarking

@no_stp_on_snek: PSA for Muse Glimmer If you're testing Meta's Muse Glimmer right now, two serving traps worth knowing before you publis…

X AI KOLs Timeline · yesterday Cached

A PSA about Meta's Muse Glimmer: setting reasoning strength via system prompt is partially overridden by the chat template's high default, and the absent default is high, not off. Using chat_template_kwargs.reasoning_strength provides more control.

0 favorites 0 likes
#benchmarking

How do programming languages impact token efficiency and correctness?

Lobsters Hottest · 2d ago Cached

Dan Luu critiques claims that dynamic languages are more token-efficient for LLMs, pointing out flaws in existing evals and emphasizing the need for better benchmarking methods.

0 favorites 0 likes
#benchmarking

Unmasking Removal-Budget Confounding: A Matched Operating-Point Evaluation Framework for Adaptive Data Cleaning

arXiv cs.LG · 2d ago Cached

Introduces an operating-point-aware evaluation framework for adaptive data cleaning that corrects for removal-budget confounding. Experiments on CIFAR-10 and ImageNet-100 show that apparent performance gains vanish when operating points are matched, suggesting that many improvements reflect smaller removal budgets rather than genuine corruption discrimination.

0 favorites 0 likes
#benchmarking

Profile-guided optimization in Go

Lobsters Hottest · 2d ago Cached

Daniel Lemire benchmarks profile-guided optimization (PGO) in Go, showing modest speedups of 2-5% when parsing JSON, with the best gains when the training profile matches the workload.

0 favorites 0 likes
#benchmarking

A^2E : An End-to-End Agent Auditing Engine

Hugging Face Daily Papers · 2d ago Cached

Introduces A2E, an end-to-end evaluation engine for agent harnesses, using a standardized task protocol and execution traces to assess capabilities like efficiency, tool use, planning, and error recovery.

0 favorites 0 likes
#benchmarking

@mattshumer_: For those who want to keep their skills while using Opus 5, here's a trick you can try (let me know how it goes): Write…

X AI KOLs Timeline · 4d ago Cached

Matt Shumer shares a technique for adapting skills to Claude Opus 5: a loop that updates skills, benchmarks them against Opus 4.8 with old skills, and iterates until Opus 5 wins.

0 favorites 0 likes
#benchmarking

OrchestraBench: Evaluating Multi-Agent Orchestration Failure Modes, Recovery, and Decomposition Quality

arXiv cs.AI · 5d ago Cached

OrchestraBench is a new benchmark that evaluates multi-agent orchestration frameworks on failure modes, recovery, and decomposition quality, using failure-injection and cascade-radius metrics to diagnose where and why pipelines fail.

0 favorites 0 likes
#benchmarking

Dual 3090 setup: 400 pp t/s to 1600 pp t/s on Qwen 3.6 27B... with slightly lower tps.

Reddit r/LocalLLaMA · 5d ago

A user on a dual RTX 3090 setup discovers that llama.cpp's --split-mode tensor runs prompt processing on CPU (~400 t/s), while switching to --split-mode layer unlocks GPU prompt processing over 1600 t/s, with only a modest drop in token generation speed.

0 favorites 0 likes
#benchmarking

I tested 32 models at extraction, the results are surprising

Reddit r/AI_Agents · 5d ago

A developer benchmarks 32 local models on fact extraction for agent memory, showing that F1 hides a critical failure mode: models with similar scores differ greatly in how often they invent facts on inputs that should output nothing. The article argues agent memory evaluation must include empty-output and retraction cases.

0 favorites 0 likes
#benchmarking

@TeachTheMachine: Measuring Performance of Transformer Inference

X AI KOLs Timeline · 5d ago Cached

A practical tutorial on measuring transformer inference performance, covering metrics like latency, TTFT, throughput, memory usage, and benchmarking techniques for LLMs.

0 favorites 0 likes
#benchmarking

The LuaJIT NYI That Silently Poisoned an Unrelated Hot Loop

Lobsters Hottest · 5d ago Cached

This article investigates a LuaJIT pitfall where a Not Yet Implemented (NYI) operation like unpack silently causes trace blacklisting, leading to a 20x benchmark slowdown, and offers ways to guard against it in CI.

0 favorites 0 likes
#benchmarking

A cheaper AI model is not necessarily cheaper once retries are counted

Reddit r/artificial · 6d ago

A side-by-side coding experiment comparing GPT-5.6 Luna and DeepSeek V4 Flash shows that DeepSeek's apparent 5x price advantage shrinks when retries are included. The article argues for more comprehensive benchmarks reporting cost per attempt and cost per verified success.

0 favorites 0 likes
#benchmarking

Deepseek V4 Flash just hit Colibri, does anyone have numbers?

Reddit r/LocalLLaMA · 6d ago

User asks for performance numbers on Deepseek V4 Flash running via Colibri, focusing on high VRAM setups, long context prefill, and token generation speed for agentic workloads.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback