← Search

Janet Pierrehumbert

12 accepted papers

2026

Can Large Language Models Generalize Procedures Across Representations?

ICML 2026poster

Large language models (LLMs) are trained and tested extensively on symbolic representations such as code and graphs, yet real-world user tasks are often specified in natural language. To what extent can LLMs generalize across these representations? Here, we approach this question by studying isomorp…

Cited by 0SourceScholar
2024

STEntConv: Predicting Disagreement between Reddit Users with Stance Detection and a Signed Graph Convolutional Network

COLING 2024main

The rise of social media platforms has led to an increase in polarised online discussions, especially on political and socio-cultural topics such as elections and climate change. We propose a simple and entirely novel unsupervised method to better predict whether the authors of two posts agree or di…

2022

An Embarrassingly Simple Method to Mitigate Undesirable Properties of Pretrained Language Model Tokenizers

ACL 2022short

We introduce FLOTA (Few Longest Token Approximation), a simple yet effective method to improve the tokenization of pretrained language models (PLMs). FLOTA uses the vocabulary of a standard tokenizer but tries to preserve the morphological structure of words during tokenization. We evaluate FLOTA on…

2022

Forecasting COVID-19 Caseloads Using Unsupervised Embedding Clusters of Social Media Posts

NAACL 2022long

We present a novel approach incorporating transformer-based language models into infectious disease modelling. Text-derived features are quantified by tracking high-density clusters of sentence-level representations of Reddit posts within specific US states’ COVID-19 subreddits. We benchmark these c…

Cited by 11SourcePDFScholar
2022

Modeling Ideological Salience and Framing in Polarized Online Groups with Graph Neural Networks and Structured Sparsity

NAACL 2022findings

The increasing polarization of online political discourse calls for computational tools that automatically detect and monitor ideological divides in social media. We introduce a minimally supervised method that leverages the network structure of online discussion forums, specifically Reddit, to dete…

2022

Two Contrasting Data Annotation Paradigms for Subjective NLP Tasks

NAACL 2022long

Labelled data is the foundation of most natural language processing tasks. However, labelling data is difficult and there often are diverse valid beliefs about what the correct data labels should be. So far, dataset creators have acknowledged annotator subjectivity, but rarely actively managed it in…

2022

Unsupervised Detection of Contextualized Embedding Bias with Application to Ideology

ICML 2022spotlight

We propose a fully unsupervised method to detect bias in contextualized embeddings. The method leverages the assortative information latently encoded by social networks and combines orthogonality regularization, structured sparsity learning, and graph neural networks to find the embedding subspace c…

2021

HateCheck: Functional Tests for Hate Speech Detection Models

ACL 2021long

Detecting online hate is a difficult task that even state-of-the-art models struggle with. Typically, hate speech detection models are evaluated by measuring their performance on held-out test data using metrics such as accuracy and F1 score. However, this approach makes it difficult to identify spe…

2021

Superbizarre Is Not Superb: Derivational Morphology Improves BERT’s Interpretation of Complex Words

ACL 2021long

How does the input segmentation of pretrained language models (PLMs) affect their interpretations of complex words? We present the first study investigating this question, taking BERT as the example PLM and focusing on its semantic representations of English derivatives. We show that PLMs can be int…

2021

Temporal Adaptation of BERT and Performance on Downstream Document Classification: Insights from Social Media

EMNLP 2021finding

Language use differs between domains and even within a domain, language use changes over time. For pre-trained language models like BERT, domain adaptation through continued pre-training has been shown to improve performance on in-domain downstream tasks. In this article, we investigate whether temp…