← Search

Bonan Min

21 accepted papers

2025

Aligning to Constraints for Data-Efficient Language Model Customization

NAACL 2025findings

General-purpose language models (LMs) are aligned to diverse user intents, but fall short when it comes to specific applications. While finetuning is the default method for customized alignment, human annotations are often unavailable in various customization scenarios. Based on the observation that…

Cited by 0SourcePDFScholar
2025

Benchmarking Query-Conditioned Natural Language Inference

ACL 2025finding

The growing excitement around the ability of large language models (LLMs) to tackle various tasks has been tempered by their propensity for generating unsubstantiated information (hallucination) and by their inability to effectively handle inconsistent inputs. To detect such issues, we propose the n…

Cited by 0SourcePDFScholar
2025

CiteEval: Principle-Driven Citation Evaluation for Source Attribution

ACL 2025long

Citation quality is crucial in information-seeking systems, directly influencing trust and the effectiveness of information access. Current evaluation frameworks, both human and automatic, mainly rely on Natural Language Inference (NLI) to assess binary or ternary supportiveness from cited sources,…

Cited by 0SourcePDFScholar
2025

Open Domain Question Answering with Conflicting Contexts

NAACL 2025findings

Open domain question answering systems frequently rely on information retrieved from large collections of text (such as the Web) to answer questions. However, such collections of text often contain conflicting information, and indiscriminately depending on this information may result in untruthful a…

Cited by 3SourcePDFScholar
2024

Dancing in Chains: Reconciling Instruction Following and Faithfulness in Language Models

EMNLP 2024main

Modern language models (LMs) need to follow human instructions while being faithful; yet, they often fail to achieve both. Here, we provide concrete evidence of a trade-off between instruction following (i.e., follow open-ended instructions) and faithfulness (i.e., ground responses in given context)…

2024

RAG-QA Arena: Evaluating Domain Robustness for Long-form Retrieval Augmented Question Answering

EMNLP 2024main

Question answering based on retrieval augmented generation (RAG-QA) is an important research topic in NLP and has a wide range of real-world applications. However, most existing datasets for this task are either constructed using a single source corpus or consist of short extractive answers, which f…

2023

A Multi-Modal Multilingual Benchmark for Document Image Classification

EMNLP 2023long findings

Document image classification is different from plain-text document classification and consists of classifying a document by understanding the content and structure of documents such as forms, emails, and other such documents. We show that the only existing dataset for this task (Lewis et al., 2006)…

Cited by 0SourceScholar
2023

Few-Shot Data-to-Text Generation via Unified Representation and Multi-Source Learning

ACL 2023long

In this paper, we present a novel approach for data-to-text generation that addresses the limitations of current methods that primarily focus on specific types of structured data. Our proposed method aims to improve performance in multi-task training, zero-shot and few-shot scenarios by providing a…

Cited by 1SourcePDFScholar
2023

Generating Labeled Data for Relation Extraction: A Meta Learning Approach with Joint GPT-2 Training

ACL 2023findings

Relation Extraction (RE) is the task of identifying semantic relation between real-world entities mentioned in text. Despite significant progress in RE research, a remaining challenge for RE concerns the lack of training data for data-hungry deep learning models. Cost of annotation and difficulty of…

Cited by 5SourcePDFScholar
2022

Document-Level Event Argument Extraction via Optimal Transport

ACL 2022findings

Event Argument Extraction (EAE) is one of the sub-tasks of event extraction, aiming to recognize the role of each entity mention toward a specific event trigger. Despite the success of prior works in sentence-level EAE, the document-level setting is less explored. In particular, whereas syntactic st…

Cited by 17SourcePDFScholar
2022

FAMIE: A Fast Active Learning Framework for Multilingual Information Extraction

NAACL 2022system demonstrations

This paper presents FAMIE, a comprehensive and efficient active learning (AL) toolkit for multilingual information extraction. FAMIE is designed to address a fundamental problem in existing AL frameworks where annotators need to wait for a long time between annotation batches due to the time-consumi…

2022

Joint Extraction of Entities, Relations, and Events via Modeling Inter-Instance and Inter-Label Dependencies

NAACL 2022long

Event trigger detection, entity mention recognition, event argument extraction, and relation extraction are the four important tasks in information extraction that have been performed jointly (Joint Information Extraction - JointIE) to avoid error propagation and leverage dependencies between the ta…

Cited by 46SourcePDFScholar
2022

Learning Cross-Task Dependencies for Joint Extraction of Entities, Events, Event Arguments, and Relations

EMNLP 2022main

Extracting entities, events, event arguments, and relations (i.e., task instances) from text represents four main challenging tasks in information extraction (IE), which have been solved jointly (JointIE) to boost the overall performance for IE. As such, previous work often leverages two types of de…

Cited by 12SourcePDFScholar
2022

Textual Entailment for Event Argument Extraction: Zero- and Few-Shot with Multi-Source Learning

NAACL 2022findings

Recent work has shown that NLP tasks such as Relation Extraction (RE) can be recasted as a Textual Entailment tasks using verbalizations, with strong performance in zero-shot and few-shot settings thanks to pre-trained entailment models. The fact that relations in current RE datasets are easily verb…

2022

ZS4IE: A toolkit for Zero-Shot Information Extraction with simple Verbalizations

NAACL 2022system demonstrations

The current workflow for Information Extraction (IE) analysts involves the definition of the entities/relations of interest and a training corpus with annotated examples. In this demonstration we introduce a new workflow where the analyst directly verbalizes the entities/relations, which are then us…

2021

Crosslingual Transfer Learning for Relation and Event Extraction via Word Category and Class Alignments

EMNLP 2021main

Previous work on crosslingual Relation and Event Extraction (REE) suffers from the monolingual bias issue due to the training of models on only the source language data. An approach to overcome this issue is to use unlabeled data in the target language to aid the alignment of crosslingual representa…

Cited by 32SourcePDFScholar
2021

ExcavatorCovid: Extracting Events and Relations from Text Corpora for Temporal and Causal Analysis for COVID-19

EMNLP 2021system demonstrations

Timely responses from policy makers to mitigate the impact of the COVID-19 pandemic rely on a comprehensive grasp of events, their causes, and their impacts. These events are reported at such a speed and scale as to be overwhelming. In this paper, we present ExcavatorCovid, a machine reading system…

2021

Factuality Assessment as Modal Dependency Parsing

ACL 2021long

As the sources of information that we consume everyday rapidly diversify, it is becoming increasingly important to develop NLP tools that help to evaluate the credibility of the information we receive. A critical step towards this goal is to determine the factuality of events in text. In this paper,…

2021

Modeling Document-Level Context for Event Detection via Important Context Selection

EMNLP 2021main

The task of Event Detection (ED) in Information Extraction aims to recognize and classify trigger words of events in text. The recent progress has featured advanced transformer-based language models (e.g., BERT) as a critical component in state-of-the-art models for ED. However, the length limit for…

Cited by 32SourcePDFScholar