File size: 4,610 Bytes
e331e72
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
    "input_path": "./tests/fixtures/text",
    "input_file_type": "text",
    "workflow_config": {
        "create_base_text_units": {
            "row_range": [
                1,
                2000
            ],
            "subworkflows": 11,
            "max_runtime": 10
        },
        "create_base_extracted_entities": {
            "row_range": [
                1,
                2000
            ],
            "subworkflows": 2,
            "max_runtime": 300
        },
        "create_final_covariates": {
            "row_range": [
                1,
                2000
            ],
            "nan_allowed_columns": [
                "type",
                "description",
                "subject_type",
                "object_id",
                "object_type",
                "status",
                "start_date",
                "end_date",
                "source_text"
            ],
            "subworkflows": 6,
            "max_runtime": 300
        },
        "create_summarized_entities": {
            "row_range": [
                1,
                2000
            ],
            "subworkflows": 1,
            "max_runtime": 300
        },
        "join_text_units_to_covariate_ids": {
            "row_range": [
                1,
                2000
            ],
            "subworkflows": 2,
            "max_runtime": 10
        },
        "create_base_entity_graph": {
            "row_range": [
                1,
                2000
            ],
            "subworkflows": 2,
            "max_runtime": 10
        },
        "create_final_entities": {
            "row_range": [
                1,
                2000
            ],
            "nan_allowed_columns": [
                "type",
                "description",
                "graph_embedding"
            ],
            "subworkflows": 11,
            "max_runtime": 300
        },
        "create_final_relationships": {
            "row_range": [
                1,
                2000
            ],
            "subworkflows": 8,
            "max_runtime": 100
        },
        "create_final_nodes": {
            "row_range": [
                1,
                2000
            ],
            "nan_allowed_columns": [
                "entity_type",
                "description",
                "graph_embedding",
                "community",
                "level"
            ],
            "subworkflows": 10,
            "max_runtime": 10
        },
        "create_final_communities": {
            "row_range": [
                1,
                2000
            ],
            "subworkflows": 14,
            "max_runtime": 10
        },
        "create_final_community_reports": {
            "row_range": [
                1,
                2000
            ],
            "nan_allowed_columns": [
                "community_id",
                "title",
                "summary",
                "full_content",
                "full_content_json",
                "rank",
                "rank_explanation",
                "findings"
            ],
            "subworkflows": 7,
            "max_runtime": 300
        },
        "join_text_units_to_entity_ids": {
            "row_range": [
                1,
                2000
            ],
            "subworkflows": 3,
            "max_runtime": 10
        },
        "join_text_units_to_relationship_ids": {
            "row_range": [
                1,
                2000
            ],
            "subworkflows": 4,
            "max_runtime": 10
        },
        "create_final_text_units": {
            "row_range": [
                1,
                2000
            ],
            "nan_allowed_columns": [
                "relationship_ids",
                "entity_ids"
            ],
            "subworkflows": 7,
            "max_runtime": 100
        },
        "create_base_documents": {
            "row_range": [
                1,
                2000
            ],
            "subworkflows": 8,
            "max_runtime": 10
        },
        "create_final_documents": {
            "row_range": [
                1,
                2000
            ],
            "subworkflows": 1,
            "max_runtime": 100
        }
    },
    "query_config": [
        {
            "query": "Who is Agent Alex Mercer and what are his goals?",
            "method": "local"
        },
        {
            "query": "What is the major conflict in this story and who are the protagonist and antagonist?",
            "method": "global"
        }
    ],
    "slow": false
}