← Search

Jiaao Chen

21 accepted papers

2024

DARG: Dynamic Evaluation of Large Language Models via Adaptive Reasoning Graph

NeurIPS 2024poster

The current paradigm of evaluating Large Language Models (LLMs) through static benchmarks comes with significant limitations, such as vulnerability to data contamination and a lack of adaptability to the evolving capabilities of LLMs. Therefore, evaluation methods that can adapt and generate evaluat…

2024

Decoding Susceptibility: Modeling Misbelief to Misinformation Through a Computational Approach

EMNLP 2024main

Susceptibility to misinformation describes the degree of belief in unverifiable claims, a latent aspect of individuals’ mental processes that is not observable. Existing susceptibility studies heavily rely on self-reported beliefs, which can be subject to bias, expensive to collect, and challenging…

Cited by 1SourcePDFScholar
2024

DyVal: Dynamic Evaluation of Large Language Models for Reasoning Tasks

ICLR 2024spotlight

Large language models (LLMs) have achieved remarkable performance in various evaluation benchmarks. However, concerns are raised about potential data contamination in their considerable volume of training corpus. Moreover, the static nature and fixed complexity of current benchmarks may inadequately…

2024

Skills-in-Context: Unlocking Compositionality in Large Language Models

EMNLP 2024finding

We investigate how to elicit compositional generalization capabilities in large language models (LLMs). Compositional generalization empowers LLMs to solve complex problems by combining foundational skills, a critical reasoning ability akin to human intelligence. However, even the most advanced LLMs…

Cited by 1SourcePDFScholar
2023

A Cheaper and Better Diffusion Language Model with Soft-Masked Noise

EMNLP 2023long main

Diffusion models that are based on iterative denoising have been recently proposed and leveraged in various generation tasks like image generation. Whereas, as a way inherently built for continuous data, existing diffusion models still have some limitations in modeling discrete data, e.g., languages…

Cited by 0SourcecodeScholar
2023

Compositional Data Augmentation for Abstractive Conversation Summarization

ACL 2023long

Recent abstractive conversation summarization systems generally rely on large-scale datasets with annotated summaries. However, collecting and annotating these conversations can be a time-consuming and labor-intensive task. To address this issue, in this work, we present a sub-structure level compos…

2023

Is ChatGPT a General-Purpose Natural Language Processing Task Solver?

EMNLP 2023long main

Spurred by advancements in scale, large language models (LLMs) have demonstrated the ability to perform a variety of natural language processing (NLP) tasks zero-shot---i.e., without adaptation on downstream data. Recently, the debut of ChatGPT has drawn a great deal of attention from the natural la…

Cited by 0SourceScholar
2023

Parameter-Efficient Fine-Tuning Design Spaces

ICLR 2023poster

Parameter-efficient fine-tuning aims to achieve comparable performances of fine-tuning with much fewer trainable parameters. Recently, various tuning strategies (e.g., Adapters, Prefix Tuning, BitFit, and LoRA) have been proposed. However, their designs are hand-crafted separately, and it remains un…

Cited by 71SourcePDFScholar
2022

Focus on the Action: Learning to Highlight and Summarize Jointly for Email To-Do Items Summarization

ACL 2022findings

Automatic email to-do item generation is the task of generating to-do items from a given email to help people overview emails and schedule daily work. Different from prior research on email summarization, to-do item generation focuses on generating action mentions to provide more structured summarie…

Cited by 4SourcePDFScholar
2022

Leveraging Expert Guided Adversarial Augmentation For Improving Generalization in Named Entity Recognition

ACL 2022findings

Named Entity Recognition (NER) systems often demonstrate great performance on in-distribution data, but perform poorly on examples drawn from a shifted distribution. One way to evaluate the generalization ability of NER models is to use adversarial examples, on which the specific variations associat…

2022

VALUE: Understanding Dialect Disparity in NLU

ACL 2022long

English Natural Language Understanding (NLU) systems have achieved great performances and even outperformed humans on benchmarks like GLUE and SuperGLUE. However, these benchmarks contain only textbook Standard American English (SAE). Other dialects have been largely overlooked in the NLP community.…

2022

When FLUE Meets FLANG: Benchmarks and Large Pretrained Language Model for Financial Domain

EMNLP 2022main

Pre-trained language models have shown impressive performance on a variety of tasks and domains. Previous research on financial language models usually employs a generic training scheme to train standard model architectures, without completely leveraging the richness of the financial data. We propos…

Cited by 132SourcePDFScholar
2021

Continual Learning for Text Classification with Information Disentanglement Based Regularization

NAACL 2021long

Continual learning has become increasingly important as it enables NLP models to constantly learn and gain knowledge over time. Previous continual learning methods are mainly designed to preserve knowledge from previous tasks, without much emphasis on how to well generalize models to new tasks. In t…

2021

HiddenCut: Simple Data Augmentation for Natural Language Understanding with Better Generalizability

ACL 2021long

Fine-tuning large pre-trained models with task-specific data has achieved great success in NLP. However, it has been demonstrated that the majority of information within the self-attention networks is redundant and not utilized effectively during the fine-tuning stage. This leads to inferior results…

2021

Simple Conversational Data Augmentation for Semi-supervised Abstractive Dialogue Summarization

EMNLP 2021main

Abstractive conversation summarization has received growing attention while most current state-of-the-art summarization models heavily rely on human-annotated summaries. To reduce the dependence on labeled summaries, in this work, we present a simple yet effective set of Conversational Data Augmenta…

2021

Structure-Aware Abstractive Conversation Summarization via Discourse and Action Graphs

NAACL 2021long

Abstractive conversation summarization has received much attention recently. However, these generated summaries often suffer from insufficient, redundant, or incorrect content, largely due to the unstructured and complex characteristics of human-human interactions. To this end, we propose to explici…

2021

Weakly-Supervised Hierarchical Models for Predicting Persuasive Strategies in Good-faith Textual Requests

AAAI 2021technical

Modeling persuasive language has the potential to better facilitate our decision-making processes. Despite its importance, computational modeling of persuasion is still in its infancy, largely due to the lack of benchmark datasets that can provide quantitative labels of persuasive strategies to expe…