paper-with-me

홈 › Papers

Towards a Better Metric for Evaluating Question Generation Systems

2018-08-30 · EMNLP 2018 10 · Preksha Nema, Mitesh M. Khapra

There has always been criticism for using $n$-gram based similarity metrics, such as BLEU, NIST, etc, for evaluating the performance of NLG systems. However, these metrics continue to remain popular and are recently being used for evaluating the performance of systems which automatically generate questions from documents, knowledge graphs, images, etc. Given the rising interest in such automatic question generation (AQG) systems, it is important to objectively examine whether these metrics are suitable for this task. In particular, it is important to verify whether such metrics used for evaluating AQG systems focus on answerability of the generated question by preferring questions which contain all relevant information such as question type (Wh-types), entities, relations, etc. In this work, we show that current automatic evaluation metrics based on $n$-gram similarity do not always correlate well with human judgments about answerability of a question. To alleviate this problem and as a first step towards better evaluation metrics for AQG, we introduce a scoring function to capture answerability and show that when this scoring function is integrated with existing metrics, they correlate significantly better with human judgments. The scripts and data developed as a part of this work are made publicly available at https://github.com/PrekshaNema25/Answerability-Metric

📄 PDF Abstract BibTeX arXiv:1808.10192

Code (1)

PrekshaNema25/Answerability-Metric 공식 구현

Tasks

Knowledge GraphsQuestion GenerationQuestion-Generation

Similar Papers 제목 키워드 기반

Evaluation Metrics of Language Generation Models for Synthetic Traffic Generation Tasks

2023-11-21 · Simone Filice, Jason Ingyu Choi, Giuseppe Castellucci, Eugene Agichtein 외

Many Natural Language Generation (NLG) tasks aim to generate a single output text given an input prompt. Other settings require the generation of multiple texts, e.g., for Synthetic Traffic Generation (STG). This generat…

Question GenerationQuestion-GenerationText Generation

Revisiting Automatic Question Summarization Evaluation in the Biomedical Domain

2023-03-18 · Hongyi Yuan, Yaoyun Zhang, Fei Huang, Songfang Huang

Automatic evaluation metrics have been facilitating the rapid development of automatic summarization methods by providing instant and fair assessments of the quality of summaries. Most metrics have been developed for the…

Text Generation

Evaluating the Fitness of Ontologies for the Task of Question Generation

2025-04-08 · Samah Alkhuzaey, Floriana Grasso, Terry R. Payne, Valentina Tamma

Ontology-based question generation is an important application of semantic-aware systems that enables the creation of large question banks for diverse learning environments. The effectiveness of these systems, both in te…

Question GenerationQuestion-Generation

QAScore -- An Unsupervised Unreferenced Metric for the Question Generation Evaluation

2022-10-09 · Tianbo Ji, Chenyang Lyu, Gareth Jones, Liting Zhou 외

Question Generation (QG) aims to automate the task of composing questions for a passage with a set of chosen answers found within the passage. In recent years, the introduction of neural generation models has resulted in…

Language ModelingLanguage ModellingQuestion GenerationQuestion-Generation

Evaluating the Retrieval Component in LLM-Based Question Answering Systems

2024-06-10 · Ashkan Alinejad, Krtin Kumar, Ali Vahdat

Question answering systems (QA) utilizing Large Language Models (LLMs) heavily depend on the retrieval component to provide them with domain-specific information and reduce the risk of generating inaccurate responses or …

Information RetrievalQuestion AnsweringRAGRetrieval+1