arXiv ScienceSearch

arXiv · 2509.23811

AnveshanaAI: A Multimodal Platform for Adaptive AI/ML Education through Automated Question Generation and Interactive Assessment

Abstract

We propose AnveshanaAI, an application-based learning platform for artificial intelligence. With AnveshanaAI, learners are presented with a personalized dashboard featuring streaks, levels, badges, and structured navigation across domains such as data science, machine learning, deep learning, transformers, generative AI, large language models, and multimodal AI, with scope to include more in the future. The platform incorporates gamified tracking with points and achievements to enhance engagement and learning, while switching between Playground, Challenges, Simulator, Dashboard, and Community supports exploration and collaboration. Unlike static question repositories used in existing platforms, AnveshanaAI ensures balanced learning progression through a dataset grounded in Bloom's taxonomy, with semantic similarity checks and explainable AI techniques improving transparency and reliability. Adaptive, automated, and domain-aware assessment methods are also employed. Experiments demonstrate broad dataset coverage, stable fine-tuning with reduced perplexity, and measurable gains in learner engagement. Together, these features illustrate how AnveshanaAI integrates adaptivity, gamification, interactivity, and explainability to support next-generation AI education.

Explore related subjects

Keep this discovery

Explore connections, maps & timelines

BibTeXRIS

Rakesh Thakur, Diksha Khandelwal, Shreya Tiwari. 2025-09-28. AnveshanaAI: A Multimodal Platform for Adaptive AI/ML Education through Automated Question Generation and Interactive Assessment. https://arxiv.org/abs/2509.23811

Cite the original work for its findings. Save a collection to share your selection of sources.

KEEP EXPLORING

Related papers

FICAug: Feature-Informed Clustering and Augmentation for Facial-Expression-Based Parkinson's Disease Screening

Hypomimia has drawn growing interest as a digital marker for screening Parkinson's disease (PD). However, developing reliable facial-expression-based screening models is challenging because clinical PD datasets are small, exposing models to only a narrow range of how hypomimia can appear across individuals. Standard augmentation strategies do not solve this problem; recombining or perturbing existing samples produces variation, but not new facial configurations that are plausible and clinically meaningful. We introduce FICAug to address this gap. The framework clusters Action Unit (AU) feature vectors extracted from facial expression images, discards clusters that mix labels inconsistently, and generates synthetic AU vectors within the retained clusters with Gaussian sampling. GANimation then reconstructs these synthetic vectors into realistic facial images. A ResNet18 model is pretrained on these reconstructed images, and then fine-tuned on real clinical data. Using the UT-MoDaPark dataset, FICAug achieved 88.63% cross-validation accuracy and 94.00% test accuracy, outperforming both a standard ResNet18 baseline and self-supervised alternatives, including DINO and MSN. These results suggest that synthetic image generation, when guided by label consistency and clinical feature structure, can function as an effective intermediate representation-learning step for facial-expression-based PD screening in settings where clinical data remain scarce.

cs.AI

Hallucination in Multimodal Foundation Models: A Survey on Causes, Corrections, and Evaluations

Multimodal Foundation Models represent a significant leap in artificial intelligence. Among them, Large Vision-Language Models (LVLMs) serve as the typical representative of these foundation models, which integrate visual modality directly into Large Language Models (LLMs). They have demonstrated strong capabilities in information processing and generation. However, the existence of hallucinations has limited the potential and practical effectiveness of LVLM in various fields. Although lots of work has been devoted to hallucination mitigation and correction, there are few reviews to summarize them. To address this gap, this survey provides a systematic review of the hallucination landscape in LVLMs. We categorize the causes related to model architecture and data quality, and construct a comprehensive taxonomy of existing mitigation strategies. Furthermore, we critically assess current hallucination evaluation benchmarks from both discriminative and generative perspectives, highlighting the limitations of existing metrics. This survey concludes by discussing open challenges and future research directions to advance the reliability and trustworthiness of LVLMs.

cs.AI

Efficient On-Device Agents via Adaptive Context Management

On-device AI agents offer the potential for personalized, low-latency assistance, but their deployment is fundamentally constrained by limited memory capacity. Context in agentic settings worsens this problem due to large static tool schemas and a growing interaction history that continually expands the persistent KV cache. To maintain on-device feasibility, agents must operate near the minimum task-sufficient context, while preserving task performance. We introduce two complementary mechanisms: (1) a learned intra-session memory architecture that distills trajectories into an append-only Context State Object (CSO), preserving current state and relevant details from previous steps that may have future utility, while still supporting KV-cache reuse, and (2) a just-in-time schema-passing mechanism that loads full tool definitions only upon tool selection. We instantiate this framework by adapting 3B-parameter SLMs and profiling them on smartphone hardware. In our evaluations, CSO-based memory outperforms KV-cache compression and trained summarization while retaining performance near or even above full-history execution. Deployed on-device, our framework reduces initial tool context by over $6\times$ and interaction-context growth by 10-25 times, substantially reducing initial

cs.AI