← Search

Jonathan K. Kummerfeld

15 accepted papers

2025

Aligning AI Research with the Needs of Clinical Coding Workflows: Eight Recommendations Based on US Data Analysis and Critical Review

ACL 2025long

Clinical coding is crucial for healthcare billing and data analysis. Manual clinical coding is labour-intensive and error-prone, which has motivated research towards full automation of the process. However, our analysis, based on US English electronic health records and automated coding research usi…

2025

Less is More: Explainable and Efficient ICD Code Prediction with Clinical Entities

ACL 2025long

Clinical coding, assigning standardized codes to medical notes, is critical for epidemiological research, hospital planning, and reimbursement. Neural coding models generally process entire discharge summaries, which are often lengthy and contain information that is not relevant to coding. We propos…

Cited by 0SourcePDFScholar
2025

Personalized Help for Optimizing Low-Skilled Users’ Strategy

NAACL 2025short

AIs can beat humans in game environments; however, how helpful those agents are to human remains understudied. We augment Cicero, a natural language agent that demonstrates superhuman performance in Diplomacy, to generate both move and message advice based on player intentions. A dozen Diplomacy gam…

Cited by 0SourcePDFScholar
2025

Should I Trust You? Detecting Deception in Negotiations using Counterfactual RL

ACL 2025finding

An increasingly common socio-technical problem is people being taken in by offers that sound “too good to be true”, where persuasion and trust shape decision-making. This paper investigates how AI can help detect these deceptive scenarios. We analyze how humans strategically deceive each other in Di…

Cited by 0SourcePDFScholar
2024

A Mechanistic Understanding of Alignment Algorithms: A Case Study on DPO and Toxicity

ICML 2024oral

While alignment algorithms are commonly used to tune pre-trained language models towards user preferences, we lack explanations for the underlying mechanisms in which models become ``aligned'', thus making it difficult to explain phenomena like jailbreaks. In this work we study a popular algorithm,…

2024

Do Text-to-Vis Benchmarks Test Real Use of Visualisations?

EMNLP 2024main

Large language models are able to generate code for visualisations in response to simple user requests.This is a useful application and an appealing one for NLP research because plots of data provide grounding for language.However, there are relatively few benchmarks, and those that exist may not be…

2024

More Victories, Less Cooperation: Assessing Cicero’s Diplomacy Play

ACL 2024long

The boardgame Diplomacy is a challenging setting for communicative and cooperative artificial intelligence. The most prominent communicative Diplomacy AI, Cicero, has excellent strategic abilities, exceeding human players. However, the best Diplomacy players master communication, not just tactics, w…

2022

Leveraging Similar Users for Personalized Language Modeling with Limited Data

ACL 2022long

Personalized language models are designed and trained to capture language patterns specific to individual users. This makes them more accurate at predicting what a user will write. However, when a new user joins a platform and not enough text is available, it is harder to build effective personalize…

Cited by 35SourcePDFScholar
2022

Using Paraphrases to Study Properties of Contextual Embeddings

NAACL 2022long

We use paraphrases as a unique source of data to analyze contextualized embeddings, with a particular focus on BERT. Because paraphrases naturally encode consistent word and phrase semantics, they provide a unique lens for investigating properties of embeddings. Using the Paraphrase Database’s align…

Cited by 6SourcePDFScholar
2021

Analyzing the Surprising Variability in Word Embedding Stability Across Languages

EMNLP 2021main

Word embeddings are powerful representations that form the foundation of many natural language processing architectures, both in English and in other languages. To gain further insight into word embeddings, we explore their stability (e.g., overlap between the nearest neighbors of a word in differen…

2021

Micromodels for Efficient, Explainable, and Reusable Systems: A Case Study on Mental Health

EMNLP 2021finding

Many statistical models have high accuracy on test benchmarks, but are not explainable, struggle in low-resource scenarios, cannot be reused for multiple tasks, and cannot easily integrate domain expertise. These factors limit their use, particularly in settings such as mental health, where it is di…

2020

Exploring the Value of Personalized Word Embeddings

COLING 2020main

In this paper, we introduce personalized word embeddings, and examine their value for language modeling. We compare the performance of our proposed prediction model when using personalized versus generic word representations, and study how these representations can be leveraged for improved performa…

Cited by 19SourcePDFScholar
2020

Inconsistencies in Crowdsourced Slot-Filling Annotations: A Typology and Identification Methods

COLING 2020main

Slot-filling models in task-driven dialog systems rely on carefully annotated training data. However, annotations by crowd workers are often inconsistent or contain errors. Simple solutions like manually checking annotations or having multiple workers label each sample are expensive and waste effort…

Cited by 16SourcePDFScholar
2019

No-Press Diplomacy: Modeling Multi-Agent Gameplay

NeurIPS 2019poster

Diplomacy is a seven-player non-stochastic, non-cooperative game, where agents acquire resources through a mix of teamwork and betrayal. Reliance on trust and coordination makes Diplomacy the first non-cooperative multi-agent benchmark for complex sequential social dilemmas in a rich environment. In…