← Search

Issam H. Laradji

15 accepted papers

2026

DRBench: A Realistic Benchmark for Enterprise Deep Research

ICLR 2026poster

We introduce DRBench, a benchmark for evaluating AI agents on complex, open-ended deep research tasks in enterprise settings. Unlike prior benchmarks that focus on simple questions or web-only queries, DRBench evaluates agents on multi-step queries (for example, "What changes should we make to our p…

Cited by 0SourcecodeScholar
2025

A Guide To Effectively Leveraging LLMs for Low-Resource Text Summarization: Data Augmentation and Semi-supervised Approaches

NAACL 2025findings

Existing approaches for low-resource text summarization primarily employ large language models (LLMs) like GPT-3 or GPT-4 at inference time to generate summaries directly; however, such approaches often suffer from inconsistent LLM outputs and are difficult to adapt to domain-specific data in low-re…

2025

AlignVLM: Bridging Vision and Language Latent Spaces for Multimodal Document Understanding

NeurIPS 2025poster

Aligning visual features with language embeddings is a key challenge in vision-language models (VLMs). The performance of such models hinges on having a good connector that maps visual features generated by a vision encoder to a shared embedding space with the LLM while preserving semantic similarit…

Cited by 0SourceScholar
2025

BigDocs: An Open Dataset for Training Multimodal Models on Document and Code Tasks

ICLR 2025poster

Multimodal AI has the potential to significantly enhance document-understanding tasks, such as processing receipts, understanding workflows, extracting data from documents, and summarizing reports. Code generation tasks that require long-structured outputs can also be enhanced by multimodality. Desp…

Cited by 0SourcePDFScholar
2025

FM2DS: Few-Shot Multimodal Multihop Data Synthesis with Knowledge Distillation for Question Answering

EMNLP 2025

Multimodal multihop question answering (MMQA) requires reasoning over images and text from multiple sources, an essential task for many real-world applications. Despite advances in visual question answering, this multihop setting remains underexplored due to a lack of quality datasets. Existing meth

2025

Fast Convergence of Softmax Policy Mirror Ascent

AISTATS 2025poster

Natural policy gradient (NPG) is a common policy optimization algorithm and can be viewed as mirror ascent in the space of probabilities. Recently, Vaswani et al. (2021) introduced a policy gradient method that corresponds to mirror ascent in the dual space of logits. We refine this algorithm, remov…

Cited by 0SourceScholar
2025

InsightBench: Evaluating Business Analytics Agents Through Multi-Step Insight Generation

ICLR 2025poster

Data analytics is essential for extracting valuable insights from data that can assist organizations in making effective decisions. We introduce InsightBench, a benchmark dataset with three key features. First, it consists of 100 datasets representing diverse business use cases such as finance and i…

2025

StarVector: Generating Scalable Vector Graphics Code from Images and Text

AAAI 2025technical

Scalable Vector Graphics (SVG) have become integral to modern image rendering applications due to their infinite scalability and versatility, especially in graphic design and web development. SVGs are essentially long strings of code that adhere to a structured syntax with validity constraints. With…

Cited by 2SourcePDFScholar
2025

StarVector: Generating Scalable Vector Graphics Code from Images and Text

CVPR 2025poster

Scalable Vector Graphics (SVGs) are vital for modern image rendering due to their scalability and versatility. Previous SVG generation methods have focused on curve-based vectorization, lacking semantic understanding, often producing artifacts, and struggling with SVG primitives beyond path curves.…

Cited by 7SourcePDFScholar
2024

WorkArena: How Capable are Web Agents at Solving Common Knowledge Work Tasks?

ICML 2024poster

We study the use of large language model-based agents for interacting with software via web browsers. Unlike prior work, we focus on measuring the agents' ability to perform tasks that span the typical daily work of knowledge workers utilizing enterprise software systems. To this end, we propose Wor…

Cited by 61SourcePDFScholar
2023

Constraining Representations Yields Models That Know What They Don't Know

ICLR 2023poster

A well-known failure mode of neural networks is that they may confidently return erroneous predictions. Such unsafe behaviour is particularly frequent when the use case slightly differs from the training context, and/or in the presence of an adversary. This work presents a novel direction to address…

Cited by 1SourcePDFScholar
2023

LLM aided semi-supervision for efficient Extractive Dialog Summarization

EMNLP 2023short findings

Generating high-quality summaries for chat dialogs often requires large labeled datasets. We propose a method to efficiently use unlabeled data for extractive summarization of customer-agent dialogs. In our method, we frame summarization as a question-answering problem and use state-of-the-art large…

Cited by 0SourceScholar
2023

PromptMix: A Class Boundary Augmentation Method for Large Language Model Distillation

EMNLP 2023long main

Data augmentation is a widely used technique to address the problem of text classification when there is a limited amount of training data. Recent work often tackles this problem using large language models (LLMs) like GPT3 that can generate new examples given already available ones. In this work, w…

Cited by 0SourcecodeScholar
2023

TK-KNN: A Balanced Distance-Based Pseudo Labeling Approach for Semi-Supervised Intent Classification

EMNLP 2023long findings

The ability to detect intent in dialogue systems has become increasingly important in modern technology. These systems often generate a large amount of unlabeled data, and manually labeling this data requires substantial human effort. Semi-supervised methods attempt to remedy this cost by using a mo…

Cited by 0SourcecodeScholar
2018

Where are the blobs: Counting by Localization with Point Supervision

ECCV 2018poster

Object counting is an important task in computer vision due to its growing demand in applications such as surveillance, traffic monitoring, and counting everyday objects. State-of-the-art methods use regression-based optimization where they explicitly learn to count the objects of interest. These of…

Cited by 254SourcePDFScholar