tìm kiếm_qa

Người giới thiệu:

nguyên_nguy hiểm

Sử dụng lệnh sau để tải tập dữ liệu này trong TFDS:

ds = tfds.load('huggingface:search_qa/raw_jeopardy')
  • Sự miêu tả :
# pylint: disable=line-too-long
We publicly release a new large-scale dataset, called SearchQA, for machine comprehension, or question-answering. Unlike recently released datasets, such as DeepMind 
CNN/DailyMail and SQuAD, the proposed SearchQA was constructed to reflect a full pipeline of general question-answering. That is, we start not from an existing article 
and generate a question-answer pair, but start from an existing question-answer pair, crawled from J! Archive, and augment it with text snippets retrieved by Google. 
Following this approach, we built SearchQA, which consists of more than 140k question-answer pairs with each pair having 49.6 snippets on average. Each question-answer-context
 tuple of the SearchQA comes with additional meta-data such as the snippet's URL, which we believe will be valuable resources for future research. We conduct human evaluation 
 as well as test two baseline methods, one simple word selection and the other deep learning based, on the SearchQA. We show that there is a meaningful gap between the human 
 and machine performances. This suggests that the proposed dataset could well serve as a benchmark for question-answering.
  • Giấy phép : Không có giấy phép được biết đến
  • Phiên bản : 1.0.0
  • Chia tách :
Tách ra Ví dụ
'train' 216757
  • Đặc trưng :
{
    "category": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "air_date": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "value": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "answer": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "round": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "show_number": {
        "dtype": "int32",
        "id": null,
        "_type": "Value"
    },
    "search_results": {
        "feature": {
            "urls": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "snippets": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "titles": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "related_links": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}

tàu_test_val

Sử dụng lệnh sau để tải tập dữ liệu này trong TFDS:

ds = tfds.load('huggingface:search_qa/train_test_val')
  • Sự miêu tả :
# pylint: disable=line-too-long
We publicly release a new large-scale dataset, called SearchQA, for machine comprehension, or question-answering. Unlike recently released datasets, such as DeepMind 
CNN/DailyMail and SQuAD, the proposed SearchQA was constructed to reflect a full pipeline of general question-answering. That is, we start not from an existing article 
and generate a question-answer pair, but start from an existing question-answer pair, crawled from J! Archive, and augment it with text snippets retrieved by Google. 
Following this approach, we built SearchQA, which consists of more than 140k question-answer pairs with each pair having 49.6 snippets on average. Each question-answer-context
 tuple of the SearchQA comes with additional meta-data such as the snippet's URL, which we believe will be valuable resources for future research. We conduct human evaluation 
 as well as test two baseline methods, one simple word selection and the other deep learning based, on the SearchQA. We show that there is a meaningful gap between the human 
 and machine performances. This suggests that the proposed dataset could well serve as a benchmark for question-answering.
  • Giấy phép : Không có giấy phép được biết đến
  • Phiên bản : 1.0.0
  • Chia tách :
Tách ra Ví dụ
'test' 43228
'train' 151295
'validation' 21613
  • Đặc trưng :
{
    "category": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "air_date": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "value": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "answer": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "round": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "show_number": {
        "dtype": "int32",
        "id": null,
        "_type": "Value"
    },
    "search_results": {
        "feature": {
            "urls": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "snippets": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "titles": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "related_links": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}