y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#llm-optimization News & Analysis

239 articles tagged with #llm-optimization. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

239 articles
AIBullisharXiv – CS AI · Jun 236/10
🧠

Pessimistic Verification for Open Ended Math Questions

Researchers propose pessimistic verification, a novel approach to automatically verify solutions to open-ended math problems by using multiple parallel verifiers that collectively reject any solution with identified flaws. The method, combined with progressive proof decomposition, outperforms existing verification approaches on challenging contest-level mathematics problems and demonstrates significant improvements in both accuracy and token efficiency.

AIBullisharXiv – CS AI · Jun 196/10
🧠

Techniques for Peak Memory Reduction for LoRA Fine-tuning of LLMs on Edge Devices

Researchers introduce memory optimization techniques for fine-tuning Large Language Models using LoRA on resource-constrained devices, achieving up to 28× peak memory reduction through quantization, efficient checkpointing, and token approximation methods. The work enables private model personalization on consumer hardware without compromising model quality.

🧠 Llama
AIBullisharXiv – CS AI · Jun 196/10
🧠

FAPO: Fully Autonomous Prompt Optimization of Multi-Step LLM Pipelines

FAPO (Fully Autonomous Prompt Optimization) is a new framework that automatically optimizes multi-step LLM pipelines by iteratively refining prompts and, when necessary, restructuring the pipeline architecture itself. The system demonstrates significant performance improvements across multiple benchmarks, achieving up to 33.8 percentage point gains over existing optimization methods.

🧠 GPT-5🧠 Claude
AINeutralarXiv – CS AI · Jun 196/10
🧠

FineREX: Fine-Tuned NER-RE for Human Smuggling Knowledge Graphs

FineREX introduces a fine-tuned language model pipeline for extracting structured data from court documents to build knowledge graphs about human smuggling networks. The domain-specific approach achieves 15-31% performance gains over general-purpose models while reducing processing time by half, demonstrating that specialized AI outperforms larger generalist systems in legal document analysis.

AINeutralarXiv – CS AI · Jun 196/10
🧠

Where to Place the Query? Unveiling and Mitigating Positional Bias in In-Context Learning for Diffusion LLMs via Decoding Dynamics

Researchers demonstrate that query placement significantly impacts performance in Diffusion Large Language Models (dLLMs) during in-context learning, contrary to conventional practices inherited from autoregressive models. The study reveals a spatial recency effect in attention mechanisms and proposes Auto-ICL, a training-free strategy that dynamically optimizes query positioning to approach oracle performance across diverse tasks.

AIBullisharXiv – CS AI · Jun 116/10
🧠

A Lightweight Multi-Agent Framework for Automated Concrete Barrier Design

Researchers demonstrate a multi-agent AI framework using AutoGen that automates reinforced concrete barrier design with 98% accuracy while requiring significantly fewer computational resources than larger language models. The lightweight 8B-parameter model outperforms 631B-parameter flagship models, suggesting AI-assisted engineering tools can achieve production-grade performance at substantially lower cost.

AINeutralarXiv – CS AI · Jun 116/10
🧠

The Structural Attention Tax: How Retrieval Format Hijacks In-Context Learning Independent of Content

Researchers identify a 'structural attention tax' where knowledge graph formats capture 2-3x more model attention than semantically equivalent natural language, degrading in-context learning performance by up to 42% regardless of content relevance. The study formalizes attention decomposition into semantic and structural components, revealing that retrieval format can independently distort LLM outputs independent of knowledge quality.

AINeutralarXiv – CS AI · Jun 116/10
🧠

The Power of Test-Time Training for Approximate Sampling

Researchers formalize test-time training (TTT) as a theoretical framework for sampling from complex probability distributions, proving that the Jerrum-Sinclair random walk approach is query-optimal with a quadratic lower bound. The work bridges generative AI sampling efficiency with classical algorithmic theory, establishing foundational principles for adapting language models during inference.

AINeutralarXiv – CS AI · Jun 116/10
🧠

When Context Returns: Toward Robust Internalization in On-Policy Distillation

Researchers identify a critical failure mode in on-policy distillation where reintroducing privileged context (like system prompts) to a distilled student model degrades performance, even on previously solved tasks. They propose a lightweight consistency regularizer using stop-gradient anchoring and forward KL divergence to achieve 'context removability,' enabling models to internalize context while remaining stable when it reappears.

AINeutralarXiv – CS AI · Jun 116/10
🧠

Redesign Mixture-of-Experts Routers with Manifold Power Iteration

Researchers propose Manifold Power Iteration (MPI), a novel router redesign method for Mixture-of-Experts models that aligns router rows with principal singular directions of associated experts. The approach uses a "Power-then-Retract" paradigm and demonstrates improved MoE model effectiveness across scales from 1B to 11B parameters.

AINeutralarXiv – CS AI · Jun 106/10
🧠

LLM-Aided Joint Secrecy Precoding and Trajectory for RSMA-Based Heterogeneous UAV Networks

Researchers propose a hierarchical optimization framework combining semidefinite relaxation algorithms with Large Language Model-guided reinforcement learning to solve secure communications challenges in UAV networks. The approach jointly optimizes UAV trajectories, power allocation, and secrecy precoding while minimizing energy consumption, demonstrating superior performance in secrecy rate and efficiency compared to existing methods.

AINeutralarXiv – CS AI · Jun 96/10
🧠

Trajectory-Refined Distillation

Researchers propose Trajectory-Refined Distillation (TRD), a novel training method that addresses structural failures in on-policy distillation for large language models by correcting problematic rollouts at the trajectory level rather than token level. TRD demonstrates consistent improvements across benchmarks by mitigating prefix failure and exposing models to alternative valid reasoning paths during training.

AINeutralarXiv – CS AI · Jun 96/10
🧠

ConMem: Structured Memory-Guided Adaptation in Training-Free Multi-Agent Systems

ConMem introduces a training-free framework for multi-agent systems that uses structured memory cards and relation-aware graphs to improve adaptation without additional training. The approach reduces inference overhead by over 80% and prunes more than 50% of candidate expansions while maintaining performance across multiple benchmarks.

AIBullisharXiv – CS AI · Jun 96/10
🧠

Order Matters: Unveiling the Hidden Impact of Macro Placement Sequences via Proxy-Guided LLM Evolution

Researchers present OrderPlace, an AI framework that optimizes macro placement sequencing in chip design by using large language models to discover superior ordering strategies. The work demonstrates that placement order significantly impacts solution quality in physical design, with novel sequences achieving 34% wirelength reduction compared to existing methods.

AINeutralarXiv – CS AI · Jun 96/10
🧠

CAPruner: Conceptual-Adjacent Scene Graph Pruner for Enhancing 3D Spatial Reasoning of Large Language Models

Researchers propose CAPruner, a scene graph pruning method that enhances how large language models perform 3D spatial reasoning by preserving task-relevant relations rather than relying solely on spatial proximity. The approach combines fuzzy semantic relevance with spatial proximity to identify critical relations, addressing computational inefficiencies in 3D vision-language tasks.

AINeutralarXiv – CS AI · Jun 96/10
🧠

Cost-Aware Speculative Execution for LLM-Agent Workflows: An Integrated Five-Dimension Method

Researchers present a cost-aware method for optimizing speculative execution in LLM-agent workflows, addressing the challenge of reducing idle time while managing per-token billing costs. The approach combines five design decisions—including predictive execution, dual-rate pricing, Bayesian probability estimation, and a configurable latency-cost tradeoff—with safeguards ensuring only side-effect-free operations proceed speculatively.

AINeutralarXiv – CS AI · Jun 96/10
🧠

Seeing is Believing: Aligning Prompt Rewriting with Visual Anchors for Text-to-Image Generation

Researchers introduce FaithRewriter, a novel framework that enhances text-to-image generation by grounding prompt rewrites in actual visual outputs rather than linguistic improvements alone. The system uses multimodal AI to generate intermediate images from user prompts, then leverages this visual context to create more faithful augmentations that better align user intent with generated results.

AIBullisharXiv – CS AI · Jun 96/10
🧠

Discovering heuristics in a complex SAT solver with large language models

Researchers have developed AutoModSAT, a framework that leverages large language models to automatically discover and optimize heuristics in SAT solvers, achieving 40% performance improvements over baseline solvers. The approach combines modular solver design with LLM-guided function generation and evolutionary algorithms, demonstrating significant practical gains across diverse datasets.

AIBullisharXiv – CS AI · Jun 96/10
🧠

DYCP: Dynamic Context Pruning for Long-Form Dialogue with LLMs

Researchers introduce DyCP, a lightweight context management system that dynamically selects relevant dialogue segments for long-form conversations with large language models, improving inference efficiency without offline preprocessing. The method demonstrates competitive performance across multiple LLM benchmarks while reducing computational costs and latency in real-world dialogue applications.

AIBullisharXiv – CS AI · Jun 96/10
🧠

Ghosted Layers: Unconstrained Activation Alignment for Recovering Layer-Pruned LLMs

Researchers introduce Ghosted Layers, a training-free method to recover performance degradation in layer-pruned large language models by solving an activation alignment problem through optimal linear operators. The technique uses a small calibration set to reconstruct hidden state mismatches introduced by pruning, maintaining efficiency gains while improving accuracy and perplexity across multiple LLM architectures.

🏢 Perplexity
AINeutralarXiv – CS AI · Jun 86/10
🧠

Online Pandora's Box for Contextual LLM Cascading

Researchers propose an online contextual Pandora's Box model for optimizing LLM API cascading, where decision-makers sequentially query multiple APIs and select outputs based on indirect reward feedback. The approach achieves theoretically optimal regret bounds without requiring full distribution estimation, advancing practical optimization strategies for multi-API LLM systems.

$MKR
AINeutralarXiv – CS AI · Jun 86/10
🧠

When Does Multi-Agent Collaboration Help? An Entropy Perspective

Researchers analyzed multi-agent systems (MAS) built on large language models through an entropy lens, discovering that single agents outperform collaborative systems in 43.3% of cases. The study identifies key entropy patterns—certainty preference, base entropy levels, and task awareness—and proposes an Entropy Judger algorithm to improve MAS solution selection across various reasoning tasks.

AINeutralarXiv – CS AI · Jun 86/10
🧠

P-Cast Precision in FP8 Attention: Sink-Induced Collapse and the Optimality of S=2^8

Researchers analyze precision loss in FP8 (8-bit floating-point) attention computations, identifying how the Attention Sink phenomenon causes numerical underflow when probability matrices are cast to FP8. The study validates engineering choices in FlashAttention-3/4, proving that reverse KV iteration combined with a scaling factor of S=256 eliminates precision collapse and provides a closed-form threshold for predicting kernel-level accuracy loss.

AINeutralarXiv – CS AI · Jun 86/10
🧠

Sparse Subspace-to-Expert Sharing for Task-Agnostic Continual Learning

Researchers introduce SETA, a machine learning framework that addresses catastrophic forgetting in large language models through sparse expert decomposition. The method separates task-specific and shared knowledge into distinct expert modules, enabling models to retain previous capabilities while learning new ones—a fundamental challenge in continual AI development.

← PrevPage 5 of 10Next →