Papers by Chang Guo

31 papers
Detoxifying Large Language Models via the Diversity of Toxic Samples (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods for analyzing and utilizing toxic samples are limited . current methods fail to fully harness their potential .
Approach: They propose a diverse detoxification framework that leverages toxic samples' diversity . they propose MPSG strategy and SC-DPO approach to elicit personalized toxic responses .
Outcome: The proposed framework could be used to optimize large language models for user safety . it incorporates two components: MPSG strategy and SC-DPO approach .
Self-Supervised Learning for Contextualized Extractive Summarization (P19-1)

Copied to clipboard

Challenge: Existing models for extractive summarization are usually trained from scratch with a cross-entropy loss . previous work builds an end-to-end system to learn to choose sentences without explicitly modeling document context .
Approach: They propose three auxiliary pre-training tasks that learn to capture the document context in a self-supervised fashion.
Outcome: The proposed models outperform existing models on a CNN/DM dataset.
Simple yet Effective Bridge Reasoning for Open-Domain Multi-Hop Question Answering (D19-58)

Copied to clipboard

Challenge: Existing work on open-domain multi-hop question answering relies on off-the-shelf information retrieval techniques to retrieve answer passages.
Approach: They propose a new subproblem for open-domain multi-hop question answering . they aim to recognize the anchor from a set of start passages with a reading comprehension model .
Outcome: The proposed method significantly improves the baseline method on the open-domain hotpotQA benchmark.
Extracting Multiple-Relations in One-Pass with Pre-Trained Transformers (P19-1)

Copied to clipboard

Challenge: Existing approaches to extract multiple relations from a paragraph require multiple passes over the paragraph.
Approach: They propose a method to extract multiple relations from a paragraph by encoding the paragraph only once.
Outcome: The proposed approach can perform state-of-the-art on the benchmark ACE 2005.
IW-Bench: Evaluating Large Multimodal Models for Converting Image-to-Web (2025.findings-acl)

Copied to clipboard

Challenge: Existing models have been introduced to improve image comprehension, but there is no robust benchmark for imagetoweb conversion.
Approach: They propose a benchmark to assess imagetoweb conversion proficiency of large multimodal models . they propose to measure layout information of web pages by parsing the Document Object Model tree .
Outcome: The proposed benchmark measures the layout information of web pages—i.e., the positional relationships between elements—which has been overlooked by prior work.
Beyond Facts- Benchmarking Distributional Reading Comprehension in Large Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Existing reading comprehension benchmarks focus on factual information, but many real-world tasks require distributional knowledge expressed across text.
Approach: They propose a reading comprehension benchmark for LLMs to evaluate their ability to infer distributional knowledge from natural language.
Outcome: Experiments with multiple LLMs show that the model outperforms baselines, but performance varies widely across distribution types and characteristics.
LiveCLKTBench: Towards Reliable Evaluation of Cross-Lingual Knowledge Transfer in Multilingual LLMs (2026.acl-long)

Copied to clipboard

Challenge: Evaluating cross-lingual knowledge transfer in large language models is challenging, as correct answers in a target language may arise either from genuine transfer or from prior exposure during pre-training.
Approach: They propose a pipeline to isolate and measure cross-lingual knowledge transfer by identifying self-contained, time-sensitive knowledge entities from real-world domains and generating factual questions.
Outcome: The proposed pipeline analyzes multiple LLMs across five languages and shows that cross-lingual transfer is strongly influenced by linguistic distance and often asymmetric across language directions.
Paper2Rebuttal: A Multi-Agent Framework for Transparent Author Response Assistance (2026.acl-long)

Copied to clipboard

Challenge: Current approaches to writing effective rebuttals are limited by the direct-to-text generation problem . authors must accurately decipher reviewer intent while ensuring every response is firmly anchored in verifiable manuscript details.
Approach: They propose a framework that reframes rebuttal generation as an evidence-centric planning task.
Outcome: The proposed framework outperforms baselines in coverage, faithfulness, and strategic coherence.
One-Shot Relational Learning for Knowledge Graphs (D18-1)

Copied to clipboard

Challenge: Existing studies on knowledge graph completion require a large number of positive examples for each relation, but long-tail relations are more common in KGs and those newly added relations do not have many known triples for training.
Approach: They propose a one-shot relational learning framework that utilizes the knowledge distilled by embedding models and learns a matching metric by considering both the learned embeddments and one-hop graph structures.
Outcome: The proposed framework improves on existing embedding models and eliminates the need for retraining when dealing with newly added relations.
From Implicit Graph Encoding to Explicit Evidence: A Training-Free LLM Framework for Temporal Knowledge Graph Reasoning (2026.findings-acl)

Copied to clipboard

Challenge: Existing Large Language Models (LLMs) struggle with implicit modality alignment and suboptimal graph linearization.
Approach: They propose a training-free, test-time adaptive framework that reframes TKG prediction as explicit evidence-driven reasoning.
Outcome: ExE-LLM outperforms fully trained graph neural networks on four benchmarks . it achieves SOTA performance in inductive settings, significantly outperforming fully trained neural networks .
You Only Read Once (YORO): Learning to Internalize Database Knowledge for Text-to-SQL (2025.naacl-long)

Copied to clipboard

Challenge: Existing text-to-SQL systems encode the same schema for every question, resulting in unnecessary high inference cost and missing crucial database knowledge.
Approach: They propose a paradigm that directly internalizes database knowledge into the parametric knowledge of a text-to-SQL model during training and eliminates the need for schema encoding during inference.
Outcome: The proposed paradigm significantly reduces the input token length by 66%-98% and outperforms traditional systems on three benchmarks.
TreeReview: A Dynamic Tree of Questions Framework for Deep and Efficient LLM-based Scientific Peer Review (2025.emnlp-main)

Copied to clipboard

Challenge: Large Language Models (LLMs) have shown significant potential in assisting peer review, but current methods struggle to generate thorough and insightful reviews while maintaining efficiency.
Approach: They propose a framework that models paper review as a hierarchical and bidirectional question-answering process.
Outcome: The proposed framework outperforms baselines on full review generation and actionable feedback comments generation tasks while reducing LLM token usage by up to 80% compared to computationally intensive approaches.
Sentence Embedding Alignment for Lifelong Relation Extraction (N19-1)

Copied to clipboard

Challenge: Existing approaches to relation extraction require a fixed set of relations . Existing methods assume a closed set of relationships and perform once-and-for-all training on a set of datasets.
Approach: They propose to improve the stochastic gradient methods with a replay memory to alleviate the forgetting problem by anchoring the sentence embedding space.
Outcome: The proposed method outperforms state-of-the-art methods on multiple benchmarks.
Improving Question Answering over Incomplete KBs with Knowledge-Aware Reader (P19-1)

Copied to clipboard

Challenge: Existing models that use incomplete knowledge bases and text data to answer open-domain questions are insufficient to cover full evidence.
Approach: They propose a model which learns to aggregate answer evidence from incomplete knowledge bases and text snippets.
Outcome: The proposed model improves on the widely-used KBQA benchmark WebQSP across settings with different extents of incompleteness.
Personalized Jargon Identification for Enhanced Interdisciplinary Communication (2024.naacl-long)

Copied to clipboard

Challenge: Identifying and translating scientific jargon for individual researchers could speed up research, but current methods of jaron identification rely on corpus-level familiarity indicators rather than modeling researcher-specific needs.
Approach: They collect over 10K term familiarity annotations from 11 computer science researchers and investigate supervised and prompt-based methods to predict individual jargon familiarity.
Outcome: The proposed method improves jargon familiarity prediction by using domain, subdomain, and individual knowledge.
Capture Human Disagreement Distributions by Calibrated Networks for Natural Language Inference (2022.findings-acl)

Copied to clipboard

Challenge: Previously, it's common to disregard it as noise or as a sign of poor-quality data, as their annotations are heavily based on personal experience and opinions.
Approach: They propose to capture the human disagreement distribution from the perspective of model calibration.
Outcome: The proposed model can achieve competitive performance when well-calibrated, on divergence scores between predictive probability and the true human opinion distribution, and the accuracy.
A Label-Aware Autoregressive Framework for Cross-Domain NER (2022.findings-naacl)

Copied to clipboard

Challenge: Existing approaches to named entity recognition (NER) focus on reducing discrepancy between tokens and tokens, but transfer of valuable label information is often not considered or ignored.
Approach: They propose a framework that borrows entity information from the source domain to enhance NER in the target domain.
Outcome: The proposed model improves over the state-of-the-art model on several datasets.
Exchange-of-Thought: Enhancing Large Language Model Capabilities through Cross-Model Communication (2023.emnlp-main)

Copied to clipboard

Challenge: Large Language Models (LLMs) have made significant strides in complex reasoning tasks, but their reasoning is often constrained by their intrinsic understanding, lacking external insights.
Approach: They propose a framework that enables cross-model communication during problem-solving.
Outcome: The proposed framework surpasses established baselines in complex reasoning tasks and is cost-effective.
DAGCN: Distance-based and Aspect-oriented Graph Convolutional Network for Aspect-based Sentiment Analysis (2024.findings-naacl)

Copied to clipboard

Challenge: Recent advances in sentiment analysis tend to interference from local factors such as irrelevant words and edges, hindering the precise identification of opinion words.
Approach: They propose a distance-based syntactic weight and Aspect-Fusion Attention to solve this problem.
Outcome: The proposed model outperforms state-of-the-art models on three public datasets and verify its effectiveness.
Rethinking Semantic Parsing for Large Language Models: Enhancing LLM Performance with Semantic Hints (2025.acl-short)

Copied to clipboard

Challenge: Semantic Parsing improves performance of smaller models, but it is unclear whether it extends similarly to large language models.
Approach: They propose a prompting approach that embeds semantic hints within the prompt to improve LLM performance.
Outcome: The proposed approach improves LLMs’ performance across various tasks, highlighting the potential of integrating semantic information to improve LLM capabilities.
LoRA-MGPO: Mitigating Double Descent in Low-Rank Adaptation via Momentum-Guided Perturbation Optimization (2025.findings-emnlp)

Copied to clipboard

Challenge: Low-Rank Adaptation (LoRA) adapts large language models by training only a small fraction of parameters, but as the rank of the low-rank matrices increases, LoRA exhibits an unstable “double descent” phenomenon, which delays convergence and impairs generalization by causing instability due to the attraction to sharp local minima.
Approach: They propose a framework that incorporates Momentum-Guided Perturbation Optimization (MGPO) MGPO stabilizes training dynamics by mitigating double descent phenomenon and guiding weight perturbations using momentum vectors from the optimizer’s state.
Outcome: The proposed framework improves performance on natural language understanding benchmarks and shows that it improves convergence and generalization.
Context-Aware Conversation Thread Detection in Multi-Party Chat (D19-1)

Copied to clipboard

Challenge: In multi-party chat, it is common for multiple conversations to occur concurrently . a new model that automatically disentangles conversation threads is proposed .
Approach: They propose a Context-Aware Thread Detection model that automatically disentangles conversation threads in chat logs.
Outcome: The proposed model outperforms state-of-the-art models on four real-world chat logs.
Improving Reinforcement Learning Based Image Captioning with Natural Language Prior (D18-1)

Copied to clipboard

Challenge: Recent research shows that Reinforcement Learning (RL) approaches suffer from the exposure bias problem.
Approach: They propose a Reinforcement Learning (RL) based training framework that constrains the action space using an n-gram language prior.
Outcome: The proposed model is more human readable and graceful.
Interactive Fiction Game Playing as Multi-Paragraph Reading Comprehension with Reinforcement Learning (2020.emnlp-main)

Copied to clipboard

Challenge: Interactive Fiction (IF) games with real human-written natural language texts provide a new natural evaluation for language understanding techniques.
Approach: They propose to re-formulate IF game solving as Multi-Passage Reading Comprehension tasks using context-query attention mechanisms and structured prediction to efficiently generate and evaluate action outputs.
Outcome: The proposed methods achieve high winning rates and low data requirements on the recent IF benchmark (Jericho)
Imposing Label-Relational Inductive Bias for Extremely Fine-Grained Entity Typing (N19-1)

Copied to clipboard

Challenge: Existing entity typing systems exploit type hierarchy provided by KB schema to model label correlations.
Approach: They propose a graph layer that encodes global label co-occurrence statistics and word-level similarities.
Outcome: The proposed model achieves a 15.3% relative F1 improvement on a large dataset with over 10,000 free-form types.
TWEETQA: A Social Media Focused Question Answering Dataset (P19-1)

Copied to clipboard

Challenge: Social media is becoming an important realtime information source, especially during natural disasters and emergencies.
Approach: They present a large-scale dataset for question answering over social media data . they gather tweets used by journalists and ask human annotators to write questions upon them .
Outcome: The proposed dataset shows that neural models that perform well on formal texts are limited in their performance . the proposed model is still lagging behind human performance with a large margin .
Human-Agent Collaborative Paper-to-Page Crafting (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to create project pages from academic papers have focused on static slides and posters, but the dynamic nature of webpages remains an unaddressed challenge.
Approach: They propose a novel multi-agent system that deconstructs paper-to-page creation into a coarse-to fine pipeline from narrative planning to multimodal content generation and interactive rendering.
Outcome: The proposed system generates high-quality, visually appealing pages in under 15 minutes for less than $0.1 .
MMEvalPro: Calibrating Multimodal Benchmarks Towards Trustworthy and Efficient Evaluation (2025.naacl-long)

Copied to clipboard

Challenge: Large Multimodal Models (LMMs) exhibit impressive cross-modal understanding and reasoning abilities, but many benchmarks suffer from systematic biases.
Approach: They propose a benchmark to avoid Type-I errors by creating one perception question and one knowledge anchor question through a meticulous annotation process.
Outcome: The proposed benchmark avoids Type-I errors while maintaining reliability of MCQ evaluations.
NLoRA: Nyström-Initiated Low-Rank Adaptation for Large Language Models (2025.findings-emnlp)

Copied to clipboard

Challenge: Parameter-efficient fine-tuning is essential for adapting large language models (LLMs). However, LoRA suffers from slow convergence and some recent LoRA variants, such as PiSSA, rely on Singular Value Decomposition (SVD) for initialization.
Approach: They propose to introduce a small intermediate matrix between the low-rank matrices (A) and (B) and propose NyströmLoRA (NLoRA) which leverages Nyström-based initialization for SLoRA to improve its effectiveness and efficiency.
Outcome: The proposed approach improves on 5 natural language generation tasks and 8 natural language understanding tasks with minimal parameter overhead.
Aggregation of Reasoning: A Hierarchical Framework for Enhancing Answer Selection in Large Language Models (2024.lrec-main)

Copied to clipboard

Challenge: Recent advances in Chain-of-Thought prompting have facilitated significant breakthroughs for Large Language Models (LLMs) in complex reasoning tasks.
Approach: They propose a hierarchical reasoning aggregation framework to address this problem . they propose dynamic sampling to adjust the number of reasoning chains .
Outcome: The proposed framework outperforms existing ensemble methods on complex reasoning tasks.
Diverse Few-Shot Text Classification with Multiple Metrics (N18-1)

Copied to clipboard

Challenge: Existing methods for few-shot learning are insufficient to capture task variations in natural language domains.
Approach: They propose an adaptive metric learning approach that automatically determines the best weighted combination from a set of metrics obtained from meta-training tasks for a newly seen few-shot task.
Outcome: The proposed method performs favorably against state-of-the-art few shot learning algorithms on real-world sentiment analysis and dialog intent classification datasets.

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