Papers by Zhiyong Wang

17 papers
Emotion–Cause Pair Extraction in Conversations via Semantic Decoupling and Alignment (2026.findings-acl)

Copied to clipboard

Challenge: Emotion-Cause Pair Extraction in Conversations (ECPEC) aims to identify the set of causal relations between emotion utterances and their triggering causes within a dialogue.
Approach: They propose a framework for Emotion-Cause Pair Extraction in Conversations that decouples emotion-oriented semantics from cause-oriented ones and employs optimal transport to enable many-to-many and globally consistent emotion-cause matching.
Outcome: The proposed framework achieves state-of-the-art on several benchmark datasets.
HGCLIP: Exploring Vision-Language Models with Graph Representations for Hierarchical Understanding (2025.coling-main)

Copied to clipboard

Challenge: Object categories are typically organized into a multi-granularity taxonomic hierarchy . traditional uni-modal approaches focus primarily on image features, revealing limitations in complex scenarios.
Approach: They propose a framework that combines vision-language models with a deeper exploitation of the hierarchy.
Outcome: The proposed framework shows significant improvements on 11 diverse visual recognition benchmarks.
Large Language Model-Enhanced Multi-Armed Bandits (2026.acl-long)

Copied to clipboard

Challenge: Large language models (LLMs) have been used to sequential decision-making tasks like multi-armed bandits where an LLM is tasked with selecting arms in each iteration is often suboptimal.
Approach: They propose to combine MAB and LLMs to leverage the in-context learning capability of LLM for reward prediction.
Outcome: The proposed approach outperforms LLM-based direct arm selection on synthetic tasks where only preference feedback between arm pairs is available.
Self-Adaptive In-Context Learning: An Information Compression Perspective for In-Context Example Selection and Ordering (2023.acl-long)

Copied to clipboard

Challenge: In-context learning is a common practice to randomly sample examples to serve as context.
Approach: They propose a new principle for in-context learning that helps each sample find an in-constitut example organization that can derive the correct prediction.
Outcome: The proposed method achieves 40% relative improvement over the common practice setting.
CogBench: Benchmarking Cognitive Alignment of Large Language Models in Educational Question Answering (2026.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) possess strong capabilities in language understanding and generation, as well as remarkable problem-solving abilities.
Approach: They propose a benchmark to assess the cognitive alignment capabilities of large language models in educational QA.
Outcome: The proposed evaluation benchmark assesses the cognitive alignment capabilities of large language models in educational QA.
Generating Harder Cross-document Event Coreference Resolution Datasets using Metaphoric Paraphrasing (2024.acl-short)

Copied to clipboard

Challenge: Existing methods for Cross-Document Event Coreference Resolution (CDEC) are biased towards lexical similarities, limiting a crucial avenue of research in event comprehension.
Approach: They propose a lexically rich variant of Event Coref Bank Plus (ECB+) for CDEC on symbolic and metaphoric language.
Outcome: The proposed method avoids the reannotation of expensive coreference links on symbolic and metaphoric language.
LLM as Prompter: Low-resource Inductive Reasoning on Arbitrary Knowledge Graphs (2024.findings-acl)

Copied to clipboard

Challenge: Knowledge Graph (KG) inductive reasoning is widely adopted in various applications.
Approach: They propose a framework for low-resource inductive reasoning using Large Language Models to generate a graph-structural prompt for pre-trained KGs.
Outcome: The proposed framework outperforms previous methods in three-shot, one-shot and zero-shot reasoning tasks.
OS-Genesis: Automating GUI Agent Trajectory Construction via Reverse Task Synthesis (2025.acl-long)

Copied to clipboard

Challenge: Graphical User Interface (GUI) agents powered by Vision-Language Models (VLMs) have demonstrated human-like computer control capability.
Approach: They propose a GUI data synthesis pipeline that reverse engineers GUI trajectory construction process by executing pre-defined tasks.
Outcome: The proposed GUI data synthesis pipeline overcomes the bottlenecks of previous methods that rely on pre-defined tasks and limited data diversity.
ReSo: A Reward-driven Self-organizing LLM-based Multi-Agent System for Reasoning Tasks (2025.emnlp-main)

Copied to clipboard

Challenge: Multi-agent systems (MAS) are limited by poor flexibility and scalability, with underdeveloped optimization strategies.
Approach: They propose a task graph generation and a reward-driven two-stage agent selection process to integrate multi-agent systems to improve their reasoning capabilities.
Outcome: The proposed model outperforms existing methods on Math-MAS and SciBench-MAS SciBech, while other methods completely fail.
SimRPD: Optimizing Recruitment Proactive Dialogue Agents through Simulator-Based Data Evaluation and Selection (2026.acl-industry)

Copied to clipboard

Challenge: High-quality data in training proactive dialogue agents is scarce, despite fine-tuning and reinforcement learning . a recent study has shown that the effectiveness of supervised fine-touring is limited by the lack of high-quality, domain-specific training data.
Approach: They propose a framework for training recruitment proactive dialogue agents using a high-fidelity user simulator and a multi-dimensional evaluation framework based on Chain-of-Intention.
Outcome: The proposed framework outperforms existing simulator-based data selection strategies in a real-world recruitment scenario.
OTExtSum: Extractive Text Summarisation with Optimal Transport (2022.findings-naacl)

Copied to clipboard

Challenge: Extractive text summarisation aims to select salient sentences from a document to form a short yet informative summary.
Approach: They propose to formulate extractive text summarisation as an Optimal Transport (OT) problem and use it to obtain an optimal summary that minimises the transportation cost to a given document.
Outcome: The proposed method outperforms state-of-the-art methods and learning-based methods on multiNews, PubMed, BillSum, and CNN/DM datasets.
BiSyn-GAT+: Bi-Syntax Aware Graph Attention Network for Aspect-based Sentiment Analysis (2022.findings-acl)

Copied to clipboard

Challenge: Aspect-based sentiment analysis is challenging because a sentence may contain multiple aspects or complicated relationships.
Approach: They propose a bi-syntax aware Graph Attention Network to model the context of every aspect and sentiment relations across aspects for learning.
Outcome: The proposed model outperforms the state-of-the-art methods on four benchmark datasets.
MedCite: Can Language Models Generate Verifiable Text for Medicine? (2025.findings-acl)

Copied to clipboard

Challenge: Existing LLM-based medical question answering systems lack citation generation and evaluation capabilities, raising concerns about their adoption in practice.
Approach: They propose a framework that facilitates the design and evaluation of LLM citations for medical tasks and a retrieval-citation method that generates high-quality citation.
Outcome: The proposed method achieves superior citation precision and recall improvements compared to strong baseline methods and correlates well with annotation results from professional experts.
UniSRM: A Unified Speech Reward Model for Reasoning-Based Fine-grained Assessment (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for speech generation rely on subjective, expensive judgments . Existing models only cover a narrow set of scenarios and only provide limited coverage .
Approach: They propose a unified speech reward model that can support multi-dimensional, interpretable reward signals with reliable reasoning.
Outcome: The proposed model can support multi-dimensional, interpretable reward signals with reliable reasoning.
OpenICL: An Open-Source Framework for In-context Learning (2023.acl-demo)

Copied to clipboard

Challenge: In-context Learning (ICL) is a new paradigm for large language model evaluation.
Approach: They propose an open-source toolkit for ICL and LLM evaluation.
Outcome: The proposed framework is highly flexible and flexible and can be easily combined with other tools to suit users' needs.
Self-Reflective Generation at Test Time (2026.acl-long)

Copied to clipboard

Challenge: Existing self-reflection mechanisms are reactive and inefficient for large language models . a fundamental tension persists between the ability to execute complex multi-step reasoning and the ability of the model to generate coherent traces.
Approach: They propose a test-time framework that reflects before generating at uncertain points . SRGen utilizes dynamic entropy thresholding to identify high-uncertainty tokens .
Outcome: The proposed framework can significantly strengthen large language models' reasoning process.
Flow-Based Page Unique Semantic Mapping Architecture for Document Visual Question Answering (2026.acl-long)

Copied to clipboard

Challenge: Document Visual Question Answering (DocVQA) aims to generate answers by understanding textual, layout, and visual elements within document images.
Approach: They propose a Flow-Based Page Unique Semantic Mapping Architecture to solve the distinguishability problem among semantically similar pages.
Outcome: The proposed model outperforms existing methods in evidence localization and answer generation.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations