← Search

Tongshuang Wu

22 accepted papers

2026

Improving Attributed Long-form Question Answering with Intent Awareness

ICLR 2026poster

Large language models (LLMs) are increasingly being used to generate comprehensive, knowledge-intensive reports. However, while these models are trained on diverse academic papers and reports, they are not exposed to the reasoning processes and intents that guide authors in crafting these documents.…

Cited by 0SourceScholar
2026

Revela: Dense Retriever Learning via Language Modeling

ICLR 2026oral

Dense retrievers play a vital role in accessing external and specialized knowledge to augment language models (LMs). Training dense retrievers typically requires annotated query-document pairs, which are costly to create and scarce in specialized domains (e.g., code) or in complex settings (e.g., re…

Cited by 0SourcecodeScholar
2025

Checklists Are Better Than Reward Models For Aligning Language Models

NeurIPS 2025spotlight

Language models must be adapted to understand and follow user instructions. Reinforcement learning is widely used to facilitate this —typically using fixed criteria such as "helpfulness" and "harmfulness". In our work, we instead propose using flexible, instruction-specific criteria as a means of br…

Cited by 0SourceScholar
2025

Evaluating Mathematical Reasoning Beyond Accuracy

AAAI 2025technical

The leaderboard of Large Language Models (LLMs) in mathematical tasks has been continuously updated. However, the majority of evaluations focus solely on the final results, neglecting the quality of the intermediate steps. This oversight can mask underlying problems, such as logical errors or unnece…

2025

How to Teach Programming in the AI Era? Using LLMs as a Teachable Agent for Debugging (Extended Abstract)

IJCAI 2025

Large Language Models (LLMs) excel at generating content at impeccable speeds. However, they are imperfect and still make various mistakes. In Computer Science education, as LLMs are widely recognized as "AI pair programmers," it becomes increasingly important to train students on evaluating and deb

Cited by 0SourcePDFScholar
2025

MoR: Better Handling Diverse Queries with a Mixture of Sparse, Dense, and Human Retrievers

EMNLP 2025

Retrieval-augmented Generation (RAG) is powerful, but its effectiveness hinges on which retrievers we use and how. Different retrievers offer distinct, often complementary signals: BM25 captures lexical matches; dense retrievers, semantic similarity. Yet in practice, we typically fix a single retrie

2025

SOTOPIA-S4: a user-friendly system for flexible, customizable, and large-scale social simulation

NAACL 2025system demonstrations

Social simulation through large language model (LLM) agents is a promising approach to explore and validate social science hypotheses.We present SOTOPIA-S4, a fast, flexible, and scalable social simulation system that addresses the technical barriers of current frameworks while enabling practitioner…

2025

SPHERE: An Evaluation Card for Human-AI Systems

ACL 2025finding

In the era of Large Language Models (LLMs), establishing effective evaluation methods and standards for diverse human-AI interaction systems is increasingly challenging. To encourage more transparent documentation and facilitate discussion on human-AI system evaluation design options, we present an…

2025

cAST: Enhancing Code Retrieval-Augmented Generation with Structural Chunking via Abstract Syntax Tree

EMNLP 2025

Retrieval-Augmented Generation (RAG) has become essential for large-scale code generation, grounding predictions in external code corpora to improve factuality. However, a critical yet underexplored aspect of RAG pipelines is chunking—the process of dividing documents into retrievable units. Existin

2024

Better Synthetic Data by Retrieving and Transforming Existing Datasets

ACL 2024findings

Despite recent advances in large language models, building dependable and deployable NLP models typically requires abundant, high-quality training data. However, task-specific data is not available for many use cases, and manually curating task-specific data is labor-intensive. Recent work has studi…

2024

Fact-and-Reflection (FaR) Improves Confidence Calibration of Large Language Models

ACL 2024findings

For a LLM to be trustworthy, its confidence level should be well-calibrated with its actual performance. While it is now common sense that LLM performances are greatly impacted by prompts, the confidence calibration in prompting LLMs has yet to be thoroughly explored.In this paper, we explore how di…

2024

Large Language Models Help Humans Verify Truthfulness – Except When They Are Convincingly Wrong

NAACL 2024long

Large Language Models (LLMs) are increasingly used for accessing information on the web. Their truthfulness and factuality are thus of great interest. To help users make the right decisions about the information they get, LLMs should not only provide information but also help users fact-check it. We…

Cited by 36SourcePDFScholar
2024

Synthetic Multimodal Question Generation

EMNLP 2024finding

Multimodal Retrieval Augmented Generation (MMRAG) is a powerful approach to question-answering over multimodal documents. A key challenge with evaluating MMRAG is the paucity of high-quality datasets matching the question styles and modalities of interest. In light of this, we propose SMMQG, a synth…

Cited by 5SourcePDFScholar
2023

Beyond Testers’ Biases: Guiding Model Testing with Knowledge Bases using LLMs

EMNLP 2023long findings

Current model testing work has mostly focused on creating test cases. Identifying what to test is a step that is largely ignored and poorly supported. We propose Weaver, an interactive tool that supports requirements elicitation for guiding model testing. Weaver uses large language models to generat…

Cited by 0SourceScholar
2023

BiasX: “Thinking Slow” in Toxic Content Moderation with Explanations of Implied Social Biases

EMNLP 2023short main

Toxicity annotators and content moderators often default to mental shortcuts when making decisions. This can lead to subtle toxicity being missed, and seemingly toxic but harmless content being over-detected. We introduce BiasX, a framework that enhances content moderation setups with free-text expl…

Cited by 0SourceScholar
2023

DataFinder: Scientific Dataset Recommendation from Natural Language Descriptions

ACL 2023long

Modern machine learning relies on datasets to develop and validate research ideas. Given the growth of publicly available data, finding the right dataset to use is increasingly difficult. Any research question imposes explicit and implicit constraints on how well a given dataset will enable research…

2022

Are Shortest Rationales the Best Explanations for Human Understanding?

ACL 2022short

Existing self-explaining models typically favor extracting the shortest possible rationales — snippets of an input text “responsible for” corresponding output — to explain the model prediction, with the assumption that shorter rationales are more intuitive to humans. However, this assumption has yet…

2022

Fantastic Questions and Where to Find Them: FairytaleQA – An Authentic Dataset for Narrative Comprehension

ACL 2022long

Question answering (QA) is a fundamental means to facilitate assessment and training of narrative comprehension skills for both machines and young children, yet there is scarcity of high-quality QA datasets carefully designed to serve this purpose. In particular, existing datasets rarely distinguish…

2022

It is AI’s Turn to Ask Humans a Question: Question-Answer Pair Generation for Children’s Story Books

ACL 2022long

Existing question answering (QA) techniques are created mainly to answer questions asked by humans. But in educational applications, teachers often need to decide what questions they should ask, in order to help students to improve their narrative understanding capabilities. We design an automated q…

2022

Tailor: Generating and Perturbing Text with Semantic Controls

ACL 2022long

Controlled text perturbation is useful for evaluating and improving model generalizability. However, current techniques rely on training a model for every target perturbation, which is expensive and hard to generalize. We present Tailor, a semantically-controlled text generation system. Tailor build…

2021

Beyond Accuracy: Behavioral Testing of NLP Models with Checklist (Extended Abstract)

IJCAI 2021poster

Although measuring held-out accuracy has been the primary approach to evaluate generalization, it often overestimates the performance of NLP models, while alternative approaches for evaluating models either focus on individual tasks or on specific behaviors. Inspired by principles of behavioral test…

2021

Polyjuice: Generating Counterfactuals for Explaining, Evaluating, and Improving Models

ACL 2021long

While counterfactual examples are useful for analysis and training of NLP models, current generation methods either rely on manual labor to create very few counterfactuals, or only instantiate limited types of perturbations such as paraphrases or word substitutions. We present Polyjuice, a general-p…