File size: 16,812 Bytes
9a40a87
 
f8cbc31
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4ba053e
f8cbc31
 
4ba053e
f8cbc31
4ba053e
 
7b048eb
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
96274f3
7b048eb
 
96274f3
7b048eb
96274f3
 
6202486
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9e3f93e
6202486
 
9e3f93e
6202486
9e3f93e
 
6bb42fd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
206ea95
 
6bb42fd
 
206ea95
6bb42fd
 
206ea95
6bb42fd
206ea95
 
da92449
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c6b7332
 
66d930f
da92449
 
 
c6b7332
da92449
 
c6b7332
da92449
c6b7332
 
7669f42
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ae2aaa5
 
ca48f07
7669f42
 
 
ae2aaa5
7669f42
 
ae2aaa5
7669f42
ae2aaa5
 
6bb42fd
9a40a87
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f8cbc31
 
 
 
 
 
7b048eb
 
 
 
 
 
6202486
 
 
 
 
 
6bb42fd
 
 
 
 
 
da92449
 
 
 
 
 
7669f42
 
 
 
 
 
9a40a87
 
 
 
 
 
daac7a0
 
 
 
 
 
 
 
 
 
 
9a40a87
daac7a0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
837a3d7
daac7a0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
837a3d7
daac7a0
 
 
 
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
---
dataset_info:
- config_name: conversational_binary
  features:
  - name: id
    dtype: int64
  - name: prompt
    list:
    - name: role
      dtype: string
    - name: content
      dtype: string
  - name: completion
    list:
    - name: role
      dtype: string
    - name: content
      dtype: string
  - name: Label
    dtype: string
  splits:
  - name: dev
    num_bytes: 176937
    num_examples: 11
  - name: test
    num_bytes: 2318936
    num_examples: 172
  download_size: 611329
  dataset_size: 2495873
- config_name: conversational_continuous
  features:
  - name: id
    dtype: int64
  - name: prompt
    list:
    - name: role
      dtype: string
    - name: content
      dtype: string
  - name: completion
    list:
    - name: role
      dtype: string
    - name: content
      dtype: string
  - name: Label
    dtype: string
  splits:
  - name: dev
    num_bytes: 401299
    num_examples: 32
  - name: test
    num_bytes: 6722692
    num_examples: 484
  download_size: 1473987
  dataset_size: 7123991
- config_name: conversational_outcome-type
  features:
  - name: id
    dtype: int64
  - name: prompt
    list:
    - name: role
      dtype: string
    - name: content
      dtype: string
  - name: completion
    list:
    - name: role
      dtype: string
    - name: content
      dtype: string
  - name: Label
    dtype: string
  splits:
  - name: dev
    num_bytes: 523092
    num_examples: 43
  - name: test
    num_bytes: 8201941
    num_examples: 656
  download_size: 1568521
  dataset_size: 8725033
- config_name: processed
  features:
  - name: id
    dtype: int64
  - name: pmcid
    dtype: int64
  - name: outcome
    dtype: string
  - name: intervention
    dtype: string
  - name: comparator
    dtype: string
  - name: outcome_type
    dtype: string
  - name: intervention_events
    dtype: string
  - name: intervention_group_size
    dtype: string
  - name: comparator_events
    dtype: float64
  - name: comparator_group_size
    dtype: string
  - name: intervention_mean
    dtype: string
  - name: intervention_standard_deviation
    dtype: float64
  - name: comparator_mean
    dtype: float64
  - name: comparator_standard_deviation
    dtype: float64
  - name: notes
    dtype: string
  - name: is_data_in_figure_graphics
    dtype: bool
  - name: is_relevant_data_in_table
    dtype: bool
  - name: is_table_in_graphic_format
    dtype: bool
  - name: is_data_complete
    dtype: bool
  - name: Context
    dtype: string
  - name: Label
    dtype: string
  splits:
  - name: dev
    num_bytes: 496885
    num_examples: 43
  - name: test
    num_bytes: 7813340
    num_examples: 656
  download_size: 685818
  dataset_size: 8310225
- config_name: processed_binary
  features:
  - name: id
    dtype: int64
  - name: pmcid
    dtype: int64
  - name: outcome
    dtype: string
  - name: intervention
    dtype: string
  - name: comparator
    dtype: string
  - name: notes
    dtype: string
  - name: is_data_in_figure_graphics
    dtype: bool
  - name: is_relevant_data_in_table
    dtype: bool
  - name: is_table_in_graphic_format
    dtype: bool
  - name: is_data_complete
    dtype: bool
  - name: Context
    dtype: string
  - name: Label
    dtype: string
  - name: completion_extraction
    dtype: string
  splits:
  - name: dev
    num_bytes: 158053
    num_examples: 11
  - name: test
    num_bytes: 2025343
    num_examples: 172
  download_size: 315110
  dataset_size: 2183396
- config_name: processed_continuous
  features:
  - name: id
    dtype: int64
  - name: pmcid
    dtype: int64
  - name: outcome
    dtype: string
  - name: intervention
    dtype: string
  - name: comparator
    dtype: string
  - name: notes
    dtype: string
  - name: is_data_in_figure_graphics
    dtype: bool
  - name: is_relevant_data_in_table
    dtype: bool
  - name: is_table_in_graphic_format
    dtype: bool
  - name: is_data_complete
    dtype: bool
  - name: Context
    dtype: string
  - name: Label
    dtype: string
  - name: completion_extraction
    dtype: string
  splits:
  - name: dev
    num_bytes: 341788
    num_examples: 32
  - name: test
    num_bytes: 5832567
    num_examples: 484
  download_size: 566866
  dataset_size: 6174355
- config_name: source
  features:
  - name: id
    dtype: int64
  - name: evidence_inference_prompt_id
    dtype: int64
  - name: pmcid
    dtype: int64
  - name: outcome
    dtype: string
  - name: intervention
    dtype: string
  - name: comparator
    dtype: string
  - name: outcome_type
    dtype: string
  - name: intervention_events
    dtype: string
  - name: intervention_group_size
    dtype: string
  - name: comparator_events
    dtype: float64
  - name: comparator_group_size
    dtype: string
  - name: intervention_mean
    dtype: string
  - name: intervention_standard_deviation
    dtype: float64
  - name: comparator_mean
    dtype: float64
  - name: comparator_standard_deviation
    dtype: float64
  - name: notes
    dtype: string
  - name: is_data_in_figure_graphics
    dtype: bool
  - name: is_relevant_data_in_table
    dtype: bool
  - name: is_table_in_graphic_format
    dtype: bool
  - name: is_data_complete
    dtype: bool
  - name: tiktoken_with_attributes_xml_token_num
    dtype: int64
  - name: tiktoken_without_attributes_xml_token_num
    dtype: int64
  - name: tiktoken_without_attributes_markdown_token_num
    dtype: int64
  - name: split
    dtype: string
  - name: abstract
    dtype: string
  splits:
  - name: dev
    num_bytes: 498004
    num_examples: 43
  - name: test
    num_bytes: 7831084
    num_examples: 656
  download_size: 696118
  dataset_size: 8329088
configs:
- config_name: conversational_binary
  data_files:
  - split: dev
    path: conversational_binary/dev-*
  - split: test
    path: conversational_binary/test-*
- config_name: conversational_continuous
  data_files:
  - split: dev
    path: conversational_continuous/dev-*
  - split: test
    path: conversational_continuous/test-*
- config_name: conversational_outcome-type
  data_files:
  - split: dev
    path: conversational_outcome-type/dev-*
  - split: test
    path: conversational_outcome-type/test-*
- config_name: processed
  data_files:
  - split: dev
    path: processed/dev-*
  - split: test
    path: processed/test-*
- config_name: processed_binary
  data_files:
  - split: dev
    path: processed_binary/dev-*
  - split: test
    path: processed_binary/test-*
- config_name: processed_continuous
  data_files:
  - split: dev
    path: processed_continuous/dev-*
  - split: test
    path: processed_continuous/test-*
- config_name: source
  data_files:
  - split: dev
    path: source/dev-*
  - split: test
    path: source/test-*
license: cc-by-sa-4.0
task_categories:
- text-classification
- text-retrieval
language:
- en
tags:
- medical
pretty_name: Trial Meta Analysis
size_categories:
- 1K<n<10K
---

# Automatically Extracting Numerical Results from Randomized Controlled Trials with LLMs

## Dataset Description

|                                 | Links         | 
|:-------------------------------:|:-------------:|
| **Homepage:**                   |  [Github](https://github.com/jayded/llm-meta-analysis)  | 
| **Repository:**                 |  [Github](https://github.com/jayded/llm-meta-analysis)  | 
| **Paper:**                      |  [arXiv](https://arxiv.org/abs/2405.01686)  | 
| **Leaderboard:**                |  [PapersWithCode](https://paperswithcode.com/paper/automatically-extracting-numerical-results)  | 
| **Contact (Original Authors):** |  Hye Sun Yun (yun.hy@northeastern.edu) |
| **Contact (Curator):**          |  [Artur Guimarães](https://araag2.netlify.app/) (artur.guimas@gmail.com) |

  
### Dataset Summary

`The human-annotated data is available in the data folder as both csv and json formats. The dev set has 10 RCTs with 43 number of total ICO triplets. The test set has 110 RCTs with 656 number of total ICO triplets. Additional dataset statistics can be found in evaluation/data/analyze_data.ipynb file.`

### Data Instances

#### Source Format

```json
{
    "id":6,
    "evidence_inference_prompt_id":11451,
    "pmcid":1574360,
    "outcome":"The amount of saturated fat in the foods purchased",
    "intervention":"fully automated advice that recommended specific switches from selected products higher in saturated fat to alternate similar products lower in saturated fat",
    "comparator":"control received general non-specific advice about how to eat a diet lower in saturated fat","outcome_type":"continuous",
    "intervention_events":null,
    "intervention_group_size":"251",
    "comparator_events":null,
    "comparator_group_size":"246",
    "intervention_mean":"0.77",
    "intervention_standard_deviation":1.37,
    "comparator_mean":0.04,
    "comparator_standard_deviation":0.32,
    "notes":"Have to use CI to calculate the SDs",
    "is_data_in_figure_graphics":false,
    "is_relevant_data_in_table":false,
    "is_table_in_graphic_format":true,
    "is_data_complete":true,
    "tiktoken_with_attributes_xml_token_num":1959,
    "tiktoken_without_attributes_xml_token_num":1620,
    "tiktoken_without_attributes_markdown_token_num":1376,
    "split":"test",
    "abstract":"# Abstract\n\n \n\n## Objectives: The supermarket industry now services many customers through online food shopping over the Internet. The Internet shopping process offers a novel opportunity for the modification of dietary patterns. The aim of this study was to evaluate the effects on consumers' purchases of saturated fat of a fully automated computerised system that provided real-time advice tailored to the consumers' specific purchases recommending foods lower in saturated fat. \n\n## Design: This study was a blinded, randomised controlled trial. \n\n## Setting: The study was conducted in Sydney, New South Wales, Australia. \n\n## Participants: The participants were consumers using a commercial online Internet shopping site between February and June 2004. \n\n## Interventions: Individuals assigned to intervention received fully automated advice that recommended specific switches from selected products higher in saturated fat to alternate similar products lower in saturated fat. Participants assigned to control received general non-specific advice about how to eat a diet lower in saturated fat. \n\n## Outcome Measures: The outcome measure was the difference in saturated fat (grams per 100 g of food) in shopping baskets between the intervention and control groups. \n\n## Results: There were 497 randomised participants, mean age 40 y, each shopping for an average of about three people. The amount of saturated fat in the foods purchased by the intervention group was 0.66% lower (95% confidence interval 0.48--0.84, *p* < 0.001) than in the control group. The effects of the intervention were sustained over consecutive shopping episodes, and there was no difference in the average cost of the food bought by each group. \n\n## Conclusions: Fully automated, purchase-specific dietary advice offered to customers during Internet shopping can bring about changes in food purchasing habits that are likely to have significant public health implications. Because implementation is simple to initiate and maintain, this strategy would likely be highly cost-effective. # RESULTS \n\n## Participants A total of 4,548 individuals were offered participation, and 497 were randomised (251 intervention and 246 control) ([Figure 1](#)). Of these, 456 (224 intervention and 232 control) completed at least one episode of shopping that included one or more of the 524 foods studied. Median follow-up time completed by the end of the study in June 2004 was 35 d, and the median number of shopping episodes done by participants was three (range 1--20). The baseline characteristics documented on the questionnaire were balanced between randomised groups, with a mean participant age of 40 y and a proportion female of 88% ([Table 1](#)). <figure> <p><img src=\"\" \/><\/p> <figcaption>Flow Chart of Study<\/figcaption> <\/figure> ::::table-wrap\n\n::: caption\nBaseline Characteristics\n:::\n\n![](<>):::: \n\n## Outcomes and Estimation For the first occasion on which advice was offered, the amount of saturated fat in the food purchased by the intervention group after advice was a mean of 0.66% (0.48--0.84, *p \\<* 0.001) lower than in the corresponding foods purchased by the control group ([Table 2](#)), which is equivalent to an approximate 10% reduction in saturated fat content of foods purchased ([Figure 2](#)). This difference resulted from a decrease in the mean saturated fat content in the foods purchased following the advice offered to the intervention group of 0.77% (0.60--0.94, *p \\<* 0.001), with no corresponding decrease in the control group 0.04% (0.00--0.08, *p =* 0.07). The effect estimate for the primary outcome was 0.62% (0.46--0.79, *p \\<* 0.001) if analysis was restricted to only the 456 individuals that selected one of the 524 foods studied and was 0.58 (0.39--0.77, *p \\<* 0.001) if the change in saturated fat was set to zero for those individuals that did not select one of the foods. The subgroup analyses provided some evidence that the intervention had greater effects among individuals with higher body mass index and among people above 40 y of age (for both, homogeneity *p* < 0.03) ([Table 3](#)). There was no baseline variable that substantively altered the main result as a consequence of its inclusion or exclusion as a covariate. ::::table-wrap\n::: caption\nEffects of Intervention on Primary Outcome\n:::\n\n![](<>):::: <figure> <p><img src=\"\" \/><\/p> <figcaption>Effects of Repeated Advice in the Intervention (<em>n =<\/em> 115) and Control Group (<em>n =<\/em> 121)<br \/> Squares are placed at the point estimate of the effect observed in the intervention (A) and control (B) groups, and the vertical lines extend to the 95% confidence intervals around the estimate. The <em>p<\/em>-value for trend in the intervention group indicates a progressive decrease in effect size with repeated shopping episodes. There was no significant decrease in saturated fat at any time point in the control group, nor any trend over time (all <em>p<\/em> > 0.09).<\/figcaption> <\/figure> ::::table-wrap\n::: caption\nEffects of Intervention on Primary Outcome in Main Participant Subgroups\n:::\n\n![](<>):::: A secondary outcome of the study was to assess the impact of the intervention on the cost of foods purchased online. The mean cost per 100 g of the foods purchased by the intervention group was not different from that in the control group (intervention AUD$0.63 [0.58--0.68]\/100 g versus control AUD$0.62 [0.58--0.67]\/100 g, *p =* 0.19). The foods higher in saturated fat that were most commonly present in the shopping basket prior to advice being offered but absent after the advice had been offered were higher-fat dairy products. Lower-fat dairy products were the items most frequently added to the shopping basket after advice was provided. \n\n## Ancillary Analyses The effects of the intervention over repeated episodes of shopping were explored amongst the 115 participants that completed six shopping episodes during the study. These analyses demonstrated that for the intervention group the magnitude of the reduction in saturated fat achieved was greater in earlier compared to later shopping episodes (for trend, *p* = 0.01) ([Figure 2](#)) and showed that there was no effect of the control condition on saturated fat during any shopping episode (*p* > 0.09 for all six shopping episodes in the control group).\n"
}
```

### Data Fields

#### Source Format

TO:DO

### Data Splits

TO:DO

## Additional Information

### Dataset Curators

#### Original Paper

- Hye Sun Yun (yun.hy@northeastern.edu) - Northeastern University Boston, MA, USA
- David Pogrebitskiy (pogrebitskiy.d@northeastern.edu) - Northeastern University Boston, MA, USA
- Iain J. Marshall (iain.marshall@kcl.ac.uk) - King’s College London London, UK
- Byron C. Wallace (b.wallace@northeastern.edu) - Northeastern University Boston, MA, USA

#### Huggingface Curator

- [Artur Guimarães](https://araag2.netlify.app/) (artur.guimas@gmail.com) - INESC-ID / University of Lisbon - Instituto Superior Técnico

### Licensing Information

[CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/deed.en)

### Citation Information

```bibtex
@article{yun2024automatically,
  title={Automatically extracting numerical results from randomized controlled trials with large language models},
  author={Yun, Hye Sun and Pogrebitskiy, David and Marshall, Iain J and Wallace, Byron C},
  journal={arXiv preprint arXiv:2405.01686},
  year={2024}
}
```

[10.48550/arXiv.2405.01686](https://doi.org/10.48550/arXiv.2405.01686)

### Contributions

Thanks to [araag2](https://github.com/araag2) for adding this dataset.