Skip to content

This work align RACE and EQG-RACE, for divide question by three types(General, Cloze, and Specific)

Notifications You must be signed in to change notification settings

p208p2002/EQG-RACE-PLUS

Repository files navigation

EQG-RACE-PLUS

This work align RACE and EQG-RACE, for divide question by three types(General, Cloze, and Specific)

Dataset Download

Example Data

{
    "id": "high12026.txt",
    "answers": [
        "D",
        "C",
        "D",
        "C"
    ],
    "options": [
        [
            "introduce herself to John",
            "talk about her bad year",
            "ask for some advice",
            "express her thanks"
        ],
        [
            "didn't like her boyfriend",
            "spent a lot of time online",
            "wasn't satisfied with her job",
            "received very good education"
        ],
        [
            "He is a very famous writer.",
            "He used to live a very negative life.",
            "He doesn't like sharing his life stories.",
            "He likes helping others through writing positive blogs."
        ],
        [
            "Practice makes perfect.",
            "Bad luck doesn't exist long.",
            "A positive attitude is rewarding.",
            "A friend in need is a friend indeed."
        ]
    ],
    "article": "Dear John,\nMy name is Amber and I want to share my story ...",
    "questions": [
        "Amber wrote the letter mainly to  _",
        "We can infer from the passage that Amber  _",
        "What is implied about John in the letter?",
        "What does Amber's change tell us?"
    ],
    "specific_questions": [
        "What is implied about John in the letter?"
    ],
    "cloze_questions": [
        "Amber wrote the letter mainly to  _",
        "We can infer from the passage that Amber  _"
    ],
    "general_questions": [
        "What does Amber's change tell us?"
    ]
}

About

This work align RACE and EQG-RACE, for divide question by three types(General, Cloze, and Specific)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages