Commit
·
3ceb038
1
Parent(s):
bb039b3
Update README.md
Browse files
README.md
CHANGED
@@ -58,11 +58,7 @@ task_ids:
|
|
58 |
|
59 |
## Dataset Description
|
60 |
|
61 |
-
- **
|
62 |
-
- **Repository:**
|
63 |
-
- **Paper:**
|
64 |
-
- **Leaderboard:**
|
65 |
-
- **Point of Contact:**
|
66 |
|
67 |
### Dataset Summary
|
68 |
|
@@ -88,7 +84,7 @@ C4-FAQs only supports English language.
|
|
88 |
|
89 |
An example of a single dataset point:
|
90 |
```python
|
91 |
-
{'faq_pairs': [{'question': 'What should I bring for the tour?', 'answer': 'Nothing special, just be ready to walk for bit and potentially something to protect you from poltergeists and rain. Any kind of amulet or protection stone is also welcome.'}, {'question': 'Can kids join too ?', 'answer': 'Yes, we accept kids from 6 years old and on! We also have a family discount, if you book for 2 adults and 2 kids!'}, {'question': 'Where is the meeting point ?', 'answer': 'Brussels has many paved roads and those are hardly accessible with a wheelchair, for that reason we have to unfortunately label our tour as not wheelchair accessible.'}]}
|
92 |
```
|
93 |
|
94 |
### Data Fields
|
@@ -104,7 +100,7 @@ The data have several fields:
|
|
104 |
|
105 |
| subset | total |
|
106 |
|:-------|:------|
|
107 |
-
| train |
|
108 |
|
109 |
## Dataset Creation
|
110 |
|
|
|
58 |
|
59 |
## Dataset Description
|
60 |
|
61 |
+
- **Point of Contact:** [Vishal Burman](mailto:vishal.a.burman23@gmail.com)
|
|
|
|
|
|
|
|
|
62 |
|
63 |
### Dataset Summary
|
64 |
|
|
|
84 |
|
85 |
An example of a single dataset point:
|
86 |
```python
|
87 |
+
{'url': 'https://www.brusselsghosts.com/things-to-do-brussels/faq.html', 'faq_pairs': [{'question': 'What should I bring for the tour?', 'answer': 'Nothing special, just be ready to walk for bit and potentially something to protect you from poltergeists and rain. Any kind of amulet or protection stone is also welcome.'}, {'question': 'Can kids join too ?', 'answer': 'Yes, we accept kids from 6 years old and on! We also have a family discount, if you book for 2 adults and 2 kids!'}, {'question': 'Where is the meeting point ?', 'answer': 'Brussels has many paved roads and those are hardly accessible with a wheelchair, for that reason we have to unfortunately label our tour as not wheelchair accessible.'}]}
|
88 |
```
|
89 |
|
90 |
### Data Fields
|
|
|
100 |
|
101 |
| subset | total |
|
102 |
|:-------|:------|
|
103 |
+
| train | 150K |
|
104 |
|
105 |
## Dataset Creation
|
106 |
|