← Search

Luca Di Liello

5 accepted papers

2023

Context-Aware Transformer Pre-Training for Answer Sentence Selection

ACL 2023short

Answer Sentence Selection (AS2) is a core component for building an accurate Question Answering pipeline. AS2 models rank a set of candidate sentences based on how likely they answer a given question. The state of the art in AS2 exploits pre-trained transformers by transferring them on large annotat…

2022

Effective Pretraining Objectives for Transformer-based Autoencoders

EMNLP 2022finding

In this paper, we study trade-offs between efficiency, cost and accuracy when pre-training Transformer encoders with different pre-training objectives. For this purpose, we analyze features of common objectives and combine them to create new effective pre-training approaches. Specifically, we design…

2022

Paragraph-based Transformer Pre-training for Multi-Sentence Inference

NAACL 2022long

Inference tasks such as answer sentence selection (AS2) or fact verification are typically solved by fine-tuning transformer-based models as individual sentence-pair classifiers. Recent studies show that these tasks benefit from modeling dependencies across multiple candidate sentences jointly. In t…

2022

Pre-training Transformer Models with Sentence-Level Objectives for Answer Sentence Selection

EMNLP 2022main

An important task for designing QA systems is answer sentence selection (AS2): selecting the sentence containing (or constituting) the answer to a question from a set of retrieved relevant documents. In this paper, we propose three novel sentence-level transformer pre-training objectives that incorp…

2020

Efficient Generation of Structured Objects with Constrained Adversarial Networks

NeurIPS 2020poster

Generative Adversarial Networks (GANs) struggle to generate structured objects like molecules and game maps. The issue is that structured objects must satisfy hard requirements (e.g., molecules must be chemically valid) that are difficult to acquire from examples alone. As a remedy, we propose Const…