Papers by Bowen Xing

18 papers
Efficient (Soft) Q-Learning for Text Generation with Limited Good Data (2022.findings-emnlp)

Copied to clipboard

Challenge: Maximum likelihood estimation (MLE) is the predominant method for training text generation models.
Approach: They propose a new RL formulation for text generation from the soft Q-learning perspective using path consistency learning to combine the best of on-/off-policy updates and learn effectively from sparse reward.
Outcome: The proposed approach outperforms MLE and previous RL methods in a wide range of tasks.
HTML: Hierarchical Topology Multi-task Learning for Semantic Parsing in Knowledge Base Question Answering (2025.findings-acl)

Copied to clipboard

Challenge: Existing approaches struggle with mapping questions to precise logical forms . Existing frameworks struggle with complex mapping of questions to logical form .
Approach: They propose a framework that leverages a hierarchical multi-task learning paradigm to enhance the performance of logical form generation.
Outcome: The proposed framework outperforms supervised fine-tuning methods and training-free ones on large language models.
DARER: Dual-task Temporal Relational Recurrent Reasoning Network for Joint Dialog Sentiment Classification and Act Recognition (2022.findings-acl)

Copied to clipboard

Challenge: Dialog sentiment classification (DSC) and dialog act recognition (DAR) aims to predict the sentiment label and act label for each utterance in a dialog.
Approach: They propose a framework which integrates prediction-level interactions other than semantics-level ones into dialog understanding and dual-task reasoning by integrating temporal relations into the model.
Outcome: The proposed model outperforms existing models by large margins while costing less training time and requiring less computation resource.
Texar: A Modularized, Versatile, and Extensible Toolkit for Text Generation (P19-3)

Copied to clipboard

Challenge: Texar is an open-source text generation toolkit that supports a broad set of text generation tasks.
Approach: They introduce Texar, an open-source text generation toolkit that supports text generation tasks.
Outcome: Texar supports machine translation, summarization, dialog, content manipulation, and more.
DC-Instruct: An Effective Framework for Generative Multi-intent Spoken Language Understanding (2024.emnlp-main)

Copied to clipboard

Challenge: Existing prompt learning frameworks lack explicit modeling of dual-task dependencies and oversight of task-specific semantic differences among utterances.
Approach: They propose a generative framework based on Dual-task Inter-dependent Instructions (DII) and Supervised Contrastive Instructions that leverages utterance semantics differences by guiding LLMs to determine whether a pair of utterrances share the same or similar labels.
Outcome: The proposed framework outperforms existing models and state-of-the-art methods on public benchmark datasets and shows that it improves SLU reasoning.
Bridging Reasoning and Action: Hybrid LLM–RL Framework for Efficient Cross-Domain Task-Oriented Dialogue (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods to solve cross-domain task-oriented dialogues are brittle when cross- domain constraints are not directly grounded in surface text or require commonsense inference.
Approach: They propose a framework that makes LLM-derived constraint reasoning usable for RL.
Outcome: Experiments show that the proposed framework outperforms single-model baselines on long-horizon tasks.
On the Generation of Medical Dialogs for COVID-19 (2021.acl-short)

Copied to clipboard

Challenge: under the pandemic of COVID-19, people experiencing COVI D19-related symptoms have a pressing need to consult doctors.
Approach: They develop a medical dialog system that can provide COVID19-related consultations . they use two dialog datasets containing conversations between doctors and patients .
Outcome: The proposed system can provide COVID19-related consultations, but is too small compared with general-domain dialog datasets.
BertNet: Harvesting Knowledge Graphs with Arbitrary Relations from Pretrained Language Models (2023.findings-acl)

Copied to clipboard

Challenge: Existing methods to construct knowledge graphs are limited to a small set of relations due to manual cost or restrictions in text corpus.
Approach: They propose to automatically construct knowledge graphs (KGs) of diverse new relations from pretrained language models that accept knowledge queries with prompts.
Outcome: The proposed framework extracts knowledge of over 400 new relations from pretrained language models, including RoBERTaNet, with minimal input of a relation definition and a few shot of example entity pairs.
RedCoast: A Lightweight Tool to Automate Distributed Training of LLMs on Any GPU/TPUs (2024.naacl-demo)

Copied to clipboard

Challenge: Recent advances in machine learning (ML) are attributed to large language models (LLMs), but their escalating memory requirements require developers to partition a large model to distribute it across multiple GPUs or TPUs.
Approach: They propose a lightweight and user-friendly tool to automate distributed training and inference for LLMs and to simplify ML pipeline development.
Outcome: The proposed tool automates distributed training and inference for LLMs, and simplifies ML pipeline development.
A Survey on Multi-modal Intent Recognition: Recent Advances and New Frontiers (2025.findings-emnlp)

Copied to clipboard

Challenge: Multi-modal intent recognition (MIR) requires integrating non-verbal cues from real-world contexts to enhance human intention understanding.
Approach: They present a comprehensive review of multi-modal intent recognition . they provide a survey of the field covering textual, visual, and acoustic signals .
Outcome: The present survey summarises the current state of multi-modal intent recognition . it includes a comprehensive taxonomy and advanced methods .
Progressive Generation of Long Text with Pretrained Language Models (2021.naacl-main)

Copied to clipboard

Challenge: Existing methods for "long" text generation are limited to outputs of 50-200 tokens . however, our proposed ProGen generates coherent long passages of text in a progressive manner .
Approach: They propose a method for generating coherent long passages of text in a progressive manner . they first produce domain-specific content keywords and then refine them into complete passages . human evaluation validates that their proposed generation is more coherent .
Outcome: The proposed method produces domain-specific content keywords and refines them into complete passages in multiple stages.
Group is better than individual: Exploiting Label Topologies and Label Relations for Joint Multiple Intent Detection and Slot Filling (2022.emnlp-main)

Copied to clipboard

Challenge: Recent joint multiple intent detection and slot filling models ignore the dependencies among labels and label embeddings.
Approach: They propose to construct a Heterogeneous Label Graph (HLG) containing two kinds of topologies and a novel model termed ReLa-Net which captures beneficial correlations among the labels from HLG.
Outcome: The proposed model outperforms the previous model by over 20% on MixATIS dataset.
Beyond Surface Features: Advancing Medical Vision-Language Alignment via Dynamic Evidence-Guided Preference Optimization (2026.acl-long)

Copied to clipboard

Challenge: Existing preference-based methods for medical large vision-Language Models face limitations in medical settings . existing methods are limited by overfitting to superficial cues and pseudo convergence of the preference signal.
Approach: They propose a framework that enables evidence-aware and adaptive preference learning for Med-LVLMs.
Outcome: The proposed framework improves evidence-aware and adaptive preference learning for Med-LVLMs.
Compression, Transduction, and Creation: A Unified Framework for Evaluating Natural Language Generation (2021.emnlp-main)

Copied to clipboard

Challenge: Natural language generation (NLG) tasks have complex nature and require manual evaluation.
Approach: They propose a unifying perspective based on the nature of information change in NLG tasks . they propose 'information alignment' metrics that can be used to evaluate different aspects of NLG .
Outcome: The proposed metrics achieve stronger or comparable correlations with human judgement compared to state-of-the-art metrics in diverse tasks.
Summarizing Text on Any Aspects: A Knowledge-Informed Weakly-Supervised Approach (2020.emnlp-main)

Copied to clipboard

Challenge: Existing studies on aspect-based abstractive summarization assume a small set of aspects and do not consider other diverse aspects.
Approach: They propose a weak supervision construction method and an aspect modeling scheme to solve this problem.
Outcome: The proposed method significantly expands the application of the task in practice.
Less Languages, Less Tokens: An Efficient Unified Logic Cross-lingual Chain-of-Thought Reasoning Framework (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for cross-lingual chain-of-thought (XCoT) with self-consistency are costly due to extensive sampling of full trajectories across languages.
Approach: They propose a cross-lingual chain-of-thought framework that minimizes redundancy in token usage and latency.
Outcome: Experiments on polymath show that UL-XCoT reduces decoding token costs and latency by 50% . UL XCot also aggregates remaining high-quality reasoning paths via voting .
Co-guiding Net: Achieving Mutual Guidances between Multiple Intent Detection and Slot Filling via Heterogeneous Semantics-Label Graphs (2022.emnlp-main)

Copied to clipboard

Challenge: Existing graph-based models only model the unidirectional guidance from intent to slot, which limits the performance.
Approach: They propose a graph-based model that leverages the correlations between intent and slot to achieve mutual guidances between the two tasks.
Outcome: The proposed model outperforms existing models by 19.3% in overall accuracy.
RTE-GMoE: A Model-agnostic Approach for Relation Triplet Extraction via Graph-based Mixture-of-Expert Mutual Learning (2025.emnlp-main)

Copied to clipboard

Challenge: Relation Triplet Extraction (RTE) is a fundamental while challenge task in knowledge acquisition.
Approach: They propose a mutual learning framework for Relation Triplet Extraction to address this limitation.
Outcome: The proposed framework improves on four state-of-the-art backbones and benchmarks.

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