← Search

Radu Florian

18 accepted papers

2025

From Multiple-Choice to Extractive QA: A Case Study for English and Arabic

COLING 2025main

The rapid evolution of Natural Language Processing (NLP) has favoured major languages such as English, leaving a significant gap for many others due to limited resources. This is especially evident in the context of data annotation, a task whose importance cannot be underestimated, but which is time…

2024

A Grounded Preference Model for LLM Alignment

ACL 2024findings

Despite LLMs’ recent advancements, they still suffer from factual inconsistency and hallucination. An often-opted remedy is retrieval-augmented generation – however, there is no guarantee that the model will strictly adhere to retrieved grounding. Fundamentally, LLMs need to be aligned to be more fa…

Cited by 1SourcePDFScholar
2024

CHRONOS: A Schema-Based Event Understanding and Prediction System

AAAI 2024technical

Chronological and Hierarchical Reasoning Over Naturally Occurring Schemas (CHRONOS) is a system that combines language model-based natural language processing with symbolic knowledge representations to analyze and make predictions about newsworthy events. CHRONOS consists of an event-centric informa…

Cited by 1SourcePDFScholar
2023

Ensemble-Instruct: Instruction Tuning Data Generation with a Heterogeneous Mixture of LMs

EMNLP 2023long findings

Using in-context learning (ICL) for data generation, techniques such as Self-Instruct (Wang et al., 2023) or the follow-up Alpaca (Taori et al., 2023) can train strong conversational agents with only a small amount of human supervision. One limitation of these approaches is that they resort to very…

Cited by 0SourceScholar
2023

GAAMA 2.0: An Integrated System That Answers Boolean and Extractive Questions

AAAI 2023technical

Recent machine reading comprehension datasets include extractive and boolean questions but current approaches do not offer integrated support for answering both question types. We present a front-end demo to a multilingual machine reading comprehension system that handles boolean and extractive ques…

2023

Moving Beyond Downstream Task Accuracy for Information Retrieval Benchmarking

ACL 2023findings

Neural information retrieval (IR) systems have progressed rapidly in recent years, in large part due to the release of publicly available benchmarking tasks. Unfortunately, some dimensions of this progress are illusory: the majority of the popular IR benchmarks today focus exclusively on downstream…

2023

UDAPDR: Unsupervised Domain Adaptation via LLM Prompting and Distillation of Rerankers

EMNLP 2023long main

Many information retrieval tasks require large labeled datasets for fine-tuning. However, such datasets are often unavailable, and their utility for real-world applications can diminish quickly due to domain shifts. To address this challenge, we develop and motivate a method for using large language…

Cited by 0SourcecodeScholar
2022

DocAMR: Multi-Sentence AMR Representation and Evaluation

NAACL 2022long

Despite extensive research on parsing of English sentences into Abstract Meaning Representation (AMR) graphs, which are compared to gold graphs via the Smatch metric, full-document parsing into a unified graph representation lacks well-defined representation and evaluation. Taking advantage of a sup…

2022

Inducing and Using Alignments for Transition-based AMR Parsing

NAACL 2022long

Transition-based parsers for Abstract Meaning Representation (AMR) rely on node-to-word alignments. These alignments are learned separately from parser training and require a complex pipeline of rule-based components, pre-processing, and post-processing to satisfy domain-specific constraints. Parser…

2022

Maximum Bayes Smatch Ensemble Distillation for AMR Parsing

NAACL 2022long

AMR parsing has experienced an unprecendented increase in performance in the last three years, due to a mixture of effects including architecture improvements and transfer learning. Self-learning techniques have also played a role in pushing performance forward. However, for most recent high perform…

2022

Not to Overfit or Underfit the Source Domains? An Empirical Study of Domain Generalization in Question Answering

EMNLP 2022main

Machine learning models are prone to overfitting their training (source) domains, which is commonly believed to be the reason why they falter in novel target domains. Here we examine the contrasting view that multi-source domain generalization (DG) is first and foremost a problem of mitigating sourc…

2021

Multilingual Transfer Learning for QA using Translation as Data Augmentation

AAAI 2021technical

Prior work on multilingual question answering has mostly focused on using large multilingual pre-trained language models (LM) to perform zero-shot language-wise learning: train a QA model on English and test on other languages. In this work, we explore strategies that improve cross-lingual transfer…

Cited by 43SourcePDFScholar
2021

Structure-aware Fine-tuning of Sequence-to-sequence Transformers for Transition-based AMR Parsing

EMNLP 2021main

Predicting linearized Abstract Meaning Representation (AMR) graphs using pre-trained sequence-to-sequence Transformer models has recently led to large improvements on AMR parsing benchmarks. These parsers are simple and avoid explicit modeling of structure but lack desirable properties such as graph…

2021

VAULT: VAriable Unified Long Text Representation for Machine Reading Comprehension

ACL 2021short

Existing models on Machine Reading Comprehension (MRC) require complex model architecture for effectively modeling long texts with paragraph representation and classification, thereby making inference computationally inefficient for production use. In this work, we propose VAULT: a light-weight and…

Cited by 3SourcePDFScholar
2020

A Multilingual Reading Comprehension System for more than 100 Languages

COLING 2020system demonstrations

This paper presents M-GAAMA, a Multilingual Question Answering architecture and demo system. This is the first multilingual machine reading comprehension (MRC) demo which is able to answer questions in over 100 languages. M-GAAMA answers questions from a given passage in the same or different langua…

2020

Scalable Cross-lingual Treebank Synthesis for Improved Production Dependency Parsers

COLING 2020industry

We present scalable Universal Dependency (UD) treebank synthesis techniques that exploit advances in language representation modeling which leverage vast amounts of unlabeled general-purpose multilingual text. We introduce a data augmentation technique that uses synthetic treebanks to improve produc…

Cited by 3SourcePDFScholar
2020

Towards building a Robust Industry-scale Question Answering System

COLING 2020industry

Industry-scale NLP systems necessitate two features. 1. Robustness: “zero-shot transfer learning” (ZSTL) performance has to be commendable and 2. Efficiency: systems have to train efficiently and respond instantaneously. In this paper, we introduce the development of a production model called GAAMA…

Cited by 16SourcePDFScholar