← Search

Nicola De Cao

8 accepted papers

2024

Learning to Plan and Generate Text with Citations

ACL 2024long

The increasing demand for the deployment of LLMs in information-seeking scenarios has spurred efforts in creating verifiable systems, which generate responses to queries along with supporting evidence. In this paper, we explore the attribution capabilities of plan-based models which have been recent…

2022

GenIE: Generative Information Extraction

NAACL 2022long

Structured and grounded representation of text is typically formalized by closed information extraction, the problem of extracting an exhaustive set of (subject, relation, object) triplets that are consistent with a predefined set of entities and relations from a knowledge base schema. Most existing…

2021

Highly Parallel Autoregressive Entity Linking with Discriminative Correction

EMNLP 2021main

Generative approaches have been recently shown to be effective for both Entity Disambiguation and Entity Linking (i.e., joint mention detection and disambiguation). However, the previously proposed autoregressive formulation for EL suffers from i) high computational cost due to a complex (deep) deco…

2021

Interpreting Graph Neural Networks for NLP With Differentiable Edge Masking

ICLR 2021spotlight

Graph neural networks (GNNs) have become a popular approach to integrating structural inductive biases into NLP models. However, there has been little work on interpreting them, and specifically on understanding which parts of the graphs (e.g. syntactic trees or co-reference structures) contribute t…

2021

KILT: a Benchmark for Knowledge Intensive Language Tasks

NAACL 2021long

Challenging problems such as open-domain question answering, fact checking, slot filling and entity linking require access to large, external knowledge sources. While some models do well on individual tasks, developing general models is difficult as each task might require computationally expensive…