Skip to content

Commit d743fcf

Browse files
committed
minor: markdown formatting changes
1 parent 73fb9c1 commit d743fcf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

DATAFORMAT.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All files are in `jsonl` format. Below we describe the format expected of each l
33

44
## Answer Cluster Data
55

6-
```json
6+
```
77
{
88
"metadata": {
99
"id": <str> unique id of this question,
@@ -41,7 +41,7 @@ There is only one string available per cluster. In particular, the scraped dev s
4141

4242
## Assessment Data
4343

44-
```json
44+
```
4545
{
4646
"question_id": <str> unique id of the associated question,
4747
"assessments": { <dict[str,str]> association from answer strings to cluster ids, eg:

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Each line is a json dictionary, in which:
99
* **raw** original answers provided by survey respondents (when available) with their counts
1010
* **clusters** which include the score for each cluster and the strings included in that cluster
1111

12-
For a full description of the data format, see `DATAFORMAT.md`.
12+
For a full description of the data format, see [DATAFORMAT.md](DATAFORMAT.md).
1313

1414

1515
## File organization:
@@ -21,4 +21,4 @@ For a full description of the data format, see `DATAFORMAT.md`.
2121

2222

2323
## Notes:
24-
This repository contains a **data statement** (based on [Datasheets for Datasets (Gebru et al. 2020)](https://arxiv.org/pdf/1803.09010.pdf) and [earlier NLP-specific work (Bender and Friedman 2018)](https://www.aclweb.org/anthology/Q18-1041.pdf)) to provide transparency in data use and encourage others to do so. This is a preliminary version of the statement; please post issues in the repository or contact the authors if you have questions regarding the data details or suggestions regarding the dataset use.
24+
This repository contains a [data statement](DATASTATEMENT.md) (based on [Datasheets for Datasets (Gebru et al. 2020)](https://arxiv.org/pdf/1803.09010.pdf) and [earlier NLP-specific work (Bender and Friedman 2018)](https://www.aclweb.org/anthology/Q18-1041.pdf)) to provide transparency in data use and encourage others to do so. This is a preliminary version of the statement; please post issues in the repository or contact the authors if you have questions regarding the data details or suggestions regarding the dataset use.

0 commit comments

Comments
 (0)