Islamic University of Technology (Bengali: ইসলামিক ইউনিভার্সিটি অব টেকনোলজি), commonly known as IUT, is an international university located in Gazipur, Bangladesh. IUT offers undergraduate and graduate programmes in Engineering and Technical Education. The university is the only international Engineering university in Bangladesh.IUT is a subsidiary organ of Organisation of Islamic Cooperation (OIC). The university receives endowment from OIC member states and offers scholarships to some students in the form of tuition waiver and free accommodation.The elegant campus was designed by Turkish architect Pamir Mehmet, an MIT graduate.
Efficient debugging is essential for software maintenance, as identifying, reproducing, and correcting bugs are critical to ensuring software reliability. However, debugging remains a time-consuming and cost-sensitive activity due to the complexities involved in analyzing and resolving bugs throughout the software development lifecycle. Recent advancements in Artificial Intelligence, Machine Learning, and particularly Natural Language Processing (NLP), and Large Language Models (LLM) offer promising opportunities to enhance debugging process. Since bug reports are typically written in natural language, NLP techniques can streamline debugging tasks, such as bug categorization, localization, and resolution. To assess the potential of NLP in debugging, we conduct a Systematic Literature Review (SLR) of 87 research papers published between 2011 and 2025. Our study presents a comprehensive taxonomy of research efforts, evaluates the effectiveness and limitations of various NLP methods, and highlights best practices across key software debugging tasks, including bug reproduction, bug localization, and bug report analysis. Furthermore, we identify significant challenges in real-world applications, including issues with scalability, accuracy, and adaptability to diverse software environments. Finally, we derive seven findings from our result analysis and propose future research directions corresponding to the findings, to advance NLP-driven debugging practices. This study provides a holistic overview of NLP in debugging for researchers, practitioners, and tool developers, helping to uncover trends, address gaps, and inspire new approaches to improving software maintenance workflows.
Robust visual recognition remains a significant challenge in underwater environments due to complex distortions such as turbidity, low illumination, and occlusion, which severely degrade the performance of standard vision systems. This study introduces AQUA20, a dataset comprising 8,171 images of 20 ecologically significant marine species. AQUA20 provides greater multi-species diversity and real-world variability than other public datasets, such as Fish4Knowledge and WildFish, which are limited in terms of taxonomic scope or environmental complexity. We benchmarked this dataset by evaluating models ranging from lightweight CNNs suitable for edge deployment (e.g., SqueezeNet and MobileNetV2) to modern vision transformers (e.g., ViT and ConvNeXt) for marine species classification under challenging conditions. ConvNeXt achieved the best performance, with a Top-3 accuracy of 98.82 https://huggingface.co/datasets/taufiktrf/AQUA20 .
Accurate short-term photovoltaic (PV) power forecasting is essential for grid stability and efficient PV-grid coordination. However, many conventional learning pipelines remain vulnerable to pervasive missing data, irregular sampling, and the absence of calibrated uncertainty estimates. This paper proposes a physics-informed hybrid forecasting framework that couples Extreme Gradient Boosting (XGBoost) for feature-level learning with a Long Short-Term Memory (LSTM) network for residual correction and temporal dependency modeling. To improve robustness under real-world data conditions, the pipeline incorporates irradiance- guided resampling and domain-guided imputation based on PV operational status. Predictive reliability is further enhanced via Monte Carlo ensemble calibration and conformal prediction, enabling probabilistic forecasts and prediction intervals that are assessed using standard calibration metrics (e.g., Prediction Interval Coverage Probability, Continuous Ranked Probability Score). Experiments on the large-scale UNISOLAR dataset (over 2.7 million samples at 15-minute resolution from 42 PV sites worldwide) show that the proposed hybrid model achieves an RMSE of 2.57 kW h and an R2 of 0.934 on held-out test data, corresponding to a 7.05 % reduction in RMSE relative to the next-best baseline (TCN) and a 17.84 % improvement over a standalone LSTM. An ablation study confirms the critical role of historical lag features, whose removal increases RMSE by over 280 %. The framework also provides well-calibrated uncertainty estimates, with conformal prediction achieving 93.0 % coverage at the 95 % confidence level. Computational profiling confirms the hybrid model’s efficiency, requiring 2529 s training time and 3396 MB memory on a free-tier Google Colab CPU, making it suitable for real-time deployment.
Multi-agent systems achieve state-of-the-art outcomes through peer collaboration. However, when an agent in the pipeline silently drops a constraint, the system's final output may look correct even though the reasoning chain was quietly corrupted, and existing outcome-based evaluations are blind to such multi-hop process failures. To make these vulnerabilities measurable before deployment, we introduce AgentCollabBench, a diagnostic benchmark of 900 human-validated tasks spanning software engineering, DevOps, and data engineering. Each task isolates one of four behavioral risks: instruction decay (does a constraint survive peer pressure?), false-belief contagion (does a falsehood spread through consensus?), context leakage (does information bleed between tasks?), and tracer durability (does marked data reach the final agent?). Evaluating four modern LLMs (GPT 4.1 mini, Gemini 2.5 Flash Lite, Qwen-3.5-35B-A3B, and Llama 3.1 8B Instruct), we expose model-specific vulnerability profiles invisible to outcome-only evaluation; Qwen-3.5-35B-A3B, for example, leads on tracer durability and instruction stability, while GPT 4.1 mini leads on leakage containment and false-belief resistance. Beyond per-model differences, communication topology emerges as a primary risk factor that explains 7-40
Sycophancy in Vision-Language Models (VLMs) refers to their tendency to align with user opinions, often at the expense of moral or factual accuracy. While prior studies have explored sycophantic behavior in general contexts, its impact on morally grounded visual decision-making remains insufficiently understood. To address this gap, we present the first systematic study of moral sycophancy in VLMs, analyzing ten widely-used models on the Moralise and M^3oralBench datasets under explicit user disagreement. Our results reveal that VLMs frequently produce morally incorrect follow-up responses even when their initial judgments are correct, and exhibit a consistent asymmetry: models are more likely to shift from morally right to morally wrong judgments than the reverse when exposed to user-induced bias. Follow-up prompts generally degrade performance on Moralise, while yielding mixed or even improved accuracy on M^3oralBench, highlighting dataset-dependent differences in moral robustness. Evaluation using Error Introduction Rate (EIR) and Error Correction Rate (ECR) reveals a clear trade-off: models with stronger error-correction capabilities tend to introduce more reasoning errors, whereas more conservative models minimize errors but exhibit limited ability to self-correct. Finally, initial contexts with a morally right stance elicit stronger sycophantic behavior, emphasizing the vulnerability of VLMs to moral influence and the need for principled strategies to improve ethical consistency and robustness in multimodal AI systems.