← Search

Benjamin Roth

8 accepted papers

2025

Influences on LLM Calibration: A Study of Response Agreement, Loss Functions, and Prompt Styles

ACL 2025long

Calibration, the alignment between model confidence and prediction accuracy, is critical for the reliable deployment of large language models (LLMs). Existing works neglect to measure the generalization of their methods to other prompt styles and different sizes of LLMs. To address this, we define a…

Cited by 0SourcePDFScholar
2024

To Know or Not To Know? Analyzing Self-Consistency of Large Language Models under Ambiguity

EMNLP 2024finding

One of the major aspects contributing to the striking performance of large language models (LLMs) is the vast amount of factual knowledge accumulated during pre-training. Yet, many LLMs suffer from self-inconsistency, which raises doubts about their trustworthiness and reliability. This paper focuse…

2023

ACTC: Active Threshold Calibration for Cold-Start Knowledge Graph Completion

ACL 2023short

Self-supervised knowledge-graph completion (KGC) relies on estimating a scoring model over (entity, relation, entity)-tuples, for example, by embedding an initial knowledge graph. Prediction quality can be improved by calibrating the scoring model, typically by adjusting the prediction thresholds us…

2023

ULF: Unsupervised Labeling Function Correction using Cross-Validation for Weak Supervision

EMNLP 2023short main

A cost-effective alternative to manual data labeling is weak supervision (WS), where data samples are automatically annotated using a predefined set of labeling functions (LFs), rule-based mechanisms that generate artificial labels for the associated classes. In this work, we investigate noise reduc…

Cited by 0SourcecodeScholar
2022

SepLL: Separating Latent Class Labels from Weak Supervision Noise

EMNLP 2022finding

In the weakly supervised learning paradigm, labeling functions automatically assign heuristic, often noisy, labels to data samples. In this work, we provide a method for learning from weak labels by separating two types of complementary information associated with the labeling functions: information…

2021

KnowMAN: Weakly Supervised Multinomial Adversarial Networks

EMNLP 2021main

The absence of labeled data for training neural models is often addressed by leveraging knowledge about the specific task, resulting in heuristic but noisy labels. The knowledge is captured in labeling functions, which detect certain regularities or patterns in the training samples and annotate corr…