← Search

Eduardo Blanco

36 accepted papers

2025

A Dynamic Fusion Model for Consistent Crisis Response

EMNLP 2025

In response to the urgent need for effective communication with crisis-affected populations, automated responses driven by language models have been proposed to assist in crisis communications. A critical yet often overlooked factor is the consistency of response style, which could affect the trust

Cited by 0SourcePDFScholar
2025

Assessing the Human Likeness of AI-Generated Counterspeech

COLING 2025main

Counterspeech is a targeted response to counteract and challenge abusive or hateful content. It effectively curbs the spread of hatred and fosters constructive online communication. Previous studies have proposed different strategies for automatically generated counterspeech. Evaluations, however, f…

2025

BEMEAE: Moving Beyond Exact Span Match for Event Argument Extraction

NAACL 2025long

Event Argument Extraction (EAE) is a key task in natural language processing, focusing on identifying and classifying event arguments in text. However, the widely adopted exact span match (ESM) evaluation metric has notable limitations due to its rigid span constraints, often misidentifying valid pr…

2025

Can LLMs Judge Debates? Evaluating Non-Linear Reasoning via Argumentation Theory Semantics

EMNLP 2025

Large Language Models (LLMs) excel at linear reasoning tasks but remain underexplored on non-linear structures such as those found in natural debates, which are best expressed as argument graphs. We evaluate whether LLMs can approximate structured reasoning from Computational Argumentation Theory (C

Cited by 0SourcePDFScholar
2025

Echoes of Discord: Forecasting Hater Reactions to Counterspeech

NAACL 2025findings

Hate speech (HS) erodes the inclusiveness of online users and propagates negativity and division. Counterspeech has been recognized as a way to mitigate the harmful consequences. While some research has investigated the impact of user-generated counterspeech on social media platforms, few have exami…

2025

NEXUS: Network Exploration for eXploiting Unsafe Sequences in Multi-Turn LLM Jailbreaks

EMNLP 2025

Large Language Models (LLMs) have revolutionized natural language processing, yet remain vulnerable to jailbreak attacks—particularly multi-turn jailbreaks that distribute malicious intent across benign exchanges, thereby bypassing alignment mechanisms. Existing approaches often suffer from limited

2025

The Lies Characters Tell: Utilizing Large Language Models to Normalize Adversarial Unicode Perturbations

ACL 2025finding

Homoglyphs, Unicode characters that are visually homogeneous to Latin letters, are widely used to mask offensive content. Dynamic strategies are needed to combat homoglyphs as the Unicode library is ever-expanding and new substitution possibilities for Latin letters continuously emerge. The present…

2025

UnSeenTimeQA: Time-Sensitive Question-Answering Beyond LLMs’ Memorization

ACL 2025long

This paper introduces UnSeenTimeQA, a novel data contamination-free time-sensitive question-answering (TSQA) benchmark. It differs from existing TSQA benchmarks by avoiding web-searchable queries grounded in the real world. We present a series of time-sensitive event scenarios based on synthetically…

Cited by 0SourcePDFScholar
2024

ALIGN-SIM: A Task-Free Test Bed for Evaluating and Interpreting Sentence Embeddings through Semantic Similarity Alignment

EMNLP 2024finding

Sentence embeddings play a pivotal role in a wide range of NLP tasks, yet evaluating and interpreting these real-valued vectors remains an open challenge to date, especially in a task-free setting. To address this challenge, we introduce a novel task-free test bed for evaluating and interpreting sen…

Cited by 2SourcePDFScholar
2024

Analyzing Large Language Models’ Capability in Location Prediction

COLING 2024main

In this paper, we investigate and evaluate large language models’ capability in location prediction. We present experimental results with four models—FLAN-T5, FLAN-UL2, FLAN-Alpaca, and ChatGPT—in various instruction finetuning and exemplar settings. We analyze whether taking into account the contex…

Cited by 21SourcePDFScholar
2024

Asking and Answering Questions to Extract Event-Argument Structures

COLING 2024main

This paper presents a question-answering approach to extract document-level event-argument structures. We automatically ask and answer questions for each argument type an event may have. Questions are generated using manually defined templates and generative transformers. Template-based questions ar…

2024

Generating Uncontextualized and Contextualized Questions for Document-Level Event Argument Extraction

NAACL 2024long

This paper presents multiple question generation strategies for document-level event argument extraction. These strategies do not require human involvement and result in uncontextualized questions as well as contextualized questions grounded on the event and document of interest. Experimental result…

2024

Interpreting Answers to Yes-No Questions in Dialogues from Multiple Domains

NAACL 2024findings

People often answer yes-no questions without explicitly saying yes, no, or similar polar key-words. Figuring out the meaning of indirectanswers is challenging, even for large language models. In this paper, we investigate this problem working with dialogues from multiple domains. We present new benc…

2024

LLMs Assist NLP Researchers: Critique Paper (Meta-)Reviewing

EMNLP 2024main

Claim: This work is not advocating the use of LLMs for paper (meta-)reviewing. Instead, wepresent a comparative analysis to identify and distinguish LLM activities from human activities. Two research goals: i) Enable better recognition of instances when someone implicitly uses LLMs for reviewing act…

2024

Learning to Generate Rules for Realistic Few-Shot Relation Classification: An Encoder-Decoder Approach

EMNLP 2024finding

We propose a neuro-symbolic approach for realistic few-shot relation classification via rules. Instead of building neural models to predict relations, we design them to output straightforward rules that can be used to extract relations. The rules are generated using custom T5-style Encoder-Decoder L…

2024

Outcome-Constrained Large Language Models for Countering Hate Speech

EMNLP 2024main

Automatic counterspeech generation methods have been developed to assist efforts in combating hate speech. Existing research focuses on generating counterspeech with linguistic attributes such as being polite, informative, and intent-driven. However, the real impact of counterspeech in online enviro…

Cited by 7SourcePDFScholar
2024

RobustSentEmbed: Robust Sentence Embeddings Using Adversarial Self-Supervised Contrastive Learning

NAACL 2024findings

Pre-trained language models (PLMs) have consistently demonstrated outstanding performance across a diverse spectrum of natural language processing tasks. Nevertheless, despite their success with unseen data, current PLM-based representations often exhibit poor robustness in adversarial settings. In…

2023

Finding Authentic Counterhate Arguments: A Case Study with Public Figures

EMNLP 2023long main

We explore authentic counterhate arguments for online hateful content toward individuals. Previous efforts are limited to counterhate to fight against hateful content toward groups. Thus, we present a corpus of 54,816 hateful tweet-paragraph pairs, where the paragraphs are candidate counterhate argu…

Cited by 0SourceScholar
2023

Hiding in Plain Sight: Tweets with Hate Speech Masked by Homoglyphs

EMNLP 2023short findings

To avoid detection by current NLP monitoring applications, progenitors of hate speech often replace one or more letters in offensive words with homoglyphs, visually similar Unicode characters. Harvesting real-world hate speech containing homoglyphs is challenging due to the vast replacement possibil…

Cited by 0SourceScholar
2023

Interpreting Answers to Yes-No Questions in User-Generated Content

EMNLP 2023long findings

Interpreting answers to yes-no questions in social media is difficult. Yes and no keywords are uncommon, and the few answers that include them are rarely to be interpreted what the keywords suggest. In this paper, we present a new corpus of 4,442 yes-no question-answer pairs from Twitter. We discuss…

Cited by 0SourcecodeScholar
2023

Interpreting Indirect Answers to Yes-No Questions in Multiple Languages

EMNLP 2023long findings

Yes-no questions expect a yes or no for an answer, but people often skip polar keywords. Instead, they answer with long explanations that must be interpreted. In this paper, we focus on this challenging problem and release new benchmarks in eight languages. We present a distant supervision approach…

Cited by 0SourcecodeScholar
2023

RobustEmbed: Robust Sentence Embeddings Using Self-Supervised Contrastive Pre-Training

EMNLP 2023long findings

Pre-trained language models (PLMs) have demonstrated their exceptional performance across a wide range of natural language processing tasks. The utilization of PLM-based sentence embeddings enables the generation of contextual representations that capture rich semantic information. However, despite…

Cited by 0SourceScholar
2022

A Question-Answer Driven Approach to Reveal Affirmative Interpretations from Verbal Negations

NAACL 2022findings

This paper explores a question-answer driven approach to reveal affirmative interpretations from verbal negations (i.e., when a negation cue grammatically modifies a verb). We create a new corpus consisting of 4,472 verbal negations and discover that 67.1% of them convey that an event actually occur…

2022

An Analysis of Negation in Natural Language Understanding Corpora

ACL 2022short

This paper analyzes negation in eight popular corpora spanning six natural language understanding tasks. We show that these corpora have few negations compared to general-purpose English, and that the few negations in them are often unimportant. Indeed, one can often ignore negations and still make…

2022

Are People Located in the Places They Mention in Their Tweets? A Multimodal Approach

COLING 2022main

This paper introduces the problem of determining whether people are located in the places they mention in their tweets. In particular, we investigate the role of text and images to solve this challenging problem. We present a new corpus of tweets that contain both text and images. Our analyses show…

2022

Disentangling Indirect Answers to Yes-No Questions in Real Conversations

NAACL 2022long

In this paper, we explore the task of determining indirect answers to yes-no questions in real conversations. We work with transcripts of phone conversations in the Switchboard Dialog Act (SwDA) corpus and create SwDA-IndirectAnswers (SwDA-IA), a subset of SwDA consisting of all conversations contai…

2022

Hate Speech and Counter Speech Detection: Conversational Context Does Matter

NAACL 2022long

Hate speech is plaguing the cyberspace along with user-generated content. Adding counter speech has become an effective way to combat hate speech online. Existing datasets and models target either (a) hate speech or (b) hate and counter speech but disregard the context. This paper investigates the r…

2022

Leveraging Affirmative Interpretations from Negation Improves Natural Language Understanding

EMNLP 2022main

Negation poses a challenge in many natural language understanding tasks. Inspired by the fact that understanding a negated statement often requires humans to infer affirmative interpretations, in this paper we show that doing so benefits models for three natural language understanding tasks. We pres…

2022

Pinpointing Fine-Grained Relationships between Hateful Tweets and Replies

AAAI 2022technical

Recent studies in the hate and counter hate domain have provided the grounds for investigating how to detect this pervasive content in social media. These studies mostly work with synthetic replies to hateful content written by annotators on demand rather than replies written by real users. We argue…

2020

Extracting Adherence Information from Electronic Health Records

COLING 2020main

Patient adherence is a critical factor in health outcomes. We present a framework to extract adherence information from electronic health records, including both sentence-level information indicating general adherence information (full, partial, none, etc.) and span-level information providing addit…