← Search

Lluis Marquez

4 accepted papers

2025

Understanding and Improving Information Preservation in Prompt Compression for LLMs

EMNLP 2025

Recent advancements in large language models (LLMs) have enabled their successful application to a broad range of tasks. However, in information-intensive tasks, the prompt length can grow fast, leading to increased computational requirements, performance degradation, and induced biases from irrelev

2025

Unraveling and Mitigating Safety Alignment Degradation of Vision-Language Models

ACL 2025finding

The safety alignment ability of Vision-Language Models (VLMs) is prone to be degraded by the integration of the vision module compared to its LLM backbone. We investigate this phenomenon, dubbed as “safety alignment degradation” in this paper, and show that the challenge arises from the representati…

Cited by 0SourcePDFScholar
2024

Factual Confidence of LLMs: on Reliability and Robustness of Current Estimators

ACL 2024long

Large Language Models (LLMs) tend to be unreliable on fact-based answers.To address this problem, NLP researchers have proposed a range of techniques to estimate LLM’s confidence over facts. However, due to the lack of a systematic comparison, it is not clear how the different methods compare to one…

2023

Diable: Efficient Dialogue State Tracking as Operations on Tables

ACL 2023findings

Sequence-to-sequence state-of-the-art systems for dialogue state tracking (DST) use the full dialogue history as input, represent the current state as a list with all the slots, and generate the entire state from scratch at each dialogue turn. This approach is inefficient, especially when the number…