Page 26 of 192

AllHigh signalRecent
7679 articles
arXiv cs.LG·

AdaGraph: A Graph-Native Clustering Algorithm That Overcomes the Curse of Dimensionality and Enables Scientific Discovery

AdaGraph is a graph-native clustering algorithm that overcomes the curse of dimensionality by operating on kNN graph topology instead of Euclidean distances. Tested on 10 synthetic benchmarks (d=10 to 5000) and three scientific domains (genomics, NLP, materials science), it outperforms HDBSCAN, WGCNA, and other methods without requiring k specification.

BenchmarksPapers
SIG
78
HYP
35
arXiv cs.CL·

BacktestBench: Benchmarking Large Language Models for Automated Quantitative Strategy Backtesting

BacktestBench is the first large-scale benchmark for automated quantitative backtesting, containing 18,246 annotated QA pairs across 6 million real market records. AutoBacktest, a multi-agent system, translates natural language strategies into reproducible backtests via a Summarizer, SQL Retriever, and Python Coder. Evaluation on 23 mainstream LLMs.

BenchmarksMulti-agentCode generation
SIG
78
HYP
25
arXiv cs.AI·

Membership Inference Attacks on Discrete Diffusion Language Models

Study of membership inference attacks (MIA) on masked diffusion language models (MDLM). Researchers extract 46-dimensional feature vectors from reconstruction loss at different masking ratios and train XGBoost and MLP classifiers. On MIMIR benchmark, XGBoost achieves AUC 0.878 (peak 0.930), outperforming SAMA baseline by 0.062 AUC. ELBO trajectory alone drives most of the signal.

AI safetyBenchmarksPapers
SIG
78
HYP
15
arXiv cs.AI·

Who Generated This 3D Asset? Learning Source Attribution for Generative 3D Models

First systematic study of source attribution for generated 3D assets. Researchers build a benchmark covering 22 3D generators and propose a hierarchical multi-view multi-modal Transformer detecting fingerprints (cross-view inconsistencies, geometric artifacts, frequency-domain signatures). Results: 97.22% accuracy under full supervision, 77.17% with only 1% training data.

VisionBenchmarksAI safety
SIG
78
HYP
25
arXiv cs.AI·

Attractor-Vascular Coupling Theory: Formal Grounding and Empirical Validation for AAMI-Standard Cuffless Blood Pressure Estimation from Smartphone Photoplethysmography

Attractor-Vascular Coupling Theory (AVCT): mathematical framework showing cardiac attractor geometry encodes blood pressure information. Calibrated LightGBM model on smartphone PPG achieves MAE 2.05 mmHg (SBP) and 1.67 mmHg (DBP) in strict leave-one-subject-out cross-validation (46 subjects, 29,684 windows), meeting AAMI/IEEE SP10 criteria. PPG-only ablation matches ECG+PPG within 0.05 mmHg.

PapersBenchmarksEvals
SIG
78
HYP
15
arXiv cs.CL·

The Alpha Illusion: Reported Alpha from LLM Trading Agents Should Not Be Treated as Deployment Evidence

Critical study of LLM-based trading agents (FinCon, FinMem, TradingAgents, FinAgent, QuantAgent, FLAG-Trader). Reported Sharpe ratios do not constitute deployment evidence: temporal contamination, unmodeled frictions, and insufficient predictive calibration invalidate results. Proposes P1-P6 reporting protocol and modular architecture with LLMs as auditable information interfaces.

AI AgentsBenchmarksPapers
SIG
78
HYP
15
arXiv cs.AI·

Model-Adaptive Tool Necessity Reveals the Knowing-Doing Gap in LLM Tool Use

arXiv paper showing LLMs exhibit a knowing-doing gap in tool use: recognition of tool necessity vs. actual invocation diverge. Testing 4 models on arithmetic and factual QA reveals 26.5-54% mismatches. Hidden state probing shows cognition and action signals become nearly orthogonal in late layers, with most failures at the cognition-to-action transition, not in recognition itself.

AI AgentsToolsReasoning
SIG
78
HYP
15
arXiv cs.AI·

PROTEA: Offline Evaluation and Iterative Refinement for Multi-Agent LLM Workflows

PROTEA is an interface for offline debugging and refinement of multi-agent LLM workflows. It evaluates intermediate outputs with configurable rubrics, localizes bottlenecks via workflow graph visualization, and generates targeted prompt revisions. On two production-adjacent workflows, PROTEA improves document-inspection accuracy from 64.3% to 83.9% and recommendation Hit@5 from 0.30 to 0.38.

Multi-agentAI AgentsPrompt engineering
SIG
78
HYP
18