← Search

Alfio Gliozzo

10 accepted papers

2025

Knowledge Base Construction for Knowledge-Augmented Text-to-SQL

ACL 2025finding

Text-to-SQL aims to translate natural language queries into SQL statements, which is practical as it enables anyone to easily retrieve the desired information from databases. Recently, many existing approaches tackle this problem with Large Language Models (LLMs), leveraging their strong capability…

2023

Retrieval-Based Transformer for Table Augmentation

ACL 2023findings

Data preparation, also called data wrangling, is considered one of the most expensive and time-consuming steps when performing analytics or building machine learning models. Preparing data typically involves collecting and merging data from complex heterogeneous, and often large-scale data sources,…

2022

AIT-QA: Question Answering Dataset over Complex Tables in the Airline Industry

NAACL 2022industry

Table Question Answering (Table QA) systems have been shown to be highly accurate when trained and tested on open-domain datasets built on top of Wikipedia tables. However, it is not clear whether their performance remains the same when applied to domain-specific scientific and business documents, e…

2022

Permutation Invariant Strategy Using Transformer Encoders for Table Understanding

NAACL 2022findings

Representing text in tables is essential for many business intelligence tasks such as semantic retrieval, data exploration and visualization, and question answering. Existing methods that leverage pretrained Transformer encoders range from a simple construction of pseudo-sentences by concatenating t…

2022

Re2G: Retrieve, Rerank, Generate

NAACL 2022long

As demonstrated by GPT-3 and T5, transformers grow in capability as parameter spaces become larger and larger. However, for tasks that require a large amount of knowledge, non-parametric memory allows models to grow dramatically with a sub-linear increase in computational cost and GPU memory require…

2021

A Semantics-aware Transformer Model of Relation Linking for Knowledge Base Question Answering

ACL 2021short

Relation linking is a crucial component of Knowledge Base Question Answering systems. Existing systems use a wide variety of heuristics, or ensembles of multiple systems, heavily relying on the surface question text. However, the explicit semantic parse of the question is a rich source of relation i…

Cited by 34SourcePDFScholar
2021

Capturing Row and Column Semantics in Transformer Based Question Answering over Tables

NAACL 2021long

Transformer based architectures are recently used for the task of answering questions over tables. In order to improve the accuracy on this task, specialized pre-training techniques have been developed and applied on millions of open-domain web tables. In this paper, we propose two novel approaches…

2021

Open Knowledge Graphs Canonicalization using Variational Autoencoders

EMNLP 2021main

Noun phrases and Relation phrases in open knowledge graphs are not canonicalized, leading to an explosion of redundant and ambiguous subject-relation-object triples. Existing approaches to solve this problem take a two-step approach. First, they generate embedding representations for both noun and r…

2021

Robust Retrieval Augmented Generation for Zero-shot Slot Filling

EMNLP 2021main

Automatically inducing high quality knowledge graphs from a given collection of documents still remains a challenging problem in AI. One way to make headway for this problem is through advancements in a related task known as slot filling. In this task, given an entity query in form of [Entity, Slot,…

2021

Topic Transferable Table Question Answering

EMNLP 2021main

Weakly-supervised table question-answering (TableQA) models have achieved state-of-art performance by using pre-trained BERT transformer to jointly encoding a question and a table to produce structured query for the question. However, in practical settings TableQA systems are deployed over table cor…