← Search

Alessandro Moschitti

25 accepted papers

2025

Analyzing and Improving Coherence of Large Language Models in Question Answering

NAACL 2025long

Large language models (LLMs) have recently revolutionized natural language processing. These models, however, often suffer from instability or lack of coherence, that is the ability of the models to generate semantically equivalent outputs when receiving diverse yet semantically equivalent input var…

Cited by 0SourcePDFScholar
2025

Tuning-Free Personalized Alignment via Trial-Error-Explain In-Context Learning

NAACL 2025findings

Language models are aligned to the collective voice of many, resulting in generic outputs that do not align with specific users’ styles. In this work, we present Trial-Error-Explain In-Context Learning (TICL), a tuning-free method that personalizes language models for text generation tasks with fewe…

2024

Datasets for Multilingual Answer Sentence Selection

EMNLP 2024finding

Answer Sentence Selection (AS2) is a critical task for designing effective retrieval-based Question Answering (QA) systems. Most advancements in AS2 focus on English due to the scarcity of annotated datasets for other languages. This lack of resources prevents the training of effective AS2 models in…

Cited by 1SourcePDFScholar
2024

Efficient and Accurate Contextual Re-Ranking for Knowledge Graph Question Answering

COLING 2024main

The efficacy of neural “retrieve and generate” systems is well established for question answering (QA) over unstructured text. Recent efforts seek to extend this approach to knowledge graph (KG) QA by converting structured triples to unstructured text. However, the relevance of KG triples retrieved…

Cited by 1SourcePDFScholar
2024

Measuring Retrieval Complexity in Question Answering Systems

ACL 2024findings

In this paper, we investigate which questions are challenging for retrieval-based Question Answering (QA). We (i) propose retrieval complexity (RC), a novel metric conditioned on the completeness of retrieved documents, which measures the difficulty of answering questions, and (ii) propose an unsupe…

Cited by 2SourcePDFScholar
2024

Speechworthy Instruction-tuned Language Models

EMNLP 2024main

Current instruction-tuned language models are exclusively trained with textual preference data and thus may not be aligned to the unique requirements of other modalities, such as speech. To better align language models with the speech domain, we explore i) prompting strategies based on radio-industr…

Cited by 3SourcePDFScholar
2023

Accurate Training of Web-based Question Answering Systems with Feedback from Ranked Users

ACL 2023industry

Recent work has shown that large-scale annotated datasets are essential for training state-of-the-art Question Answering (QA) models. Unfortunately, creating this data is expensive and requires a huge amount of annotation work. An alternative and cheaper source of supervision is given by feedback da…

Cited by 8SourcePDFScholar
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…

2023

Cross-Lingual Knowledge Distillation for Answer Sentence Selection in Low-Resource Languages

ACL 2023findings

While impressive performance has been achieved on the task of Answer Sentence Selection (AS2) for English, the same does not hold for languages that lack large labeled datasets. In this work, we propose Cross-Lingual Knowledge Distillation (CLKD) from a strong English AS2 teacher as a method to trai…

2023

Learning Answer Generation using Supervision from Automatic Question Answering Evaluators

ACL 2023long

Recent studies show that sentence-level extractive QA, i.e., based on Answer Sentence Selection (AS2), is outperformed by Generation-based QA (GenQA) models, which generate answers using the top-k answer sentences ranked by AS2 models (a la retrieval-augmented generation style). In this paper, we pr…

Cited by 5SourcePDFScholar
2023

QUADRo: Dataset and Models for QUestion-Answer Database Retrieval

EMNLP 2023long findings

An effective approach to design automated Question Answering (QA) systems is to efficiently retrieve answers from pre-computed databases containing question/answer pairs. One of the main challenges to this design is the lack of training/testing data. Existing resources are limited in size and topic…

Cited by 0SourceScholar
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

Ensemble Transformer for Efficient and Accurate Ranking Tasks: an Application to Question Answering Systems

EMNLP 2022finding

Large transformer models can highly improve Answer Sentence Selection (AS2) tasks, but their high computational costs prevent their use in many real-world applications. In this paper, we explore the following research question: How can we make the AS2 models more accurate without significantly incre…

2022

FocusQA: Open-Domain Question Answering with a Context in Focus

EMNLP 2022finding

We introduce question answering with a cotext in focus, a task that simulates a free interaction with a QA system. The user reads on a screen some information about a topic, and they can follow-up with questions that can be either related or not to the topic; and the answer can be found in the docum…

2022

Knowledge Transfer from Answer Ranking to Answer Generation

EMNLP 2022main

Recent studies show that Question Answering (QA) based on Answer Sentence Selection (AS2) can be improved by generating an improved answer from the top-k ranked answer sentences (termed GenQA). This allows for synthesizing the information from multiple candidates into a concise, natural-sounding ans…

Cited by 9SourcePDFScholar
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…

2021

Joint Models for Answer Verification in Question Answering Systems

ACL 2021long

This paper studies joint models for selecting correct answer sentences among the top k provided by answer sentence selection (AS2) modules, which are core components of retrieval-based Question Answering (QA) systems. Our work shows that a critical step to effectively exploiting an answer set regard…

2021

Reference-based Weak Supervision for Answer Sentence Selection using Web Data

EMNLP 2021finding

Answer Sentence Selection (AS2) models are core components of efficient retrieval-based Question Answering (QA) systems. We present the Reference-based Weak Supervision (RWS), a fully automatic large-scale data pipeline that harvests high-quality weakly- supervised answer sentences from Web data, on…

2021

Supervised Neural Clustering via Latent Structured Output Learning: Application to Question Intents

NAACL 2021long

Previous pre-neural work on structured prediction has produced very effective supervised clustering algorithms using linear classifiers, e.g., structured SVM or perceptron. However, these cannot exploit the representation learning ability of neural networks, which would make supervised clustering ev…

2021

WikiSum: Coherent Summarization Dataset for Efficient Human-Evaluation

ACL 2021short

Recent works made significant advances on summarization tasks, facilitated by summarization datasets. Several existing datasets have the form of coherent-paragraph summaries. However, these datasets were curated from academic documents that were written for experts, thus making the essential step of…

2021

Will this Question be Answered? Question Filtering via Answer Model Distillation for Efficient Question Answering

EMNLP 2021main

In this paper we propose a novel approach towards improving the efficiency of Question Answering (QA) systems by filtering out questions that will not be answered by them. This is based on an interesting new finding: the answer confidence scores of state-of-the-art QA systems can be approximated wel…

2020

A Study on Efficiency, Accuracy and Document Structure for Answer Sentence Selection

COLING 2020main

An essential task of most Question Answering (QA) systems is to re-rank the set of answer candidates, i.e., Answer Sentence Selection (AS2). These candidates are typically sentences either extracted from one or more documents preserving their natural order or retrieved by a search engine. Most state…