-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDutch_model.json
More file actions
109 lines (109 loc) · 1.88 KB
/
Dutch_model.json
File metadata and controls
109 lines (109 loc) · 1.88 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
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
[{
"level": "sentence",
"language": "Dutch",
"comment": "Dutch sentence model trained on expert GIST NL summaries",
"date": "2016-10-25",
"model": {
"Intercept": {
"beta": 0.49513,
"p": 0
},
"abspos_post": {
"beta": -0.01592,
"p": 0.2263
},
"abspos_sent": {
"beta": 0.08424,
"p": 0
},
"cosinesimwthread_sent": {
"beta": -0.05424,
"p": 0.0039
},
"cosinesimwtitle_sent": {
"beta": -0.01257,
"p": 0.3812
},
"wordcount": {
"beta": 0.54176,
"p": 0
},
"ttr": {
"beta": -0.04325,
"p": 0.0317
},
"relpunctcount": {
"beta": -0.05695,
"p": 0
},
"avgwordlength": {
"beta": 0.03144,
"p": 0.0600
},
"relauthorcountsinthread": {
"beta": 0.16316,
"p": 0
}
}
},
{
"level": "post",
"language": "Dutch",
"comment": "Dutch post-level model trained on crowd-sourced Viva forum summaries",
"date": "2016-10-26",
"model": {
"Intercept": {
"beta": 2.45595,
"p": 0
},
"abspos": {
"beta": -0.69456,
"p": 0
},
"relpos": {
"beta": -0.17991,
"p": 0.012025
},
"noresponses": {
"beta": -0.11507,
"p": 0.000686
},
"cosinesimwthread": {
"beta": 0.32817,
"p": 0
},
"cosinesimwtitle": {
"beta": 0.13588,
"p": 0.000117
},
"wordcount": {
"beta": -1.44997,
"p": 0
},
"uniquewordcount": {
"beta": 1.90478,
"p": 0
},
"ttr": {
"beta": -0.38033,
"p": 0
},
"relpunctcount": {
"beta": -0.12664,
"p": 0.001541
},
"avgwordlength": {
"beta": 0.18753,
"p": 0
},
"avgsentlength": {
"beta": -0.01406,
"p": 0.728958
},
"relauthorcountsinthread": {
"beta": -0.11927,
"p": 0.000476
}
}
}
]