koka

  • opis :

CoQA: wyzwanie z odpowiedzią na pytanie konwersacyjne

Rozdzielać Przykłady
'test' 500
'train' 7199
  • Struktura funkcji :
FeaturesDict({
    'answers': Sequence({
        'answer_end': int32,
        'answer_start': int32,
        'input_text': Text(shape=(), dtype=string),
    }),
    'questions': Sequence(Text(shape=(), dtype=string)),
    'source': Text(shape=(), dtype=string),
    'story': Text(shape=(), dtype=string),
})
  • Dokumentacja funkcji :
Funkcja Klasa Kształt Typ D Opis
FunkcjeDict
odpowiedzi Sekwencja
odpowiedzi/koniec_odpowiedzi Napinacz int32
odpowiedzi/odpowiedź_start Napinacz int32
odpowiedzi/tekst_wejściowy Tekst strunowy
pytania Sekwencja (tekst) (Nic,) strunowy
źródło Tekst strunowy
fabuła Tekst strunowy
  • Cytat :
@misc{reddy2018coqa,
    title={CoQA: A Conversational Question Answering Challenge},
    author={Siva Reddy and Danqi Chen and Christopher D. Manning},
    year={2018},
    eprint={1808.07042},
    archivePrefix={arXiv},
    primaryClass={cs.CL}
}