collaborators

10 papers

cs.LG2026

NCO4CVRP: Neural Combinatorial Optimization for the Capacitated Vehicle Routing Problem

Mahir Labib Dihan, Md. Ashrafur Rahman Khan, Wasif Jalal +2

Neural Combinatorial Optimization (NCO) has emerged as a powerful framework for solving combinatorial optimization problems by integrating deep learning-based models. This work foc…

cs.SE2026

LLMSniffer: Detecting LLM-Generated Code via GraphCodeBERT and Supervised Contrastive Learning

Mahir Labib Dihan, Abir Muhtasim

The rapid proliferation of Large Language Models (LLMs) in software development has made distinguishing AI-generated code from human-written code a critical challenge with implicat…

cs.SE2026

SWE-Shepherd: Advancing PRMs for Reinforcing Code Agents

Mahir Labib Dihan, Md Ashrafur Rahman Khan

Automating real-world software engineering tasks remains challenging for large language model (LLM)-based agents due to the need for long-horizon reasoning over large, evolving cod…

cs.SE2026

PatchRecall: Patch-Driven Retrieval for Automated Program Repair

Mahir Labib Dihan, Faria Binta Awal, Md. Ishrak Ahsan

Retrieving the correct set of files from a large codebase is a crucial step in Automated Program Repair (APR). High recall is necessary to ensure that the relevant files are includ…

cs.SE2025

BanglaForge: LLM Collaboration with Self-Refinement for Bangla Code Generation

Mahir Labib Dihan, Sadif Ahmed, Md Nafiu Rahman

Bangla is a low-resource language for code generation, lacking large-scale annotated datasets and tools to transform natural language specifications into executable programs. This…

cs.AI2025

WebOperator: Action-Aware Tree Search for Autonomous Agents in Web Environment

Mahir Labib Dihan, Tanzima Hashem, Mohammed Eunus Ali +1

LLM-based agents often operate in a greedy, step-by-step manner, selecting actions solely based on the current observation without considering long-term consequences or alternative…