← Search

Guido Zuccon

10 accepted papers

2025

VISA: Retrieval Augmented Generation with Visual Source Attribution

ACL 2025long

Generation with source attribution is important for enhancing the verifiability of retrieval-augmented generation (RAG) systems. However, existing approaches in RAG primarily link generated content to document-level references, making it challenging for users to locate evidence among multiple conten…

2024

CoLAL: Co-learning Active Learning for Text Classification

AAAI 2024technical

In the machine learning field, the challenge of effectively learning with limited data has become increasingly crucial. Active Learning (AL) algorithms play a significant role in this by enhancing model performance. We introduce a novel AL algorithm, termed Co-learning (CoLAL), designed to select th…

Cited by 2SourcePDFScholar
2024

PromptReps: Prompting Large Language Models to Generate Dense and Sparse Representations for Zero-Shot Document Retrieval

EMNLP 2024main

Utilizing large language models (LLMs) for zero-shot document ranking is done in one of two ways: (1) prompt-based re-ranking methods, which require no further training but are only feasible for re-ranking a handful of candidate documents due to computational costs; and (2) unsupervised contrastive…

2024

Source-Free Domain-Invariant Performance Prediction

ECCV 2024poster

"Accurately estimating model performance poses a significant challenge, particularly in scenarios where the source and target domains follow different data distributions. Most existing performance prediction methods heavily rely on the source data in their estimation process, limiting their applicab…

2023

Convolutional Persistence as a Remedy to Neural Model Analysis

AISTATS 2023poster

While deep neural networks are proven to be effective learning systems, their analysis is complex due to the high-dimensionality of their weight space. Persistent topological properties can be used as an additional descriptor, providing insights on how the network weights evolve during training. In…

Cited by 2SourcePDFScholar
2023

Dr ChatGPT tell me what I want to hear: How different prompts impact health answer correctness

EMNLP 2023long main

This paper investigates the significant impact different prompts have on the behaviour of ChatGPT when used for health information seeking. As people more and more depend on generative large language models (LLMs) like ChatGPT, it is critical to understand model behaviour under different conditions,…

Cited by 0SourcecodeScholar
2023

Open-source Large Language Models are Strong Zero-shot Query Likelihood Models for Document Ranking

EMNLP 2023short findings

In the field of information retrieval, Query Likelihood Models (QLMs) rank documents based on the probability of generating the query given the content of a document. Recently, advanced large language models (LLMs) have emerged as effective QLMs, showcasing promising ranking capabilities. This paper…

Cited by 0SourcecodeScholar
2022

Guiding Neural Entity Alignment with Compatibility

EMNLP 2022main

Entity Alignment (EA) aims to find equivalent entities between two Knowledge Graphs (KGs). While numerous neural EA models have been devised, they are mainly learned using labelled data only. In this work, we argue that different entities within one KG should have compatible counterparts in the othe…

2021

ActiveEA: Active Learning for Neural Entity Alignment

EMNLP 2021main

Entity Alignment (EA) aims to match equivalent entities across different Knowledge Graphs (KGs) and is an essential step of KG fusion. Current mainstream methods – neural EA models – rely on training with seed alignment, i.e., a set of pre-aligned entity pairs which are very costly to annotate. In t…