Vaibhav Adlakha commited on
Commit
9f3c49a
1 Parent(s): b54c476

First version of the TopiOCQA dataset.

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - crowdsourced
4
+ languages:
5
+ - en
6
+ licenses:
7
+ - cc-by-nc-sa-4-0
8
+ multilinguality:
9
+ - monolingual
10
+ size_categories:
11
+ - 10K<n<100k
12
+ task_categories:
13
+ - text-retrieval
14
+ - text-generation
15
+ - sequence-modeling
16
+ task_ids:
17
+ - open-domain-cqa
18
+ - conversational-question-answering
19
+ pretty_name: Open-domain Conversational Question Answering with Topic Switching
20
+ ---
21
+ # Dataset Card for TopiOCQA
22
+
23
+ ## Table of Contents
24
+ - [Dataset Description](#dataset-description)
25
+ - [Dataset Summary](#dataset-summary)
26
+ - [Languages](#languages)
27
+ - [Additional Information](#additional-information)
28
+ - [Licensing Information](#licensing-information)
29
+ - [Citation Information](#citation-information)
30
+
31
+ ## Dataset Description
32
+
33
+ - **Homepage:** [TopiOCQA homepage](https://mcgill-nlp.github.io/topiocqa/)
34
+ - **Repository:** [TopiOCQA Github] (https://github.com/McGill-NLP/topiocqa)
35
+ - **Paper:** [Open-domain Conversational Question Answering with Topic Switching](https://arxiv.org/abs/2110.00768)
36
+ - **Point of Contact:** [Vaibhav Adlakha](mailto:vaibhav.adlakha@mila.quebec)
37
+
38
+ ### Dataset Summary
39
+
40
+ TopiOCQA is an information-seeking conversational dataset with challenging topic switching phenomena.
41
+
42
+ ### Languages
43
+
44
+ The language in the dataset is English as spoken by the crowdworkers. The BCP-47 code for English is en.
45
+
46
+ ## Additional Information
47
+
48
+ ### Licensing Information
49
+
50
+ TopiOCQA is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/).
51
+
52
+ ### Citation Information
53
+
54
+ ```
55
+ @inproceedings{adlakha2022topiocqa,
56
+ title={Topi{OCQA}: Open-domain Conversational Question Answering with Topic Switching},
57
+ author={Adlakha, Vaibhav and Dhuliawala, Shehzaad and Suleman, Kaheer and de Vries, Harm and Reddy, Siva},
58
+ journal={Transactions of the Association for Computational Linguistics},
59
+ year={2022},
60
+ url={https://arxiv.org/abs/2110.00768},
61
+ }
62
+ ```