← Search

Carolin Lawrence

13 accepted papers

2025

Evaluating Language Models as Synthetic Data Generators

ACL 2025long

Given the increasing use of synthetic data in language model (LM) post-training, an LM’s ability to generate high-quality data has become nearly as crucial as its ability to solve problems directly. While prior works have focused on developing effective data generation methods, they lack systematic…

2025

MEDDxAgent: A Unified Modular Agent Framework for Explainable Automatic Differential Diagnosis

ACL 2025long

Differential Diagnosis (DDx) is a fundamental yet complex aspect of clinical decision-making, in which physicians iteratively refine a ranked list of possible diseases based on symptoms, antecedents, and medical knowledge. While recent advances in large language models (LLMs) have shown promise in s…

2025

Not-Just-Scaling Laws: Towards a Better Understanding of the Downstream Impact of Language Model Design Decisions

EMNLP 2025

Improvements in language model capabilities are often attributed to increasing model size or training data, but in some cases smaller models trained on curated data or with different architectural decisions can outperform larger ones trained on more tokens. What accounts for this? To quantify the im

2025

On Synthesizing Data for Context Attribution in Question Answering

ACL 2025long

Question Answering (QA) accounts for a significant portion of LLM usage in the wild”. However, LLMs sometimes produce false or misleading responses, also known as hallucinations”. Therefore, grounding the generated answers in contextually provided information—i.e., providing evidence for the generat…

Cited by 0SourcePDFScholar
2024

AgentQuest: A Modular Benchmark Framework to Measure Progress and Improve LLM Agents

NAACL 2024system demonstrations

The advances made by Large Language Models (LLMs) have led to the pursuit of LLM agents that can solve intricate, multi-step reasoning tasks. As with any research pursuit, benchmarking and evaluation are key corner stones to efficient and reliable progress. However, existing benchmarks are often nar…

2024

Generating and Evaluating Plausible Explanations for Knowledge Graph Completion

ACL 2024long

Explanations for AI should aid human users, yet this ultimate goal remains under-explored. This paper aims to bridge this gap by investigating the specific explanatory needs of human users in the context of Knowledge Graph Completion (KGC) systems. In contrast to the prevailing approaches that prima…

Cited by 1SourcePDFScholar
2023

Linking Surface Facts to Large-Scale Knowledge Graphs

EMNLP 2023long main

Open Information Extraction (OIE) methods extract facts from natural language text in the form of ("subject"; "relation"; "object") triples. These facts are, however, merely surface forms, the ambiguity of which impedes their downstream usage; e.g., the surface phrase "Michael Jordan" may refer to e…

Cited by 0SourcecodeScholar
2022

BenchIE: A Framework for Multi-Faceted Fact-Based Open Information Extraction Evaluation

ACL 2022long

Intrinsic evaluations of OIE systems are carried out either manually—with human evaluators judging the correctness of extractions—or automatically, on standardized benchmarks. The latter, while much more cost-effective, is less reliable, primarily because of the incompleteness of the existing OIE be…

2022

MILIE: Modular & Iterative Multilingual Open Information Extraction

ACL 2022long

Open Information Extraction (OpenIE) is the task of extracting (subject, predicate, object) triples from natural language sentences. Current OpenIE systems extract all triple slots independently. In contrast, we explore the hypothesis that it may be beneficial to extract triple slots iteratively: fi…

Cited by 17SourcePDFScholar
2021

Answering Complex Queries in Knowledge Graphs with Bidirectional Sequence Encoders

AAAI 2021technical

Representation learning for knowledge graphs (KGs) has focused on the problem of answering simple link prediction queries. In this work we address the more ambitious challenge of predicting the answers of conjunctive queries with multiple missing entities. We propose Bidirectional Query Embedding (B…

Cited by 57SourcePDFScholar
2021

Explaining Neural Matrix Factorization with Gradient Rollback

AAAI 2021technical

Explaining the predictions of neural black-box models is an important problem, especially when such models are used in applications where user trust is crucial. Estimating the influence of training examples on a learned neural model's behavior allows us to identify training examples most responsible…

2021

Uncertainty Estimation and Calibration with Finite-State Probabilistic RNNs

ICLR 2021poster

Uncertainty quantification is crucial for building reliable and trustable machine learning systems. We propose to estimate uncertainty in recurrent neural networks (RNNs) via stochastic discrete state transitions over recurrent timesteps. The uncertainty of the model can be quantified by running a p…

Cited by 10SourcePDFScholar