← Search

Yusen Zhang

20 accepted papers

2026

LakeQA: A Benchmark for Complex Exploratory QA over a Million-Scale Data Lake

ICML 2026poster

Recent large language models (LLMs) have shown rapid progress on reading-based question answering (QA), where the evidence is explicitly provided or trivially retrievable. In contrast, real-world questions are often not paired with accurate evidence documents. The useful evidence resides in a massiv…

Cited by 0SourceScholar
2026

ReMoE: Boosting Expert Reuse through Router Fine-Tuning in Memory-Constrained MoE LLM Inference

ICML 2026poster

Fine-grained Mixture-of-Experts (MoE) models sparsely activate a subset of parameters, significantly reducing computational costs while maintaining performance. However, in memory-constrained inference scenarios, only a small set of experts can be cached. Experts not in the cache must be fetched fro…

Cited by 0SourceScholar
2026

When Reasoning Meets Compression: Understanding the Effects of LLMs Compression on Large Reasoning Models

ICLR 2026poster

Compression methods, including quantization, distillation, and pruning, improve the computational efficiency of large reasoning models (LRMs). However, existing studies either fail to sufficiently compare all three compression methods on LRMs or lack in-depth interpretation analysis. In this paper,…

Cited by 0SourceScholar
2025

AAAR-1.0: Assessing AI’s Potential to Assist Research

ICML 2025poster

Numerous studies have assessed the proficiency of AI systems, particularly large language models (LLMs), in facilitating everyday tasks such as email writing, question answering, and creative content generation. However, researchers face unique challenges and opportunities in leveraging LLMs for the…

Cited by 0SourcePDFScholar
2025

Chain-of-Scrutiny: Detecting Backdoor Attacks for Large Language Models

ACL 2025finding

Large Language Models (LLMs), especially those accessed via APIs, have demonstrated impressive capabilities across various domains. However, users without technical expertise often turn to (untrustworthy) third-party services, such as prompt engineering, to enhance their LLM experience, creating vul…

2025

Coverage-based Fairness in Multi-document Summarization

NAACL 2025long

Fairness in multi-document summarization (MDS) measures whether a system can generate a summary fairly representing information from documents with different social attribute values. Fairness in MDS is crucial since a fair summary can offer readers a comprehensive view. Previous works focus on quant…

2025

Enhance Multimodal Consistency and Coherence for Text-Image Plan Generation

ACL 2025finding

People get informed of a daily task plan through diverse media involving both texts and images. However, most prior research only focuses on LLM’s capability of textual plan generation. The potential of large-scale models in providing text-image plans remains understudied. Generating high-quality te…

2025

GReaTer: Gradients Over Reasoning Makes Smaller Language Models Strong Prompt Optimizers

ICLR 2025poster

The effectiveness of large language models (LLMs) is closely tied to the design of prompts, making prompt optimization essential for enhancing their performance across a wide range of tasks. Although recent advancements have focused on automating prompt engineering, many existing approaches rely exc…

2025

HRScene: How Far Are VLMs from Effective High-Resolution Image Understanding?

ICCV 2025poster

High-resolution image (HRI) understanding aims to process images with a large number of pixels, such as pathological images and agricultural aerial images, both of which can exceed 1 million pixels. Vision Large Language Models (VLMs) can allegedly handle HRIs, however, there is a lack of a comprehe…

Cited by 0SourcePDFScholar
2025

KABON: Knowledge Aggregation with Vision-Language Model for Black-Box Open-Set Domain Adaptation

ICASSP 2025accepted

In this paper, we aim to tackle the challenging Black-Box Open-Set Domain Adaptation (BB-OSDA) task. BB-OSDA enables conducting Open-Set Domain Adaptation (OSDA) with solely a black-box source model, broadening the application scope of OSDA. Inspired by the significant success of pre-trained large v…

Cited by 0SourceScholar
2024

Chain of Agents: Large Language Models Collaborating on Long-Context Tasks

NeurIPS 2024poster

Addressing the challenge of effectively processing long contexts has become a critical issue for Large Language Models (LLMs). Two common strategies have emerged: 1) reducing the input length, such as retrieving relevant chunks by Retrieval-Augmented Generation (RAG), and 2) expanding the context wi…

Cited by 31SourcePDFScholar
2024

DGLP: Incorporating Orientation Information for Enhanced Link Prediction in Directed Graphs

ICASSP 2024accepted

Link prediction in directed graphs offers a solution for uncovering detailed and accurate relationships among distinct entities. Unlike conventional link prediction in undirected graphs, the task becomes more intricate in directed graphs as it involves predicting both associations and orientations.…

Cited by 0SourceScholar
2024

Fair Abstractive Summarization of Diverse Perspectives

NAACL 2024long

People from different social and demographic groups express diverse perspectives and conflicting opinions on a broad set of topics such as product reviews, healthcare, law, and politics. A fair summary should provide a comprehensive coverage of diverse perspectives without underrepresenting certain…

2023

FaMeSumm: Investigating and Improving Faithfulness of Medical Summarization

EMNLP 2023long main

Summaries of medical text shall be faithful by being consistent and factual with source inputs, which is an important but understudied topic for safety and efficiency in healthcare. In this paper, we investigate and improve faithfulness in summarization on a broad range of medical summarization task…

Cited by 0SourcecodeScholar
2023

XSemPLR: Cross-Lingual Semantic Parsing in Multiple Natural Languages and Meaning Representations

ACL 2023long

Cross-Lingual Semantic Parsing (CLSP) aims to translate queries in multiple natural languages (NLs) into meaning representations (MRs) such as SQL, lambda calculus, and logic forms. However, existing CLSP models are separately proposed and evaluated on datasets of limited tasks and applications, imp…

2022

AiM: Taking Answers in Mind to Correct Chinese Cloze Tests in Educational Applications

COLING 2022main

To automatically correct handwritten assignments, the traditional approach is to use an OCR model to recognize characters and compare them to answers. The OCR model easily gets confused on recognizing handwritten Chinese characters, and the textual information of the answers is missing during the mo…

2022

DYLE: Dynamic Latent Extraction for Abstractive Long-Input Summarization

ACL 2022long

Transformer-based models have achieved state-of-the-art performance on short-input summarization. However, they still struggle with summarizing longer text. In this paper, we present DYLE, a novel dynamic latent extraction approach for abstractive long-input summarization. DYLE jointly trains an ext…

2022

SummN: A Multi-Stage Summarization Framework for Long Input Dialogues and Documents

ACL 2022long

Text summarization helps readers capture salient information from documents, news, interviews, and meetings. However, most state-of-the-art pretrained language models (LM) are unable to efficiently process long text for many summarization tasks. In this paper, we propose SummN, a simple, flexible, a…

2021

An Exploratory Study on Long Dialogue Summarization: What Works and What’s Next

EMNLP 2021finding

Dialogue summarization helps readers capture salient information from long conversations in meetings, interviews, and TV series. However, real-world dialogues pose a great challenge to current summarization models, as the dialogue length typically exceeds the input limits imposed by recent transform…

2021

SummerTime: Text Summarization Toolkit for Non-experts

EMNLP 2021system demonstrations

Recent advances in summarization provide models that can generate summaries of higher quality. Such models now exist for a number of summarization tasks, including query-based summarization, dialogue summarization, and multi-document summarization. While such models and tasks are rapidly growing in…