paper-with-me

Papers

AVA: an Automatic eValuation Approach to Question Answering Systems

2020-05-02 · Thuy Vu, Alessandro Moschitti

We introduce AVA, an automatic evaluation approach for Question Answering, which given a set of questions associated with Gold Standard answers, can estimate system Accuracy. AVA uses Transformer-based language models to encode question, answer, and reference text. This allows for effectively measuring the similarity between the reference and an automatic answer, biased towards the question semantics. To design, train and test AVA, we built multiple large training, development, and test sets on both public and industrial benchmarks. Our innovative solutions achieve up to 74.7% in F1 score in predicting human judgement for single answers. Additionally, AVA can be used to evaluate the overall system Accuracy with an RMSE, ranging from 0.02 to 0.09, depending on the availability of multiple references.

📄 PDF Abstract BibTeX arXiv:2005.00705

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Automatic Opinion Question Generation

2018-11-01 · WS 2018 11 · Yllias Chali, Tina Baghaee

We study the problem of opinion question generation from sentences with the help of community-based question answering systems. For this purpose, we use a sequence to sequence attentional model, and we adopt coverage mec…

Community Question AnsweringQuestion AnsweringQuestion GenerationQuestion-Generation+2

AVA: an Automatic eValuation Approach for Question Answering Systems

2021-06-01 · NAACL 2021 4 · Thuy Vu, Alessandro Moschitti

We introduce AVA, an automatic evaluation approach for Question Answering, which given a set of questions associated with Gold Standard answers (references), can estimate system Accuracy. AVA uses Transformer-based langu…

Question Answering

IQA: Interactive Query Construction in Semantic Question Answering Systems

2020-06-20 · Hamid Zafar, Mohnish Dubey, Jens Lehmann, Elena Demidova

Semantic Question Answering (SQA) systems automatically interpret user questions expressed in a natural language in terms of semantic queries. This process involves uncertainty, such that the resulting queries do not alw…

Question Answering

SQUARE: Automatic Question Answering Evaluation using Multiple Positive and Negative References

2023-09-21 · Matteo Gabburo, Siddhant Garg, Rik Koncel Kedziorski, Alessandro Moschitti

Evaluation of QA systems is very challenging and expensive, with the most reliable approach being human annotations of correctness of answers for questions. Recent works (AVA, BEM) have shown that transformer LM encoder …

Answer SelectionQuestion AnsweringSentence

AutoViVQA: A Large-Scale Automatically Constructed Dataset for Vietnamese Visual Question Answering

2026-03-10 · Nguyen Anh Tuong, Phan Ba Duc, Nguyen Trung Quoc, Tran Dac Thinh 외 arxiv

Visual Question Answering (VQA) is a fundamental multimodal task that requires models to jointly understand visual and textual information. Early VQA systems relied heavily on language biases, motivating subsequent work …

Visual Question AnsweringRepresentation LearningMachine TranslationImage Captioning