Papers by Sheng Guo

18 papers
Adaptive Attentional Network for Few-Shot Knowledge Graph Completion (2020.emnlp-main)

Copied to clipboard

Challenge: Recent attempts to learn static representations of entities and references ignore their dynamic properties.
Approach: They propose to learn static representations of entities and references ignoring their dynamic properties . a neighbor encoder learns entities' roles while a query-aware aggregator learns references' contributions .
Outcome: The proposed approach achieves state-of-the-art results with different few-shot sizes.
A Joint Model for Dropped Pronoun Recovery and Conversational Discourse Parsing in Chinese Conversational Speech (2021.acl-long)

Copied to clipboard

Challenge: Existing work regards dropped pronoun recovery and conversational discourse parsing as two separate tasks and tackles them separately.
Approach: They propose a neural model for dropped pronoun recovery and conversational discourse parsing in Chinese conversational speech.
Outcome: The proposed model outperforms the state-of-the-art models on a new dataset . the proposed model is based on linguistic and semantic information from Chinese conversational speech .
Importance of Synthesizing High-quality Data for Text-to-SQL Parsing (2023.findings-acl)

Copied to clipboard

Challenge: Existing text-to-SQL parsers lack the data to perform well with augmented synthetic data.
Approach: They propose a framework that imposes strong typing constraints and incorporates key relationships from schema.
Outcome: The proposed framework improves on the high-quality synthesized SQL and natural language question (NLQ) models have significant accuracy boosts and achieve new state-of-the-art performance on spider.
MaskTab: Scalable Masked Tabular Pretraining with Scaling Laws and Distillation for Industrial Classification (2026.findings-acl)

Copied to clipboard

Challenge: Tabular data is high-dimensional, riddled with missing entries, and rarely labeled at scale.
Approach: They propose a unified pre-training framework for industrial-scale tabular data . MaskTab encodes missing values via dedicated learnable tokens .
Outcome: The proposed framework outperforms XGBoost and MaskTab-L on industrial-scale . it achieves +5.04% AUC and +8.28% KS over prior art under rigorous scaling .
Towards Interpretable Tabular Reasoning: Enhancing LLM Reasoning on Tabular Data with Pre-Constructed Logic Graph (2026.acl-long)

Copied to clipboard

Challenge: Tabular data is used in fields such as finance and healthcare due to its heterogeneity and complexity.
Approach: They propose a Logic-Graph-Enhanced LLM Reasoning framework that integrates the strengths of tree-based models and LLMs to improve their interpretability.
Outcome: The proposed framework outperforms tree-based models and state-of-the-art LLMs on tabular prediction tasks, achieving superior accuracy and interpretability.
Transformer-GCRF: Recovering Chinese Dropped Pronouns with General Conditional Random Fields (2020.findings-emnlp)

Copied to clipboard

Challenge: Existing approaches to recover dropped pronouns ignore the dependencies between pronounes in neighboring utterances.
Approach: They propose a framework that combines Transformer network and General Conditional Random Fields to model the dependencies between pronouns in neighboring utterances.
Outcome: The proposed framework outperforms state-of-the-art models on three Chinese conversation datasets showing that it captures the dependencies between pronouns in neighboring utterances.
RGL: A Simple yet Effective Relation Graph Augmented Prompt-based Tuning Approach for Few-Shot Learning (2022.findings-naacl)

Copied to clipboard

Challenge: Pre-trained language models (PLMs) are a good starting point for downstream applications, but it is difficult to generalize them to new tasks given a few labeled samples.
Approach: They propose to use Relation Graph augmented learning to improve the performance of few-shot natural language understanding tasks by rewriting the input sequence into a cloze question with masks.
Outcome: Extensive experiments show that Relation Graph augmented learning (RGL) improves performance of prompt-based tuning strategies.
CasEE: A Joint Learning Framework with Cascade Decoding for Overlapping Event Extraction (2021.findings-acl)

Copied to clipboard

Challenge: Existing methods assume that events appear in sentences without overlaps . overlapping event extraction is a challenging task in natural language understanding .
Approach: They propose a joint learning framework with cascade decoding for overlapping event extraction . they sequentially perform type detection, trigger extraction and argument extraction based on the specific former prediction .
Outcome: The proposed framework improves on a public event extraction benchmark . it sequentially performs type detection, trigger extraction and argument extraction .
Learning from the Irrecoverable: Error-Localized Policy Optimization for Tool-Integrated LLM Reasoning (2026.acl-long)

Copied to clipboard

Challenge: Tool-integrated reasoning (TIR) enables LLM agents to solve tasks through planning, tool use, and iterative revision, but outcome-only reinforcement learning suffers from sparse, delayed rewards and weak step-level credit assignment.
Approach: They propose a tool-integrated reasoning approach that localizes the first irrecoverable step and leverages it for fine-grained credit assignment.
Outcome: The proposed algorithm outperforms strong Agentic RL benchmarks in math, science QA, and code execution with additional gains in Pass@K and Major@K scaling, rollout ranking quality, and tool-call efficiency.
Recovering dropped pronouns in Chinese conversations via modeling their referents (N19-1)

Copied to clipboard

Challenge: Pronouns are often dropped in conversational genres as their referents can be easily understood from context.
Approach: They propose an end-to-end neural network model to recover dropped pronouns in conversational data.
Outcome: The proposed model improves on three different conversational genres.
FinMRAGBench: A Realistic and Complex Benchmark for Multi-Modal RAG in Financial Document Analysis (2026.findings-acl)

Copied to clipboard

Challenge: Existing benchmarks for realistic financial analysis fail to capture realistic financial situations involving cross-document retrieval, multi-page evidence integration, and diverse analytical tasks.
Approach: They propose a multi-modal financial RAG benchmark that evaluates large language models in realistic financial analysis settings.
Outcome: The proposed framework achieves the strongest overall performance across all models.
Integrating Semantic and Structural Information with Graph Convolutional Network for Controversy Detection (2020.acl-main)

Copied to clipboard

Challenge: Existing methods for identifying controversial posts on social media are limited . existing methods fail to incorporate semantic information from content-related posts .
Approach: They propose a method to integrate the information from topics, posts, and comments . they extend their model to Disentangled TPC-GCN to disentangle topic-related features .
Outcome: The proposed method outperforms existing methods on two real-world datasets.
LAD-RAG: Layout-aware Dynamic RAG for Visually-Rich Document Understanding (2026.acl-long)

Copied to clipboard

Challenge: Conventional retrieval-augmented generation (RAG) methods encode content in isolated chunks during ingestion, losing structural and cross-page dependencies, and retrieve a fixed number of pages at inference.
Approach: They propose a Layout-Aware Dynamic RAG framework that encodes content in isolated chunks during ingestion and retrieves a fixed number of pages at inference.
Outcome: Experiments on MMLongBench-Doc, LongDocURL, DUDE, and MP-DoxVQA show that LAD-RAG improves retrieval, achieving over 90% perfect recall on average without any top-k tuning, and outperforming baseline retrievers by up to 20% in recall at comparable noise levels.
PAR2-RAG: Planned Active Retrieval and Reasoning for Multi-Hop Question Answering (2026.acl-industry)

Copied to clipboard

Challenge: Multi-hop question answering is a practical bottleneck in industry applications . large language models (LLMs) fail frequently when evidence coverage is incomplete or reasoning trajectories drift .
Approach: They propose a training-free two-stage framework that separates coverage from commitment . it performs breadth-first anchoring to build a high-recall evidence frontier . compared with IRCoT, it achieves 23.5% higher answer accuracy .
Outcome: The proposed framework outperforms strong baselines in MHQA benchmarks and achieves 23.5% higher answer accuracy and 10.5% NDCG gains in retrieval quality.
LeTS: Learning to Think-and-Search via Process-and-Outcome Reward Hybridization (2025.emnlp-main)

Copied to clipboard

Challenge: Recent research focuses on integrating reasoning capabilities into the realm of retrieval-augmented generation (RAG) via outcome-supervised reinforcement learning (RL).
Approach: They propose a process-level reward module to mitigate the unawareness of intermediate reasoning steps in outcome-level supervision without additional annotation.
Outcome: The proposed framework can boost LLMs’ reasoning ability by integrating external knowledge sources through retrieval-augmented generation (RAG) The proposed model can mitigate the unawareness of intermediate reasoning steps in outcome-level supervision without additional annotation.
HyperMem: Hypergraph Memory for Long-Term Conversations (2026.acl-long)

Copied to clipboard

Challenge: Existing approaches to long-term memory management rely on pairwise relations, causing fragmented retrieval.
Approach: They propose a hypergraph-based hierarchical memory architecture that explicitly models high-order associations using hyperedges.
Outcome: Experiments show that HyperMem achieves state-of-the-art performance with 92.73% accuracy for long-term conversations.
No Free Lunch: Retrieval-Augmented Generation Undermines Fairness in LLMs, Even for Vigilant Users (2025.findings-emnlp)

Copied to clipboard

Challenge: Retrieval-augmented generation is widely adopted for its effectiveness and cost-efficiency in mitigating hallucinations.
Approach: They propose a practical three-level threat model from the perspective of user fairness awareness.
Outcome: The proposed model shows that RAG can undermine fairness alignment without fine-tuning or retraining.
Exploring Contextual Word-level Style Relevance for Unsupervised Style Transfer (2020.acl-main)

Copied to clipboard

Challenge: Existing methods to unsupervised style transfer lack fine-grained control of the influence from the target style.
Approach: They propose a model that exploits the relevance of each output word to the target style . they pretrain a style classifier and train an attentional Seq2seq model to reconstruct input sentences .
Outcome: The proposed model achieves state-of-the-art performance in terms of transfer accuracy and content preservation.

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