Datasets:
File size: 1,498 Bytes
de444ab 152c654 9ecc453 152c654 9ecc453 6727574 152c654 6727574 9ecc453 1e91e9f e0069a5 5d1f15c f026e62 6e08cbd 5d1f15c 01cf078 0294487 5d1f15c 0768e95 5d1f15c 5e5d947 5d1f15c e10797d c086a7f |
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 |
---
license: cc-by-nc-3.0
task_categories:
- question-answering
language:
- en
- ru
- pt
- it
- es
- fr
- de
- nl
pretty_name: multilingual-wikihow-qa-16k
size_categories:
- 10K<n<100K
tags:
- wikihow
- QnA
dataset_info:
features:
- name: INSTRUCTION
dtype: string
- name: RESPONSE
dtype: string
- name: SOURCE
dtype: string
- name: METADATA
dtype: string
splits:
- name: train
num_bytes: 144407512
num_examples: 16822
download_size: 76391535
dataset_size: 144407512
---
# Dataset Card for multilingual WikiHow with ~16.8K entries. ~(2-2.2)K for each language.
### Warning
The WikiHow team contacted me and made it clear that **they forbid the use of their data for machine learning purposes**. However, I am not calling for anything, and this dataset only shows the concept, and I strongly advise against violating their ToS.
However, consultation with lawyers made it clear that **dataset can be used for such purposes** if the project has **research purposes**.
### Dataset Summary
Contains Parquet of a list of instructions and WikiHow articles on different languages.
Each row consists of
* INSTRUCTION
* RESPONSE
* SOURCE (*.wikihow.com)
* METADATA (json with url and language).
### Licensing Information
Data is from WikiHow, license for content is located here:
https://www.wikihow.com/wikiHow:Creative-Commons
### Acknowledgements
This helped me a lot!
https://github.com/HelloChatterbox/PyWikiHow; https://pypi.org/project/pywikihow/ |