0x22almostEvil's picture
Brrrr
6e08cbd
metadata
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.

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/