← Search

Lukas Lange

13 accepted papers

2026

A Solver-in-the-Loop Framework for Improving LLMs on Answer Set Programming for Logic Puzzle Solving

AAAI 2026technical

The rise of large language models (LLMs) has sparked interest in coding assistants. While general-purpose programming languages are well supported, generating code for domain-specific languages remains a challenging problem for LLMs. In this paper, we focus on the LLM-based generation of code for An

Cited by 0SourcePDFScholar
2025

Lost in Multilinguality: Dissecting Cross-lingual Factual Inconsistency in Transformer Language Models

ACL 2025long

Multilingual language models (MLMs) store factual knowledge across languages but often struggle to provide consistent responses to semantically equivalent prompts in different languages. While previous studies point out this cross-lingual inconsistency issue, the underlying causes remain unexplored.…

Cited by 0SourcePDFScholar
2024

AnnoCTR: A Dataset for Detecting and Linking Entities, Tactics, and Techniques in Cyber Threat Reports

COLING 2024main

Monitoring the threat landscape to be aware of actual or potential attacks is of utmost importance to cybersecurity professionals. Information about cyber threats is typically distributed using natural language reports. Natural language processing can help with managing this large amount of unstruct…

2024

Better Call SAUL: Fluent and Consistent Language Model Editing with Generation Regularization

EMNLP 2024finding

To ensure large language models contain up-to-date knowledge, they need to be updated regularly. However, model editing is challenging as it might also affect knowledge that is unrelated to the new data. State-of-the-art methods identify parameters associated with specific knowledge and then modify…

Cited by 3SourcePDFScholar
2024

Discourse-Aware In-Context Learning for Temporal Expression Normalization

NAACL 2024short

Temporal expression (TE) normalization is a well-studied problem. However, the predominately used rule-based systems are highly restricted to specific settings, and upcoming machine learning approaches suffer from a lack of labeled data. In this work, we explore the feasibility of proprietary and op…

2024

QUITE: Quantifying Uncertainty in Natural Language Text in Bayesian Reasoning Scenarios

EMNLP 2024main

Reasoning is key to many decision making processes. It requires consolidating a set of rule-like premises that are often associated with degrees of uncertainty and observations to draw conclusions. In this work, we address both the case where premises are specified as numeric probabilistic rules and…

Cited by 0SourcePDFScholar
2024

Rehearsal-Free Modular and Compositional Continual Learning for Language Models

NAACL 2024short

Continual learning aims at incrementally acquiring new knowledge while not forgetting existing knowledge. To overcome catastrophic forgetting, methods are either rehearsal-based, i.e., store data examples from previous tasks for data replay, or isolate parameters dedicated to each task. However, reh…

2023

DelucionQA: Detecting Hallucinations in Domain-specific Question Answering

EMNLP 2023long findings

Hallucination is a well-known phenomenon in text generated by large language models (LLMs). The existence of hallucinatory responses is found in almost all application scenarios e.g., summarization, question-answering (QA) etc. For applications requiring high reliability (e.g., customer-facing assis…

Cited by 0SourceScholar
2023

GradSim: Gradient-Based Language Grouping for Effective Multilingual Training

EMNLP 2023long main

Most languages of the world pose low-resource challenges to natural language processing models. With multilingual training, knowledge can be shared among languages. However, not all languages positively influence each other and it is an open research question how to select the most suitable set of l…

Cited by 0SourceScholar
2023

TADA: Efficient Task-Agnostic Domain Adaptation for Transformers

ACL 2023findings

Intermediate training of pre-trained transformer-based language models on domain-specific data leads to substantial gains for downstream tasks. To increase efficiency and prevent catastrophic forgetting alleviated from full domain-adaptive pre-training, approaches such as adapters have been develope…

2021

A Survey on Recent Approaches for Natural Language Processing in Low-Resource Scenarios

NAACL 2021long

Deep neural networks and huge language models are becoming omnipresent in natural language applications. As they are known for requiring large amounts of training data, there is a growing body of work to improve the performance in low-resource settings. Motivated by the recent fundamental changes to…

Cited by 393SourcePDFScholar
2021

FAME: Feature-Based Adversarial Meta-Embeddings for Robust Input Representations

EMNLP 2021main

Combining several embeddings typically improves performance in downstream tasks as different embeddings encode different information. It has been shown that even models using embeddings from transformers still benefit from the inclusion of standard word embeddings. However, the combination of embedd…

2021

To Share or not to Share: Predicting Sets of Sources for Model Transfer Learning

EMNLP 2021main

In low-resource settings, model transfer can help to overcome a lack of labeled data for many tasks and domains. However, predicting useful transfer sources is a challenging problem, as even the most similar sources might lead to unexpected negative transfer results. Thus, ranking methods based on t…