← Search

Cicero Nogueira dos Santos

11 accepted papers

2024

Memory Augmented Language Models through Mixture of Word Experts

NAACL 2024long

Scaling up the number of parameters of language models has proven to be an effective approach to improve performance. For dense models, increasing their size proportionally increases their computational footprint. In this work, we seek to aggressively decouple learning capacity and FLOPs through Mix…

2023

Triggering Multi-Hop Reasoning for Question Answering in Language Models using Soft Prompts and Random Walks

ACL 2023findings

Despite readily memorizing world knowledge about entities, pre-trained language models (LMs) struggle to compose together two or more facts to perform multi-hop reasoning in question-answering tasks. In this work, we propose techniques that improve upon this limitation by relying on random-walks ove…

2022

ED2LM: Encoder-Decoder to Language Model for Faster Document Re-ranking Inference

ACL 2022findings

State-of-the-art neural models typically encode document-query pairs using cross-attention for re-ranking. To this end, models generally utilize an encoder-only (like BERT) paradigm or an encoder-decoder (like T5) approach. These paradigms, however, are not without flaws, i.e., running the model on…

Cited by 15SourcePDFScholar
2021

Answering Ambiguous Questions through Generative Evidence Fusion and Round-Trip Prediction

ACL 2021long

In open-domain question answering, questions are highly likely to be ambiguous because users may not know the scope of relevant topics when formulating them. Therefore, a system needs to find possible interpretations of the question, and predict one or multiple plausible answers. When multiple plaus…

2021

Generative Context Pair Selection for Multi-hop Question Answering

EMNLP 2021main

Compositional reasoning tasks such as multi-hop question answering require models to learn how to make latent decisions using only weak supervision from the final answer. Crowdsourced datasets gathered for these tasks, however, often contain only a slice of the underlying task distribution, which ca…

2021

Improving Factual Consistency of Abstractive Summarization via Question Answering

ACL 2021long

A commonly observed problem with the state-of-the art abstractive summarization models is that the generated summaries can be factually inconsistent with the input documents. The fact that automatic summarization may produce plausible-sounding yet inaccurate summaries is a major concern that limits…

2021

Learning Contextual Representations for Semantic Parsing with Generation-Augmented Pre-Training

AAAI 2021technical

Most recently, there has been significant interest in learning contextual representations for various NLP tasks, by leveraging large scale text corpora to train powerful language models with self-supervised learning objectives, such as Masked Language Model (MLM). Based on a pilot study, we observe…

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…

2019

Learning Implicit Generative Models by Matching Perceptual Features

ICCV 2019oral

Perceptual features (PFs) have been used with great success in tasks such as transfer learning, style transfer, and super-resolution. However, the efficacy of PFs as key source of information for learning generative models is not well studied. We investigate here the use of PFs in the context of lea…

Cited by 27PDFScholar
2019

Sobolev Independence Criterion

NeurIPS 2019poster

We propose the Sobolev Independence Criterion (SIC), an interpretable dependency measure between a high dimensional random variable X and a response variable Y. SIC decomposes to the sum of feature importance scores and hence can be used for nonlinear feature selection. SIC can be seen as a gradient…

2017

A STRUCTURED SELF-ATTENTIVE SENTENCE EMBEDDING

ICLR 2017poster

This paper proposes a new model for extracting an interpretable sentence embedding by introducing self-attention. Instead of using a vector, we use a 2-D matrix to represent the embedding, with each row of the matrix attending on a different part of the sentence. We also propose a self-attention mec…

Cited by 2949SourceScholar