Skip to content

Alab-NII/mrc_annotation

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

mrc_annotation

Annotation and parsers for "Evaluation Metrics for Machine Reading Comprehension: Prerequisite Skills and Readability" (Sugawara et al., ACL 2017)

Annotation data

In the annotation directory.

  • skills indicate skill numbers (multiple labeling).
    • 0: Object tracking
    • 1: Mathematical reasoning
    • 2: Coreference resolution
    • 3: Logical reasoning
    • 4: Analogy
    • 5: Causal relation
    • 6: Spatiotemporal relation
    • 7: Ellipsis
    • 8: Bridging
    • 9: Elaboration
    • 10: Meta knowledge
    • 11: Schematic clause relation
    • 12: Punctuation
    • 13: no skill
    • 14: question is nonsense or ambiguous
  • skill_count
    • Number of required skills.
  • sents_indices
    • Indices of sentences that are required for answering a question.
    • An index is in a list of str(context).split() in python.
  • id
    • Numbering in annotation.
  • original_id
    • Identifier in the dataset. See each parsing script in the parse directory for naming.

Annotation guildline

Please refer to the following spredsheets for the annotation procedure, the skill definitions, and toy examples.

https://docs.google.com/spreadsheets/d/1B-t0309obrbNuwhWeDAYDcTdJv8owobUHLY07KXez54/edit?usp=sharing

About

Annotation and parsers for "Evaluation Metrics for Machine Reading Comprehension"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages