← Search

Danqing Wang

11 accepted papers

2026

Is Vibe Coding Safe? Benchmarking Vulnerability of Agent-Generated Code in Real-World Tasks

ICML 2026poster

Vibe coding is a new programming paradigm in which human engineers instruct large language model (LLM) agents to complete complex coding tasks with little supervision. Although it is increasingly adopted, are vibe coding outputs really safe to deploy in production? To answer this question, we propos…

Cited by 0SourceScholar
2026

Strategic Planning and Rationalizing on Trees Make LLMs Better Debaters

ICLR 2026poster

Winning competitive debates requires sophisticated reasoning and argument skills. There are unique challenges in the competitive debate: (1) The time constraints force debaters to make strategic choices about which points to pursue rather than covering all possible arguments; (2) The persuasiveness…

Cited by 0SourceScholar
2025

Scaling LLM Inference Efficiently with Optimized Sample Compute Allocation

NAACL 2025long

Sampling is a basic operation for large language models (LLMs). In reinforcement learning rollouts and meta generation algorithms such as Best-of-N, it is essential to sample correct trajectories within a given compute budget. To find an optimal allocation for sample compute budgets, several choices…

2025

TypedThinker: Diversify Large Language Model Reasoning with Typed Thinking

ICLR 2025poster

Large Language Models (LLMs) have demonstrated strong reasoning capabilities in solving complex problems. However, current approaches primarily enhance reasoning through the elaboration of thoughts while neglecting the diversity of reasoning types. LLMs typically employ deductive reasoning, proceedi…

Cited by 0SourcePDFScholar
2024

Learning Personalized Alignment for Evaluating Open-ended Text Generation

EMNLP 2024main

Recent research has increasingly focused on evaluating large language models’ (LLMs) alignment with diverse human values and preferences, particularly for open-ended tasks like story generation. Traditional evaluation metrics rely heavily on lexical similarity with human-written references, often sh…

2023

ALGO: Synthesizing Algorithmic Programs with Generated Oracle Verifiers

NeurIPS 2023poster

Large language models (LLMs) excel at implementing code from functionality descriptions but struggle with algorithmic problems that require not only implementation but also identification of the suitable algorithm. Moreover, LLM-generated programs lack guaranteed correctness and require human verifi…

2023

INSTRUCTSCORE: Towards Explainable Text Generation Evaluation with Automatic Feedback

EMNLP 2023long main

Automatically evaluating the quality of language generation is critical. Although recent learned metrics show high correlation with human judgement, these metrics do not provide explicit explanation of their verdict, nor associate the scores with defects in the generated text. To address this limita…

Cited by 0SourceScholar
2022

MTG: A Benchmark Suite for Multilingual Text Generation

NAACL 2022findings

We introduce MTG, a new benchmark suite for training and evaluating multilingual text generation. It is the first-proposed multilingual multiway text generation dataset with the largest human-annotated data (400k). It includes four generation tasks (story generation, question generation, title gener…

2021

Enhancing Scientific Papers Summarization with Citation Graph

AAAI 2021technical

Previous work for text summarization in scientific domain mainly focused on the content of the input document, but seldom considering its citation network. However, scientific papers are full of uncommon domain-specific terms, making it almost impossible for the model to understand its true meaning…