y0news
AnalyticsDigestsSourcesTopicsRSSAICrypto

#adaptive-learning News & Analysis

26 articles tagged with #adaptive-learning. AI-curated summaries with sentiment analysis and key takeaways from 50+ sources.

26 articles
AIBullisharXiv – CS AI · May 117/10
🧠

Adaptive Negative Reinforcement for LLM Reasoning:Dynamically Balancing Correction and Diversity in RLVR

Researchers propose Adaptive Negative Sample Reinforcement (A-NSR) and Confidence-Weighted Negative Reinforcement (CW-NSR) to improve LLM reasoning by dynamically adjusting penalty weights during training rather than applying fixed penalties. The methods are evaluated on challenging math datasets using Qwen2.5-Math-1.5B, demonstrating that intelligent error correction can match or exceed complex frameworks like PPO.

AIBullisharXiv – CS AI · May 97/10
🧠

LANTERN: LLM-Augmented Neurosymbolic Transfer with Experience-Gated Reasoning Networks

Researchers introduce LANTERN, a framework that uses large language models to automatically generate task descriptions and intelligently aggregate knowledge from multiple source tasks for reinforcement learning. The system achieves 40-60% improvements in sample efficiency by adaptively weighting source policies based on task similarity and managing teacher-student knowledge transfer through uncertainty-aware gating.

AIBearisharXiv – CS AI · May 47/10
🧠

Language Models Struggle to Use Representations Learned In-Context

A new research study reveals that large language models struggle to effectively use representations they learn from in-context information, even though they can encode this information internally. The findings suggest current LLMs have fundamental limitations in adapting to novel contexts, affecting their ability to generalize learned patterns to downstream tasks.

AIBullisharXiv – CS AI · Mar 56/10
🧠

MAGE: Meta-Reinforcement Learning for Language Agents toward Strategic Exploration and Exploitation

Researchers propose MAGE, a meta-reinforcement learning framework that enables Large Language Model agents to strategically explore and exploit in multi-agent environments. The framework uses multi-episode training with interaction histories and reflections, showing superior performance compared to existing baselines and strong generalization to unseen opponents.

AIBullisharXiv – CS AI · Mar 47/104
🧠

Adaptive Social Learning via Mode Policy Optimization for Language Agents

Researchers propose an Adaptive Social Learning (ASL) framework with Adaptive Mode Policy Optimization (AMPO) algorithm to improve language agents' reasoning abilities in social interactions. The system dynamically adjusts reasoning depth based on context, achieving 15.6% higher performance than GPT-4o while using 32.8% shorter reasoning chains.

AINeutralarXiv – CS AI · Jun 236/10
🧠

CourseBlueprint: A Structured Pipeline for Adaptive Pedagogical Video Generation Grounded in Course Corpora

CourseBlueprint introduces a structured pipeline for generating pedagogical videos that encode teaching expertise through typed intermediate representations, prerequisite graphs, and engagement contracts. The system demonstrates that explicit instructional frameworks significantly outperform ad-hoc approaches, with ablation studies showing engagement scores drop from 5.0 to 1.2 when contracts are removed.

AIBullisharXiv – CS AI · Jun 236/10
🧠

AdaMem: Learning What to Remember for Personalized Long-Horizon LLM Agents

Researchers introduce AdaMem, an adaptive memory system for LLM agents that learns what information to retain based on individual user preferences rather than storing everything. The method achieves up to 9% QA accuracy improvement while reducing memory bloat, addressing practical constraints of inference costs and finite context windows in production systems.

AIBullisharXiv – CS AI · Jun 196/10
🧠

Learning to Prompt: Improving Student Engagement with Adaptive LLM-based High-School Tutoring

Researchers developed an adaptive large language model tutoring system that uses subject-aware prompting and machine learning to personalize education for high-school students. Testing with 656 conversations showed the system improved instructional efficiency by reducing interactions by ~3 turns and increased exercise completion rates to 28.1% using stochastic strategy sampling, demonstrating effective sim-to-real transfer from simulation training to live student interactions.

AIBullisharXiv – CS AI · Jun 196/10
🧠

RACL: Reasoning-Agent Control Layers for Continuous Metaheuristic Learning

Researchers introduce RACL, a reasoning-agent control layer that sits above existing optimization algorithms to improve their performance without modifying core constraints. Using vehicle routing as a testbed, RACL demonstrates measurable improvements over baseline policies, with potential applications across metaheuristic optimization problems.

AINeutralarXiv – CS AI · Jun 95/10
🧠

AI-Integrated Learning Management System for Middle School: A Longitudinal Study of Learning Outcomes Through High School and Beyond

Researchers propose an AI-integrated Learning Management System designed for middle school students that combines formative feedback, adaptive practice, and teacher dashboards while prioritizing privacy through data minimization and auditable logs. A longitudinal study will track whether sustained AI support improves academic outcomes from middle school through post-secondary pathways, addressing the traditional bottleneck where students practice through confusion before receiving corrective feedback.

AINeutralarXiv – CS AI · Jun 96/10
🧠

Preserving Plasticity in Continual Learning via Dynamical Isometry

Researchers identify dynamical isometry—maintaining consistent layer-wise Jacobian singular values—as a mechanism for preserving neural network plasticity during continual learning under non-stationary conditions. They propose AdamO, an adaptive optimizer combining isometry regularization with gradient updates, demonstrating improved performance across supervised and reinforcement-learning benchmarks where traditional networks suffer progressive learning degradation.

AINeutralarXiv – CS AI · Jun 95/10
🧠

SmartMixed: A Two-Phase Training Strategy for Adaptive Activation Function Learning in Neural Networks

SmartMixed introduces a two-phase training strategy enabling neural networks to learn optimal per-neuron activation functions dynamically, then fix them for efficient inference. The approach allows different neurons to select from six candidate activation functions based on learned preferences, demonstrating that layer-specific activation choices improve network performance compared to uniform activation function architectures.

AIBullisharXiv – CS AI · May 286/10
🧠

Noise Scheduling as Information-Guided Allocation in Diffusion Training

Researchers introduce InfoNoise, an adaptive noise scheduling method for diffusion model training that dynamically reallocates computational resources toward the most informative denoising levels. By estimating conditional-entropy-rate profiles during training, the approach matches or exceeds fixed schedules on image benchmarks while achieving up to 3x computational efficiency gains on diverse tasks including DNA and language generation.

AINeutralarXiv – CS AI · May 286/10
🧠

KT4EQG: Personalized Exercise Question Generation via Knowledge Tracing

KT4EQG is a new educational framework that combines knowledge tracing with AI-powered question generation to create personalized exercise questions for students. The system uses machine learning to model each student's knowledge state and generates customized questions designed to maximize learning outcomes, demonstrating superior effectiveness compared to non-personalized approaches.

AINeutralarXiv – CS AI · May 126/10
🧠

OPT-BENCH: Evaluating the Iterative Self-Optimization of LLM Agents in Large-Scale Search Spaces

Researchers introduce OPT-BENCH, a benchmark evaluating whether large language models can self-improve through iterative feedback in complex problem spaces. Testing 19 LLMs across machine learning and NP-hard problems reveals that while stronger models adapt better, even the most advanced systems remain constrained by their base capabilities and fall short of human expert performance.

AIBullisharXiv – CS AI · May 126/10
🧠

DARE: Difficulty-Adaptive Reinforcement Learning with Co-Evolved Difficulty Estimation

Researchers introduce DARE, a reinforcement learning framework that improves LLM training efficiency by co-evolving difficulty estimation with policy learning. The method addresses limitations of existing difficulty-aware selection techniques by combining adaptive difficulty estimation, diverse coverage sampling, and tailored training strategies across difficulty tiers.

AIBullisharXiv – CS AI · May 116/10
🧠

Learning to Pose Problems: Reasoning-Driven and Solver-Adaptive Data Synthesis

Researchers developed a novel framework for synthesizing training data that enables reasoning models to generate high-quality mathematical and reasoning problems by explicitly planning problem directions and adapting difficulty to solver capabilities. The approach achieved a 3.4% cumulative improvement across 10 benchmarks, demonstrating scalable alternatives to manual dataset curation.

AINeutralarXiv – CS AI · May 96/10
🧠

AdaGamma: State-Dependent Discounting for Temporal Adaptation in Reinforcement Learning

AdaGamma introduces a state-dependent discount factor method for deep reinforcement learning that learns to adjust discounting dynamically across different states, addressing instability issues in prior approaches through a return-consistency regularization objective. The method demonstrates empirical improvements when integrated into popular algorithms like SAC and PPO, with validated gains from real-world logistics deployment.

AINeutralarXiv – CS AI · May 76/10
🧠

Cognitive Twins: Investigating Personalized Thinking Model Building and Its Performance Enhancement with Human-in-the-Loop

Researchers developed a Personalized Thinking Model (PTM) that creates 'cognitive twins' of learners by organizing educational data into a five-layer hierarchical structure using AI and machine learning. The system achieved 74-75% fidelity scores and positive user perception ratings, suggesting potential applications in AI-supported education systems.

🧠 Gemini
AIBullisharXiv – CS AI · Apr 156/10
🧠

PAL: Personal Adaptive Learner

Researchers introduce PAL (Personal Adaptive Learner), an AI platform that transforms lecture videos into interactive learning experiences by dynamically adjusting question difficulty and providing personalized feedback in real time. The system addresses limitations in current educational AI by moving beyond static adaptation to context-aware, individualized support that evolves with learner understanding.

AIBullisharXiv – CS AI · Mar 276/10
🧠

Evaluating adaptive and generative AI-based feedback and recommendations in a knowledge-graph-integrated programming learning system

Researchers developed a framework integrating large language models with knowledge graphs to provide programming feedback and exercise recommendations. The hybrid GenAI-adaptive approach outperformed traditional adaptive learning and GenAI-only modes, producing more correct code submissions and fewer incomplete attempts across 4,956 code submissions.

AIBullisharXiv – CS AI · Mar 36/104
🧠

RL for Reasoning by Adaptively Revealing Rationales

Researchers introduce AdaBack, a new reinforcement learning algorithm that uses partial supervision to help AI models learn complex reasoning tasks. The method dynamically adjusts the amount of guidance provided to each training sample, enabling models to solve mathematical reasoning problems that traditional supervised learning and reinforcement learning methods cannot handle.

AIBullisharXiv – CS AI · Mar 27/1011
🧠

Foundation World Models for Agents that Learn, Verify, and Adapt Reliably Beyond Static Environments

Researchers propose a new framework for foundation world models that enables autonomous agents to learn, verify, and adapt reliably in dynamic environments. The approach combines reinforcement learning with formal verification and adaptive abstraction to create agents that can synthesize verifiable programs and maintain correctness while adapting to novel conditions.

AIBullisharXiv – CS AI · Mar 35/108
🧠

Beyond Static Instruction: A Multi-agent AI Framework for Adaptive Augmented Reality Robot Training

Researchers developed a multi-agent AI framework for adaptive Augmented Reality robot training that uses Large Language Models to dynamically adjust learning environments based on individual cognitive profiles. The system processes multimodal inputs including voice, physiology, and robot data to personalize industrial robot training experiences in real-time.

Page 1 of 2Next →