dengyang17 / wikihowQA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WikiHowQA-Dataset

WikiHowQA is a Community-based Question Answering dataset, which can be used for both answer selection and abstractive summarization tasks. The dataset is introduced in Joint Learning of Answer Selection and Answer Summary Generation in Community Question Answering (AAAI 2020) (https://arxiv.org/abs/1911.09801).

The WikiHowQA dataset can be downloaded from: https://drive.google.com/open?id=1cpd0nXX5d4PbIYOyaDV-BTg3XyruKLXo

We construct the WikiHowQA dataset based on a summarzation dataset, WikiHow (https://arxiv.org/abs/1810.09305), and using the online WikiHow (http://www.wikihow.com/) knowledge base *.

More detailed information will be added soon.

*: The original data is provided by wikiHow. Content on wikiHow can be shared under a Creative Commons License (CC-BY-NC-SA).

Citation

If the data is used in your research, please star this repo and cite our paper as follows:

@inproceedings{DBLP:conf/aaai/DengLXCL0S20,
  author    = {Yang Deng and
               Wai Lam and
               Yuexiang Xie and
               Daoyuan Chen and
               Yaliang Li and
               Min Yang and
               Ying Shen},
  title     = {Joint Learning of Answer Selection and Answer Summary Generation in
               Community Question Answering},
  booktitle = {The Thirty-Fourth {AAAI} Conference on Artificial Intelligence, {AAAI}
               2020},
  pages     = {7651--7658},
  year      = {2020},
  url       = {https://aaai.org/ojs/index.php/AAAI/article/view/6266},
}

About