← Search

Giovanni Paolini

6 accepted papers

2024

Fewer Truncations Improve Language Modeling

ICML 2024poster

In large language model training, input documents are typically concatenated together and then split into sequences of equal length to avoid padding tokens. Despite its efficiency, the concatenation approach compromises data integrity—it inevitably breaks many documents into incomplete pieces, leadi…

Cited by 20SourcePDFScholar
2023

A-La-Carte Prompt Tuning (APT): Combining Distinct Data via Composable Prompting

CVPR 2023poster

We introduce A-la-carte Prompt Tuning (APT), a transformer-based scheme to tune prompts on distinct data so that they can be arbitrarily composed at inference time. The individual prompts can be trained in isolation, possibly on different devices, at different times, and on different distributions o…

2023

Taxonomy Expansion for Named Entity Recognition

EMNLP 2023long main

Training a Named Entity Recognition (NER) model often involves fixing a taxonomy of entity types. However, requirements evolve and we might need the NER model to recognize additional entity types. A simple approach is to re-annotate entire dataset with both existing and additional entity types and t…

Cited by 0SourceScholar
2022

DIVA: Dataset Derivative of a Learning Task

ICLR 2022poster

We present a method to compute the derivative of a learning task with respect to a dataset. A learning task is a function from a training set to the validation error, which can be represented by a trained deep neural network (DNN). The ``dataset derivative'' is a linear operator, computed around the…

Cited by 7SourcePDFScholar
2021

Estimating informativeness of samples with Smooth Unique Information

ICLR 2021poster

We define a notion of information that an individual sample provides to the training of a neural network, and we specialize it to measure both how much a sample informs the final weights and how much it informs the function computed by the weights. Though related, we show that these quantities have…

2021

Structured Prediction as Translation between Augmented Natural Languages

ICLR 2021spotlight

We propose a new framework, Translation between Augmented Natural Languages (TANL), to solve many structured prediction language tasks including joint entity and relation extraction, nested named entity recognition, relation classification, semantic role labeling, event extraction, coreference resol…