Papers by Bo Tang

44 papers
Distance-Based Propagation for Efficient Knowledge Graph Reasoning (2023.emnlp-main)

Copied to clipboard

Challenge: Knowledge graph completion (KGC) aims to predict unseen edges in knowledge graphs (KGs) . a few recent attempts to address this problem sacrifice the performance to gain efficiency.
Approach: They propose a method that aggregates path information to solve this problem by aggregating paths in a fixed window for each source-target pair.
Outcome: The proposed method can cut down on the number of propagated messages by 90% while achieving competitive performance on multiple KG datasets.
RWKV: Reinventing RNNs for the Transformer Era (2023.findings-emnlp)

Copied to clipboard

Challenge: recurrent neural networks struggle to match the performance of Transformers due to limitations in parallelization and scalability.
Approach: They propose a model architecture that combines the efficient parallelizable training of transformers with the efficient inference of RNNs.
Outcome: The proposed model performs on par with similarly sized RNNs, suggesting future work can leverage this architecture to create more efficient models.
Rethinking Smoothness for Fast and Adaptable Entity Alignment Decoding (2025.findings-naacl)

Copied to clipboard

Challenge: Existing methods for integrating knowledge graphs rely on entity and relation embeddings . Fig. 1 shows how to decode knowledge graph in under 6 seconds .
Approach: They propose a framework that only utilizes entity embeddings to decode knowledge graphs.
Outcome: The proposed framework reconstructs KG representation by maximizing smoothness of entity embeddings.
UHGEval: Benchmarking the Hallucination of Chinese Large Language Models via Unconstrained Generation (2024.acl-long)

Copied to clipboard

Challenge: Large language models (LLMs) produce hallucinated text, compromising their practical utility in professional contexts.
Approach: They have developed an unconstrained hallucination generation evaluation benchmark that contains hallucines generated by large language models with minimal restrictions.
Outcome: The proposed benchmarks are based on a Chinese-language dataset that is lacking in the field.
FastMem: Fast Memorization of Prompt Improves Context Awareness of Large Language Models (2024.findings-emnlp)

Copied to clipboard

Challenge: Large language models struggle with context awareness, leading to inaccuracies in tasks requiring faithful adherence to provided information.
Approach: They propose a method to enhance LLMs' context awareness by updating only the last Feed-Forward Network module to maximize the likelihood of the prompt before inference .
Outcome: The proposed method improves the accuracy of Llama 3-8B-Inst on the NQ-SWAP dataset from 59.1% to 71.6% and reduces the output structure failure rate of Qwen 1.5-4B-Chat from 34.9% to 25.5%.
KCAT: A Knowledge-Constraint Typing Annotation Tool (P19-3)

Copied to clipboard

Challenge: Recent years Natural Language Processing community has seen a surge of interest in fine-grained entity typing (FET) given an entity mention (i.e. a sequence of token spans representing an entity), FET aims at uncovering its contextdependent type.
Approach: They propose an efficient Knowledge Constraint Fine-grained Entity Typing Annotation Tool which further improves the entity typing process through entity linking together with some practical functions.
Outcome: The proposed tool improves the entity typing process by linking the candidate types with some practical functions.
The Rise of Darkness: Safety-Utility Trade-Offs in Role-Playing Dialogue Agents (2025.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) demonstrate their utility in character simulations, but they pose a risk of generating unsafe content.
Approach: They propose a method which dynamically adjusts safety-utility preferences based on the degree of risk coupling and guides the model to generate responses biased toward utility or safety.
Outcome: The proposed method improves safety metrics while maintaining utility.
Read As Human: Compressing Context via Parallelizable Close Reading and Skimming (2026.acl-long)

Copied to clipboard

Challenge: Existing task-aware methods require loading the entire input sequence at once for compression, which suffer from computational inefficiency.
Approach: They propose a framework that adopts an adaptive hybrid reading strategy to reduce computational inefficiency and redundant information in long-context scenarios.
Outcome: Experiments show that RAM outperforms baselines on multiple question answering and summarization benchmarks while delivering up to a 12x speedup on long inputs.
Beyond Query Memorization: Large Language Model Routing with Query Decomposition and Historical Matching (2026.acl-long)

Copied to clipboard

Challenge: Existing routing methods rely on direct mapping from queries to models based on surface-level features, leading to poor generalizability on out-of-distribution data.
Approach: They propose a new routing framework that recasts the routing task as a matching process of sifting similar queries from historical logs.
Outcome: The proposed framework improves matching accuracy while lowering inference costs . it decouples linguistic surface forms from task-intrinsic requirements .
MoA: Heterogeneous Mixture of Adapters for Parameter-Efficient Fine-Tuning of Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for parameter-efficient fine-tuning (PEFT) are limited by computational costs and performance degradation.
Approach: They propose a method that integrates Low-Rank Adaptation and Mixture-of-Experts (MoE) they propose combining expert load imbalance and representation collapse to improve LLM performance .
Outcome: The proposed method outperforms homogeneous MoE-LoRA architectures in performance and parameter efficiency.
MORPHEUS: Modeling Role from Personalized Dialogue History by Exploring and Utilizing Latent Space (2024.emnlp-main)

Copied to clipboard

Challenge: Personalized Dialogue Generation relies on external role data, which can be scarce and raise privacy concerns.
Approach: They propose a framework to extract role information from dialogue history . they use persona codebook to represent roles in latent space and posterior distribution of role information .
Outcome: The proposed framework can generalize across roles, even for unseen roles.
PILOT: Planning via Internalized Latent Optimization Trajectories for Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Large Language Models lack the capacity to formulate global strategies due to latency and availability constraints.
Approach: They propose a framework to internalize the strategic oversight of large models into intrinsic Latent Guidance by synthesizing a query-conditioned Latent Guide.
Outcome: The proposed framework outperforms strong baselines on mathematical and coding benchmarks with negligible inference latency.
Enhancing Personalized Dialogue Generation with Contrastive Latent Variables: Combining Sparse and Dense Persona (2023.acl-long)

Copied to clipboard

Challenge: Existing personalized dialogue agents model persona profiles from sparse or dense persona descriptions and dialogue histories.
Approach: They propose a model that clusters dense persona descriptions into sparse categories and generates personalized responses from dialogue histories.
Outcome: The proposed model improves on Chinese and English datasets.
Language Constrained Multimodal Hyper Adapter For Many-to-Many Multimodal Summarization (2025.acl-long)

Copied to clipboard

Challenge: Existing models that share parameters neglect the language-specific knowledge learning.
Approach: They propose a language-constrained multimodal hyper adapter for multimodal summarization that integrates language-specific adapters into multilingual pre-trained backbones.
Outcome: The proposed model can generate summaries based on multimodal documents such as text and visuals, allowing people to quickly locate key information from the vast multimedia con.
Controlled Text Generation for Large Language Model with Dynamic Attribute Graphs (2024.findings-acl)

Copied to clipboard

Challenge: Controlled Text Generation (CTG) aims to produce texts that exhibit specific desired attributes.
Approach: They propose a pluggable CTG framework for Large Language Models to control text . they use attribute scorers to evaluate attributes of sentences and construct dynamic attribute graphs .
Outcome: The proposed framework achieves a peak improvement of 19.29% over baseline methods in two tasks.
Selective Prompting Tuning for Personalized Conversations with LLMs (2024.findings-acl)

Copied to clipboard

Challenge: Personalization in conversational AI requires persona profiles and contextual understanding to create meaningful conversations.
Approach: They propose a method that softly prompts LLMs for personalized conversations in a selective way.
Outcome: The proposed approach improves response diversity by up to 90% on the CONVAI2 dataset.
LLMs-as-Instructors: Learning from Errors Toward Automating Model Improvement (2024.findings-emnlp)

Copied to clipboard

Challenge: Using advanced Large Language Models, instructors can improve training of smaller models by analyzing their own model's errors.
Approach: They propose a framework that leverages advanced Large Language Models to enhance training of smaller target models.
Outcome: The proposed framework outperforms ChatGPT on multiple benchmarks and shows that it improves on both in-domain and out-of-domain benchmarks.
Improving Distantly-supervised Entity Typing with Compact Latent Space Clustering (N19-1)

Copied to clipboard

Challenge: Existing studies have addressed this problem with partial-label loss, but they suffer from confirmation bias, which means the classifier fit a pseudo data distribution given by itself.
Approach: They propose to regularize distantly supervised models with Compact Latent Space Clustering to bypass this problem and effectively utilize noisy data yet.
Outcome: The proposed model outperforms state-of-the-art models on standard benchmarks on fine-grained entity typing (FET) by a significant margin.
URG: A Unified Ranking and Generation Method for Ensembling Language Models (2024.findings-acl)

Copied to clipboard

Challenge: Existing approaches to rank and generate large language models have limited performance due to time-intensive nature of ranking process and lack of error propagation.
Approach: They propose a framework that jointly ranks the outputs of Large Language Models and generates fine-grained fusion results.
Outcome: The proposed framework achieves state-of-the-art (SOTA) performance on ranking and generation tasks.
REG: Retrieval via Emotion Similarity for Guiding Empathetic Dialogue Generation (2026.acl-long)

Copied to clipboard

Challenge: Empathy relies on the cognitive capacity to relate to similar past experiences. Existing methods prioritize semantic similarity over emotion characteristics, leading to unempathetic responses.
Approach: They propose a framework that integrates four Emotion Attributes into the retrieval process to ensure explicit emotional alignment.
Outcome: Empirical results show that REG significantly outperforms baselines, offering a robust solution for empathetic generation.
IGenBench: Benchmarking the Reliability of Text-to-Infographic Generation (2026.acl-long)

Copied to clipboard

Challenge: Generated infographics may appear correct at first glance but contain easily overlooked issues, such as distorted data encoding or incorrect textual content.
Approach: They propose to evaluate reliability of text-to-infographic generation using IGenBench . they employ multimodal large language models to verify each question .
Outcome: The proposed framework decomposes reliability verification into atomic yes/no questions based on a taxonomy of 10 question types.
Adversarial Preference Learning for Robust LLM Alignment (2025.findings-acl)

Copied to clipboard

Challenge: Modern language models rely on Reinforcement Learning from Human Feedback (RLHF) to encourage safe behaviors, but they remain vulnerable to adversarial attacks due to three key limitations: (1) the inefficiency and high cost of human annotation; (2) the vast diversity of potential adversarials; and (3) the risk of feedback bias and reward hacking.
Approach: They propose an iterative adversarial training method that incorporates three key innovations to address these challenges.
Outcome: Experiments on Mistral-7B-Instruct-v0.3 show that the proposed method significantly enhances robustness and reduces harmful outputs from 5.88% to 0.43%.
ECC: Synergizing Emotion, Cause and Commonsense for Empathetic Dialogue Generation (2025.coling-main)

Copied to clipboard

Challenge: Empathy improves human-machine dialogue systems by enhancing the user's experience.
Approach: They propose a framework that leverages specialized encoders to capture the key features of emotion, cause, and commonsense and collaboratively models these through a Conditional Variational Auto-Encoder.
Outcome: Empirical results show that the framework outperforms baseline models and offers a robust solution for empathetic dialogue generation.
RoleBreak: Character Hallucination as a Jailbreak Attack in Role-Playing Systems (2025.coling-main)

Copied to clipboard

Challenge: Existing approaches to combat character hallucination are vulnerable to attack . large language models (LLMs) are capable of generating responses inconsistent with intended personas .
Approach: They propose a novel defence strategy that generates supplemental context through narration to mitigate role-query conflicts and improve query generalization.
Outcome: The proposed defence strategy outperforms refusal-based strategies in character hallucinations and query generalization.
Probing the Plasticity and Correlation of LLM Value Systems: LLM Value Rankings are Not Stable (2026.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) have similar value rankings but little is known about how susceptible they are to external influence and how different values are correlated with each other.
Approach: They propose to use 6 different value transformation prompting methods to examine the plasticity of LLM value systems by comparing them with 8 LLMs.
Outcome: The proposed methods are effective on 8 LLMs and 3 families.
CoMeT: Collaborative Memory Transformer for Efficient Long Context Modeling (2026.acl-long)

Copied to clipboard

Challenge: a novel architecture that enables LLMs to handle arbitrarily long sequences with constant memory usage and linear time complexity is a major barrier to long-context processing.
Approach: They propose a novel architecture that enables LLMs to handle arbitrarily long sequences with constant memory usage and linear time complexity.
Outcome: The proposed architecture can handle arbitrarily long sequences with constant memory usage and linear time complexity.
MoC: Mixtures of Text Chunking Learners for Retrieval-Augmented Generation System (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for text chunking are limited by text chunks and lack of domain-specific knowledge.
Approach: They propose a dual-metric evaluation method to quantify text chunking quality . they aim to generate a structured list of chunking regular expressions .
Outcome: The proposed method enables direct quantification of chunking quality . it substantiates the need to integrate LLMs into chunking process .
Improving Retrospective Language Agents via Joint Policy Gradient Optimization (2025.naacl-long)

Copied to clipboard

Challenge: Recent advances in large language models have sparked interest in creating autonomous agents.
Approach: They propose a framework that jointly optimizes both task-planning and self-reflective evolution capabilities in language agents.
Outcome: The proposed framework improves task planning and self-reflective evolution capabilities in language agents.
Text2Mem: A Unified Memory Operation Language for Memory Operating System (2026.findings-acl)

Copied to clipboard

Challenge: Existing memory frameworks lack a formal, executable specification for memory control.
Approach: They propose a unified memory operation language that standardizes translation of natural-language instructions into reliable execution.
Outcome: The proposed language standardizes translation of natural-language instructions into reliable execution.
A + B: A General Generator-Reader Framework for Optimizing LLMs to Unleash Synergy Potential (2024.findings-acl)

Copied to clipboard

Challenge: Retrieval-Augmented Generation (RAG) is an effective solution to supplement necessary knowledge to large language models.
Approach: They propose a "generate-then-read" pipeline to replace retrieval stage with generation from the LLM itself.
Outcome: The proposed framework outperforms single models in the base and chat versions and addresses safety and helpfulness post-adaptation challenges.
Text Editing as Imitation Game (2022.findings-emnlp)

Copied to clipboard

Challenge: Text editing is an important domain of processing tasks to edit the text in a localized fashion, such as text simplification.
Approach: They propose a nonautoregressive decoder for state-to-action demonstrations that parallels the decoding while retaining the dependencies between tokens.
Outcome: The proposed model outperforms the autoregressive baselines on a suite of Arithmetic Equation benchmarks in terms of performance, efficiency, and robustness.
Unveiling Privacy Risks in LLM Agent Memory (2025.acl-long)

Copied to clipboard

Challenge: Large Language Model (LLM) agents store private user-agent interactions in memory for demonstrations, introducing new privacy risks for LLM agents.
Approach: They propose an attack that extracts private information from memory under a black-box setting and propose a method that can be used to attack the agent.
Outcome: The proposed attack is effective under a black-box setting and it is demonstrated on two representative agents.
AEGIS: A Holistic Benchmark for Evaluating Forensic Analysis of AI-Generated Academic Images (2026.acl-long)

Copied to clipboard

Challenge: AEGIS examines whether current models can effectively audit AI-generated images in academic papers.
Approach: They propose a holistic benchmark for forensic analysis of AI-Generated academic ImageS that reveals limitations in academic image forensics.
Outcome: AEGIS compared with existing benchmarks on seven academic categories and features key advances in forensic analysis.
NewsBench: A Systematic Evaluation Framework for Assessing Editorial Capabilities of Large Language Models in Chinese Journalism (2024.acl-long)

Copied to clipboard

Challenge: a novel evaluation framework assesses the capabilities of Large Language Models (LLMs) for editorial capabilities in Chinese journalism.
Approach: They propose to use a benchmark dataset to assess the capabilities of Large Language Models (LLMs) for editorial capabilities in Chinese journalism.
Outcome: The proposed evaluation framework is based on a dataset of 1,267 test samples in 24 news domains.
A Scalable Multi-LLM Collaboration System with Retrieval-based Selection and Exploration-Exploitation-Driven Enhancement (2026.acl-long)

Copied to clipboard

Challenge: Existing multi-LLM collaboration systems often encounter scalability challenges when integrating new LLMs and tasks.
Approach: They propose a Scalable Multi-LLM Collaboration System to coordinate multiple open-source LLMs.
Outcome: The proposed system outperforms prevailing closed-source LLMs on eight mainstream benchmarks on multiple tasks.
Unleashing the Native Recommendation Potential: LLM-Based Generative Recommendation via Structured Term Identifiers (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for constructing item identifiers face bottlenecks due to their large output space and expensive vocabulary expansion and alignment training.
Approach: They propose to use Large Language Models to develop general-purpose, semantically-aware recommender systems that can be generalized and reusable.
Outcome: Experiments on real-world datasets show that GRAM outperforms baselines and significantly outperformed baselines.
GuessArena: Guess Who I Am? A Self-Adaptive Framework for Evaluating LLMs in Domain-Specific Knowledge and Reasoning (2025.acl-long)

Copied to clipboard

Challenge: Existing evaluation methods for large language models rely on static benchmarks and standardized evaluation protocols.
Approach: They propose an adaptive evaluation framework that integrates dynamic domain knowledge modeling with progressive reasoning assessment to improve evaluation fidelity.
Outcome: Empirical results show that the framework distinguishes LLMs in terms of domain knowledge coverage and reasoning chain completeness.
Feeding What You Need by Understanding What You Learned (2022.acl-long)

Copied to clipboard

Challenge: Existing research on machine reading comprehension rely heavily on large-size models and corpus to improve performance.
Approach: They propose a framework that assesses model capabilities in an explainable and multi-dimensional manner.
Outcome: The proposed framework achieves an 11.22% / 8.71% improvement of EM / F1 on MRC tasks.
QRMeM: Unleash the Length Limitation through Question then Reflection Memory Mechanism (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for processing large textual content face insufficient adaptation to task-specific needs and missing multi-segmentation relationships.
Approach: They propose a question then reflection memory mechanism which integrates a dual-structured memory pool and a structured graph guidance to facilitate a reflective trial-and-error approach for navigating and identifying relevant segments.
Outcome: The proposed model achieves superior performance on multiple-choice questions and multi-doc QA.
CARE-STaR: Constraint-aware Self-taught Reasoner (2025.findings-acl)

Copied to clipboard

Challenge: Recent research on instruction following has demonstrated that LLMs can handle complex instructions.
Approach: They propose to assign constraints to different levels of constraints in instructions . they use chain-of-thought and self-taught reasoner methods to identify constraints .
Outcome: The proposed method outperforms supervised fine-tuning (SFT) on three instruction-following benchmarks.
EvoWiki: Evaluating LLMs on Evolving Knowledge (2025.acl-long)

Copied to clipboard

Challenge: Existing knowledge evolution benchmarks are static and fail to capture the evolving nature of LLMs and knowledge.
Approach: They propose an evolving dataset that categorizes information into stable, evolved, and uncharted states.
Outcome: The proposed dataset is auto-updatable and enables evaluation of continuously changing knowledge and newly released LLMs.
Inside Out: Evolving User-Centric Core Memory Trees for Long-Term Personalized Dialogue Systems (2026.acl-long)

Copied to clipboard

Challenge: Existing personalized dialogue systems struggle to reconcile unbounded interactions with finite context constraints.
Approach: They propose a framework that utilizes a globally maintained PersonaTree as the carrier of long-term user profiling.
Outcome: The proposed framework outperforms existing systems in suppressing contextual noise and persona inconsistency.
SafeRAG: Benchmarking Security in Retrieval-Augmented Generation of Large Language Model (2025.acl-long)

Copied to clipboard

Challenge: Existing approaches to integrating external knowledge into large language models (LLMs) however, the incorporation of external knowledge increases the vulnerability of LLMs .
Approach: They propose a benchmark to evaluate the RAG security using a dataset . they classify attack tasks into silver noise, inter-context conflict, soft ad, and white Denial-of-Service .
Outcome: The proposed benchmark evaluates the security of RAG against 14 representative RAG components.

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