← Search

Md Rizwan Parvez

16 accepted papers

2026

Poison with Style: A Practical Poisoning Attack on Code Large Language Models

ICML 2026poster

Code Large Language Models (CLLMs) serve as the core of modern code agents, enabling developers to automate complex software development tasks. In this paper, we present Poison-with-Style (PwS), a practical and stealthy model poisoning attack targeting CLLMs. Unlike prior attacks that assume an acti…

Cited by 0SourceScholar
2026

SpatiaLab: Can Vision–Language Models Perform Spatial Reasoning in the Wild?

ICLR 2026poster

Spatial reasoning is a fundamental aspect of human cognition, yet it remains a major challenge for contemporary vision–language models (VLMs). Prior work largely relied on synthetic or LLM-generated environments with limited task designs and puzzle-like setups, failing to capture the real-world comp…

Cited by 0SourcecodeScholar
2026

TimeSpot: Benchmarking Geo-Temporal Understanding in Vision–Language Models in Real-World Settings

ICML 2026poster

Geo-temporal understanding, the ability to infer location, time, and contextual properties from visual input alone, is a core aspect of human intelligence and underpins applications such as disaster management, traffic planning, embodied navigation, world modeling, and geography education. Although …

Cited by 0SourceScholar
2025

AI Debate Aids Assessment of Controversial Claims

NeurIPS 2025poster

As AI grows more powerful, it will increasingly shape how we understand the world. But with this influence comes the risk of amplifying misinformation and deepening social divides—especially on consequential topics where factual accuracy directly impacts well-being. Scalable Oversight aims to ensure…

Cited by 0SourceScholar
2025

ChartQAPro: A More Diverse and Challenging Benchmark for Chart Question Answering

ACL 2025finding

Charts are ubiquitous, as people often use them to analyze data, answer questions, and discover critical insights. However, performing complex analytical tasks with charts requires significant perceptual and cognitive effort. Chart Question Answering (CQA) systems automate this process by enabling m…

2025

MapEval: A Map-Based Evaluation of Geo-Spatial Reasoning in Foundation Models

ICML 2025spotlight

Recent advancements in foundation models have improved autonomous tool usage and reasoning, but their capabilities in map-based reasoning remain underexplored. To address this, we introduce MapEval, a benchmark designed to assess foundation models across three distinct tasks—textual, API-based, and…

Cited by 0SourcePDFScholar
2025

TechniqueRAG: Retrieval Augmented Generation for Adversarial Technique Annotation in Cyber Threat Intelligence Text

ACL 2025finding

Accurately identifying adversarial techniques in security texts is critical for effective cyber defense. However, existing methods face a fundamental trade-off: they either rely on generic models with limited domain precision or require resource-intensive pipelines that depend on large labeled datas…

2024

A Systematic Survey and Critical Review on Evaluating Large Language Models: Challenges, Limitations, and Recommendations

EMNLP 2024main

Large Language Models (LLMs) have recently gained significant attention due to their remarkable capabilities in performing diverse tasks across various domains. However, a thorough evaluation of these models is crucial before deploying them in real-world applications to ensure they produce reliable…

2024

ChartInstruct: Instruction Tuning for Chart Comprehension and Reasoning

ACL 2024findings

Charts provide visual representations of data and are widely used for analyzing information, addressing queries, and conveying insights to others. Various chart-related downstream tasks have emerged recently, such as question-answering and summarization. A common strategy to solve these tasks is to…

2024

DataNarrative: Automated Data-Driven Storytelling with Visualizations and Texts

EMNLP 2024main

Data-driven storytelling is a powerful method for conveying insights by combining narrative techniques with visualizations and text. These stories integrate visual aids, such as highlighted bars and lines in charts, along with textual annotations explaining insights. However, creating such stories r…

2024

MapCoder: Multi-Agent Code Generation for Competitive Problem Solving

ACL 2024long

Code synthesis, which requires a deep understanding of complex natural language (NL) problem descriptions, generation of code instructions for complex algorithms and data structures, and the successful execution of comprehensive unit tests, presents a significant challenge. Thus, while large languag…

2024

Open-RAG: Enhanced Retrieval Augmented Reasoning with Open-Source Large Language Models

EMNLP 2024finding

Retrieval Augmented Generation (RAG) has been shown to enhance the factual accuracy of Large Language Models (LLMs) by providing external evidence, but existing methods often suffer from limited reasoning capabilities (e.g., multi-hop complexities) in effectively using such evidence, particularly wh…

2024

XCodeEval: An Execution-based Large Scale Multilingual Multitask Benchmark for Code Understanding, Generation, Translation and Retrieval

ACL 2024long

Recently, pre-trained large language models (LLMs) have shown impressive abilities in generating codes from natural language descriptions, repairing buggy codes, translating codes between languages, and retrieving relevant code segments. However, the evaluation of these models has often been perform…

Cited by 11SourcePDFScholar
2023

DelucionQA: Detecting Hallucinations in Domain-specific Question Answering

EMNLP 2023long findings

Hallucination is a well-known phenomenon in text generated by large language models (LLMs). The existence of hallucinatory responses is found in almost all application scenarios e.g., summarization, question-answering (QA) etc. For applications requiring high reliability (e.g., customer-facing assis…

Cited by 0SourceScholar
2021

Retrieval Augmented Code Generation and Summarization

EMNLP 2021finding

Software developers write a lot of source code and documentation during software development. Intrinsically, developers often recall parts of source code or code summaries that they had written in the past while implementing software or documenting them. To mimic developers’ code or summary generati…