generated from onefact/datathinking.org-report-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.typ
79 lines (58 loc) · 1.74 KB
/
main.typ
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
#import "datathinking.org-report-template.typ": datathinking
#show: body => datathinking(
title: "Assessing the Algorithmic Fairness of Large Language Models across Health Care Use Cases",
authors: (
(
name: "Sumanth Ratna",
affiliation: "Yale University",
email: "[email protected]",
),
(
name: "Dr. Jaan Lı",
affiliation: "One Fact Foundation
Tartu University",
email: "[email protected]",
),
),
abstract: "abstract here",
body,
)
#set heading(numbering: none)
/*
#outline()
#outline(
title: [List of Figures],
target: figure.where(kind: image),
)
#outline(
title: [List of Tables],
target: figure.where(kind: table),
)
*/
// GLOSSARY
#let clinicalbert = box[Clinical#smallcaps[Bert]]
= background
as @fiorella_how_2022.
color @twomey_what_2021,
@heer_mosaic_2023 will be used to visualize all
For this, we have built the phenotype workflow @zelko_developing_2023
= methods
We used the @huang_clinicalbert_2020 model to analyze the data.
For the BM-25 algorithm, we use the following equation:
$ (D, Q) = sum_(i=1)^n (k_1 + 1) f(q_i, D) / (k_1 (1 - b + b |D| / a) + f(q_i, D)) $
where $f(q_i, D)$ is the frequency of term $q_i$ in document $D$, $|D|$ is the length of document $D$, and $a$ is the average document length in the collection.
= results
#figure(
table(
columns: 4,
stroke: none,
[t], [1], [2], [3],
[y], [0.3s], [0.4s], [0.8s],
),
caption: [test],
)
#figure(
image("figures/phenotype-workflow-diagram.svg"),
caption: [The phenotype workflow can help practice data thinking to best validate definitions of health and disease, intellectual property, the market dynamics, etc.],
)
#bibliography("example-zotero-group-shared-bibliography.bib")