← Search

Tenghao Huang

15 accepted papers

2026

Optimizing Diversity and Quality through Base-Aligned Model Collaboration

ICML 2026poster

Alignment has greatly improved large language models (LLMs)’ output quality at the cost of diversity, yielding highly similar outputs across generations, especially in open-ended generation tasks. We propose Base-Aligned Model Collaboration (BACo), an inference-time token-level model collaboration f…

Cited by 0SourceScholar
2026

WebDS: An End-to-End Benchmark for Web-based Data Science

ICLR 2026poster

Many real-world data science tasks involve complex web-based interactions: finding appropriate data available on the internet, synthesizing multimodal data from different locations, and producing summarized analyses. Existing web benchmarks often focus on simplistic interactions and often do not req…

Cited by 1SourcecodeScholar
2025

Familiarity-Aware Evidence Compression for Retrieval-Augmented Generation

EMNLP 2025

Retrieval-augmented generation (RAG) improves large language models (LMs) by incorporating non-parametric knowledge through evidence retrieved from external sources. However, it often struggles to cope with inconsistent and irrelevant information that can distract the LM from its tasks, especially w

2025

NewsInterview: a Dataset and a Playground to Evaluate LLMs’ Grounding Gap via Informational Interviews

ACL 2025long

Large Language Models (LLMs) have demonstrated impressive capabilities in generating coherent text but often struggle with grounding language and strategic dialogue. To address this gap, we focus on journalistic interviews, a domain rich in grounding communication and abundant in data. We curate a d…

Cited by 0SourcePDFScholar
2025

R2D2: Remembering, Replaying and Dynamic Decision Making with a Reflective Agentic Memory

ACL 2025long

The proliferation of web agents necessitates advanced navigation and interaction strategies within complex web environments. Current models often struggle with efficient navigation and action execution due to limited visibility and understanding of web structures. Our proposed R2D2 framework address…

2025

Teaching Language Models To Gather Information Proactively

EMNLP 2025

Large language models (LLMs) are increasingly expected to function as collaborative partners, engaging in back-and-forth dialogue to solve complex, ambiguous problems. However, current LLMs often falter in real-world settings, defaulting to passive responses or narrow clarifications when faced with

2024

Are Large Language Models Capable of Generating Human-Level Narratives?

EMNLP 2024main

As daily reliance on large language models (LLMs) grows, assessing their generation quality is crucial to understanding how they might impact on our communications. This paper investigates the capability of LLMs in storytelling, focusing on narrative development and plot progression. We introduce a…

2024

Planning and Editing What You Retrieve for Enhanced Tool Learning

NAACL 2024findings

Recent advancements in integrating external tools with Large Language Models (LLMs) have opened new frontiers, with applications in mathematical reasoning, code generators, and smart assistants. However, existing methods, relying on simple one-time retrieval strategies, fall short on effectively and…

2024

Red Teaming Language Models for Processing Contradictory Dialogues

EMNLP 2024main

Most language models currently available are prone to self-contradiction during dialogues. To mitigate this issue, this study explores a novel contradictory dialogue processing task that aims to detect and modify contradictory statements in a conversation. This task is inspired by research on contex…

2023

Affective and Dynamic Beam Search for Story Generation

EMNLP 2023long findings

Storytelling's captivating potential makes it a fascinating research area, with implications for entertainment, education, therapy, and cognitive studies. In this paper, we propose Affective Story Generator (AffGen) for generating interesting narratives. AffGen introduces `intriguing twists' in narr…

Cited by 0SourcecodeScholar
2023

Git-Theta: A Git Extension for Collaborative Development of Machine Learning Models

ICML 2023poster

Currently, most machine learning models are trained by centralized teams and are rarely updated. In contrast, open-source software development involves the iterative development of a shared artifact through distributed collaboration using a version control system. In the interest of enabling collabo…

2022

Few-Shot Parameter-Efficient Fine-Tuning is Better and Cheaper than In-Context Learning

NeurIPS 2022accept

Few-shot in-context learning (ICL) enables pre-trained language models to perform a previously-unseen task without any gradient-based training by feeding a small number of training examples as part of the input. ICL incurs substantial computational, memory, and storage costs because it involves proc…

2022

Read Top News First: A Document Reordering Approach for Multi-Document News Summarization

ACL 2022findings

A common method for extractive multi-document news summarization is to re-formulate it as a single-document summarization problem by concatenating all documents as a single meta-document. However, this method neglects the relative importance of documents. We propose a simple approach to reorder the…

2022

Revisiting Generative Commonsense Reasoning: A Pre-Ordering Approach

NAACL 2022findings

Pre-trained models (PTMs) have lead to great improvements in natural language generation (NLG). However, it is still unclear how much commonsense knowledge they possess. With the goal of evaluating commonsense knowledge of NLG models, recent work has proposed the problem of generative commonsense re…

2021

Uncovering Implicit Gender Bias in Narratives through Commonsense Inference

EMNLP 2021finding

Pre-trained language models learn socially harmful biases from their training corpora, and may repeat these biases when used for generation. We study gender biases associated with the protagonist in model-generated stories. Such biases may be expressed either explicitly (“women can’t park”) or impli…