← Search

Zhengyang Wang

26 accepted papers

2026

CFT-RAG: An Entity Tree Based Retrieval Augmented Generation Algorithm With Cuckoo Filter

ICLR 2026poster

Although retrieval-augmented generation(RAG) significantly improves generation quality by retrieving external knowledge bases and integrating generated content, it faces computational efficiency bottlenecks, particularly in knowledge retrieval tasks involving hierarchical structures for Tree-RAG. Th…

Cited by 0SourcecodeScholar
2025

ALERT: An LLM-powered Benchmark for Automatic Evaluation of Recommendation Explanations

NAACL 2025long

Recommendation explanation systems have become increasingly vital with the widespread adoption of recommender systems. However, existing recommendation explanation evaluation benchmarks suffer from limited item diversity, impractical user profiling requirements, and unreliable and unscalable evaluat…

2025

CS-Bench: A Comprehensive Benchmark for Large Language Models towards Computer Science Mastery

ICLR 2025poster

Large language models (LLMs) have demonstrated significant potential in advancing various fields of research and society. However, the current community of LLMs overly focuses on benchmarks for analyzing specific foundational skills (e.g. mathematics and code generation), neglecting an all-round eva…

2025

Can Language Models Follow Multiple Turns of Entangled Instructions?

EMNLP 2025

Despite of significant achievements in improving instruction-following capabilities of large language models (LLMs), the ability to process multiple potentially entangled or conflict instructions remains a considerable challenge. Real-world scenarios often require the consistency across multiple ins

2025

CoLA: Compute-Efficient Pre-Training of LLMs via Low-Rank Activation

EMNLP 2025

The full-size MLPs and the projection layers in attention introduce tremendous model sizes of large language models (LLMs), consuming extensive computational resources in pre-training. We empirically observe that the activations of pre-trained LLMs exhibit low-rank property. Motivated by such observ

2025

DrAgent: Empowering Large Language Models as Medical Agents for Multi-hop Medical Reasoning

EMNLP 2025

Although large language models (LLMs) have demonstrated outperforming human experts in medical examinations, it remains challenging to adopt LLMs in real-world clinical decision-making that typically involves multi-hop medical reasoning. Common practices include prompting commercial LLMs and fine-tu

Cited by 0SourcePDFScholar
2025

Dual Semantic Guidance for Open Vocabulary Semantic Segmentation

CVPR 2025poster

Open-vocabulary semantic segmentation aims to enable models to segment arbitrary categories. Currently, though pre-trained Vision-Language Models (VLMs) like CLIP have established a robust foundation for this task by learning to match text and image representations from large-scale data, their lack…

Cited by 0SourcePDFScholar
2025

Hephaestus: Improving Fundamental Agent Capabilities of Large Language Models through Continual Pre-Training

NAACL 2025long

Due to the scarcity of agent-oriented pre-training data, LLM-based autonomous agents typically rely on complex prompting or extensive fine-tuning, which often fails to introduce new capabilities while preserving strong generalizability. We introduce Hephaestus-Forge, the first large-scale pre-traini…

Cited by 1SourcePDFScholar
2025

Improving Large Language Models Function Calling and Interpretability via Guided-Structured Templates

EMNLP 2025

Large language models (LLMs) have demonstrated strong reasoning and tool-use capabilities, yet they often fail in real-world tool-interactions due to incorrect parameterization, poor tool selection, or misinterpretation of user intent. These issues often stem from an incomplete understanding of user

2025

LaX: Boosting Low-Rank Training of Foundation Models via Latent Crossing

NeurIPS 2025poster

Training foundation models such as ViTs and LLMs requires tremendous computing cost. Low-rank matrix or tensor factorization offers a parameter-efficient alternative, but often downgrades performance due to the restricted parameter space. In this work, we introduce ${\textbf{Latent Crossing (LaX)}}$…

Cited by 0SourceScholar
2025

UniConv: Unifying Retrieval and Response Generation for Large Language Models in Conversations

ACL 2025long

The rapid advancement of conversational search systems revolutionizes how information is accessed by enabling the multi-turn interaction between the user and the system. Existing conversational search systems are usually built with two different models. This separation restricts the system from leve…

Cited by 0SourcePDFScholar
2024

BlendFilter: Advancing Retrieval-Augmented Large Language Models via Query Generation Blending and Knowledge Filtering

EMNLP 2024main

Retrieval-augmented Large Language Models (LLMs) offer substantial benefits in enhancing performance across knowledge-intensive scenarios. However, these methods often struggle with complex inputs and encounter difficulties due to noisy knowledge retrieval, notably hindering model effectiveness. To…

Cited by 16SourcePDFScholar
2024

Data Diversity Matters for Robust Instruction Tuning

EMNLP 2024finding

Recent works have shown that by curating high quality and diverse instruction tuning datasets, we can significantly improve instruction-following capabilities. However, creating such datasets is difficult and most works rely on manual curation or proprietary language models. Automatic data curation…

2024

Language Models as Semantic Indexers

ICML 2024poster

Semantic identifier (ID) is an important concept in information retrieval that aims to preserve the semantics of objects such as documents and items inside their IDs. Previous studies typically adopt a two-stage pipeline to learn semantic IDs by first procuring embeddings using off-the-shelf text en…

2024

Shopping MMLU: A Massive Multi-Task Online Shopping Benchmark for Large Language Models

NeurIPS 2024poster

Online shopping is a complex multi-task, few-shot learning problem with a wide and evolving range of entities, relations, and tasks. However, existing models and benchmarks are commonly tailored to specific tasks, falling short of capturing the full complexity of online shopping. Large Language Mode…

2024

Towards Unified Multi-Modal Personalization: Large Vision-Language Models for Generative Recommendation and Beyond

ICLR 2024poster

Developing a universal model that can effectively harness heterogeneous resources and respond to a wide range of personalized needs has been a longstanding community aspiration. Our daily choices, especially in domains like fashion and retail, are substantially shaped by multi-modal data, such as pi…

2023

Amazon-M2: A Multilingual Multi-locale Shopping Session Dataset for Recommendation and Text Generation

NeurIPS 2023poster

Modeling customer shopping intentions is a crucial task for e-commerce, as it directly impacts user experience and engagement. Thus, accurately understanding customer preferences is essential for providing personalized recommendations. Session-based recommendation, which utilizes customer session d…

2023

Concept2Box: Joint Geometric Embeddings for Learning Two-View Knowledge Graphs

ACL 2023findings

Knowledge graph embeddings (KGE) have been extensively studied to embed large-scale relational data for many real-world applications. Existing methods have long ignored the fact many KGs contain two fundamentally different views: high-level ontology-view concepts and fine-grained instance-view entit…

Cited by 13SourcePDFScholar
2023

Enhancing User Intent Capture in Session-Based Recommendation with Attribute Patterns

NeurIPS 2023poster

The goal of session-based recommendation in E-commerce is to predict the next item that an anonymous user will purchase based on the browsing and purchase history. However, constructing global or local transition graphs to supplement session data can lead to noisy correlations and user intent vanish…

2023

Improving Consistency for Text Summarization with Energy Functions

EMNLP 2023short findings

Current abstractive summarization models often generate inconsistent content, i.e. texts that are not directly inferable from the source document, are not consistent with respect to world knowledge, or are self-contradictory. These inconsistencies motivate a new consistency taxonomy that we define a…

Cited by 0SourceScholar
2023

Knowledge-Selective Pretraining for Attribute Value Extraction

EMNLP 2023long findings

Attribute Value Extraction (AVE) aims to retrieve the values of attributes from the product profiles. The state-of-the-art methods tackle the AVE task through a question-answering (QA) paradigm, where the value is predicted from the context (i.e. product profile) given a query (i.e. attributes). Des…

Cited by 0SourceScholar
2023

SCOTT: Self-Consistent Chain-of-Thought Distillation

ACL 2023long

Large language models (LMs) beyond a certain scale, demonstrate the emergent capability of generating free-text rationales for their predictions via chain-of-thought (CoT) prompting. While CoT can yield dramatically improved performance, such gains are only observed for sufficiently large LMs. Even…

2023

Tab-Cleaner: Weakly Supervised Tabular Data Cleaning via Pre-training for E-commerce Catalog

ACL 2023industry

Product catalogs, conceptually in the form of text-rich tables, are self-reported by individual retailers and thus inevitably contain noisy facts. Verifying such textual attributes in product catalogs is essential to improve their reliability. However, popular methods for processing free-text conten…

Cited by 3SourcePDFScholar
2021

Environment-Independent Wi-Fi Human Activity Recognition with Adversarial Network

ICASSP 2021accepted

Human activity recognition is an essential part of human-computer interaction systems. Environment-robust Wi-Fi-based systems for this task is still a challenging problem, due to the fact that most existing systems may drop in performance when the environment is changed. To address this issue, we in…

Cited by 0SourceScholar
2020

Noise2Same: Optimizing A Self-Supervised Bound for Image Denoising

NeurIPS 2020poster

Self-supervised frameworks that learn denoising models with merely individual noisy images have shown strong capability and promising performance in various image denoising tasks. Existing self-supervised denoising frameworks are mostly built upon the same theoretical foundation, where the denoising…

2018

ChannelNets: Compact and Efficient Convolutional Neural Networks via Channel-Wise Convolutions

NeurIPS 2018poster

Convolutional neural networks (CNNs) have shown great capability of solving various artificial intelligence tasks. However, the increasing model size has raised challenges in employing them in resource-limited applications. In this work, we propose to compress deep models by using channel-wise convo…

Cited by 0SourcePDFScholar