bing_coronavirus_query_set

참조:

국가_2020-09-01_2020-09-30

다음 명령을 사용하여 TFDS에서 이 데이터세트를 로드합니다.

ds = tfds.load('huggingface:bing_coronavirus_query_set/country_2020-09-01_2020-09-30')
  • 설명 :
This dataset was curated from the Bing search logs (desktop users only) over the period of Jan 1st, 2020 – (Current Month - 1). Only searches that were issued many times by multiple users were included. The dataset includes queries from all over the world that had an intent related to the Coronavirus or Covid-19. In some cases this intent is explicit in the query itself (e.g., “Coronavirus updates Seattle”), in other cases it is implicit , e.g. “Shelter in place”. The implicit intent of search queries (e.g., “Toilet paper”) was extracted using random walks on the click graph as outlined in this paper by Microsoft Research. All personal data were removed.
  • 라이선스 : 알려진 라이선스 없음
  • 버전 : 0.0.0
  • 분할 :
나뉘다
'train' 317856
  • 특징 :
{
    "id": {
        "dtype": "int32",
        "id": null,
        "_type": "Value"
    },
    "Date": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "Query": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "IsImplicitIntent": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "Country": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "PopularityScore": {
        "dtype": "int32",
        "id": null,
        "_type": "Value"
    }
}