paper-with-me

Papers

Putting the Horse Before the Cart:A Generator-Evaluator Framework for Question Generation from Text

2018-08-15 · Vishwajeet Kumar, Ganesh Ramakrishnan, Yuan-Fang Li

Automatic question generation (QG) is a useful yet challenging task in NLP. Recent neural network-based approaches represent the state-of-the-art in this task. In this work, we attempt to strengthen them significantly by adopting a holistic and novel generator-evaluator framework that directly optimizes objectives that reward semantics and structure. The {\it generator} is a sequence-to-sequence model that incorporates the {\it structure} and {\it semantics} of the question being generated. The generator predicts an answer in the passage that the question can pivot on. Employing the copy and coverage mechanisms, it also acknowledges other contextually important (and possibly rare) keywords in the passage that the question needs to conform to, while not redundantly repeating words. The {\it evaluator} model evaluates and assigns a reward to each predicted question based on its conformity to the {\it structure} of ground-truth questions. We propose two novel QG-specific reward functions for text conformity and answer conformity of the generated question. The evaluator also employs structure-sensitive rewards based on evaluation measures such as BLEU, GLEU, and ROUGE-L, which are suitable for QG. In contrast, most of the previous works only optimize the cross-entropy loss, which can induce inconsistencies between training (objective) and testing (evaluation) measures. Our evaluation shows that our approach significantly outperforms state-of-the-art systems on the widely-used SQuAD benchmark as per both automatic and human evaluation.

📄 PDF Abstract BibTeX arXiv:1808.04961

Code (0)

등록된 구현이 없습니다.

Tasks

Question GenerationQuestion-Generation

Similar Papers 제목 키워드 기반

Putting the Horse before the Cart: A Generator-Evaluator Framework for Question Generation from Text

2019-11-01 · CONLL 2019 11 · Vishwajeet Kumar, Ganesh Ramakrishnan, Yuan-Fang Li

Automatic question generation (QG) is a useful yet challenging task in NLP. Recent neural network-based approaches represent the state-of-the-art in this task. In this work, we attempt to strengthen them significantly by…

Question GenerationQuestion-Generation

CatalogAgent: A Supervisor-mediated Self-Learning System Enabling Context Engineering for GenAI Models

2026-07-15 · Zhu Cheng, Zhenming Wang, Yu, Tang 외 arxiv

Product catalogs are the backbone of e-commerce sites, yet a large number of structured attributes (SAs) -- such as material, color, and shape -- often have missing values. Typically, SA values are extracted from product…

Paraphrase Generation with Deep Reinforcement Learning

2017-11-01 · EMNLP 2018 10 · Zichao Li, Xin Jiang, Lifeng Shang, Hang Li

Automatic generation of paraphrases from a given sentence is an important yet challenging task in natural language processing (NLP), and plays a key role in a number of applications such as question answering, search, an…

Deep Reinforcement LearningParaphrase GenerationQuestion Answeringreinforcement-learning+3

Equine Pain Behavior Classification via Self-Supervised Disentangled Pose Representation

2021-08-30 · Maheen Rashid, Sofia Broomé, Katrina Ask, Elin Hernlund 외

Timely detection of horse pain is important for equine welfare. Horses express pain through their facial and body behavior, but may hide signs of pain from unfamiliar human observers. In addition, collecting visual data …

Classification

Do LLM Evaluators Prefer Themselves for a Reason?

2025-04-04 · Wei-Lin Chen, Zhepei Wei, Xinyu Zhu, Shi Feng 외

Large language models (LLMs) are increasingly used as automatic evaluators in applications such as benchmarking, reward modeling, and self-refinement. Prior work highlights a potential self-preference bias where LLMs fav…

BenchmarkingCode GenerationMathematical Reasoning