← Search

Hamed Firooz

18 accepted papers

2025

CoT-ICL Lab: A Synthetic Framework for Studying Chain-of-Thought Learning from In-Context Demonstrations

ACL 2025long

We introduce CoT-ICL Lab, a framework and methodology to generate synthetic tokenized datasets and systematically study chain-of thought (CoT) in-context learning (ICL) in language models. CoT-ICL Lab allows fine grained control over the complexity of in-context examples by decoupling (1) the causal…

2024

Measuring Self-Supervised Representation Quality for Downstream Classification Using Discriminative Features

AAAI 2024technical

Self-supervised learning (SSL) has shown impressive results in downstream classification tasks. However, there is limited work in understanding their failure modes and interpreting their learned representations. In this paper, we study the representation space of state-of-the-art self-supervised mod…

Cited by 7SourcePDFScholar
2024

RESPROMPT: Residual Connection Prompting Advances Multi-Step Reasoning in Large Language Models

NAACL 2024long

Chain-of-thought (CoT) has impressively unlocked the reasoning potential of large language models (LLMs). Yet, it falls short when tackling problems that require multiple reasoning steps. This limitation arises from the complex nature of multi-step reasoning processes: later stages often depend not…

2023

COFFEE: Counterfactual Fairness for Personalized Text Generation in Explainable Recommendation

EMNLP 2023long main

As language models become increasingly integrated into our digital lives, Personalized Text Generation (PTG) has emerged as a pivotal component with a wide range of applications. However, the bias inherent in user written text, often used for PTG model training, can inadvertently associate different…

Cited by 0SourceScholar
2023

Defending Against Patch-Based Backdoor Attacks on Self-Supervised Learning

CVPR 2023poster

Recently, self-supervised learning (SSL) was shown to be vulnerable to patch-based data poisoning backdoor attacks. It was shown that an adversary can poison a small part of the unlabeled data so that when a victim trains an SSL model on it, the final model will have a backdoor that the adversary ca…

2023

Identifying Interpretable Subspaces in Image Representations

ICML 2023poster

We propose Automatic Feature Explanation using Contrasting Concepts (FALCON), an interpretability framework to explain features of image representations. For a target feature, FALCON captions its highly activating cropped images using a large captioning dataset (like LAION-400m) and a pre-trained vi…

2023

MUSTIE: Multimodal Structural Transformer for Web Information Extraction

ACL 2023long

The task of web information extraction is to extract target fields of an object from web pages, such as extracting the name, genre and actor from a movie page. Recent sequential modeling approaches have achieved state-of-the-art results on web information extraction. However, most of these methods o…

Cited by 18SourcePDFScholar
2023

Meta-training with Demonstration Retrieval for Efficient Few-shot Learning

ACL 2023findings

Large language models show impressive results on few-shot NLP tasks. However, these models are memory and computation-intensive. Meta-training allows one to leverage smaller models for few-shot generalization in a domain-general and task-agnostic manner; however, these methods alone results in model…

Cited by 7SourcePDFScholar
2023

Understanding the detrimental class-level effects of data augmentation

NeurIPS 2023poster

Data augmentation (DA) encodes invariance and provides implicit regularization critical to a model's performance in image classification tasks. However, while DA improves average accuracy, recent studies have shown that its impact can be highly class dependent: achieving optimal average accuracy com…

Cited by 13SourcePDFScholar
2022

A Survey on Multimodal Disinformation Detection

COLING 2022main

Recent years have witnessed the proliferation of offensive content online such as fake news, propaganda, misinformation, and disinformation. While initially this was mostly about textual content, over time images and videos gained popularity, as they are much easier to consume, attract more attentio…

Cited by 156SourcePDFScholar
2022

Detecting and Understanding Harmful Memes: A Survey

IJCAI 2022poster

The automatic identification of harmful content online is of major concern for social media platforms, policymakers, and society. Researchers have studied textual, visual, and audio content, but typically in isolation. Yet, harmful content often combines multiple modalities, as in the case of memes.…

2022

Detection, Disambiguation, Re-ranking: Autoregressive Entity Linking as a Multi-Task Problem

ACL 2022findings

We propose an autoregressive entity linking model, that is trained with two auxiliary tasks, and learns to re-rank generated samples at inference time. Our proposed novelties address two weaknesses in the literature. First, a recent method proposes to learn mention detection and then entity candidat…

Cited by 0SourcePDFScholar
2022

ER-Test: Evaluating Explanation Regularization Methods for Language Models

EMNLP 2022finding

By explaining how humans would solve a given task, human rationales can provide strong learning signal for neural language models (NLMs). Explanation regularization (ER) aims to improve NLM generalization by pushing the NLM’s machine rationales (Which input tokens did the NLM focus on?) to align wit…

2022

UNIREX: A Unified Learning Framework for Language Model Rationale Extraction

ICML 2022spotlight

An extractive rationale explains a language model’s (LM’s) prediction on a given task instance by highlighting the text inputs that most influenced the prediction. Ideally, rationale extraction should be faithful (reflective of LM’s actual behavior) and plausible (convincing to humans), without comp…

2021

Detecting Propaganda Techniques in Memes

ACL 2021long

Propaganda can be defined as a form of communication that aims to influence the opinions or the actions of people towards a specific goal; this is achieved by means of well-defined rhetorical and psychological devices. Propaganda, in the form we know it today, can be dated back to the beginning of t…

2021

MSD: Saliency-aware Knowledge Distillation for Multimodal Understanding

EMNLP 2021finding

To reduce a model size but retain performance, we often rely on knowledge distillation (KD) which transfers knowledge from a large “teacher” model to a smaller “student” model. However, KD on multimodal datasets such as vision-language tasks is relatively unexplored, and digesting multimodal informa…

Cited by 8SourcePDFScholar
2020

The Hateful Memes Challenge: Detecting Hate Speech in Multimodal Memes

NeurIPS 2020poster

This work proposes a new challenge set for multimodal classification, focusing on detecting hate speech in multimodal memes. It is constructed such that unimodal models struggle and only multimodal models can succeed: difficult examples (“benign confounders”) are added to the dataset to make it hard…