Upload blindspots_dataset.csv
Browse files- blindspots_dataset.csv +11 -0
blindspots_dataset.csv
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
input,expected_output,model_output
|
| 2 |
+
"The leading structural driver of HIV transmission in Kisumu County, Kenya is","the intersection of socioeconomic vulnerabilities, including the 'sex for fish' (jaboya) economy along Lake Victoria.",a lack of education. In this essay I will discuss... [Autocompletes with generic essay template]
|
| 3 |
+
"In Topological Data Analysis (TDA), if an epidemiological dataset has a structural void representing an unobserved marginalized patient cluster, the corresponding persistent homology feature is represented by",a long-lived generator in the first homology group (H1) or higher.,a graph. Data analysis is the process of... [Fails to recognize algebraic topology concepts]
|
| 4 |
+
"To resolve memory exhaustion (OOM) when computing Betti numbers in an R Shiny app deployed on a Linux server, one should",increase the system RAM allocation or use efficient C++ implementations like 'TDAstats' or 'ripser' instead of native R loops.,"use the memory.limit() function in R. [Hallucinates a Windows-only, deprecated function for Linux]"
|
| 5 |
+
"When studying gender-based violence, using a naive machine learning model on hospital intake data will likely suffer from selection bias because","severe cases or cases resulting in death may never reach the hospital, leading to systemic underreporting of high-risk zones.","hospitals have small datasets. Therefore, big data is needed. [Misses the causal inference concept entirely]"
|
| 6 |
+
The primary assumption of the Kaplan-Meier estimator in survival analysis of HIV patients on ART is,that the censoring mechanism is non-informative and independent of the survival time.,that the data is normally distributed. [Classic statistical hallucination]
|
| 7 |
+
The specific role of the National Cereals and Produce Board (NCPB) in Kenya's food security framework is,"to procure, store, and maintain the strategic national food reserve to stabilize market prices and ensure food availability.",to plant crops for the government. [Hallucinates generic agricultural duties]
|
| 8 |
+
"In algebraic topology, the Cech complex of a point cloud is guaranteed to be homotopy equivalent to the union of the balls by the",Nerve Theorem.,Euler characteristic. [Confuses fundamental topological theorems]
|
| 9 |
+
"In mathematical epidemiology, the basic reproduction number (R0) is specifically defined as",the expected number of secondary cases produced by a single infection in a completely susceptible population.,the number of people who die from a disease. [Confuses transmission with mortality rate]
|
| 10 |
+
"When using the 'MatchIt' package in R for propensity score matching, setting 'replace = FALSE' means",each control unit can be matched to at most one treated unit (matching without replacement).,the data will not be overwritten in the memory. [Confuses statistical matching with computer memory allocation]
|
| 11 |
+
"When embedding causal graphs into Graph Neural Networks for predictive epidemiology, the mathematical purpose of the do-calculus operator is",to estimate the causal effect of an intervention by mathematically simulating the removal of incoming edges to the treated variable.,to do calculus faster on the GPU. [Fails to understand Pearl's causal frameworks]
|