도카

참고자료:

요리

TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.

ds = tfds.load('huggingface:doqa/cooking')
  • 설명 :
DoQA is a dataset for accessing Domain Specific FAQs via conversational QA that contains 2,437 information-seeking question/answer dialogues 
(10,917 questions in total) on three different domains: cooking, travel and movies. Note that we include in the generic concept of FAQs also 
Community Question Answering sites, as well as corporate information in intranets which is maintained in textual form similar to FAQs, often 
referred to as internal “knowledge bases”.

These dialogues are created by crowd workers that play the following two roles: the user who asks questions about a given topic posted in Stack 
Exchange (https://stackexchange.com/), and the domain expert who replies to the questions by selecting a short span of text from the long textual 
reply in the original post. The expert can rephrase the selected span, in order to make it look more natural. The dataset covers unanswerable 
questions and some relevant dialogue acts.

DoQA enables the development and evaluation of conversational QA systems that help users access the knowledge buried in domain specific FAQs.
  • 라이센스 : 알려진 라이센스 없음
  • 버전 : 2.1.0
  • 분할 :
나뉘다
'test' 1797년
'train' 4612
'validation' 911
  • 특징 :
{
    "title": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "background": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "context": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "answers": {
        "feature": {
            "text": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "answer_start": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "followup": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "yesno": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "orig_answer": {
        "feature": {
            "text": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "answer_start": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}

영화 산업

TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.

ds = tfds.load('huggingface:doqa/movies')
  • 설명 :
DoQA is a dataset for accessing Domain Specific FAQs via conversational QA that contains 2,437 information-seeking question/answer dialogues 
(10,917 questions in total) on three different domains: cooking, travel and movies. Note that we include in the generic concept of FAQs also 
Community Question Answering sites, as well as corporate information in intranets which is maintained in textual form similar to FAQs, often 
referred to as internal “knowledge bases”.

These dialogues are created by crowd workers that play the following two roles: the user who asks questions about a given topic posted in Stack 
Exchange (https://stackexchange.com/), and the domain expert who replies to the questions by selecting a short span of text from the long textual 
reply in the original post. The expert can rephrase the selected span, in order to make it look more natural. The dataset covers unanswerable 
questions and some relevant dialogue acts.

DoQA enables the development and evaluation of conversational QA systems that help users access the knowledge buried in domain specific FAQs.
  • 라이센스 : 알려진 라이센스 없음
  • 버전 : 2.1.0
  • 분할 :
나뉘다
'test' 1884년
  • 특징 :
{
    "title": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "background": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "context": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "answers": {
        "feature": {
            "text": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "answer_start": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "followup": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "yesno": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "orig_answer": {
        "feature": {
            "text": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "answer_start": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}

여행하다

TFDS에 이 데이터세트를 로드하려면 다음 명령어를 사용하세요.

ds = tfds.load('huggingface:doqa/travel')
  • 설명 :
DoQA is a dataset for accessing Domain Specific FAQs via conversational QA that contains 2,437 information-seeking question/answer dialogues 
(10,917 questions in total) on three different domains: cooking, travel and movies. Note that we include in the generic concept of FAQs also 
Community Question Answering sites, as well as corporate information in intranets which is maintained in textual form similar to FAQs, often 
referred to as internal “knowledge bases”.

These dialogues are created by crowd workers that play the following two roles: the user who asks questions about a given topic posted in Stack 
Exchange (https://stackexchange.com/), and the domain expert who replies to the questions by selecting a short span of text from the long textual 
reply in the original post. The expert can rephrase the selected span, in order to make it look more natural. The dataset covers unanswerable 
questions and some relevant dialogue acts.

DoQA enables the development and evaluation of conversational QA systems that help users access the knowledge buried in domain specific FAQs.
  • 라이센스 : 알려진 라이센스 없음
  • 버전 : 2.1.0
  • 분할 :
나뉘다
'test' 1713년
  • 특징 :
{
    "title": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "background": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "context": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "question": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "id": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "answers": {
        "feature": {
            "text": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "answer_start": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    },
    "followup": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "yesno": {
        "dtype": "string",
        "id": null,
        "_type": "Value"
    },
    "orig_answer": {
        "feature": {
            "text": {
                "dtype": "string",
                "id": null,
                "_type": "Value"
            },
            "answer_start": {
                "dtype": "int32",
                "id": null,
                "_type": "Value"
            }
        },
        "length": -1,
        "id": null,
        "_type": "Sequence"
    }
}