← Search

Mona Diab

18 accepted papers

2024

Analyzing the Role of Semantic Representations in the Era of Large Language Models

NAACL 2024long

Traditionally, natural language processing (NLP) models often use a rich set of features created by linguistic expertise, such as semantic representations. However, in the era of large language models (LLMs), more and more tasks are turned into generic, end-to-end sequence generation problems. In th…

2024

Automatic Generation of Model and Data Cards: A Step Towards Responsible AI

NAACL 2024long

In an era of model and data proliferation in machine learning/AI especially marked by the rapid advancement of open-sourced technologies, there arises a critical need for standardized consistent documentation. Our work addresses the information incompleteness in current human-written model and data…

2024

Depth-Wise Attention (DWAtt): A Layer Fusion Method for Data-Efficient Classification

COLING 2024main

Language Models pretrained on large textual data have been shown to encode different types of knowledge simultaneously. Traditionally, only the features from the last layer are used when adapting to new tasks or data. We put forward that, when using or finetuning deep pretrained models, intermediate…

2024

Investigating Cultural Alignment of Large Language Models

ACL 2024long

The intricate relationship between language and culture has long been a subject of exploration within the realm of linguistic anthropology. Large Language Models (LLMs), promoted as repositories of collective human knowledge, raise a pivotal question: do these models genuinely encapsulate the divers…

2024

Semantic Compression for Word and Sentence Embeddings using Discrete Wavelet Transform

ACL 2024findings

Wavelet transforms, a powerful mathematical tool, have been widely used in different domains, including Signal and Image processing, to unravel intricate patterns, enhance data representation, and extract meaningful features from data. Tangible results from their application suggest that Wavelet tra…

2023

ALERT: Adapt Language Models to Reasoning Tasks

ACL 2023long

Recent advancements in large language models have enabled them to perform well on complex tasks that require step-by-step reasoning with few-shot learning. However, it is unclear whether these models are applying reasoning skills they have learnt during pre-training , or if they are simply memorizin…

2022

AnswerSumm: A Manually-Curated Dataset and Pipeline for Answer Summarization

NAACL 2022long

Community Question Answering (CQA) fora such as Stack Overflow and Yahoo! Answers contain a rich resource of answers to a wide range of community-based questions. Each question thread can receive a large number of answers with different perspectives. One goal of answer summarization is to produce a…

2022

Efficient Large Scale Language Modeling with Mixtures of Experts

EMNLP 2022main

Mixture of Experts layers (MoEs) enable efficient scaling of language models through conditional computation. This paper presents a detailed empirical study of how autoregressive MoE language models scale in comparison with dense models in a wide range of settings: in- and out-of-domain language mod…

Cited by 146SourcecodeScholar
2022

Few-shot Learning with Multilingual Generative Language Models

EMNLP 2022main

Large-scale generative language models such as GPT-3 are competitive few-shot learners. While these models are known to be able to jointly represent many different languages, their training data is dominated by English, potentially limiting their cross-lingual generalization. In this work, we train…

2022

ToKen: Task Decomposition and Knowledge Infusion for Few-Shot Hate Speech Detection

EMNLP 2022main

Hate speech detection is complex; it relies on commonsense reasoning, knowledge of stereotypes, and an understanding of social nuance that differs from one culture to the next. It is also difficult to collect a large-scale hate speech annotated dataset. In this work, we frame this problem as a few-s…

Cited by 28SourcePDFScholar
2021

Active Learning for Rumor Identification on Social Media

EMNLP 2021finding

Social media has emerged as a key channel for seeking information. Online users spend several hours reading, posting, and searching for news on microblogging platforms daily. However, this could act as a double-edged sword especially when not all information online is reliable. Moreover, the inheren…

2021

Adapting High-resource NMT Models to Translate Low-resource Related Languages without Parallel Data

ACL 2021long

The scarcity of parallel data is a major obstacle for training high-quality machine translation systems for low-resource languages. Fortunately, some low-resource languages are linguistically related or similar to high-resource languages; these related languages may share many lexical or syntactic s…

2021

Gender bias amplification during Speed-Quality optimization in Neural Machine Translation

ACL 2021short

Is bias amplified when neural machine translation (NMT) models are optimized for speed and evaluated on generic test sets using BLEU? We investigate architectures and techniques commonly used to speed up decoding in Transformer-based models, such as greedy search, quantization, average attention net…

Cited by 48SourcePDFScholar
2020

Detecting Urgency Status of Crisis Tweets: A Transfer Learning Approach for Low Resource Languages

COLING 2020main

We release an urgency dataset that consists of English tweets relating to natural crises, along with annotations of their corresponding urgency status. Additionally, we release evaluation datasets for two low-resource languages, i.e. Sinhala and Odia, and demonstrate an effective zero-shot transfer…