Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
alexfabbri commited on
Commit
7b17078
·
1 Parent(s): 9819769

update readme

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -122,7 +122,7 @@ An example from the AnswerSumm test set looks as follows:
122
  - link: link to the original question
123
  - author: link to the author's user page (as requested by StackExchange's attribution policy)
124
 
125
- - answers: list of sentence-tokenizer answers
126
  - answer_details: dictionary consisting of link to answer author's user page (author) and community-assigned score (score)
127
  - sents: sentences that compose the answer
128
  - text: the sentence text
@@ -140,7 +140,7 @@ An example from the AnswerSumm test set looks as follows:
140
 
141
  ### Data Splits
142
 
143
- The data is split into training, validation, and test sets using stratified sampling on the source forums. There are 2783, 500, and 1000 train/validation/test splits, respectively.
144
 
145
  ## Dataset Creation
146
 
@@ -206,4 +206,4 @@ The data is released under cc-by-sa 4.0 following the original StackExchange [re
206
  primaryClass={cs.CL},
207
  url={https://arxiv.org/abs/2111.06474}
208
  }
209
- ```
 
122
  - link: link to the original question
123
  - author: link to the author's user page (as requested by StackExchange's attribution policy)
124
 
125
+ - answers: list of sentence-tokenized answers
126
  - answer_details: dictionary consisting of link to answer author's user page (author) and community-assigned score (score)
127
  - sents: sentences that compose the answer
128
  - text: the sentence text
 
140
 
141
  ### Data Splits
142
 
143
+ The data is split into training, validation, and test sets using stratified sampling on the source forums. There are 2783, 500, and 1000 train/validation/test threads, respectively.
144
 
145
  ## Dataset Creation
146
 
 
206
  primaryClass={cs.CL},
207
  url={https://arxiv.org/abs/2111.06474}
208
  }
209
+ ```