qa4mre / README.md
system's picture
system HF staff
Update files from the datasets library (from 1.4.0)
a574b28
|
raw
history blame
No virus
9.94 kB


Dataset Card for "qa4mre"

Table of Contents

Dataset Description

Dataset Summary

QA4MRE dataset was created for the CLEF 2011/2012/2013 shared tasks to promote research in question answering and reading comprehension. The dataset contains a supporting passage and a set of questions corresponding to the passage. Multiple options for answers are provided for each question, of which only one is correct. The training and test datasets are available for the main track. Additional gold standard documents are available for two pilot studies: one on alzheimers data, and the other on entrance exams data.

Supported Tasks

More Information Needed

Languages

More Information Needed

Dataset Structure

We show detailed information for up to 5 configurations of the dataset.

Data Instances

2011.main.DE

  • Size of downloaded dataset files: 0.21 MB
  • Size of the generated dataset: 1.67 MB
  • Total amount of disk used: 1.88 MB

An example of 'train' looks as follows.


2011.main.EN

  • Size of downloaded dataset files: 0.19 MB
  • Size of the generated dataset: 1.50 MB
  • Total amount of disk used: 1.69 MB

An example of 'train' looks as follows.


2011.main.ES

  • Size of downloaded dataset files: 0.21 MB
  • Size of the generated dataset: 1.62 MB
  • Total amount of disk used: 1.82 MB

An example of 'train' looks as follows.


2011.main.IT

  • Size of downloaded dataset files: 0.20 MB
  • Size of the generated dataset: 1.59 MB
  • Total amount of disk used: 1.79 MB

An example of 'train' looks as follows.


2011.main.RO

  • Size of downloaded dataset files: 0.21 MB
  • Size of the generated dataset: 1.66 MB
  • Total amount of disk used: 1.87 MB

An example of 'train' looks as follows.


Data Fields

The data fields are the same among all splits.

2011.main.DE

  • topic_id: a string feature.
  • topic_name: a string feature.
  • test_id: a string feature.
  • document_id: a string feature.
  • document_str: a string feature.
  • question_id: a string feature.
  • question_str: a string feature.
  • answer_options: a dictionary feature containing:
    • answer_id: a string feature.
    • answer_str: a string feature.
  • correct_answer_id: a string feature.
  • correct_answer_str: a string feature.

2011.main.EN

  • topic_id: a string feature.
  • topic_name: a string feature.
  • test_id: a string feature.
  • document_id: a string feature.
  • document_str: a string feature.
  • question_id: a string feature.
  • question_str: a string feature.
  • answer_options: a dictionary feature containing:
    • answer_id: a string feature.
    • answer_str: a string feature.
  • correct_answer_id: a string feature.
  • correct_answer_str: a string feature.

2011.main.ES

  • topic_id: a string feature.
  • topic_name: a string feature.
  • test_id: a string feature.
  • document_id: a string feature.
  • document_str: a string feature.
  • question_id: a string feature.
  • question_str: a string feature.
  • answer_options: a dictionary feature containing:
    • answer_id: a string feature.
    • answer_str: a string feature.
  • correct_answer_id: a string feature.
  • correct_answer_str: a string feature.

2011.main.IT

  • topic_id: a string feature.
  • topic_name: a string feature.
  • test_id: a string feature.
  • document_id: a string feature.
  • document_str: a string feature.
  • question_id: a string feature.
  • question_str: a string feature.
  • answer_options: a dictionary feature containing:
    • answer_id: a string feature.
    • answer_str: a string feature.
  • correct_answer_id: a string feature.
  • correct_answer_str: a string feature.

2011.main.RO

  • topic_id: a string feature.
  • topic_name: a string feature.
  • test_id: a string feature.
  • document_id: a string feature.
  • document_str: a string feature.
  • question_id: a string feature.
  • question_str: a string feature.
  • answer_options: a dictionary feature containing:
    • answer_id: a string feature.
    • answer_str: a string feature.
  • correct_answer_id: a string feature.
  • correct_answer_str: a string feature.

Data Splits Sample Size

name train
2011.main.DE 120
2011.main.EN 120
2011.main.ES 120
2011.main.IT 120
2011.main.RO 120

Dataset Creation

Curation Rationale

More Information Needed

Source Data

More Information Needed

Annotations

More Information Needed

Personal and Sensitive Information

More Information Needed

Considerations for Using the Data

Social Impact of Dataset

More Information Needed

Discussion of Biases

More Information Needed

Other Known Limitations

More Information Needed

Additional Information

Dataset Curators

More Information Needed

Licensing Information

More Information Needed

Citation Information


@InProceedings{10.1007/978-3-642-40802-1_29,
author="Pe{\~{n}}as, Anselmo
and Hovy, Eduard
and Forner, Pamela
and Rodrigo, {\'A}lvaro
and Sutcliffe, Richard
and Morante, Roser",
editor="Forner, Pamela
and M{\"u}ller, Henning
and Paredes, Roberto
and Rosso, Paolo
and Stein, Benno",
title="QA4MRE 2011-2013: Overview of Question Answering for Machine Reading Evaluation",
booktitle="Information Access Evaluation. Multilinguality, Multimodality, and Visualization",
year="2013",
publisher="Springer Berlin Heidelberg",
address="Berlin, Heidelberg",
pages="303--320",
abstract="This paper describes the methodology for testing the performance of Machine Reading systems through Question Answering and Reading Comprehension Tests. This was the attempt of the QA4MRE challenge which was run as a Lab at CLEF 2011--2013. The traditional QA task was replaced by a new Machine Reading task, whose intention was to ask questions that required a deep knowledge of individual short texts and in which systems were required to choose one answer, by analysing the corresponding test document in conjunction with background text collections provided by the organization. Four different tasks have been organized during these years: Main Task, Processing Modality and Negation for Machine Reading, Machine Reading of Biomedical Texts about Alzheimer's disease, and Entrance Exams. This paper describes their motivation, their goals, their methodology for preparing the data sets, their background collections, their metrics used for the evaluation, and the lessons learned along these three years.",
isbn="978-3-642-40802-1"
}

Contributions

Thanks to @patrickvonplaten, @albertvillanova, @mariamabarham, @thomwolf for adding this dataset.