paper-with-me

Papers

Bilevel Scheduled Sampling for Dialogue Generation

2023-09-05 · Jiawen Liu, Kan Li

Exposure bias poses a common challenge in numerous natural language processing tasks, particularly in the dialog generation. In response to this issue, researchers have devised various techniques, among which scheduled sampling has proven to be an effective method for mitigating exposure bias. However, the existing state-of-the-art scheduled sampling methods solely consider the current sampling words' quality for threshold truncation sampling, which overlooks the importance of sentence-level information and the method of threshold truncation warrants further discussion. In this paper, we propose a bilevel scheduled sampling model that takes the sentence-level information into account and incorporates it with word-level quality. To enhance sampling diversity and improve the model's adaptability, we propose a smooth function that maps the combined result of sentence-level and word-level information to an appropriate range, and employ probabilistic sampling based on the mapped values instead of threshold truncation. Experiments conducted on the DailyDialog and PersonaChat datasets demonstrate the effectiveness of our proposed methods, which significantly alleviate the exposure bias problem and outperform state-of-the-art scheduled sampling methods.

📄 PDF Abstract BibTeX arXiv:2309.01953

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue GenerationDiversitySentence

Similar Papers 제목 키워드 기반

Parallel Scheduled Sampling

2019-06-11 · Daniel Duckworth, Arvind Neelakantan, Ben Goodrich, Lukasz Kaiser 외

Auto-regressive models are widely used in sequence generation problems. The output sequence is typically generated in a predetermined order, one discrete unit (pixel or word or character) at a time. The models are traine…

Image GenerationResponse Generation

Scheduled Sampling for Transformers

2019-06-18 · ACL 2019 7 · Tsvetomila Mihaylova, André F. T. Martins

Scheduled sampling is a technique for avoiding one of the known problems in sequence-to-sequence generation: exposure bias. It consists of feeding the model a mix of the teacher forced embeddings and the model prediction…

Sentence

Promoting Open-domain Dialogue Generation through Learning Pattern Information between Contexts and Responses

2023-09-06 · Mengjuan Liu, Chenyang Liu, Yunfan Yang, Jiang Liu 외

Recently, utilizing deep neural networks to build the opendomain dialogue models has become a hot topic. However, the responses generated by these models suffer from many problems such as responses not being contextualiz…

Dialogue GenerationLanguage ModellingResponse Generation

Markup-to-Image Diffusion Models with Scheduled Sampling

2022-10-11 · Yuntian Deng, Noriyuki Kojima, Alexander M. Rush

Building on recent advances in image generation, we present a fully data-driven approach to rendering markup into images. The approach is based on diffusion models, which parameterize the distribution of data using a seq…

Decision MakingDenoisingImage GenerationImitation Learning+1

Toward Anthropomorphic Dialogue: A Closed-Loop Framework for Human-Like Chat Generation, Evaluation, and Preference Alignment

2026-07-19 · Wentao Liu, Siyu Song, Xi Chen, Youjia Li 외 arxiv

Human-like private chat requires more than fluent response generation: a system must preserve persona, relationship, memory, bounded knowledge, medium-specific timing, and a coherent multi-turn arc. We present AnthroDial…

Response Generation