paper-with-me

홈 › Papers

RQUGE: Reference-Free Metric for Evaluating Question Generation by Answering the Question

2022-11-02 · Alireza Mohammadshahi, Thomas Scialom, Majid Yazdani, Pouya Yanki, Angela Fan, James Henderson, Marzieh Saeidi

Existing metrics for evaluating the quality of automatically generated questions such as BLEU, ROUGE, BERTScore, and BLEURT compare the reference and predicted questions, providing a high score when there is a considerable lexical overlap or semantic similarity between the candidate and the reference questions. This approach has two major shortcomings. First, we need expensive human-provided reference questions. Second, it penalises valid questions that may not have high lexical or semantic similarity to the reference questions. In this paper, we propose a new metric, RQUGE, based on the answerability of the candidate question given the context. The metric consists of a question-answering and a span scorer modules, using pre-trained models from existing literature, thus it can be used without any further training. We demonstrate that RQUGE has a higher correlation with human judgment without relying on the reference question. Additionally, RQUGE is shown to be more robust to several adversarial corruptions. Furthermore, we illustrate that we can significantly improve the performance of QA models on out-of-domain datasets by fine-tuning on synthetic data generated by a question generation model and re-ranked by RQUGE.

📄 PDF Abstract BibTeX arXiv:2211.01482

Code (1)

alirezamshi/rquge 공식 구현 pytorch

Tasks

Question AnsweringQuestion GenerationQuestion-GenerationSemantic SimilaritySemantic Textual Similarityvalid

Similar Papers 제목 키워드 기반

Is Context Helpful for Chat Translation Evaluation?

2024-03-13 · Sweta Agrawal, Amin Farajian, Patrick Fernandes, Ricardo Rei 외

Despite the recent success of automatic metrics for assessing translation quality, their application in evaluating the quality of machine-translated chats has been limited. Unlike more structured texts like news, chat co…

Language ModelingLanguage ModellingLarge Language ModelSentence+1

BanglaSummEval: Reference-Free Factual Consistency Evaluation for Bangla Summarization

2026-02-18 · Ahmed Rafid, Rumman Adib, Fariya Ahmed, Ajwad Abrar 외 arxiv

Evaluating factual consistency is essential for reliable text summarization, particularly in high-stakes domains such as healthcare and news. However, most existing evaluation metrics overlook Bangla, a widely spoken yet…

Question GenerationText SummarizationQuestion Answering

QEVA: A Reference-Free Evaluation Metric for Narrative Video Summarization with Multimodal Question Answering

2026-04-27 · Woojun Jung, Junyeong Kim arxiv

Video-to-text summarization remains underexplored in terms of comprehensive evaluation methods. Traditional n-gram overlap-based metrics and recent large language model (LLM)-based approaches depend heavily on human-writ…

Video SummarizationText SummarizationQuestion Answering

CTRLEval: An Unsupervised Reference-Free Metric for Evaluating Controlled Text Generation

2022-04-02 · ACL 2022 5 · Pei Ke, Hao Zhou, Yankai Lin, Peng Li 외

Existing reference-free metrics have obvious limitations for evaluating controlled text generation models. Unsupervised metrics can only provide a task-agnostic evaluation result which correlates weakly with human judgme…

Language ModelingLanguage ModellingText GenerationText Infilling

MovieRecapsQA: A Multimodal Open-Ended Video Question-Answering Benchmark

2026-01-05 · Shaden Shaar, Bradon Thymes, Sirawut Chaixanien, Claire Cardie 외 arxiv

Understanding real-world videos such as movies requires integrating visual and dialogue cues. Yet existing VideoQA benchmarks struggle to capture this multimodal reasoning and, given the difficulty of evaluating free-for…

Multimodal ReasoningVisual Reasoning