ichko commited on
Commit
ee9090c
·
verified ·
1 Parent(s): 30a42fe

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -42
README.md CHANGED
@@ -1,53 +1,18 @@
1
  ---
2
  license: apache-2.0
3
  task_categories:
4
- - text-generation
5
  language:
6
- - en
7
  tags:
8
- - conversational-search
9
- - query-rewriting
10
- - cqr
11
- configs:
12
- - config_name: default
13
- data_files:
14
- - split: train
15
- path: data/train-*
16
- - split: validation
17
- path: data/validation-*
18
- - split: test
19
- path: data/test-*
20
- dataset_info:
21
- features:
22
- - name: context
23
- list: string
24
- - name: question
25
- dtype: large_string
26
- - name: rewrite
27
- dtype: large_string
28
- - name: dataset
29
- dtype: large_string
30
- - name: split
31
- dtype: large_string
32
- - name: index
33
- dtype: int64
34
- splits:
35
- - name: train
36
- num_bytes: 54409022
37
- num_examples: 83702
38
- - name: validation
39
- num_bytes: 1388199
40
- num_examples: 2196
41
- - name: test
42
- num_bytes: 13209511
43
- num_examples: 19824
44
- download_size: 16972669
45
- dataset_size: 69006732
46
  ---
47
 
48
  # Conversational Query Rewriting (CQR) Dataset
49
 
50
- Unified dataset for training CQR models. Combines human-annotated rewrites from QReCC and CANARD.
51
 
52
  ## Schema
53
 
@@ -64,7 +29,7 @@ Unified dataset for training CQR models. Combines human-annotated rewrites from
64
 
65
  | Split | Count |
66
  |-------|-------|
67
- | train | 83682 |
68
  | validation | 2196 |
69
  | test | 19824 |
70
 
@@ -92,6 +57,8 @@ Unified dataset for training CQR models. Combines human-annotated rewrites from
92
  }
93
  ```
94
 
 
 
95
  ## Citation
96
 
97
  If you use this dataset, please cite this Hugging Face entry and the source datasets above.
 
1
  ---
2
  license: apache-2.0
3
  task_categories:
4
+ - text-generation
5
  language:
6
+ - en
7
  tags:
8
+ - conversational-search
9
+ - query-rewriting
10
+ - cqr
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  # Conversational Query Rewriting (CQR) Dataset
14
 
15
+ Unified dataset for training CQR models. Combines human-annotated rewrites from QReCC, CANARD, and Redis examples.
16
 
17
  ## Schema
18
 
 
29
 
30
  | Split | Count |
31
  |-------|-------|
32
+ | train | 83702 |
33
  | validation | 2196 |
34
  | test | 19824 |
35
 
 
57
  }
58
  ```
59
 
60
+ **Redis Examples** - Hand-crafted examples by Redis - Apache 2.0
61
+
62
  ## Citation
63
 
64
  If you use this dataset, please cite this Hugging Face entry and the source datasets above.