Page 9 of 192

AllHigh signalRecent
7679 articles
arXiv cs.LG·

Can Neural Networks Achieve Optimal Computational-statistical Tradeoff? An Analysis on Single-Index Model

Theoretical study demonstrating that neural networks trained with gradient-based methods can achieve optimal computational-statistical tradeoff for Gaussian single-index models. Proposed algorithm (two-layer network) achieves sample complexity Õ(d^{s*/2} ∨ d) matching SQ lower bounds, with extension to k-sparse case via weight perturbation technique.

PapersReasoningBenchmarks
SIG
78
HYP
15
arXiv cs.CL·

PACUTE: Phonology-, Affix-, and Character-level Understanding of Tokens for Filipino

PACUTE is a 4,600-task benchmark evaluating morphological understanding of Filipino in LLMs. The benchmark tests 6 compositional levels including infixation, reduplication, and diacritic distinctions. Open-weight models perform near chance on morpheme decomposition; frontier models recover affixes but remain far below ceilings on morphological composition tasks.

BenchmarksPapersReasoning
SIG
78
HYP
15
arXiv cs.CL·

ESBMC-PLC: Formal Verification of IEC 61131-3 Ladder Diagram Programs Using SMT-Based Model Checking

ESBMC-PLC is the first open-source formal verifier with native support for IEC 61131-3 ladder diagrams (PLCopen XML format). The tool translates rungs to GOTO IR, models the PLC scan cycle, and verifies safety properties via SMT-based bounded model checking or k-induction. Evaluation on 13 benchmarks: 8 bugs detected, 7 unbounded k-induction proofs, all runs under 60ms.

AI safetyBenchmarksOpen source
SIG
78
HYP
15
arXiv cs.LG·

GRASP: Gradient-Aligned Sequential Parameter Transfer for Memory-Efficient Multi-Source Learning

GRASP enables multi-source transfer learning with O(1) memory instead of O(K) by sequentially merging source models. Using parameter-wise gradient alignment and iterative fine-tuning, it achieves 93.5% mean accuracy on continual learning benchmarks (Yearbook, CLEAR-10/100) versus 71.7% for ensembles, while remaining production-deployable.

Fine-tuningReinforcement learningBenchmarks
SIG
78
HYP
25
arXiv cs.CL·

Beyond Layer Importance in Layer-wise Sparsity: An Inter-Layer Perturbation-Absorption Perspective

Study on layer-wise redundancy in LLMs. Authors characterize how layers absorb or amplify perturbations during pruning: early layers amplify, middle and late layers absorb. They propose absorption-aware correction using a per-layer absorption coefficient, improving OWL and AlphaPruning by 7.13% perplexity reduction and 1.02% zero-shot accuracy boost at 70% sparsity.

PapersBenchmarksFine-tuning
SIG
78
HYP
15
arXiv cs.AI·

Your Agent Has a Genome: Sequence-Level Behavioral Analysis and Runtime Governance of LLM-Powered Autonomous Agents

Base Sequence Analysis framework encodes LLM-powered autonomous agent behavior into symbolic sequences (X/E/P/V). Analysis of 347 production ReAct traces reveals P-X-P pattern reduces success by 10.4% and P-ratio negatively predicts success (r=-0.256). Governor runtime intervention system achieves +6.2% absolute success increase and 44% token reduction. Validated on 2,000 SWE-agent trajectories.

AI AgentsReasoningEvals
SIG
78
HYP
22
arXiv cs.AI·

Dr-DCI: Scaling Direct Corpus Interaction via Dynamic Workspace Expansion

DR-DCI combines retrieval with Direct Corpus Interaction for agent-based search over large corpora. The system uses a retriever to dynamically populate a local workspace where agents execute precise operations (filtering, comparison, verification). On Browsecomp-Plus, DR-DCI achieves 71.2% accuracy (+8.3 points vs raw DCI) and remains stable up to 10M documents, where raw DCI becomes unstable.

AI AgentsRAGReasoning
SIG
78
HYP
15
arXiv cs.LG·

M-CTX: Exact and Scalable Spatial Context Retrieval for Trajectory Analytics

M-CTX is a spatial context-retrieval framework for trajectory analytics. It replaces three brute-force stages (OSM range retrieval, SDF computation, moving-vessel neighbor lookup) with index-backed operators. On a 5.48M-anchor maritime corpus, it reduces context construction from 17 CPU-days to 1.8 hours (226x speedup), with exact reproduction of reference context.

BenchmarksInfrastructureOpen source
SIG
78
HYP
15
arXiv cs.AI·

CONCORD: Asynchronous Sparse Aggregation for Device-Cloud RAG under Document Isolation

CONCORD is an asynchronous sparse aggregation framework for device-cloud RAG with document isolation. It uses waiting debt control and certificate-guided minimal supplementation to reduce synchronization and data transfer. Improves end-to-end throughput by 1.66× to 2.15× on Natural Questions and WikiText-2 while reducing per-token communication by over 100×.

RAGPapersInfrastructure
SIG
78
HYP
15
arXiv cs.CL·

CHILLGuard: Towards Fine-Grained Chinese LLM Safety Guardrail with Scalable Data Construction and Model-aware Preference Alignment

CHILLGuard is a safety guardrail system for Chinese LLMs with fine-grained taxonomy (5 macro, 31 micro categories). Authors construct 405k training samples via RAG and prompt rewriting, plus 51k annotated test samples. Model achieves +15.92% F1 improvement over Qwen3Guard-8B-Strict using Direct Preference Optimization.

AI safetyAlignmentFine-tuning
SIG
78
HYP
25