← Search

Leonardo Neves

13 accepted papers

2025

Learning Along the Arrow of Time: Hyperbolic Geometry for Backward-Compatible Representation Learning

ICML 2025poster

Backward compatible representation learning enables updated models to integrate seamlessly with existing ones, avoiding to reprocess stored data. Despite recent advances, existing compatibility approaches in Euclidean space neglect the uncertainty in the old embedding models and force the new model…

Cited by 0SourcePDFScholar
2024

Explainability and Hate Speech: Structured Explanations Make Social Media Moderators Faster

ACL 2024short

Content moderators play a key role in keeping the conversation on social media healthy. While the high volume of content they need to judge represents a bottleneck to the moderation pipeline, no studies have explored how models could support them to make faster decisions. There is, by now, a vast bo…

2023

SuperTweetEval: A Challenging, Unified and Heterogeneous Benchmark for Social Media NLP Research

EMNLP 2023long findings

Despite its relevance, the maturity of NLP for social media pales in comparison with general-purpose models, metrics and benchmarks. This fragmented landscape makes it hard for the community to know, for instance, given a task, which is the best performing model and how it compares with others. To a…

Cited by 0SourceScholar
2022

Style Transfer as Data Augmentation: A Case Study on Named Entity Recognition

EMNLP 2022main

In this work, we take the named entity recognition task in the English language as a case study and explore style transfer as a data augmentation method to increase the size and diversity of training data in low-resource scenarios. We propose a new method to effectively transform the text from a hig…

2022

TempoWiC: An Evaluation Benchmark for Detecting Meaning Shift in Social Media

COLING 2022main

Language evolves over time, and word meaning changes accordingly. This is especially true in social media, since its dynamic nature leads to faster semantic shifts, making it challenging for NLP models to deal with new content and trends. However, the number of datasets and models that specifically…

2022

Twitter Topic Classification

COLING 2022main

Social media platforms host discussions about a wide variety of topics that arise everyday. Making sense of all the content and organising it into categories is an arduous task. A common way to deal with this issue is relying on topic modeling, but topics discovered using this technique are difficul…

Cited by 72SourcePDFScholar
2021

Data Augmentation for Cross-Domain Named Entity Recognition

EMNLP 2021main

Current work in named entity recognition (NER) shows that data augmentation techniques can produce more robust models. However, most existing techniques focus on augmenting in-domain data in low-resource scenarios where annotated data is quite limited. In this work, we take this research direction t…

2021

Data Augmentation for Graph Neural Networks

AAAI 2021technical

Data augmentation has been widely used to improve generalizability of machine learning models. However, comparatively little work studies data augmentation for graphs. This is largely due to the complex, non-Euclidean structure of graphs, which limits possible manipulation operations. Augmentation…

2021

On Transferability of Bias Mitigation Effects in Language Model Fine-Tuning

NAACL 2021long

Fine-tuned language models have been shown to exhibit biases against protected groups in a host of modeling tasks such as text classification and coreference resolution. Previous works focus on detecting these biases, reducing bias in data representations, and using auxiliary training objectives to…

2020

Learning from Explanations with Neural Execution Tree

ICLR 2020poster

While deep neural networks have achieved impressive performance on a range of NLP tasks, these data-hungry models heavily rely on labeled data, which restricts their applications in scenarios where data annotation is expensive. Natural language (NL) explanations have been demonstrated very useful ad…

Cited by 41SourcecodeScholar
2020

The Devil is in the Details: Evaluating Limitations of Transformer-based Methods for Granular Tasks

COLING 2020main

Contextual embeddings derived from transformer-based neural language models have shown state-of-the-art performance for various tasks such as question answering, sentiment analysis, and textual similarity in recent years. Extensive work shows how accurately such models can represent abstract, semant…