y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#arxiv News & Analysis

404 articles tagged with #arxiv. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

404 articles
AIBullisharXiv โ€“ CS AI ยท Mar 166/10
๐Ÿง 

Visual-ERM: Reward Modeling for Visual Equivalence

Researchers introduce Visual-ERM, a multimodal reward model that improves vision-to-code tasks by evaluating visual equivalence in rendered outputs rather than relying on text-based rules. The system achieves significant performance gains on chart-to-code tasks (+8.4) and shows consistent improvements across table and SVG parsing applications.

AIBullisharXiv โ€“ CS AI ยท Mar 166/10
๐Ÿง 

AdaBoN: Adaptive Best-of-N Alignment

Researchers propose AdaBoN, an adaptive Best-of-N alignment method that improves computational efficiency in language model alignment by allocating inference-time compute based on prompt difficulty. The two-stage algorithm outperforms uniform allocation strategies while using 20% less computational budget.

AIBullisharXiv โ€“ CS AI ยท Mar 126/10
๐Ÿง 

HEAL: Hindsight Entropy-Assisted Learning for Reasoning Distillation

Researchers introduce HEAL (Hindsight Entropy-Assisted Learning), a new framework for distilling reasoning capabilities from large AI models into smaller ones. The method overcomes traditional limitations by using three core modules to bridge reasoning gaps and significantly outperforms standard distillation techniques.

๐Ÿข Perplexity
AIBullisharXiv โ€“ CS AI ยท Mar 126/10
๐Ÿง 

Trajectory-Informed Memory Generation for Self-Improving Agent Systems

Researchers introduce a new framework for AI agent systems that automatically extracts learnings from execution trajectories to improve future performance. The system uses four components including trajectory analysis and contextual memory retrieval, achieving up to 14.3 percentage point improvements in task completion on benchmarks.

AIBullisharXiv โ€“ CS AI ยท Mar 126/10
๐Ÿง 

One Model, Many Skills: Parameter-Efficient Fine-Tuning for Multitask Code Analysis

Researchers conducted the first comprehensive evaluation of parameter-efficient fine-tuning (PEFT) for multi-task code analysis, showing that a single PEFT module can match full fine-tuning performance while reducing computational costs by up to 85%. The study found that even 1B-parameter models with multi-task PEFT outperform large general-purpose LLMs like DeepSeek and CodeLlama on code analysis tasks.

AIBullisharXiv โ€“ CS AI ยท Mar 116/10
๐Ÿง 

Semantic Level of Detail: Multi-Scale Knowledge Representation via Heat Kernel Diffusion on Hyperbolic Manifolds

Researchers introduce Semantic Level of Detail (SLoD), a framework for AI memory systems that uses heat kernel diffusion on hyperbolic manifolds to enable continuous resolution control in knowledge graphs. The method automatically detects meaningful abstraction levels without manual parameters, achieving perfect recovery on synthetic hierarchies and strong alignment with real-world taxonomies like WordNet.

AIBullisharXiv โ€“ CS AI ยท Mar 116/10
๐Ÿง 

Latent-DARM: Bridging Discrete Diffusion And Autoregressive Models For Reasoning

Researchers introduce Latent-DARM, a framework that bridges discrete diffusion language models and autoregressive models to improve multi-agent AI reasoning capabilities. The system achieved significant improvements on reasoning benchmarks, increasing accuracy from 27% to 36% on DART-5 while using less than 2.2% of the token budget of state-of-the-art models.

AIBullisharXiv โ€“ CS AI ยท Mar 116/10
๐Ÿง 

MSSR: Memory-Aware Adaptive Replay for Continual LLM Fine-Tuning

Researchers propose MSSR (Memory-Inspired Sampler and Scheduler Replay), a new framework for continual fine-tuning of large language models that mitigates catastrophic forgetting while maintaining adaptability. The method estimates sample-level memory strength and schedules rehearsal at adaptive intervals, showing superior performance across three backbone models and 11 sequential tasks compared to existing replay-based strategies.

AIBullisharXiv โ€“ CS AI ยท Mar 116/10
๐Ÿง 

Telogenesis: Goal Is All U Need

Researchers propose a new AI system called Telogenesis that generates attention priorities internally without external goals, using three epistemic gaps: ignorance, surprise, and staleness. The system demonstrates adaptive behavior and can discover environmental patterns autonomously, outperforming fixed strategies in experimental validation across 2,500 total runs.

AINeutralarXiv โ€“ CS AI ยท Mar 96/10
๐Ÿง 

Lost in Stories: Consistency Bugs in Long Story Generation by LLMs

Researchers have developed ConStory-Bench, a new benchmark to evaluate consistency errors in long-form story generation by Large Language Models. The study reveals that LLMs frequently contradict their own established facts and character traits when generating lengthy narratives, with errors most commonly occurring in factual and temporal dimensions around the middle of stories.

AIBullisharXiv โ€“ CS AI ยท Mar 96/10
๐Ÿง 

Dynamic Chunking Diffusion Transformer

Researchers introduce Dynamic Chunking Diffusion Transformer (DC-DiT), a new AI model that adaptively processes images by allocating more computational resources to detail-rich regions and fewer to uniform backgrounds. The system improves image generation quality while reducing computational costs by up to 16x compared to traditional diffusion transformers.

AIBearisharXiv โ€“ CS AI ยท Mar 96/10
๐Ÿง 

Discerning What Matters: A Multi-Dimensional Assessment of Moral Competence in LLMs

Researchers developed a new framework to assess moral competence in large language models, finding that current evaluations may overestimate AI moral reasoning capabilities. While LLMs outperformed humans on standard ethical scenarios, they performed significantly worse when required to identify morally relevant information from noisy data.

AIBullisharXiv โ€“ CS AI ยท Mar 96/10
๐Ÿง 

CASA: Cross-Attention over Self-Attention for Efficient Vision-Language Fusion

Researchers present CASA, a new approach using cross-attention over self-attention for vision-language models that maintains competitive performance while significantly reducing memory and compute costs. The method shows particular advantages for real-time applications like video captioning by avoiding expensive token insertion into language model streams.

AIBullisharXiv โ€“ CS AI ยท Mar 66/10
๐Ÿง 

Adaptive Memory Admission Control for LLM Agents

Researchers propose Adaptive Memory Admission Control (A-MAC), a new framework for managing long-term memory in LLM-based agents. The system improves memory precision-recall by 31% while reducing latency through structured decision-making based on five interpretable factors rather than opaque LLM-driven policies.

AIBullisharXiv โ€“ CS AI ยท Mar 66/10
๐Ÿง 

Breaking Contextual Inertia: Reinforcement Learning with Single-Turn Anchors for Stable Multi-Turn Interaction

Researchers introduce RLSTA (Reinforcement Learning with Single-Turn Anchors), a new training method that addresses 'contextual inertia' - a problem where AI models fail to integrate new information in multi-turn conversations. The approach uses single-turn reasoning capabilities as anchors to improve multi-turn interaction performance across domains.

AIBullisharXiv โ€“ CS AI ยท Mar 66/10
๐Ÿง 

EvoTool: Self-Evolving Tool-Use Policy Optimization in LLM Agents via Blame-Aware Mutation and Diversity-Aware Selection

Researchers propose EvoTool, a new framework that optimizes AI agent tool-use policies through evolutionary algorithms rather than traditional gradient-based methods. The system decomposes agent policies into four modules and uses blame attribution and targeted mutations to improve performance, showing over 5-point improvements on benchmarks.

๐Ÿง  GPT-4
AIBullisharXiv โ€“ CS AI ยท Mar 66/10
๐Ÿง 

STRUCTUREDAGENT: Planning with AND/OR Trees for Long-Horizon Web Tasks

Researchers propose STRUCTUREDAGENT, a new AI framework that uses hierarchical planning with AND/OR trees to improve web agent performance on complex, long-horizon tasks. The system addresses limitations in current LLM-based agents through better memory tracking and structured planning approaches.

AINeutralarXiv โ€“ CS AI ยท Mar 66/10
๐Ÿง 

Dissociating Direct Access from Inference in AI Introspection

Researchers replicated and extended AI introspection studies, finding that large language models detect injected thoughts through two distinct mechanisms: probability-matching based on prompt anomalies and direct access to internal states. The direct access mechanism is content-agnostic, meaning models can detect anomalies but struggle to identify their semantic content, often confabulating high-frequency concepts.

AIBullisharXiv โ€“ CS AI ยท Mar 66/10
๐Ÿง 

CTRL-RAG: Contrastive Likelihood Reward Based Reinforcement Learning for Context-Faithful RAG Models

Researchers propose CTRL-RAG, a new reinforcement learning framework that improves large language models' ability to generate accurate, context-faithful responses in Retrieval-Augmented Generation systems. The method uses a Contrastive Likelihood Reward mechanism that optimizes the difference between responses with and without supporting evidence, addressing issues of hallucination and model collapse in existing RAG systems.

AINeutralarXiv โ€“ CS AI ยท Mar 55/10
๐Ÿง 

Curriculum-enhanced GroupDRO: Challenging the Norm of Avoiding Curriculum Learning in Subpopulation Shift Setups

Researchers propose Curriculum-enhanced Group Distributionally Robust Optimization (CeGDRO), a new machine learning approach that challenges conventional wisdom by using curriculum learning in subpopulation shift scenarios. The method achieves up to 6.2% improvement over state-of-the-art results on benchmark datasets like Waterbirds by strategically prioritizing hard bias-confirming and easy bias-conflicting samples.

AIBullisharXiv โ€“ CS AI ยท Mar 45/104
๐Ÿง 

VL-KGE: Vision-Language Models Meet Knowledge Graph Embeddings

Researchers have developed VL-KGE, a new framework that combines Vision-Language Models with Knowledge Graph Embeddings to better process multimodal knowledge graphs. The approach addresses limitations in existing methods by enabling stronger cross-modal alignment and more unified representations across diverse data types.

$LINK
AINeutralarXiv โ€“ CS AI ยท Mar 45/102
๐Ÿง 

Eliciting Numerical Predictive Distributions of LLMs Without Autoregression

Researchers developed a method to extract numerical prediction distributions from Large Language Models without costly autoregressive sampling by training probes on internal representations. The approach can predict statistical functionals like mean and quantiles directly from LLM embeddings, potentially offering a more efficient alternative for uncertainty-aware numerical predictions.