AIBullisharXiv – CS AI · May 296/10
🧠Researchers introduce Loong, an AI agent designed to improve long document translation by selectively retrieving relevant context from a 3E memory module rather than processing all available information. The system uses reinforcement learning to optimize context selection and demonstrates significant translation quality improvements across multiple language pairs, achieving gains up to 13 points on standard evaluation metrics.
AIBullisharXiv – CS AI · May 286/10
🧠Researchers propose a hierarchical framework for deploying compact language models in resource-constrained agentic systems, combining knowledge distillation with oracle-supervised fine-tuning to maintain protocol compliance and semantic performance. The approach addresses core deployment challenges including context length limitations, memory constraints, and cost efficiency by separating schema learning from semantic adaptation.
AINeutralarXiv – CS AI · May 286/10
🧠Tool Forge presents a validation-carrying toolchain that converts natural-language descriptions into governed, sandbox-verified tools for large language model agents. The system achieves 99.2% reduction in context requirements while maintaining 0.940 micro-F1 accuracy, addressing critical infrastructure gaps in enterprise agentic execution.
AIBullisharXiv – CS AI · May 126/10
🧠AI-Care is a conversational AI system designed to help individuals with Alzheimer's disease and related dementia manage daily tasks through natural language interaction, reducing cognitive barriers to using digital tools. The system prioritizes safety through caregiver-verified records and controlled clarification flows, with preliminary pilot testing showing positive user trust and task completion outcomes.
AIBullisharXiv – CS AI · May 96/10
🧠VibeServe introduces an AI-driven approach to LLM serving infrastructure that automatically generates specialized system stacks for different workloads rather than relying on single general-purpose designs. The system matches vLLM performance in standard deployment scenarios while significantly outperforming existing solutions in non-standard cases, suggesting a paradigm shift toward generation-time specialization in infrastructure software.
AINeutralarXiv – CS AI · May 46/10
🧠PORTool is a new policy-optimization algorithm that improves how AI agents learn to use external tools by solving the credit-assignment problem in multi-step reasoning tasks. The method uses a rewarded tree structure to assign rewards at individual steps rather than only at outcomes, enabling agents to achieve higher accuracy while reducing unnecessary tool calls.
AINeutralarXiv – CS AI · May 16/10
🧠A new research paper examines the shift from traditional reinforcement learning toward agentic AI systems powered by large language models, where AI agents can autonomously set goals, plan long-term strategies, and adapt dynamically in complex environments. This paradigm moves beyond static, episodic training to incorporate cognitive capabilities like meta-reasoning and self-reflection, representing a fundamental evolution in how RL systems are designed and deployed.
AINeutralarXiv – CS AI · Apr 206/10
🧠A research paper proposes that AI-driven software engineering doesn't threaten the field but rather expands its scope to include 'semi-executable' artifacts—combinations of natural language, tools, and workflows requiring human or probabilistic interpretation. The Semi-Executable Stack model provides a diagnostic framework across six layers to understand how software engineering practices evolve as AI agents handle routine tasks.
AINeutralarXiv – CS AI · Apr 146/10
🧠ATANT v1.1 is a companion paper clarifying how existing memory and context evaluation benchmarks (LOCOMO, LongMemEval, BEAM, MemoryBench, and others) fail to measure 'continuity' as defined in the original v1.0 framework. The analysis reveals that existing benchmarks cover a median of only 1 out of 7 required continuity properties, and the authors demonstrate a significant measurement gap through comparative scoring: their system achieves 96% on ATANT but only 8.8% on LOCOMO, proving these benchmarks evaluate different capabilities.
AINeutralarXiv – CS AI · Apr 136/10
🧠Researchers present a novel approach using agentic language model feedback frameworks to generate planning domains from natural language descriptions augmented with symbolic information. The method employs heuristic search over model space optimized by various feedback mechanisms, including landmarks and plan validator outputs, to improve domain quality for practical deployment.
AINeutralarXiv – CS AI · Apr 136/10
🧠Researchers introduce Litmus (Re)Agent, an agentic system that predicts how multilingual AI models will perform on tasks lacking direct benchmark data. Using a controlled benchmark of 1,500 questions across six tasks, the system decomposes queries into hypotheses and synthesizes predictions through structured reasoning, outperforming competing approaches particularly when direct evidence is sparse.
AINeutralarXiv – CS AI · Mar 37/108
🧠Researchers introduce PhotoBench, the first benchmark for personalized photo retrieval using authentic personal albums rather than web images. The study reveals critical limitations in current AI systems, including modality gaps in unified embedding models and poor tool orchestration in agentic systems.
AIBullisharXiv – CS AI · Mar 26/1015
🧠Researchers propose a new approach to tool orchestration in AI agent systems using layered execution structures with reflective error correction. The method reduces execution complexity by using coarse-grained layer structures for global guidance while handling failures locally, eliminating the need for precise dependency graphs or fine-grained planning.
AINeutralarXiv – CS AI · Apr 145/10
🧠ACE-TA is an AI framework that combines large language models with three coordinated modules to provide automated educational support for programming students, including grounded question-answering, adaptive quiz generation, and interactive code tutoring with step-by-step guidance and sandboxed execution.