paper-with-me

Papers

Generative Question Refinement with Deep Reinforcement Learning in Retrieval-based QA System

2019-08-13 · Ye Liu, Chenwei Zhang, Xiaohui Yan, Yi Chang, Philip S. Yu

In real-world question-answering (QA) systems, ill-formed questions, such as wrong words, ill word order, and noisy expressions, are common and may prevent the QA systems from understanding and answering them accurately. In order to eliminate the effect of ill-formed questions, we approach the question refinement task and propose a unified model, QREFINE, to refine the ill-formed questions to well-formed question. The basic idea is to learn a Seq2Seq model to generate a new question from the original one. To improve the quality and retrieval performance of the generated questions, we make two major improvements: 1) To better encode the semantics of ill-formed questions, we enrich the representation of questions with character embedding and the recent proposed contextual word embedding such as BERT, besides the traditional context-free word embeddings; 2) To make it capable to generate desired questions, we train the model with deep reinforcement learning techniques that considers an appropriate wording of the generation as an immediate reward and the correlation between generated question and answer as time-delayed long-term rewards. Experimental results on real-world datasets show that the proposed QREFINE method can generate refined questions with more readability but fewer mistakes than the original questions provided by users. Moreover, the refined questions also significantly improve the accuracy of answer retrieval.

📄 PDF Abstract BibTeX arXiv:1908.05604

Code (1)

yeliu918/QREFINE-PPO 공식 구현 tf

Tasks

Deep Reinforcement LearningQuestion Answeringreinforcement-learningReinforcement LearningReinforcement Learning (RL)RetrievalWord Embeddings

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Weight Decay 설명 없음
Residual Connection 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Lightweight and Direct Document Relevance Optimization for Generative Information Retrieval

2025-04-07 · Kidist Amde Mekonnen, Yubao Tang, Maarten de Rijke

Generative information retrieval (GenIR) is a promising neural retrieval paradigm that formulates document retrieval as a document identifier (docid) generation task, allowing for end-to-end optimization toward a unified…

Information RetrievalNatural Questionsreinforcement-learningReinforcement Learning+1

Multi-Turn Multi-Modal Question Clarification for Enhanced Conversational Understanding

2025-02-17 · Kimia Ramezan, Alireza Amiri Bavandpour, Yifei Yuan, Clemencia Siro 외

Conversational query clarification enables users to refine their search queries through interactive dialogue, improving search effectiveness. Traditional approaches rely on text-based clarifying questions, which often fa…

Re-RankingRetrieval

Re$^3$Cap: Retrieval-Guided Refinement for Image Captioning Enhancement via Reinforcement Learning

2026-08-21 · Haonan Jia, Shichao Dong, Zenghui Sun, Jiawen Zheng 외 arxiv

Reinforcement Learning (RL) has demonstrated significant gains in image captioning, yet it is still limited in encouraging Large Vision-Language Models (LVLMs) to explore novel reasoning strategies. This limitation leads…

Reinforcement LearningImage Captioning

DTAFA: Decoupled Training Architecture for Efficient FAQ Retrieval

2021-07-01 · SIGDIAL (ACL) 2021 7 · Haytham Assem, Sourav Dutta, Edward Burgin

Automated Frequently Asked Question (FAQ) retrieval provides an effective procedure to provide prompt responses to natural language based queries, providing an efficient platform for large-scale service-providing compani…

RetrievalSemantic SimilaritySemantic Textual Similaritytext-classification+1

Re3val: Reinforced and Reranked Generative Retrieval

2024-01-30 · EuiYul Song, Sangryul Kim, Haeju Lee, Joonkee Kim 외

Generative retrieval models encode pointers to information in a corpus as an index within the model's parameters. These models serve as part of a larger pipeline, where retrieved information conditions generation for kno…

Passage RetrievalRerankingRetrieval