← Search

Junwei Bao

20 accepted papers

2025

Comet: Dialog Context Fusion Mechanism for End-to-End Task-Oriented Dialog with Multi-task Learning

COLING 2025main

Existing end-to-end task-oriented dialog systems often encounter challenges arising from implicit information, coreference, and the presence of noisy and irrelevant data within the dialog context. These issues hinder the system’s ability to fully comprehend critical information and lead to inaccurat…

2025

Energy-Based Preference Model Offers Better Offline Alignment than the Bradley-Terry Preference Model

ICML 2025poster

Since the debut of DPO, it has been shown that aligning a target LLM with human preferences via the KL-constrained RLHF loss is mathematically equivalent to a special kind of reward modeling task. Concretely, the task requires: 1) using the target LLM to parameterize the reward model, and 2) tuning…

Cited by 1SourcePDFScholar
2025

GVPO: Group Variance Policy Optimization for Large Language Model Post-Training

NeurIPS 2025poster

Post-training plays a crucial role in refining and aligning large language models to meet specific tasks and human preferences. While recent advancements in post-training techniques, such as Group Relative Policy Optimization (GRPO), leverage increased sampling with relative reward scoring to achiev…

Cited by 0SourceScholar
2025

Preference-Oriented Supervised Fine-Tuning: Favoring Target Model over Aligned Large Language Models

AAAI 2025technical

Alignment, endowing a pre-trained Large language model (LLM) with the ability to follow instructions, is crucial for its real-world applications. Conventional supervised fine-tuning (SFT) methods formalize it as causal language modeling typically with a cross-entropy objective, requiring a large am…

2024

Interactive-KBQA: Multi-Turn Interactions for Knowledge Base Question Answering with Large Language Models

ACL 2024long

This study explores the realm of knowledge base question answering (KBQA). KBQA is considered a challenging task, particularly in parsing intricate questions into executable logical forms. Traditional semantic parsing (SP)-based methods require extensive data annotations, which result in significant…

2023

AUGUST: an Automatic Generation Understudy for Synthesizing Conversational Recommendation Datasets

ACL 2023findings

High-quality data is essential for conversational recommendation systems and serves as the cornerstone of the network architecture development and training strategy design. Existing works contribute heavy human efforts to manually labeling or designing and extending recommender dialogue templates. H…

2023

Mars: Modeling Context & State Representations with Contrastive Learning for End-to-End Task-Oriented Dialog

ACL 2023findings

Traditional end-to-end task-oriented dialog systems first convert dialog context into belief state and action state before generating the system response. The system response performance is significantly affected by the quality of the belief state and action state. We first explore what dialog conte…

2023

MoNET: Tackle State Momentum via Noise-Enhanced Training for Dialogue State Tracking

ACL 2023findings

Dialogue state tracking (DST) aims to convert the dialogue history into dialogue states which consist of slot-value pairs. As condensed structural information memorizes all history information, the dialogue state in the previous turn is typically adopted as the input for predicting the current state…

Cited by 9SourcePDFScholar
2023

SegCLIP: Patch Aggregation with Learnable Centers for Open-Vocabulary Semantic Segmentation

ICML 2023poster

Recently, the contrastive language-image pre-training, e.g., CLIP, has demonstrated promising results on various downstream tasks. The pre-trained model can capture enriched visual concepts for images by learning from a large scale of text-image data. However, transferring the learned visual knowled…

2022

BORT: Back and Denoising Reconstruction for End-to-End Task-Oriented Dialog

NAACL 2022findings

A typical end-to-end task-oriented dialog system transfers context into dialog state, and upon which generates a response, which usually faces the problem of error propagation from both previously generated inaccurate dialog states and responses, especially in low-resource scenarios. To alleviate th…

2022

Don’t Take It Literally: An Edit-Invariant Sequence Loss for Text Generation

NAACL 2022long

Neural text generation models are typically trained by maximizing log-likelihood with the sequence cross entropy (CE) loss, which encourages an exact token-by-token match between a target sequence with a generated sequence. Such training objective is sub-optimal when the target sequence is not perfe…

2022

Fine- and Coarse-Granularity Hybrid Self-Attention for Efficient BERT

ACL 2022long

Transformer-based pre-trained models, such as BERT, have shown extraordinary success in achieving state-of-the-art results in many natural language processing applications. However, deploying these models can be prohibitively costly, as the standard self-attention mechanism of the Transformer suffer…

2022

LUNA: Learning Slot-Turn Alignment for Dialogue State Tracking

NAACL 2022long

Dialogue state tracking (DST) aims to predict the current dialogue state given the dialogue history. Existing methods generally exploit the utterances of all dialogue turns to assign value for each slot. This could lead to suboptimal results due to the information introduced from irrelevant utteranc…

2022

MuGER2: Multi-Granularity Evidence Retrieval and Reasoning for Hybrid Question Answering

EMNLP 2022finding

Hybrid question answering (HQA) aims to answer questions over heterogeneous data, including tables and passages linked to table cells. The heterogeneous data can provide different granularity evidence to HQA models, e.t., column, row, cell, and link. Conventional HQA models usually retrieve coarse-…

2022

OPERA: Operation-Pivoted Discrete Reasoning over Text

NAACL 2022long

Machine reading comprehension (MRC) that requires discrete reasoning involving symbolic operations, e.g., addition, sorting, and counting, is a challenging task. According to this nature, semantic parsing-based methods predict interpretable but complex logical forms. However, logical form generation…

2022

P3LM: Probabilistically Permuted Prophet Language Modeling for Generative Pre-Training

EMNLP 2022finding

Conventional autoregressive left-to-right (L2R) sequence generation faces two issues during decoding: limited to unidirectional target sequence modeling, and constrained on strong local dependencies.To address the aforementioned problem, we propose P3LM, a probabilistically permuted prophet language…

Cited by 0SourcePDFScholar
2022

UniRPG: Unified Discrete Reasoning over Table and Text as Program Generation

EMNLP 2022main

Question answering requiring discrete reasoning, e.g., arithmetic computing, comparison, and counting, over knowledge is a challenging task.In this paper, we propose UniRPG, a semantic-parsing-based approach advanced in interpretability and scalability, to perform Unified discrete Reasoning over het…

2021

RoR: Read-over-Read for Long Document Machine Reading Comprehension

EMNLP 2021finding

Transformer-based pre-trained models, such as BERT, have achieved remarkable results on machine reading comprehension. However, due to the constraint of encoding length (e.g., 512 WordPiece tokens), a long document is usually split into multiple chunks that are independently read. It results in the…

2021

SGG: Learning to Select, Guide, and Generate for Keyphrase Generation

NAACL 2021long

Keyphrases, that concisely summarize the high-level topics discussed in a document, can be categorized into present keyphrase which explicitly appears in the source text and absent keyphrase which does not match any contiguous subsequence but is highly semantically related to the source. Most existi…

2020

Learning to Decouple Relations: Few-Shot Relation Classification with Entity-Guided Attention and Confusion-Aware Training

COLING 2020main

This paper aims to enhance the few-shot relation classification especially for sentences that jointly describe multiple relations. Due to the fact that some relations usually keep high co-occurrence in the same context, previous few-shot relation classifiers struggle to distinguish them with few ann…

Cited by 49SourcePDFScholar