Datasets:

Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
ArXiv:
Libraries:
Datasets
pandas
License:
File size: 2,104 Bytes
0fa8528
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
67
68
69
70
71
72
73
---
license: cc
language:
- en
size_categories:
- 1K<n<10K
---

# Dataset Card for 🥝 KIWI

## Table of Contents
- [Table of Contents](#table-of-contents)
- [Dataset Description](#dataset-description)
  - [Dataset Summary](#dataset-summary)
  - [Languages](#languages)
- [Dataset Structure](#dataset-structure)
  - [Data Instances](#data-instances)
  - [Data Fields](#data-fields)
  - [Data Splits](#data-splits)
- [Dataset Creation](#dataset-creation)
- [Additional Information](#additional-information)
  - [Dataset Curators](#dataset-curators)
  - [Licensing Information](#licensing-information)
  - [Citation Information](#citation-information)
  - [Contributions](#contributions)

## Dataset Description

- **Paper:** [🥝KIWI: A Dataset of Knowledge-Intensive Writing Instructions for Answering Research Questions](https://www.cs.utexas.edu/~fxu/kiwi/kiwi_paper.pdf)
- **Point of Contact:** fangyuan[at]utexas.edu

### Dataset Summary

This dataset contains the question and document pairs annotated for 🥝KIWI.

### Languages

The dataset contains data in English.

## Dataset Structure

### Data Instances

Each instance is an interaction section between a user and a model.

### Data Fields

Each instance contains the following fields:
* `question`: the input question *q*
* `cited_papers`: The papers that are relevant to the question.
* `cited_paragraphs`: The extracted paragraphs from the cited papers.

## Dataset Creation

Please refer to our [paper](https://arxiv.org/pdf/2403.03866.pdf) for details on annotation process and discussion on limitations.

## Additional Information

Please checkout [this dataset](https://huggingface.co/datasets/fangyuan/kiwi) for the interaction data collected.


### Licensing Information

https://creativecommons.org/licenses/by-sa/4.0/legalcode

### Citation Information
```
@article{xu2024kiwi,
  title     = {KIWI: A Dataset of Knowledge-Intensive Writing Instructions for Answering Research Questions},
  author    = {Xu, Fangyuan and Lo, Kyle and Kuehl, Bailey and Soldaini, Luca and Choi, Eunsol and Wadden, David},
  year      = 2024,
}
```