Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
size_categories:
|
6 |
+
- 1K<n<10K
|
7 |
+
---
|
8 |
+
|
9 |
+
# Dataset Card for 🥝 KIWI
|
10 |
+
|
11 |
+
## Table of Contents
|
12 |
+
- [Table of Contents](#table-of-contents)
|
13 |
+
- [Dataset Description](#dataset-description)
|
14 |
+
- [Dataset Summary](#dataset-summary)
|
15 |
+
- [Languages](#languages)
|
16 |
+
- [Dataset Structure](#dataset-structure)
|
17 |
+
- [Data Instances](#data-instances)
|
18 |
+
- [Data Fields](#data-fields)
|
19 |
+
- [Data Splits](#data-splits)
|
20 |
+
- [Dataset Creation](#dataset-creation)
|
21 |
+
- [Additional Information](#additional-information)
|
22 |
+
- [Dataset Curators](#dataset-curators)
|
23 |
+
- [Licensing Information](#licensing-information)
|
24 |
+
- [Citation Information](#citation-information)
|
25 |
+
- [Contributions](#contributions)
|
26 |
+
|
27 |
+
## Dataset Description
|
28 |
+
|
29 |
+
- **Paper:** [🥝KIWI: A Dataset of Knowledge-Intensive Writing Instructions for Answering Research Questions](https://www.cs.utexas.edu/~fxu/kiwi/kiwi_paper.pdf)
|
30 |
+
- **Point of Contact:** fangyuan[at]utexas.edu
|
31 |
+
|
32 |
+
### Dataset Summary
|
33 |
+
|
34 |
+
This dataset contains the question and document pairs annotated for 🥝KIWI.
|
35 |
+
|
36 |
+
### Languages
|
37 |
+
|
38 |
+
The dataset contains data in English.
|
39 |
+
|
40 |
+
## Dataset Structure
|
41 |
+
|
42 |
+
### Data Instances
|
43 |
+
|
44 |
+
Each instance is an interaction section between a user and a model.
|
45 |
+
|
46 |
+
### Data Fields
|
47 |
+
|
48 |
+
Each instance contains the following fields:
|
49 |
+
* `question`: the input question *q*
|
50 |
+
* `cited_papers`: The papers that are relevant to the question.
|
51 |
+
* `cited_paragraphs`: The extracted paragraphs from the cited papers.
|
52 |
+
|
53 |
+
## Dataset Creation
|
54 |
+
|
55 |
+
Please refer to our [paper](https://arxiv.org/pdf/2403.03866.pdf) for details on annotation process and discussion on limitations.
|
56 |
+
|
57 |
+
## Additional Information
|
58 |
+
|
59 |
+
Please checkout [this dataset](https://huggingface.co/datasets/fangyuan/kiwi) for the interaction data collected.
|
60 |
+
|
61 |
+
|
62 |
+
### Licensing Information
|
63 |
+
|
64 |
+
https://creativecommons.org/licenses/by-sa/4.0/legalcode
|
65 |
+
|
66 |
+
### Citation Information
|
67 |
+
```
|
68 |
+
@article{xu2024kiwi,
|
69 |
+
title = {KIWI: A Dataset of Knowledge-Intensive Writing Instructions for Answering Research Questions},
|
70 |
+
author = {Xu, Fangyuan and Lo, Kyle and Kuehl, Bailey and Soldaini, Luca and Choi, Eunsol and Wadden, David},
|
71 |
+
year = 2024,
|
72 |
+
}
|
73 |
+
```
|