← Search

Yijia Shao

13 accepted papers

2026

Collaborative Gym: A Framework for Enabling and Evaluating Human-Agent Collaboration

ICLR 2026poster

While the advancement of large language models has spurred the development of AI agents to automate tasks, numerous use cases inherently require agents to collaborate with humans due to humans' latent preferences, domain expertise, or the need for control. To facilitate the study of human-agent coll…

Cited by 0SourcecodeScholar
2025

Aligning Language Models with Demonstrated Feedback

ICLR 2025poster

Language models are aligned to emulate the collective voice of many, resulting in outputs that align with no one in particular. Steering LLMs away from generic output is possible through supervised finetuning or RLHF, but requires prohibitively large datasets for new ad-hoc tasks. We argue that it i…

2024

Assisting in Writing Wikipedia-like Articles From Scratch with Large Language Models

NAACL 2024long

We study how to apply large language models to write grounded and organized long-form articles from scratch, with comparable breadth and depth to Wikipedia pages. This underexplored problem poses new challenges at the pre-writing stage, including how to research the topic and prepare an outline prio…

2024

Class Incremental Learning via Likelihood Ratio Based Task Prediction

ICLR 2024poster

Class incremental learning (CIL) is a challenging setting of continual learning, which learns a series of tasks sequentially. Each task consists of a set of unique classes. The key feature of CIL is that no task identifier (or task-id) is provided at test time. Predicting the task-id for each test s…

2024

Into the Unknown Unknowns: Engaged Human Learning through Participation in Language Model Agent Conversations

EMNLP 2024main

While language model (LM)-powered chatbots and generative search engines excel at answering concrete queries, discovering information in the terrain of unknown unknowns remains challenging for users. To emulate the common educational scenario where children/students learn by listening to and partici…

Cited by 14SourcePDFScholar
2024

PrivacyLens: Evaluating Privacy Norm Awareness of Language Models in Action

NeurIPS 2024poster

As language models (LMs) are widely utilized in personalized communication scenarios (e.g., sending emails, writing social media posts) and endowed with a certain level of agency, ensuring they act in accordance with the contextual privacy norms becomes increasingly critical. However, quantifying th…

2023

ACCENT: An Automatic Event Commonsense Evaluation Metric for Open-Domain Dialogue Systems

ACL 2023long

Commonsense reasoning is omnipresent in human communications and thus is an important feature for open-domain dialogue systems. However, evaluating commonsense in dialogue systems is still an open challenge. We take the first step by focusing on event commonsense that considers events and their rela…

2023

AnaMeta: A Table Understanding Dataset of Field Metadata Knowledge Shared by Multi-dimensional Data Analysis Tasks

ACL 2023findings

Tabular data analysis is performed everyday across various domains. It requires an accurate understanding of field semantics to correctly operate on table fields and find common patterns in daily analysis. In this paper, we introduce the AnaMeta dataset, a collection of 467k tables with derived supe…

2023

Continual Pre-training of Language Models

ICLR 2023poster

Language models (LMs) have been instrumental for the rapid advance of natural language processing. This paper studies continual pre-training of LMs, in particular, continual domain-adaptive pre-training (or continual DAP-training). Existing research has shown that further pre-training an LM using a…

2022

Adapting a Language Model While Preserving its General Knowledge

EMNLP 2022main

Domain-adaptive pre-training (or DA-training for short), also known as post-training, aimsto train a pre-trained general-purpose language model (LM) using an unlabeled corpus of aparticular domain to adapt the LM so that end-tasks in the domain can give improved performances. However, existing DA-tr…

2022

Continual Training of Language Models for Few-Shot Learning

EMNLP 2022main

Recent work on applying large language models (LMs) achieves impressive performance in many NLP applications. Adapting or posttraining an LM using an unlabeled domain corpus can produce even better performance for end-tasks in the domain. This paper proposes the problem of continually extending an L…

2022

FormLM: Recommending Creation Ideas for Online Forms by Modelling Semantic and Structural Information

EMNLP 2022main

Online forms are widely used to collect data from human and have a multi-billion market. Many software products provide online services for creating semi-structured forms where questions and descriptions are organized by predefined structures. However, the design and creation process of forms is sti…

Cited by 1SourcePDFScholar