File size: 2,166 Bytes
9f3c49a
 
 
cd9c5a0
9f3c49a
cd9c5a0
 
9f3c49a
 
 
 
 
 
 
 
c5bf627
 
9f3c49a
c5bf627
 
9f3c49a
 
 
 
 
 
 
 
 
 
 
 
 
 
e596603
9f3c49a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9087f7c
 
 
 
9f3c49a
9087f7c
 
 
 
9f3c49a
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
annotations_creators:
- crowdsourced
language:
- en
license:
- cc-by-nc-sa-4.0
multilinguality:
- monolingual
size_categories:
- 10K<n<100k
task_categories:
- text-retrieval
- text-generation
task_ids:
- language-modeling
- open-domain-qa
pretty_name: Open-domain Conversational Question Answering with Topic Switching
tags:
- conversational-question-answering
---
# Dataset Card for TopiOCQA

## Table of Contents
- [Dataset Description](#dataset-description)
  - [Dataset Summary](#dataset-summary)
  - [Languages](#languages)
- [Additional Information](#additional-information)
  - [Licensing Information](#licensing-information)
  - [Citation Information](#citation-information)

## Dataset Description

- **Homepage:** [TopiOCQA homepage](https://mcgill-nlp.github.io/topiocqa/)
- **Repository:** [TopiOCQA Github](https://github.com/McGill-NLP/topiocqa)
- **Paper:** [Open-domain Conversational Question Answering with Topic Switching](https://arxiv.org/abs/2110.00768)
- **Point of Contact:** [Vaibhav Adlakha](mailto:vaibhav.adlakha@mila.quebec)

### Dataset Summary

TopiOCQA is an information-seeking conversational dataset with challenging topic switching phenomena.

### Languages

The language in the dataset is English as spoken by the crowdworkers. The BCP-47 code for English is en.

## Additional Information

### Licensing Information

TopiOCQA is licensed under a [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](https://creativecommons.org/licenses/by-nc-sa/4.0/).

### Citation Information

```
@inproceedings{adlakha2022topiocqa,
  title={Topi{OCQA}: Open-domain Conversational Question Answering with Topic Switching},
  author={Adlakha, Vaibhav and Dhuliawala, Shehzaad and Suleman, Kaheer and de Vries, Harm and Reddy, Siva},
  journal={Transactions of the Association for Computational Linguistics},
  volume = {10},
  pages = {468-483},
  year = {2022},
  month = {04},
  year={2022},
  issn = {2307-387X},
  doi = {10.1162/tacl_a_00471},
  url = {https://doi.org/10.1162/tacl\_a\_00471},
  eprint = {https://direct.mit.edu/tacl/article-pdf/doi/10.1162/tacl\_a\_00471/2008126/tacl\_a\_00471.pdf},
}
```