← Search

Nicola Cancedda

13 accepted papers

2026

Hallucination Reduction with CASAL: Contrastive Activation Steering for Amortized Learning

ICLR 2026poster

Large Language Models (LLMs) exhibit impressive capabilities but often hallucinate, confidently providing incorrect answers instead of admitting ignorance. Prior work has shown that models encode linear representations of their own knowledge and that activation steering can reduce hallucinations. Th…

Cited by 0SourceScholar
2026

Verifying Chain-of-Thought Reasoning via Its Computational Graph

ICLR 2026oral

Current Chain-of-Thought (CoT) verification methods predict reasoning correctness based on outputs (black-box) or activations (gray-box), but offer limited insight into \textit{why} a computation fails. We introduce a white-box method: \textbf{Circuit-based Reasoning Verification (CRV)}. We hypothes…

Cited by 0SourcecodeScholar
2025

AI Research Agents for Machine Learning: Search, Exploration, and Generalization in MLE-bench

NeurIPS 2025spotlight

AI research agents are demonstrating great potential to accelerate scientific progress by automating the design, implementation, and training of machine learning models. We focus on methods for improving agents' performance on MLE-bench, a challenging benchmark where agents compete in Kaggle competi…

Cited by 0SourcecodeScholar
2025

Calibrating Verbal Uncertainty as a Linear Feature to Reduce Hallucinations

EMNLP 2025

LLMs often adopt an assertive language style also when making false claims. Such ”overconfident hallucinations” mislead users and erode trust. Achieving the ability to express in language the actual degree of uncertainty around a claim is therefore of great importance. We find that ”verbal uncertain

Cited by 0SourcePDFScholar
2025

Combining Code Generating Large Language Models and Self-Play to Iteratively Refine Strategies in Games

IJCAI 2025

We propose a self-play approach to generating strategies for playing in multi-player games, where strategies are represented as computer code. We use large language models (LLMs) to generate pieces of code to play in the game, which we refer to as generated bots. We engage the LLM generated bots in

Cited by 0SourcePDFScholar
2025

HalluLens: LLM Hallucination Benchmark

ACL 2025long

Large language models (LLMs) often generate responses that deviate from user input or training data, a phenomenon known as “hallucination.” These hallucinations undermine user trust and hinder the adoption of generative AI systems. Addressing hallucinations is important for the advancement of LLMs.…

2025

LLM Unlearning via Neural Activation Redirection

NeurIPS 2025poster

The ability to selectively remove knowledge from LLMs is highly desirable. However, existing methods often struggle with balancing unlearning efficacy and retain model utility, and lack controllability at inference time to emulate base model behavior as if it had never seen the unlearned data. In th…

Cited by 0SourceScholar
2025

Robust LLM safeguarding via refusal feature adversarial training

ICLR 2025poster

Large language models (LLMs) are vulnerable to adversarial attacks that can elicit harmful responses. Defending against such attacks remains challenging due to the opacity of jailbreaking mechanisms and the high computational cost of training LLMs robustly. We demonstrate that adversarial attacks sh…

Cited by 9SourcePDFScholar
2024

Know When To Stop: A Study of Semantic Drift in Text Generation

NAACL 2024long

In this work, we explicitly show that modern LLMs tend to generate correct facts first, then “drift away” and generate incorrect facts later: this was occasionally observed but never properly measured. We develop a semantic drift score that measures the degree of separation between correct and incor…

2023

Polar Ducks and Where to Find Them: Enhancing Entity Linking with Duck Typing and Polar Box Embeddings

EMNLP 2023long main

Entity linking methods based on dense retrieval are widely adopted in large-scale applications for their efficiency, but they can fall short of generative models, as they are sensitive to the structure of the embedding space. To address this issue, this paper introduces DUCK, an approach to infusing…

Cited by 0SourceScholar
2023

Toolformer: Language Models Can Teach Themselves to Use Tools

NeurIPS 2023oral

Language models (LMs) exhibit remarkable abilities to solve new tasks from just a few examples or textual instructions, especially at scale. They also, paradoxically, struggle with basic functionality, such as arithmetic or factual lookup, where much simpler and smaller specialized models excel. In…

Cited by 1684SourcePDFScholar
2022

EDIN: An End-to-end Benchmark and Pipeline for Unknown Entity Discovery and Indexing

EMNLP 2022main

Existing work on Entity Linking mostly assumes that the reference knowledge base is complete, and therefore all mentions can be linked. In practice this is hardly ever the case, as knowledge bases are incomplete and because novel concepts arise constantly. We introduce the temporally segmented Unkno…