Dataset Viewer
Auto-converted to Parquet Duplicate
id
stringlengths
16
16
question
stringlengths
66
465
answer
stringlengths
1
223
corpus_size
int64
13
13
question_type
stringclasses
4 values
possible_answers
listlengths
2
11
qa_template
stringclasses
17 values
sql_query
stringlengths
215
1.61k
sql_response
listlengths
1
10
evidence_size
int64
1
10
653d8a1dc9af87b2
Which intervention types appear in both Other Pre Specified outcome designation (priority level) trials and Primary outcome designation (priority level) trials?
Drug, Other
13
Subset Reasoning
[ "DRUG", "OTHER", "DEVICE", "BEHAVIORAL", "BIOLOGICAL", "PROCEDURE", "DIAGNOSTIC_TEST", "DIETARY_SUPPLEMENT", "RADIATION", "COMBINATION_PRODUCT", "GENETIC" ]
subset_intersect
SELECT intervention_type FROM ( SELECT interventions.intervention_type FROM interventions JOIN outcomes ON outcomes.nct_id = interventions.nct_id WHERE outcomes.outcome_type = 'OTHER_PRE_SPECIFIED' AND interventions.intervention_type != '' AND interventions.intervention_type IS NOT NULL AND UPPER(in...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": "DRUG", "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage":...
2
d835e87ad8aa40b3
Which intervention types appear in both Secondary outcome designation (priority level) trials and Other Pre Specified outcome designation (priority level) trials?
Drug, Other
13
Subset Reasoning
[ "DRUG", "OTHER", "DEVICE", "BEHAVIORAL", "BIOLOGICAL", "PROCEDURE", "DIAGNOSTIC_TEST", "DIETARY_SUPPLEMENT", "RADIATION", "COMBINATION_PRODUCT", "GENETIC" ]
subset_intersect
SELECT intervention_type FROM ( SELECT interventions.intervention_type FROM interventions JOIN outcomes ON outcomes.nct_id = interventions.nct_id WHERE outcomes.outcome_type = 'SECONDARY' AND interventions.intervention_type != '' AND interventions.intervention_type IS NOT NULL AND UPPER(intervention...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": "DRUG", "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage":...
2
c2ec60c9939361a1
Which outcome designation (priority level)s appear in both trials using Behavioral interventions and trials using Drug interventions?
Primary, Secondary
13
Subset Reasoning
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
subset_intersect
SELECT outcome_type FROM ( SELECT outcomes.outcome_type FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'BEHAVIORAL' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT IN ('NA',...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "PRIMARY", "percentag...
2
c691ff30d7f9d294
Which intervention types appear in both Primary outcome designation (priority level) trials and Other Pre Specified outcome designation (priority level) trials?
Other, Drug
13
Subset Reasoning
[ "DRUG", "OTHER", "DEVICE", "BEHAVIORAL", "BIOLOGICAL", "PROCEDURE", "DIAGNOSTIC_TEST", "DIETARY_SUPPLEMENT", "RADIATION", "COMBINATION_PRODUCT", "GENETIC" ]
subset_intersect
SELECT intervention_type FROM ( SELECT interventions.intervention_type FROM interventions JOIN outcomes ON outcomes.nct_id = interventions.nct_id WHERE outcomes.outcome_type = 'PRIMARY' AND interventions.intervention_type != '' AND interventions.intervention_type IS NOT NULL AND UPPER(interventions....
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": "OTHER", "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage"...
2
b227bd51c54211e0
Which outcome designation (priority level)s appear in both trials using Device interventions and trials using Dietary Supplement interventions?
Primary, Secondary
13
Subset Reasoning
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
subset_intersect
SELECT outcome_type FROM ( SELECT outcomes.outcome_type FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'DEVICE' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT IN ('NA', 'N/...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "PRIMARY", "percentag...
2
b04eb1cbea92a789
Which outcome designation (priority level)s appear in both trials using Device interventions and trials using Drug interventions?
Primary, Secondary
13
Subset Reasoning
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
subset_intersect
SELECT outcome_type FROM ( SELECT outcomes.outcome_type FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'DEVICE' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT IN ('NA', 'N/...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "PRIMARY", "percentag...
2
dc2e6cc800432e87
Which outcome designation (priority level)s appear in both trials using Drug interventions and trials using Device interventions?
Primary, Secondary
13
Subset Reasoning
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
subset_intersect
SELECT outcome_type FROM ( SELECT outcomes.outcome_type FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'DRUG' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT IN ('NA', 'N/A'...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "PRIMARY", "percentag...
2
7354a3a25a56d807
Which intervention types appear in both Other Pre Specified outcome designation (priority level) trials and Secondary outcome designation (priority level) trials?
Drug, Other
13
Subset Reasoning
[ "DRUG", "OTHER", "DEVICE", "BEHAVIORAL", "BIOLOGICAL", "PROCEDURE", "DIAGNOSTIC_TEST", "DIETARY_SUPPLEMENT", "RADIATION", "COMBINATION_PRODUCT", "GENETIC" ]
subset_intersect
SELECT intervention_type FROM ( SELECT interventions.intervention_type FROM interventions JOIN outcomes ON outcomes.nct_id = interventions.nct_id WHERE outcomes.outcome_type = 'OTHER_PRE_SPECIFIED' AND interventions.intervention_type != '' AND interventions.intervention_type IS NOT NULL AND UPPER(in...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": "DRUG", "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage":...
2
3f1861056715c567
Which outcome designation (priority level)s appear in both trials using Biological interventions and trials using Drug interventions?
Primary, Secondary
13
Subset Reasoning
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
subset_intersect
SELECT outcome_type FROM ( SELECT outcomes.outcome_type FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'BIOLOGICAL' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT IN ('NA',...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "PRIMARY", "percentag...
2
6ffeb58709018604
Which outcome designation (priority level)s appear in both trials using Biological interventions and trials using Dietary Supplement interventions?
Primary, Secondary
13
Subset Reasoning
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
subset_intersect
SELECT outcome_type FROM ( SELECT outcomes.outcome_type FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'BIOLOGICAL' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT IN ('NA',...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "PRIMARY", "percentag...
2
f5d64d55e589b26d
Which outcome designation (priority level)s appear in both trials using Dietary Supplement interventions and trials using Biological interventions?
Primary, Secondary
13
Subset Reasoning
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
subset_intersect
SELECT outcome_type FROM ( SELECT outcomes.outcome_type FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'DIETARY_SUPPLEMENT' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT I...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "PRIMARY", "percentag...
2
d4b4092648bb3e32
Which outcome designation (priority level)s appear in both trials using Dietary Supplement interventions and trials using Drug interventions?
Primary, Secondary
13
Subset Reasoning
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
subset_intersect
SELECT outcome_type FROM ( SELECT outcomes.outcome_type FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'DIETARY_SUPPLEMENT' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT I...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "PRIMARY", "percentag...
2
e2e620241595d4a2
Which outcome designation (priority level)s appear in both trials using Drug interventions and trials using Behavioral interventions?
Primary, Secondary
13
Subset Reasoning
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
subset_intersect
SELECT outcome_type FROM ( SELECT outcomes.outcome_type FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'DRUG' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT IN ('NA', 'N/A'...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "PRIMARY", "percentag...
2
160b67b1ee021fb4
Which outcome designation (priority level)s appear in both trials using Biological interventions and trials using Behavioral interventions?
Primary, Secondary
13
Subset Reasoning
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
subset_intersect
SELECT outcome_type FROM ( SELECT outcomes.outcome_type FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'BIOLOGICAL' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT IN ('NA',...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "PRIMARY", "percentag...
2
71c9c8994b99e1ed
Which outcome designation (priority level)s appear in both trials using Behavioral interventions and trials using Device interventions?
Primary, Secondary
13
Subset Reasoning
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
subset_intersect
SELECT outcome_type FROM ( SELECT outcomes.outcome_type FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'BEHAVIORAL' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT IN ('NA',...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "PRIMARY", "percentag...
2
59fa786cb9eb3d4c
Which outcome designation (priority level)s appear in both trials using Drug interventions and trials using Dietary Supplement interventions?
Primary, Secondary
13
Subset Reasoning
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
subset_intersect
SELECT outcome_type FROM ( SELECT outcomes.outcome_type FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'DRUG' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT IN ('NA', 'N/A'...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "PRIMARY", "percentag...
2
26d9a88c494500cf
Which outcome designation (priority level)s appear in both trials using Device interventions and trials using Behavioral interventions?
Primary, Secondary
13
Subset Reasoning
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
subset_intersect
SELECT outcome_type FROM ( SELECT outcomes.outcome_type FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'DEVICE' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT IN ('NA', 'N/...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "PRIMARY", "percentag...
2
a269bd73d97d9eed
Which outcome designation (priority level)s appear in both trials using Dietary Supplement interventions and trials using Device interventions?
Primary, Secondary
13
Subset Reasoning
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
subset_intersect
SELECT outcome_type FROM ( SELECT outcomes.outcome_type FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'DIETARY_SUPPLEMENT' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT I...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "PRIMARY", "percentag...
2
7eeef7a638d624c6
Which outcome designation (priority level)s appear in both trials using Drug interventions and trials using Biological interventions?
Primary, Secondary
13
Subset Reasoning
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
subset_intersect
SELECT outcome_type FROM ( SELECT outcomes.outcome_type FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'DRUG' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT IN ('NA', 'N/A'...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "PRIMARY", "percentag...
2
eb5a8eed3f9b0c9d
Which outcome designation (priority level)s appear in both trials using Biological interventions and trials using Device interventions?
Primary, Secondary
13
Subset Reasoning
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
subset_intersect
SELECT outcome_type FROM ( SELECT outcomes.outcome_type FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'BIOLOGICAL' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT IN ('NA',...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "PRIMARY", "percentag...
2
2a887edc57d02d2b
Which outcome designation (priority level)s appear in both trials using Device interventions and trials using Biological interventions?
Primary, Secondary
13
Subset Reasoning
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
subset_intersect
SELECT outcome_type FROM ( SELECT outcomes.outcome_type FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'DEVICE' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT IN ('NA', 'N/...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "PRIMARY", "percentag...
2
139cb21ac5cef29e
Which outcome designation (priority level)s appear in both trials using Behavioral interventions and trials using Dietary Supplement interventions?
Primary, Secondary
13
Subset Reasoning
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
subset_intersect
SELECT outcome_type FROM ( SELECT outcomes.outcome_type FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'BEHAVIORAL' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT IN ('NA',...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "PRIMARY", "percentag...
2
c5c1c262c3e6147a
Which outcome designation (priority level)s appear in both trials using Behavioral interventions and trials using Biological interventions?
Primary, Secondary
13
Subset Reasoning
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
subset_intersect
SELECT outcome_type FROM ( SELECT outcomes.outcome_type FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'BEHAVIORAL' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT IN ('NA',...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "PRIMARY", "percentag...
2
d23aec03f76b7036
Which outcome designation (priority level)s appear in both trials using Dietary Supplement interventions and trials using Behavioral interventions?
Primary, Secondary
13
Subset Reasoning
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
subset_intersect
SELECT outcome_type FROM ( SELECT outcomes.outcome_type FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'DIETARY_SUPPLEMENT' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT I...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "PRIMARY", "percentag...
2
3d9e43ce745f29b9
What is the most common intervention type in Primary outcome designation (priority level) trials?
Drug
13
Evidence Synthesis
[ "DRUG", "OTHER", "DEVICE", "BEHAVIORAL", "BIOLOGICAL", "PROCEDURE", "DIAGNOSTIC_TEST", "DIETARY_SUPPLEMENT", "RADIATION", "COMBINATION_PRODUCT", "GENETIC" ]
synthesis_ranking
SELECT interventions.intervention_type, COUNT(*) as frequency FROM interventions JOIN outcomes ON outcomes.nct_id = interventions.nct_id WHERE outcomes.outcome_type = 'PRIMARY' AND interventions.intervention_type != '' AND interventions.intervention_type IS NOT NULL AND UPPER(interventions.intervention_type) NOT ...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": 16, "intervention_type": "DRUG", "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": n...
1
0d6ca4193c6374c1
What is the most common intervention type in Other Pre Specified outcome designation (priority level) trials?
Drug
13
Evidence Synthesis
[ "DRUG", "OTHER", "DEVICE", "BEHAVIORAL", "BIOLOGICAL", "PROCEDURE", "DIAGNOSTIC_TEST", "DIETARY_SUPPLEMENT", "RADIATION", "COMBINATION_PRODUCT", "GENETIC" ]
synthesis_ranking
SELECT interventions.intervention_type, COUNT(*) as frequency FROM interventions JOIN outcomes ON outcomes.nct_id = interventions.nct_id WHERE outcomes.outcome_type = 'OTHER_PRE_SPECIFIED' AND interventions.intervention_type != '' AND interventions.intervention_type IS NOT NULL AND UPPER(interventions.interventio...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": 26, "intervention_type": "DRUG", "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": n...
1
86bf2aa132efac93
What is the most common intervention type in Secondary outcome designation (priority level) trials?
Drug
13
Evidence Synthesis
[ "DRUG", "OTHER", "DEVICE", "BEHAVIORAL", "BIOLOGICAL", "PROCEDURE", "DIAGNOSTIC_TEST", "DIETARY_SUPPLEMENT", "RADIATION", "COMBINATION_PRODUCT", "GENETIC" ]
synthesis_ranking
SELECT interventions.intervention_type, COUNT(*) as frequency FROM interventions JOIN outcomes ON outcomes.nct_id = interventions.nct_id WHERE outcomes.outcome_type = 'SECONDARY' AND interventions.intervention_type != '' AND interventions.intervention_type IS NOT NULL AND UPPER(interventions.intervention_type) NO...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": 188, "intervention_type": "DRUG", "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": ...
1
646d709d10bb14fe
What is the most common outcome designation (priority level) in trials using Drug interventions?
Secondary
13
Evidence Synthesis
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
synthesis_ranking
SELECT outcomes.outcome_type, COUNT(*) as frequency FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'DRUG' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT IN ('NA', 'N/A', 'NULL', 'NONE', ...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": 188, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "SECONDARY", "percenta...
1
d964a2b4db5476a9
What is the most common outcome designation (priority level) in trials using Behavioral interventions?
Secondary
13
Evidence Synthesis
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
synthesis_ranking
SELECT outcomes.outcome_type, COUNT(*) as frequency FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'BEHAVIORAL' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT IN ('NA', 'N/A', 'NULL', 'N...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": 5, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "SECONDARY", "percentage...
1
15490d65870d7a7c
What is the most common outcome designation (priority level) in trials using Dietary Supplement interventions?
Secondary
13
Evidence Synthesis
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
synthesis_ranking
SELECT outcomes.outcome_type, COUNT(*) as frequency FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'DIETARY_SUPPLEMENT' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT IN ('NA', 'N/A', 'N...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": 2, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "SECONDARY", "percentage...
1
c9a01789ce35b2c6
What is the most common outcome designation (priority level) in trials using Device interventions?
Secondary
13
Evidence Synthesis
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
synthesis_ranking
SELECT outcomes.outcome_type, COUNT(*) as frequency FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'DEVICE' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT IN ('NA', 'N/A', 'NULL', 'NONE'...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": 8, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "SECONDARY", "percentage...
1
117a253fc21e1aaa
What is the most common outcome designation (priority level) in trials using Biological interventions?
Secondary
13
Evidence Synthesis
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
synthesis_ranking
SELECT outcomes.outcome_type, COUNT(*) as frequency FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'BIOLOGICAL' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT IN ('NA', 'N/A', 'NULL', 'N...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": 28, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "SECONDARY", "percentag...
1
a9976fbd3e3d13a5
List all intervention types used in Other Pre Specified outcome designation (priority level) trials
Drug, Other
13
Evidence Synthesis
[ "DRUG", "OTHER", "DEVICE", "BEHAVIORAL", "BIOLOGICAL", "PROCEDURE", "DIAGNOSTIC_TEST", "DIETARY_SUPPLEMENT", "RADIATION", "COMBINATION_PRODUCT", "GENETIC" ]
synthesis_single_filter
SELECT DISTINCT interventions.intervention_type FROM interventions JOIN outcomes ON outcomes.nct_id = interventions.nct_id WHERE outcomes.outcome_type = 'OTHER_PRE_SPECIFIED' AND interventions.intervention_type != '' AND interventions.intervention_type IS NOT NULL AND UPPER(interventions.intervention_type) NOT IN...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": "DRUG", "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage":...
2
8dbd5f7e55e5bf08
List all outcome designation (priority level)s used in trials using Device interventions
Secondary, Primary
13
Evidence Synthesis
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
synthesis_single_filter
SELECT DISTINCT outcomes.outcome_type FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'DEVICE' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT IN ('NA', 'N/A', 'NULL', 'NONE', 'UNKNOWN', '...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "SECONDARY", "percent...
2
50d6b1acba91c3a8
List all outcome designation (priority level)s used in trials using Dietary Supplement interventions
Primary, Secondary
13
Evidence Synthesis
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
synthesis_single_filter
SELECT DISTINCT outcomes.outcome_type FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'DIETARY_SUPPLEMENT' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT IN ('NA', 'N/A', 'NULL', 'NONE', ...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "PRIMARY", "percentag...
2
a37badcf0739fee9
List all outcome designation (priority level)s used in trials using Behavioral interventions
Primary, Secondary
13
Evidence Synthesis
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
synthesis_single_filter
SELECT DISTINCT outcomes.outcome_type FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'BEHAVIORAL' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT IN ('NA', 'N/A', 'NULL', 'NONE', 'UNKNOWN...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "PRIMARY", "percentag...
2
84c03921fef9b309
List all outcome designation (priority level)s used in trials using Biological interventions
Primary, Secondary
13
Evidence Synthesis
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
synthesis_single_filter
SELECT DISTINCT outcomes.outcome_type FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'BIOLOGICAL' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT IN ('NA', 'N/A', 'NULL', 'NONE', 'UNKNOWN...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "PRIMARY", "percentag...
2
8f2ee35defdcda2c
Has usage of outcome designation (priority level) "SECONDARY" increased since 2015?
Yes
13
Evidence Synthesis
[ "INCREASED", "DECREASED", "STABLE" ]
date_comparison_before_after
SELECT outcomes.outcome_type, SUM(CASE WHEN CAST(SUBSTRING(s.start_date, 1, 4) AS INTEGER) < 2015 THEN 1 ELSE 0 END) as before_count, SUM(CASE WHEN CAST(SUBSTRING(s.start_date, 1, 4) AS INTEGER) >= 2015 THEN 1 ELSE 0 END) as after_count, CASE WHEN SUM(CASE WHEN CAST(SUBSTRING(s.start_date, 1, 4) AS INTEGER)...
[ { "adult": null, "after_count": 60, "before_count": 42, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "SECONDARY", "percentage"...
1
2ba25c5ab011cbe1
Has usage of outcome designation (priority level) "PRIMARY" increased since 2013?
Yes
13
Evidence Synthesis
[ "INCREASED", "DECREASED", "STABLE" ]
date_comparison_before_after
SELECT outcomes.outcome_type, SUM(CASE WHEN CAST(SUBSTRING(s.start_date, 1, 4) AS INTEGER) < 2013 THEN 1 ELSE 0 END) as before_count, SUM(CASE WHEN CAST(SUBSTRING(s.start_date, 1, 4) AS INTEGER) >= 2013 THEN 1 ELSE 0 END) as after_count, CASE WHEN SUM(CASE WHEN CAST(SUBSTRING(s.start_date, 1, 4) AS INTEGER)...
[ { "adult": null, "after_count": 20, "before_count": 1, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "PRIMARY", "percentage": n...
1
31fd99e599170fb9
Has usage of outcome designation (priority level) "SECONDARY" increased since 2014?
Yes
13
Evidence Synthesis
[ "INCREASED", "DECREASED", "STABLE" ]
date_comparison_before_after
SELECT outcomes.outcome_type, SUM(CASE WHEN CAST(SUBSTRING(s.start_date, 1, 4) AS INTEGER) < 2014 THEN 1 ELSE 0 END) as before_count, SUM(CASE WHEN CAST(SUBSTRING(s.start_date, 1, 4) AS INTEGER) >= 2014 THEN 1 ELSE 0 END) as after_count, CASE WHEN SUM(CASE WHEN CAST(SUBSTRING(s.start_date, 1, 4) AS INTEGER)...
[ { "adult": null, "after_count": 60, "before_count": 42, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "SECONDARY", "percentage"...
1
50f94efef2a3742b
Has usage of outcome designation (priority level) "SECONDARY" increased since 2013?
Yes
13
Evidence Synthesis
[ "INCREASED", "DECREASED", "STABLE" ]
date_comparison_before_after
SELECT outcomes.outcome_type, SUM(CASE WHEN CAST(SUBSTRING(s.start_date, 1, 4) AS INTEGER) < 2013 THEN 1 ELSE 0 END) as before_count, SUM(CASE WHEN CAST(SUBSTRING(s.start_date, 1, 4) AS INTEGER) >= 2013 THEN 1 ELSE 0 END) as after_count, CASE WHEN SUM(CASE WHEN CAST(SUBSTRING(s.start_date, 1, 4) AS INTEGER)...
[ { "adult": null, "after_count": 99, "before_count": 3, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "SECONDARY", "percentage":...
1
392f465c11c43bdb
Has usage of outcome designation (priority level) "PRIMARY" increased since 2017?
No
13
Evidence Synthesis
[ "INCREASED", "DECREASED", "STABLE" ]
date_comparison_before_after
SELECT outcomes.outcome_type, SUM(CASE WHEN CAST(SUBSTRING(s.start_date, 1, 4) AS INTEGER) < 2017 THEN 1 ELSE 0 END) as before_count, SUM(CASE WHEN CAST(SUBSTRING(s.start_date, 1, 4) AS INTEGER) >= 2017 THEN 1 ELSE 0 END) as after_count, CASE WHEN SUM(CASE WHEN CAST(SUBSTRING(s.start_date, 1, 4) AS INTEGER)...
[ { "adult": null, "after_count": 5, "before_count": 16, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "PRIMARY", "percentage": n...
1
fa7dceb035f5fa94
Has usage of outcome designation (priority level) "PRIMARY" increased since 2015?
Yes
13
Evidence Synthesis
[ "INCREASED", "DECREASED", "STABLE" ]
date_comparison_before_after
SELECT outcomes.outcome_type, SUM(CASE WHEN CAST(SUBSTRING(s.start_date, 1, 4) AS INTEGER) < 2015 THEN 1 ELSE 0 END) as before_count, SUM(CASE WHEN CAST(SUBSTRING(s.start_date, 1, 4) AS INTEGER) >= 2015 THEN 1 ELSE 0 END) as after_count, CASE WHEN SUM(CASE WHEN CAST(SUBSTRING(s.start_date, 1, 4) AS INTEGER)...
[ { "adult": null, "after_count": 17, "before_count": 4, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "PRIMARY", "percentage": n...
1
e643776a3876890c
Has usage of outcome designation (priority level) "PRIMARY" increased since 2014?
Yes
13
Evidence Synthesis
[ "INCREASED", "DECREASED", "STABLE" ]
date_comparison_before_after
SELECT outcomes.outcome_type, SUM(CASE WHEN CAST(SUBSTRING(s.start_date, 1, 4) AS INTEGER) < 2014 THEN 1 ELSE 0 END) as before_count, SUM(CASE WHEN CAST(SUBSTRING(s.start_date, 1, 4) AS INTEGER) >= 2014 THEN 1 ELSE 0 END) as after_count, CASE WHEN SUM(CASE WHEN CAST(SUBSTRING(s.start_date, 1, 4) AS INTEGER)...
[ { "adult": null, "after_count": 17, "before_count": 4, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "PRIMARY", "percentage": n...
1
dfa7298a28042e8c
Which trial from trials using Drug interventions started earliest?
An Openlabel, Phase II Trial of Abatacept (Orencia) in the Treatment of Refractory Non-infectious Uveitis.
13
Cross-Comparison
null
cross_comparison_temporal
WITH ranked_trials AS ( SELECT studies.nct_id, studies.official_title, studies.start_date, ROW_NUMBER() OVER (ORDER BY studies.start_date) as rn FROM studies JOIN interventions ON interventions.nct_id = studies.nct_id WHERE interventions.intervention_type = 'DRUG' AND studies.start_date IS N...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": "NCT01279954", "official_title": "An Openlabel, Phase II Trial of Abatacept (Orencia) in the Treatme...
1
66c701a2a6dbb966
Which trial from trials using Device interventions started earliest?
Utilizing Holmium Laser for FURS Renal Stone Lithotripsy Comparing Stone Breaking vs. Stone Dusting Settings
13
Cross-Comparison
null
cross_comparison_temporal
WITH ranked_trials AS ( SELECT studies.nct_id, studies.official_title, studies.start_date, ROW_NUMBER() OVER (ORDER BY studies.start_date) as rn FROM studies JOIN interventions ON interventions.nct_id = studies.nct_id WHERE interventions.intervention_type = 'DEVICE' AND studies.start_date IS...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": "NCT02683993", "official_title": "Utilizing Holmium Laser for FURS Renal Stone Lithotripsy Comparing...
1
4f469ac4a04539a5
Which trial from trials using Behavioral interventions started earliest?
Meditation and Stretching for Post Treatment Lyme Disease Syndrome
13
Cross-Comparison
null
cross_comparison_temporal
WITH ranked_trials AS ( SELECT studies.nct_id, studies.official_title, studies.start_date, ROW_NUMBER() OVER (ORDER BY studies.start_date) as rn FROM studies JOIN interventions ON interventions.nct_id = studies.nct_id WHERE interventions.intervention_type = 'BEHAVIORAL' AND studies.start_dat...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": "NCT02344537", "official_title": "Meditation and Stretching for Post Treatment Lyme Disease Syndrome...
1
e0ac51ae22724383
Which trial from Primary outcome designation (priority level) trials started earliest?
An Openlabel, Phase II Trial of Abatacept (Orencia) in the Treatment of Refractory Non-infectious Uveitis.
13
Cross-Comparison
null
cross_comparison_temporal
WITH ranked_trials AS ( SELECT studies.nct_id, studies.official_title, studies.start_date, ROW_NUMBER() OVER (ORDER BY studies.start_date) as rn FROM studies JOIN outcomes ON outcomes.nct_id = studies.nct_id WHERE outcomes.outcome_type = 'PRIMARY' AND studies.start_date IS NOT NULL AND s...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": "NCT01279954", "official_title": "An Openlabel, Phase II Trial of Abatacept (Orencia) in the Treatme...
1
a84e17d0707eed04
Which trial from trials using Biological interventions started earliest?
A Phase I/II Randomized, Two Parts, Dose-Finding Study To Evaluate The Safety, Tolerability and Immunogenicity Of An Inactivated, Adjuvanted SARS-CoV-2 Virus Vaccine Candidate (VLA2001), Against Covid-19 In Healthy Subjects
13
Cross-Comparison
null
cross_comparison_temporal
WITH ranked_trials AS ( SELECT studies.nct_id, studies.official_title, studies.start_date, ROW_NUMBER() OVER (ORDER BY studies.start_date) as rn FROM studies JOIN interventions ON interventions.nct_id = studies.nct_id WHERE interventions.intervention_type = 'BIOLOGICAL' AND studies.start_dat...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": "NCT04671017", "official_title": "A Phase I/II Randomized, Two Parts, Dose-Finding Study To Evaluate...
1
8bacbc0b4429f60c
Which trial from Other Pre Specified outcome designation (priority level) trials started earliest?
A Randomized Comparison of Three Regimens of Chemotherapy With Compatible Antiretroviral Therapy for Treatment of Advanced AIDS-KS in Resource-Limited Settings
13
Cross-Comparison
null
cross_comparison_temporal
WITH ranked_trials AS ( SELECT studies.nct_id, studies.official_title, studies.start_date, ROW_NUMBER() OVER (ORDER BY studies.start_date) as rn FROM studies JOIN outcomes ON outcomes.nct_id = studies.nct_id WHERE outcomes.outcome_type = 'OTHER_PRE_SPECIFIED' AND studies.start_date IS NOT NU...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": "NCT01435018", "official_title": "A Randomized Comparison of Three Regimens of Chemotherapy With Com...
1
0e2f433ba5581d1b
Which trial from Secondary outcome designation (priority level) trials started earliest?
An Openlabel, Phase II Trial of Abatacept (Orencia) in the Treatment of Refractory Non-infectious Uveitis.
13
Cross-Comparison
null
cross_comparison_temporal
WITH ranked_trials AS ( SELECT studies.nct_id, studies.official_title, studies.start_date, ROW_NUMBER() OVER (ORDER BY studies.start_date) as rn FROM studies JOIN outcomes ON outcomes.nct_id = studies.nct_id WHERE outcomes.outcome_type = 'SECONDARY' AND studies.start_date IS NOT NULL AND...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": "NCT01279954", "official_title": "An Openlabel, Phase II Trial of Abatacept (Orencia) in the Treatme...
1
61341806c1293bb9
Which trial from trials using Dietary Supplement interventions started earliest?
Wheezing in Black Preterm Infants: Impact of Vitamin D Supplementation Strategy
13
Cross-Comparison
null
cross_comparison_temporal
WITH ranked_trials AS ( SELECT studies.nct_id, studies.official_title, studies.start_date, ROW_NUMBER() OVER (ORDER BY studies.start_date) as rn FROM studies JOIN interventions ON interventions.nct_id = studies.nct_id WHERE interventions.intervention_type = 'DIETARY_SUPPLEMENT' AND studies.s...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": "NCT01601847", "official_title": "Wheezing in Black Preterm Infants: Impact of Vitamin D Supplementa...
1
60d31ba44a59170a
What intervention types were tested in trials that started after "Can a Targeted Screen-and-treat Program for Chronic Kidney Disease Improve Blood Pressure (BP) Management Among Persons at High Risk for Complications ?"?
Behavioral, Biological, Device, Drug
13
Multi-Hop Reasoning
[ "DRUG", "OTHER", "DEVICE", "BEHAVIORAL", "BIOLOGICAL", "PROCEDURE", "DIAGNOSTIC_TEST", "DIETARY_SUPPLEMENT", "RADIATION", "COMBINATION_PRODUCT", "GENETIC" ]
multi_hop_date
WITH bridge AS ( SELECT s.start_date FROM studies s WHERE s.nct_id = 'NCT02059408' AND s.start_date IS NOT NULL AND s.start_date != '' ) SELECT DISTINCT interventions.intervention_type FROM interventions JOIN studies s ON s.nct_id = interventions.nct_id JOIN bridge br ON s.start_date > br.start_date WHERE...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": "BEHAVIORAL", "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percen...
4
739db19902719756
What intervention types were tested in trials that started after "A Phase I/II Randomized, Two Parts, Dose-Finding Study To Evaluate The Safety, Tolerability and Immunogenicity Of An Inactivated, Adjuvanted SARS-CoV-2 Virus Vaccine Candidate (VLA2001), Against Covid-19 In Healthy Subjects"?
Behavioral
13
Multi-Hop Reasoning
[ "DRUG", "OTHER", "DEVICE", "BEHAVIORAL", "BIOLOGICAL", "PROCEDURE", "DIAGNOSTIC_TEST", "DIETARY_SUPPLEMENT", "RADIATION", "COMBINATION_PRODUCT", "GENETIC" ]
multi_hop_date
WITH bridge AS ( SELECT s.start_date FROM studies s WHERE s.nct_id = 'NCT04671017' AND s.start_date IS NOT NULL AND s.start_date != '' ) SELECT DISTINCT interventions.intervention_type FROM interventions JOIN studies s ON s.nct_id = interventions.nct_id JOIN bridge br ON s.start_date > br.start_date WHERE...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": "BEHAVIORAL", "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percen...
1
34edf2fd8e89e2fc
What outcome designation (priority level)s were tested in trials that started after "Colchicine/Statins for the Prevention of COVID-19 Complications (COLSTAT) Trial"?
Primary, Secondary
13
Multi-Hop Reasoning
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
multi_hop_date
WITH bridge AS ( SELECT s.start_date FROM studies s WHERE s.nct_id = 'NCT04472611' AND s.start_date IS NOT NULL AND s.start_date != '' ) SELECT DISTINCT outcomes.outcome_type FROM outcomes JOIN studies s ON s.nct_id = outcomes.nct_id JOIN bridge br ON s.start_date > br.start_date WHERE outcomes.nct_id != ...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "PRIMARY", "percentag...
2
3339bf8097af6f08
What outcome designation (priority level)s were tested in trials that started after "A Phase II Study, Evaluating the Efficacy of Montelukast in Reducing the Incidence and Severity of Monoclonal Antibodies Associated Infusion Reactions"?
Primary, Secondary
13
Multi-Hop Reasoning
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
multi_hop_date
WITH bridge AS ( SELECT s.start_date FROM studies s WHERE s.nct_id = 'NCT04198623' AND s.start_date IS NOT NULL AND s.start_date != '' ) SELECT DISTINCT outcomes.outcome_type FROM outcomes JOIN studies s ON s.nct_id = outcomes.nct_id JOIN bridge br ON s.start_date > br.start_date WHERE outcomes.nct_id != ...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "PRIMARY", "percentag...
2
c3c742be4bd74705
What intervention types were tested in trials that started after "Lutonix or Inpact for tHE tReatment Of fEmeropopliteal Stenosis - Drug Coated Balloon"?
Behavioral, Biological, Drug
13
Multi-Hop Reasoning
[ "DRUG", "OTHER", "DEVICE", "BEHAVIORAL", "BIOLOGICAL", "PROCEDURE", "DIAGNOSTIC_TEST", "DIETARY_SUPPLEMENT", "RADIATION", "COMBINATION_PRODUCT", "GENETIC" ]
multi_hop_date
WITH bridge AS ( SELECT s.start_date FROM studies s WHERE s.nct_id = 'NCT02812966' AND s.start_date IS NOT NULL AND s.start_date != '' ) SELECT DISTINCT interventions.intervention_type FROM interventions JOIN studies s ON s.nct_id = interventions.nct_id JOIN bridge br ON s.start_date > br.start_date WHERE...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": "BEHAVIORAL", "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percen...
3
d7ffb2f84dfd44b4
What intervention types were tested in trials that started after "An Open-Label Multicenter Phase 1b Study of H3B-6545 in Combination With Palbociclib in Women With Advanced or Metastatic Estrogen Receptor-Positive HER2-Negative Breast Cancer"?
Behavioral, Biological, Drug
13
Multi-Hop Reasoning
[ "DRUG", "OTHER", "DEVICE", "BEHAVIORAL", "BIOLOGICAL", "PROCEDURE", "DIAGNOSTIC_TEST", "DIETARY_SUPPLEMENT", "RADIATION", "COMBINATION_PRODUCT", "GENETIC" ]
multi_hop_date
WITH bridge AS ( SELECT s.start_date FROM studies s WHERE s.nct_id = 'NCT04288089' AND s.start_date IS NOT NULL AND s.start_date != '' ) SELECT DISTINCT interventions.intervention_type FROM interventions JOIN studies s ON s.nct_id = interventions.nct_id JOIN bridge br ON s.start_date > br.start_date WHERE...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": "BEHAVIORAL", "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percen...
3
d94c0e67473aa133
What intervention types were tested in trials that started after "Meditation and Stretching for Post Treatment Lyme Disease Syndrome"?
Behavioral, Biological, Device, Drug
13
Multi-Hop Reasoning
[ "DRUG", "OTHER", "DEVICE", "BEHAVIORAL", "BIOLOGICAL", "PROCEDURE", "DIAGNOSTIC_TEST", "DIETARY_SUPPLEMENT", "RADIATION", "COMBINATION_PRODUCT", "GENETIC" ]
multi_hop_date
WITH bridge AS ( SELECT s.start_date FROM studies s WHERE s.nct_id = 'NCT02344537' AND s.start_date IS NOT NULL AND s.start_date != '' ) SELECT DISTINCT interventions.intervention_type FROM interventions JOIN studies s ON s.nct_id = interventions.nct_id JOIN bridge br ON s.start_date > br.start_date WHERE...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": "BEHAVIORAL", "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percen...
4
1e7afc2d566cac48
What intervention types were tested in trials that started after "Wheezing in Black Preterm Infants: Impact of Vitamin D Supplementation Strategy"?
Behavioral, Biological, Device, Drug, Other
13
Multi-Hop Reasoning
[ "DRUG", "OTHER", "DEVICE", "BEHAVIORAL", "BIOLOGICAL", "PROCEDURE", "DIAGNOSTIC_TEST", "DIETARY_SUPPLEMENT", "RADIATION", "COMBINATION_PRODUCT", "GENETIC" ]
multi_hop_date
WITH bridge AS ( SELECT s.start_date FROM studies s WHERE s.nct_id = 'NCT01601847' AND s.start_date IS NOT NULL AND s.start_date != '' ) SELECT DISTINCT interventions.intervention_type FROM interventions JOIN studies s ON s.nct_id = interventions.nct_id JOIN bridge br ON s.start_date > br.start_date WHERE...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": "BEHAVIORAL", "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percen...
5
f3ebdbc9b6d82eb0
What outcome designation (priority level)s were tested in trials that started after "An Open-Label Multicenter Phase 1b Study of H3B-6545 in Combination With Palbociclib in Women With Advanced or Metastatic Estrogen Receptor-Positive HER2-Negative Breast Cancer"?
Primary, Secondary
13
Multi-Hop Reasoning
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
multi_hop_date
WITH bridge AS ( SELECT s.start_date FROM studies s WHERE s.nct_id = 'NCT04288089' AND s.start_date IS NOT NULL AND s.start_date != '' ) SELECT DISTINCT outcomes.outcome_type FROM outcomes JOIN studies s ON s.nct_id = outcomes.nct_id JOIN bridge br ON s.start_date > br.start_date WHERE outcomes.nct_id != ...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "PRIMARY", "percentag...
2
179bf645093aa97a
What intervention types were tested in trials that started after "Safety of Fecal Microbiota Transplantation: OpenBiome Outcomes and Longitudinal Follow-up (STOOL) for Recurrent Clostridium Difficile Infection"?
Behavioral, Biological, Device, Drug, Other
13
Multi-Hop Reasoning
[ "DRUG", "OTHER", "DEVICE", "BEHAVIORAL", "BIOLOGICAL", "PROCEDURE", "DIAGNOSTIC_TEST", "DIETARY_SUPPLEMENT", "RADIATION", "COMBINATION_PRODUCT", "GENETIC" ]
multi_hop_date
WITH bridge AS ( SELECT s.start_date FROM studies s WHERE s.nct_id = 'NCT02403622' AND s.start_date IS NOT NULL AND s.start_date != '' ) SELECT DISTINCT interventions.intervention_type FROM interventions JOIN studies s ON s.nct_id = interventions.nct_id JOIN bridge br ON s.start_date > br.start_date WHERE...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": "BEHAVIORAL", "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percen...
5
2e319ef9ad38e6f3
What intervention types were tested in trials that started after "A Phase II Study, Evaluating the Efficacy of Montelukast in Reducing the Incidence and Severity of Monoclonal Antibodies Associated Infusion Reactions"?
Behavioral, Biological, Drug
13
Multi-Hop Reasoning
[ "DRUG", "OTHER", "DEVICE", "BEHAVIORAL", "BIOLOGICAL", "PROCEDURE", "DIAGNOSTIC_TEST", "DIETARY_SUPPLEMENT", "RADIATION", "COMBINATION_PRODUCT", "GENETIC" ]
multi_hop_date
WITH bridge AS ( SELECT s.start_date FROM studies s WHERE s.nct_id = 'NCT04198623' AND s.start_date IS NOT NULL AND s.start_date != '' ) SELECT DISTINCT interventions.intervention_type FROM interventions JOIN studies s ON s.nct_id = interventions.nct_id JOIN bridge br ON s.start_date > br.start_date WHERE...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": "BEHAVIORAL", "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percen...
3
81b383c45c361253
What intervention types were tested in trials that started after "Utilizing Holmium Laser for FURS Renal Stone Lithotripsy Comparing Stone Breaking vs. Stone Dusting Settings"?
Behavioral, Biological, Device, Drug
13
Multi-Hop Reasoning
[ "DRUG", "OTHER", "DEVICE", "BEHAVIORAL", "BIOLOGICAL", "PROCEDURE", "DIAGNOSTIC_TEST", "DIETARY_SUPPLEMENT", "RADIATION", "COMBINATION_PRODUCT", "GENETIC" ]
multi_hop_date
WITH bridge AS ( SELECT s.start_date FROM studies s WHERE s.nct_id = 'NCT02683993' AND s.start_date IS NOT NULL AND s.start_date != '' ) SELECT DISTINCT interventions.intervention_type FROM interventions JOIN studies s ON s.nct_id = interventions.nct_id JOIN bridge br ON s.start_date > br.start_date WHERE...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": "BEHAVIORAL", "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percen...
4
170557b2a89c7621
What intervention types were tested in trials that started after "Colchicine/Statins for the Prevention of COVID-19 Complications (COLSTAT) Trial"?
Behavioral, Biological
13
Multi-Hop Reasoning
[ "DRUG", "OTHER", "DEVICE", "BEHAVIORAL", "BIOLOGICAL", "PROCEDURE", "DIAGNOSTIC_TEST", "DIETARY_SUPPLEMENT", "RADIATION", "COMBINATION_PRODUCT", "GENETIC" ]
multi_hop_date
WITH bridge AS ( SELECT s.start_date FROM studies s WHERE s.nct_id = 'NCT04472611' AND s.start_date IS NOT NULL AND s.start_date != '' ) SELECT DISTINCT interventions.intervention_type FROM interventions JOIN studies s ON s.nct_id = interventions.nct_id JOIN bridge br ON s.start_date > br.start_date WHERE...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": "BEHAVIORAL", "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percen...
2
6e3c6eb7b9d6d321
What intervention types were tested in trials that started after "A Randomized Comparison of Three Regimens of Chemotherapy With Compatible Antiretroviral Therapy for Treatment of Advanced AIDS-KS in Resource-Limited Settings"?
Behavioral, Biological, Device, Drug, Other
13
Multi-Hop Reasoning
[ "DRUG", "OTHER", "DEVICE", "BEHAVIORAL", "BIOLOGICAL", "PROCEDURE", "DIAGNOSTIC_TEST", "DIETARY_SUPPLEMENT", "RADIATION", "COMBINATION_PRODUCT", "GENETIC" ]
multi_hop_date
WITH bridge AS ( SELECT s.start_date FROM studies s WHERE s.nct_id = 'NCT01435018' AND s.start_date IS NOT NULL AND s.start_date != '' ) SELECT DISTINCT interventions.intervention_type FROM interventions JOIN studies s ON s.nct_id = interventions.nct_id JOIN bridge br ON s.start_date > br.start_date WHERE...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": "BEHAVIORAL", "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percen...
5
6136494f8235458b
Which intervention type is most frequently used in Secondary outcome designation (priority level) trials?
Drug
13
Evidence Synthesis
[ "DRUG", "OTHER", "DEVICE", "BEHAVIORAL", "BIOLOGICAL", "PROCEDURE", "DIAGNOSTIC_TEST", "DIETARY_SUPPLEMENT", "RADIATION", "COMBINATION_PRODUCT", "GENETIC" ]
synthesis_frequency_ranking
SELECT interventions.intervention_type, COUNT(*) as frequency FROM interventions JOIN outcomes ON outcomes.nct_id = interventions.nct_id WHERE outcomes.outcome_type = 'SECONDARY' AND interventions.intervention_type != '' AND interventions.intervention_type IS NOT NULL AND UPPER(interventions.intervention_type) NO...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": 188, "intervention_type": "DRUG", "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": ...
1
1a05364a15a6d3df
Which outcome designation (priority level) is most frequently used in trials using Dietary Supplement interventions?
Secondary
13
Evidence Synthesis
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
synthesis_frequency_ranking
SELECT outcomes.outcome_type, COUNT(*) as frequency FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'DIETARY_SUPPLEMENT' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT IN ('NA', 'N/A', 'N...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": 2, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "SECONDARY", "percentage...
1
e76e810591f41e02
Which intervention type is most frequently used in Primary outcome designation (priority level) trials?
Drug
13
Evidence Synthesis
[ "DRUG", "OTHER", "DEVICE", "BEHAVIORAL", "BIOLOGICAL", "PROCEDURE", "DIAGNOSTIC_TEST", "DIETARY_SUPPLEMENT", "RADIATION", "COMBINATION_PRODUCT", "GENETIC" ]
synthesis_frequency_ranking
SELECT interventions.intervention_type, COUNT(*) as frequency FROM interventions JOIN outcomes ON outcomes.nct_id = interventions.nct_id WHERE outcomes.outcome_type = 'PRIMARY' AND interventions.intervention_type != '' AND interventions.intervention_type IS NOT NULL AND UPPER(interventions.intervention_type) NOT ...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": 16, "intervention_type": "DRUG", "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": n...
1
fc6f7c80b45826f5
Which outcome designation (priority level) is most frequently used in trials using Drug interventions?
Secondary
13
Evidence Synthesis
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
synthesis_frequency_ranking
SELECT outcomes.outcome_type, COUNT(*) as frequency FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'DRUG' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT IN ('NA', 'N/A', 'NULL', 'NONE', ...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": 188, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "SECONDARY", "percenta...
1
b4b863f2036b6acd
Which outcome designation (priority level) is most frequently used in trials using Behavioral interventions?
Secondary
13
Evidence Synthesis
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
synthesis_frequency_ranking
SELECT outcomes.outcome_type, COUNT(*) as frequency FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'BEHAVIORAL' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT IN ('NA', 'N/A', 'NULL', 'N...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": 5, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "SECONDARY", "percentage...
1
babb44c6fae7f99f
Which outcome designation (priority level) is most frequently used in trials using Biological interventions?
Secondary
13
Evidence Synthesis
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
synthesis_frequency_ranking
SELECT outcomes.outcome_type, COUNT(*) as frequency FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'BIOLOGICAL' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT IN ('NA', 'N/A', 'NULL', 'N...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": 28, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "SECONDARY", "percentag...
1
7b4cf63a372694c6
Which intervention type is most frequently used in Other Pre Specified outcome designation (priority level) trials?
Drug
13
Evidence Synthesis
[ "DRUG", "OTHER", "DEVICE", "BEHAVIORAL", "BIOLOGICAL", "PROCEDURE", "DIAGNOSTIC_TEST", "DIETARY_SUPPLEMENT", "RADIATION", "COMBINATION_PRODUCT", "GENETIC" ]
synthesis_frequency_ranking
SELECT interventions.intervention_type, COUNT(*) as frequency FROM interventions JOIN outcomes ON outcomes.nct_id = interventions.nct_id WHERE outcomes.outcome_type = 'OTHER_PRE_SPECIFIED' AND interventions.intervention_type != '' AND interventions.intervention_type IS NOT NULL AND UPPER(interventions.interventio...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": 26, "intervention_type": "DRUG", "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": n...
1
58b4d0a1e9e3c26e
Which outcome designation (priority level) is most frequently used in trials using Device interventions?
Secondary
13
Evidence Synthesis
[ "SECONDARY", "PRIMARY", "OTHER_PRE_SPECIFIED", "POST_HOC" ]
synthesis_frequency_ranking
SELECT outcomes.outcome_type, COUNT(*) as frequency FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'DEVICE' AND outcomes.outcome_type != '' AND outcomes.outcome_type IS NOT NULL AND UPPER(outcomes.outcome_type) NOT IN ('NA', 'N/A', 'NULL', 'NONE'...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": 8, "intervention_type": null, "matching_trials": null, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": "SECONDARY", "percentage...
1
8b9d314a7ec8678f
What percentage of trials using Dietary Supplement interventions have outcome designation (priority level) as SECONDARY?
100.0%
13
Cross-Comparison
[ "NONE", "FEW", "SOME", "HALF", "MOST", "ALL" ]
cross_comparison_percentage
WITH filtered AS ( SELECT COUNT(DISTINCT outcomes.nct_id) as total_trials FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'DIETARY_SUPPLEMENT' ), matching AS ( SELECT COUNT(DISTINCT outcomes.nct_id) as matching_trials FROM outcomes JOIN in...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": 1, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": 100,...
1
08bb0bd87d5cc262
What percentage of trials using Biological interventions have outcome designation (priority level) as PRIMARY?
100.0%
13
Cross-Comparison
[ "NONE", "FEW", "SOME", "HALF", "MOST", "ALL" ]
cross_comparison_percentage
WITH filtered AS ( SELECT COUNT(DISTINCT outcomes.nct_id) as total_trials FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'BIOLOGICAL' ), matching AS ( SELECT COUNT(DISTINCT outcomes.nct_id) as matching_trials FROM outcomes JOIN interventi...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": 1, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": 100,...
1
e1b13eed4490d36f
What percentage of trials using Behavioral interventions have outcome designation (priority level) as SECONDARY?
100.0%
13
Cross-Comparison
[ "NONE", "FEW", "SOME", "HALF", "MOST", "ALL" ]
cross_comparison_percentage
WITH filtered AS ( SELECT COUNT(DISTINCT outcomes.nct_id) as total_trials FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'BEHAVIORAL' ), matching AS ( SELECT COUNT(DISTINCT outcomes.nct_id) as matching_trials FROM outcomes JOIN interventi...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": 1, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": 100,...
1
992a2dc3f909b630
What percentage of trials using Dietary Supplement interventions have outcome designation (priority level) as OTHER_PRE_SPECIFIED?
0.0%
13
Cross-Comparison
[ "NONE", "FEW", "SOME", "HALF", "MOST", "ALL" ]
cross_comparison_percentage
WITH filtered AS ( SELECT COUNT(DISTINCT outcomes.nct_id) as total_trials FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'DIETARY_SUPPLEMENT' ), matching AS ( SELECT COUNT(DISTINCT outcomes.nct_id) as matching_trials FROM outcomes JOIN in...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": 0, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": 0, ...
1
6071fb7ee8c703ac
What percentage of trials using Device interventions have outcome designation (priority level) as OTHER_PRE_SPECIFIED?
0.0%
13
Cross-Comparison
[ "NONE", "FEW", "SOME", "HALF", "MOST", "ALL" ]
cross_comparison_percentage
WITH filtered AS ( SELECT COUNT(DISTINCT outcomes.nct_id) as total_trials FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'DEVICE' ), matching AS ( SELECT COUNT(DISTINCT outcomes.nct_id) as matching_trials FROM outcomes JOIN interventions ...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": 0, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": 0, ...
1
66afb4805d58c435
What percentage of trials using Drug interventions have outcome designation (priority level) as OTHER_PRE_SPECIFIED?
28.6%
13
Cross-Comparison
[ "NONE", "FEW", "SOME", "HALF", "MOST", "ALL" ]
cross_comparison_percentage
WITH filtered AS ( SELECT COUNT(DISTINCT outcomes.nct_id) as total_trials FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'DRUG' ), matching AS ( SELECT COUNT(DISTINCT outcomes.nct_id) as matching_trials FROM outcomes JOIN interventions ON...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": 2, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": 28.6...
1
8ea592cab8e60220
What percentage of Primary outcome designation (priority level) trials have intervention type as BIOLOGICAL?
8.3%
13
Cross-Comparison
[ "NONE", "FEW", "SOME", "HALF", "MOST", "ALL" ]
cross_comparison_percentage
WITH filtered AS ( SELECT COUNT(DISTINCT interventions.nct_id) as total_trials FROM interventions JOIN outcomes ON outcomes.nct_id = interventions.nct_id WHERE outcomes.outcome_type = 'PRIMARY' ), matching AS ( SELECT COUNT(DISTINCT interventions.nct_id) as matching_trials FROM interventions JOIN outcomes...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": 1, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": 8.3,...
1
cb71a182b572a85f
What percentage of Primary outcome designation (priority level) trials have intervention type as BEHAVIORAL?
8.3%
13
Cross-Comparison
[ "NONE", "FEW", "SOME", "HALF", "MOST", "ALL" ]
cross_comparison_percentage
WITH filtered AS ( SELECT COUNT(DISTINCT interventions.nct_id) as total_trials FROM interventions JOIN outcomes ON outcomes.nct_id = interventions.nct_id WHERE outcomes.outcome_type = 'PRIMARY' ), matching AS ( SELECT COUNT(DISTINCT interventions.nct_id) as matching_trials FROM interventions JOIN outcomes...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": 1, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": 8.3,...
1
2f9e8741536560a0
What percentage of Secondary outcome designation (priority level) trials have intervention type as DRUG?
50.0%
13
Cross-Comparison
[ "NONE", "FEW", "SOME", "HALF", "MOST", "ALL" ]
cross_comparison_percentage
WITH filtered AS ( SELECT COUNT(DISTINCT interventions.nct_id) as total_trials FROM interventions JOIN outcomes ON outcomes.nct_id = interventions.nct_id WHERE outcomes.outcome_type = 'SECONDARY' ), matching AS ( SELECT COUNT(DISTINCT interventions.nct_id) as matching_trials FROM interventions JOIN outcom...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": 5, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": 50, ...
1
698ca29b2093b451
What percentage of Primary outcome designation (priority level) trials have intervention type as DEVICE?
16.7%
13
Cross-Comparison
[ "NONE", "FEW", "SOME", "HALF", "MOST", "ALL" ]
cross_comparison_percentage
WITH filtered AS ( SELECT COUNT(DISTINCT interventions.nct_id) as total_trials FROM interventions JOIN outcomes ON outcomes.nct_id = interventions.nct_id WHERE outcomes.outcome_type = 'PRIMARY' ), matching AS ( SELECT COUNT(DISTINCT interventions.nct_id) as matching_trials FROM interventions JOIN outcomes...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": 2, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": 16.7...
1
65256e0c117e5f05
What percentage of Other Pre Specified outcome designation (priority level) trials have intervention type as BEHAVIORAL?
0.0%
13
Cross-Comparison
[ "NONE", "FEW", "SOME", "HALF", "MOST", "ALL" ]
cross_comparison_percentage
WITH filtered AS ( SELECT COUNT(DISTINCT interventions.nct_id) as total_trials FROM interventions JOIN outcomes ON outcomes.nct_id = interventions.nct_id WHERE outcomes.outcome_type = 'OTHER_PRE_SPECIFIED' ), matching AS ( SELECT COUNT(DISTINCT interventions.nct_id) as matching_trials FROM interventions J...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": 0, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": 0, ...
1
b9de55804ddb3bdd
What percentage of trials using Behavioral interventions have outcome designation (priority level) as PRIMARY?
100.0%
13
Cross-Comparison
[ "NONE", "FEW", "SOME", "HALF", "MOST", "ALL" ]
cross_comparison_percentage
WITH filtered AS ( SELECT COUNT(DISTINCT outcomes.nct_id) as total_trials FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'BEHAVIORAL' ), matching AS ( SELECT COUNT(DISTINCT outcomes.nct_id) as matching_trials FROM outcomes JOIN interventi...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": 1, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": 100,...
1
2044fa40d5430946
What percentage of Other Pre Specified outcome designation (priority level) trials have intervention type as DEVICE?
0.0%
13
Cross-Comparison
[ "NONE", "FEW", "SOME", "HALF", "MOST", "ALL" ]
cross_comparison_percentage
WITH filtered AS ( SELECT COUNT(DISTINCT interventions.nct_id) as total_trials FROM interventions JOIN outcomes ON outcomes.nct_id = interventions.nct_id WHERE outcomes.outcome_type = 'OTHER_PRE_SPECIFIED' ), matching AS ( SELECT COUNT(DISTINCT interventions.nct_id) as matching_trials FROM interventions J...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": 0, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": 0, ...
1
7f8b36e5163ee7d2
What percentage of Secondary outcome designation (priority level) trials have intervention type as DEVICE?
20.0%
13
Cross-Comparison
[ "NONE", "FEW", "SOME", "HALF", "MOST", "ALL" ]
cross_comparison_percentage
WITH filtered AS ( SELECT COUNT(DISTINCT interventions.nct_id) as total_trials FROM interventions JOIN outcomes ON outcomes.nct_id = interventions.nct_id WHERE outcomes.outcome_type = 'SECONDARY' ), matching AS ( SELECT COUNT(DISTINCT interventions.nct_id) as matching_trials FROM interventions JOIN outcom...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": 2, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": 20, ...
1
421774cecf38accd
What percentage of Other Pre Specified outcome designation (priority level) trials have intervention type as BIOLOGICAL?
0.0%
13
Cross-Comparison
[ "NONE", "FEW", "SOME", "HALF", "MOST", "ALL" ]
cross_comparison_percentage
WITH filtered AS ( SELECT COUNT(DISTINCT interventions.nct_id) as total_trials FROM interventions JOIN outcomes ON outcomes.nct_id = interventions.nct_id WHERE outcomes.outcome_type = 'OTHER_PRE_SPECIFIED' ), matching AS ( SELECT COUNT(DISTINCT interventions.nct_id) as matching_trials FROM interventions J...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": 0, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": 0, ...
1
aa6c10f140dd9ee8
What percentage of trials using Behavioral interventions have outcome designation (priority level) as OTHER_PRE_SPECIFIED?
0.0%
13
Cross-Comparison
[ "NONE", "FEW", "SOME", "HALF", "MOST", "ALL" ]
cross_comparison_percentage
WITH filtered AS ( SELECT COUNT(DISTINCT outcomes.nct_id) as total_trials FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'BEHAVIORAL' ), matching AS ( SELECT COUNT(DISTINCT outcomes.nct_id) as matching_trials FROM outcomes JOIN interventi...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": 0, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": 0, ...
1
df9c68094abba06d
What percentage of Primary outcome designation (priority level) trials have intervention type as DRUG?
58.3%
13
Cross-Comparison
[ "NONE", "FEW", "SOME", "HALF", "MOST", "ALL" ]
cross_comparison_percentage
WITH filtered AS ( SELECT COUNT(DISTINCT interventions.nct_id) as total_trials FROM interventions JOIN outcomes ON outcomes.nct_id = interventions.nct_id WHERE outcomes.outcome_type = 'PRIMARY' ), matching AS ( SELECT COUNT(DISTINCT interventions.nct_id) as matching_trials FROM interventions JOIN outcomes...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": 7, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": 58.3...
1
445b0dffde1efc7d
What percentage of Secondary outcome designation (priority level) trials have intervention type as DIETARY_SUPPLEMENT?
10.0%
13
Cross-Comparison
[ "NONE", "FEW", "SOME", "HALF", "MOST", "ALL" ]
cross_comparison_percentage
WITH filtered AS ( SELECT COUNT(DISTINCT interventions.nct_id) as total_trials FROM interventions JOIN outcomes ON outcomes.nct_id = interventions.nct_id WHERE outcomes.outcome_type = 'SECONDARY' ), matching AS ( SELECT COUNT(DISTINCT interventions.nct_id) as matching_trials FROM interventions JOIN outcom...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": 1, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": 10, ...
1
6a5cafbf7470b7d5
What percentage of Secondary outcome designation (priority level) trials have intervention type as BEHAVIORAL?
10.0%
13
Cross-Comparison
[ "NONE", "FEW", "SOME", "HALF", "MOST", "ALL" ]
cross_comparison_percentage
WITH filtered AS ( SELECT COUNT(DISTINCT interventions.nct_id) as total_trials FROM interventions JOIN outcomes ON outcomes.nct_id = interventions.nct_id WHERE outcomes.outcome_type = 'SECONDARY' ), matching AS ( SELECT COUNT(DISTINCT interventions.nct_id) as matching_trials FROM interventions JOIN outcom...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": 1, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": 10, ...
1
4a14dd33bc0497b1
What percentage of Primary outcome designation (priority level) trials have intervention type as DIETARY_SUPPLEMENT?
8.3%
13
Cross-Comparison
[ "NONE", "FEW", "SOME", "HALF", "MOST", "ALL" ]
cross_comparison_percentage
WITH filtered AS ( SELECT COUNT(DISTINCT interventions.nct_id) as total_trials FROM interventions JOIN outcomes ON outcomes.nct_id = interventions.nct_id WHERE outcomes.outcome_type = 'PRIMARY' ), matching AS ( SELECT COUNT(DISTINCT interventions.nct_id) as matching_trials FROM interventions JOIN outcomes...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": 1, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": 8.3,...
1
c54af03c18b12f53
What percentage of trials using Drug interventions have outcome designation (priority level) as PRIMARY?
100.0%
13
Cross-Comparison
[ "NONE", "FEW", "SOME", "HALF", "MOST", "ALL" ]
cross_comparison_percentage
WITH filtered AS ( SELECT COUNT(DISTINCT outcomes.nct_id) as total_trials FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'DRUG' ), matching AS ( SELECT COUNT(DISTINCT outcomes.nct_id) as matching_trials FROM outcomes JOIN interventions ON...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": 7, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": 100,...
1
df5637f85415b854
What percentage of Secondary outcome designation (priority level) trials have intervention type as BIOLOGICAL?
10.0%
13
Cross-Comparison
[ "NONE", "FEW", "SOME", "HALF", "MOST", "ALL" ]
cross_comparison_percentage
WITH filtered AS ( SELECT COUNT(DISTINCT interventions.nct_id) as total_trials FROM interventions JOIN outcomes ON outcomes.nct_id = interventions.nct_id WHERE outcomes.outcome_type = 'SECONDARY' ), matching AS ( SELECT COUNT(DISTINCT interventions.nct_id) as matching_trials FROM interventions JOIN outcom...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": 1, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": 10, ...
1
94f001f4426e3513
What percentage of trials using Device interventions have outcome designation (priority level) as PRIMARY?
100.0%
13
Cross-Comparison
[ "NONE", "FEW", "SOME", "HALF", "MOST", "ALL" ]
cross_comparison_percentage
WITH filtered AS ( SELECT COUNT(DISTINCT outcomes.nct_id) as total_trials FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'DEVICE' ), matching AS ( SELECT COUNT(DISTINCT outcomes.nct_id) as matching_trials FROM outcomes JOIN interventions ...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": 2, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": 100,...
1
6890360e2abbf161
What percentage of trials using Drug interventions have outcome designation (priority level) as SECONDARY?
71.4%
13
Cross-Comparison
[ "NONE", "FEW", "SOME", "HALF", "MOST", "ALL" ]
cross_comparison_percentage
WITH filtered AS ( SELECT COUNT(DISTINCT outcomes.nct_id) as total_trials FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'DRUG' ), matching AS ( SELECT COUNT(DISTINCT outcomes.nct_id) as matching_trials FROM outcomes JOIN interventions ON...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": 5, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": 71.4...
1
adafc2f4e395be07
What percentage of trials using Dietary Supplement interventions have outcome designation (priority level) as PRIMARY?
100.0%
13
Cross-Comparison
[ "NONE", "FEW", "SOME", "HALF", "MOST", "ALL" ]
cross_comparison_percentage
WITH filtered AS ( SELECT COUNT(DISTINCT outcomes.nct_id) as total_trials FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'DIETARY_SUPPLEMENT' ), matching AS ( SELECT COUNT(DISTINCT outcomes.nct_id) as matching_trials FROM outcomes JOIN in...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": 1, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": 100,...
1
c4a9c966586c7bcf
What percentage of trials using Device interventions have outcome designation (priority level) as SECONDARY?
100.0%
13
Cross-Comparison
[ "NONE", "FEW", "SOME", "HALF", "MOST", "ALL" ]
cross_comparison_percentage
WITH filtered AS ( SELECT COUNT(DISTINCT outcomes.nct_id) as total_trials FROM outcomes JOIN interventions ON interventions.nct_id = outcomes.nct_id WHERE interventions.intervention_type = 'DEVICE' ), matching AS ( SELECT COUNT(DISTINCT outcomes.nct_id) as matching_trials FROM outcomes JOIN interventions ...
[ { "adult": null, "after_count": null, "before_count": null, "child": null, "comparison": null, "frequency": null, "intervention_type": null, "matching_trials": 2, "nct_id": null, "official_title": null, "older_adult": null, "outcome_type": null, "percentage": 100,...
1
End of preview. Expand in Data Studio

Clinical Trials QA Dataset

A multi-tier question-answering benchmark for evaluating Retrieval-Augmented Generation (RAG) systems on clinical trial protocols from ClinicalTrials.gov.

Dataset Summary

This dataset provides question-answer pairs across four difficulty tiers, designed to benchmark RAG systems on real-world clinical trial documentation. Questions span four reasoning categories and require retrieval from protocol PDFs.

Key Features:

  • 4 difficulty tiers based on corpus size (13 to ~45,000 protocols)
  • 18 question templates across 4 reasoning types
  • Ground truth answers with SQL evidence
  • Closed-set and open-ended questions
  • Natural language phrasing with proper formatting

Dataset Structure

Data Instances

{
  "id": "a3f2e9b8c1d4...",
  "question": "What is the most common primary purpose among trials investigating Behavioral interventions?",
  "answer": "Treatment",
  "corpus_size": 129,
  "question_type": "Evidence Synthesis",
  "possible_answers": ["Treatment", "Prevention", "Diagnostic Test", "Health Services Research"],
  "qa_template": "synthesis_ranking",
  "sql_query": "SELECT primary_purpose, COUNT(*) as frequency FROM trials WHERE intervention_type = 'BEHAVIORAL' GROUP BY primary_purpose ORDER BY frequency DESC",
  "sql_response": [
    {"primary_purpose": "TREATMENT", "frequency": 42},
    {"primary_purpose": "PREVENTION", "frequency": 15}
  ],
  "evidence_size": 5
}

Data Fields

Core Fields:

  • id (string): SHA256 hash-based unique identifier
  • question (string): Natural language question
  • answer (string): Ground truth answer
  • corpus_size (int): Number of protocols in corpus (13/129/1291)

Evaluation Fields:

  • possible_answers (list[string]): Valid answer options (null for open-ended)
  • sql_response (list[dict]): SQL query results supporting the answer
  • evidence_size (int): Number of evidence records needed

Metadata Fields:

  • question_type (string): Question category
    • Cross-Comparison
    • Evidence Synthesis
    • Multi-Hop Reasoning
    • Subset Reasoning
  • qa_template (string): Template name used for generation
  • sql_query (string): SQL query for reproducibility

Data Splits

Split Corpus Size # Questions Description
tier_a 13 protocols ~1,500 Basic retrieval
tier_b 129 protocols ~1,700 Advanced retrieval/memory
tier_c 1,291 protocols ~1,700 Large-scale corpus
tier_d ~45,000 protocols ~1,500 Full corpus (production-scale)

Usage

Load Dataset

from datasets import load_dataset

# Load specific tier
tier_b = load_dataset("Parexel/clinical-trials-qa", split="tier_b")

# Load all tiers
dataset = load_dataset("Parexel/clinical-trials-qa")

# Access fields
for item in tier_b:
    print(f"Q: {item['question']}")
    print(f"A: {item['answer']}")
    print(f"Corpus: {item['corpus_size']} protocols")

Filter by Question Type

# Get only evidence synthesis questions
synthesis = tier_b.filter(
    lambda x: x["question_type"] == "Evidence Synthesis"
)

# Get closed-set questions (have possible_answers)
closed_set = tier_b.filter(
    lambda x: x["possible_answers"] is not None
)

Data Collection

Question Generation

Questions were automatically generated using 18 templates across 4 reasoning categories:

Cross-Comparison (6 templates):

  • Comparing properties across trials
  • Percentage calculations
  • Prevalence analysis
  • Temporal comparisons

Evidence Synthesis (6 templates):

  • Ranking most/least common values
  • Frequency analysis
  • Multi-filter aggregation
  • Single-filter queries

Multi-Hop Reasoning (3 templates):

  • Combining date and enum filters
  • Sequential property lookups
  • Complex conditional logic

Subset Reasoning (3 templates):

  • Set intersections
  • Set differences
  • Common elements

Quality Controls

  • Null filtering: Removed NA/NULL/UNKNOWN values
  • Natural formatting: Enum values converted to readable form (e.g., "PHASE3" → "Phase 3")
  • Selectivity filtering: Ensured questions have meaningful answers
  • Duplicate detection: Removed redundant questions
  • Answer validation: Verified answers match evidence

Protocol Sampling

  • Tier A: Random sample of 13 protocols (seed=42)
  • Tier B: Stratified sample of 129 protocols across 9 strata (seed=42)
  • Tier C: Stratified sample of 1,291 protocols across 9 strata (seed=42)
  • Tier D: All remaining protocols (~45,000), excluding Tier A/B/C to avoid duplicates

Stratification based on:

  • Study type (Interventional/Observational)
  • Phase (Early/Late/NA)
  • Study status (Recruiting/Completed/Other)

Intended Use

Primary Use Case

Benchmarking Retrieval-Augmented Generation (RAG) systems on clinical trial data.

Evaluation Pipeline:

  1. Load protocol PDFs into your RAG system
  2. Query with questions from dataset
  3. Compare system answers to ground truth
  4. Calculate accuracy/F1 scores

Evaluation Metrics

Closed-set questions (have possible_answers):

  • Exact match accuracy
  • Top-k accuracy

Open-ended questions:

  • F1 score (token overlap)
  • ROUGE scores
  • Semantic similarity

Evidence retrieval:

  • Compare retrieved protocols to nct_ids (available in full schema)
  • Precision/recall of evidence retrieval

Limitations

  1. Synthetic Generation: Questions are template-generated, not human-authored
  2. English Only: All content in English
  3. ClinicalTrials.gov Only: Limited to US-registered trials
  4. Structured Data: Questions derived from structured fields, not free-text
  5. Protocol PDFs: Requires access to protocol PDFs (not included in this dataset)

Accessing Protocol PDFs

Protocol PDFs are available in a separate repository (coming soon):

from huggingface_hub import hf_hub_download

# Download specific protocol
pdf_path = hf_hub_download(
    repo_id="your-org/clinical-trials-protocols",
    filename="tier_b/NCT02059408.pdf",
    repo_type="dataset"
)

Alternatively, download directly from ClinicalTrials.gov using the NCT IDs.

Citation

If you use this dataset in your research, please cite:

@dataset{clinical_trials_qa_2026,
  title={Clinical Trials QA: A Multi-Tier RAG Benchmark},
  author={Parexel},
  year={2026},
  publisher={Hugging Face},
  url={https://huggingface.co/datasets/Parexel/clinical-trials-qa}
}

License

  • QA Pairs: CC BY 4.0 - Free to use with attribution
  • Protocol PDFs: Public domain (ClinicalTrials.gov terms)

Dataset Creators

Created by Parexel.

Generated using automated question templates with quality controls for selectivity, natural phrasing, and answer validation.

Additional Information

Dataset Version

  • Version: 1.0.0
  • Release Date: 2026
  • Schema Version: 1.0

Contact

For questions or issues, please open an issue on the dataset repository.

Acknowledgments

  • ClinicalTrials.gov for providing public access to clinical trial data
  • Hugging Face for dataset hosting infrastructure
Downloads last month
52