-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtemplates.json
More file actions
48 lines (48 loc) · 2.42 KB
/
templates.json
File metadata and controls
48 lines (48 loc) · 2.42 KB
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
{
"statistical": [
"The average {name} value is {mean} {unit}, with extremes at {max} (max) and {min} (min), and a std of {std}.",
"The {name} data exhibits a mean of {mean} {unit}, a standard deviation of {std}, and its extreme values are {min} and {max}.",
"{name} average {mean} {unit}, reaching a maximum of {max} and a minimum of {min}, with a standard deviation of {std}.",
"{name} exhibits a mean of {mean} {unit}, with peak and minimal values reaching {max} and {min}, and a standard deviation of {std}.",
"For the {name} measurements, the mean is {mean} {unit}, the standard deviation is {std}, and the data lies between {min} and {max}."
],
"structural": {
"trend": [
"A {direction} trend in {name} data recorded between minute {start} and {end}.",
"{name} displayed a {direction} trend between minute {start} and {end}.",
"{name} shows a {direction} trend spanning minute {start} to {end}.",
"Between minute {start} and {end}, {name} exhibited a {direction} trend.",
"A sustained {direction} movement in {name} was detected from minute {start} to {end}."
],
"spike": [
"Spike event recorded for {name} at minute {minute}.",
"A spike in {name} was detected at minute {minute}.",
"{name} shows a notable spike at minute {minute}.",
"An outlier event in {name} occurred at minute {minute}.",
"A significant peak in {name} was observed at minute {minute}."
]
},
"semantic": [
"From minute {start} to {end}, the user had a period of {name}.",
"{name} recorded within the {start}-{end} minute range.",
"{name} episode occurred between minute {start} and {end}.",
"{name} was recorded between minute {start} and {end}.",
"Identified {name} across the timeframe of minute {start} to {end}."
],
"semantic_point": [
"At minute {start}, the user had a {name} event.",
"{name} recorded at minute {start}.",
"{name} occurred at minute {start}.",
"{name} was observed at minute {start}.",
"Identified {name} at minute {start}."
],
"cross_channel": {
"sleep": [
"In bed but not sleeping from {time_unit} {start} to {end}.",
"The user was in bed but awake from {time_unit} {start} to {end}.",
"Awake while in bed between {time_unit} {start} and {end}.",
"In-bed wakefulness detected from {time_unit} {start} to {end}.",
"The user remained awake in bed from {time_unit} {start} to {end}."
]
}
}