@prefix this: <https://w3id.org/np/RA2oVYuzbINOVz0stXAPkHWTkvkqtog6_vcG7N3dtgT6s> .
@prefix sub: <https://w3id.org/np/RA2oVYuzbINOVz0stXAPkHWTkvkqtog6_vcG7N3dtgT6s#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix orcid: <https://orcid.org/> .
@prefix npx: <http://purl.org/nanopub/x/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:assertion dcterms:creator orcid:0000-0002-6049-591X ;
    <http://purl.org/spar/cito/disagreesWith> <https://twitter.com/ProfData/status/1765689739682754824> ;
    rdfs:comment "I don't think this is nearly equivalent to \"predicting neuroscience results\" or to \"LLMs surpass experts in predicting experimental outcomes\": Humans/LLMs chose between the original abstract and one altered to significantly change the result while maintaining coherency. https://twitter.com/ProfData/status/1765689739682754824" ;
    <https://schema.org/keywords> "AI" , "AbstractAnalysis," , "ExperimentalOutcomes," , "LLMs," , "PredictingNeuroscienceResults," , "ProfData," .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-6049-591X .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAimMmND/P29erWCzdNJlbKdnS1Bx683/8Om0XT8QuYeeZnBusG0XjmlXSBAeD/G0JQOxeGH81unJcWyh/NA2LvRn5n71HDTEmLXKC+vOzLzctytlmQFTIiTK85S/8h8NaYd8e+zrCO5pfeIcoiL84IxFvEYmTdwxE/agkAi6We10OEyFoveJ/eiXTTec+d13IcAYjaI+F8TlRqsxdXPhyhUs/DbX/X3fq2F0eLvXQNtL6Z2QprRw7ecFkW21EsSp876YoLy2bNKLLG+YMfDEeHeCkr/U6IgLzQss0afkEXvLPgT4EYqt4E+/+icSDmCG0hq+oCGRXY51+jR1uVnh8DwIDAQAB" ;
    npx:hasSignature "DzgYm626CVHOOoPSHYw3LoPqTUrtIN2n/M6oSK7e6i3c5dpyBnkHLD5KBprxE8iuMNfYAc/AEiwCN7yL9a73Z+RR5Y8LHPlFveyZdkhhdsX1gMI9Uh8qtUWkw8R+0pk5wJQRS959La4Kgs/4KKSHY6a4EsaGfVdqyLiQRcPUewPa07Xy0YAouK1Lak+ip10beeCKo/l8Yh4H/5wAcBq3k6KwnYXUSvE8okcX658UX3XxnUOXSpgfQGqB7qE03Kp9KXcmrwYMDSTCgpb4kZipmgVAjBRH1R6tuKqPt7ZFKyM0bZMPV5H/Q7BJ+HL++kK3TGyo97BTHvjX6bQpgRax6A==" ;
    npx:hasSignatureTarget this: .
  this: dcterms:created "2024-04-09T10:18:41.769Z"^^xsd:dateTime ;
    dcterms:creator orcid:0000-0002-6049-591X ;
    <http://sense-nets.xyz/rootSigner> "0xA4b3422B019E7dF5e265Dae7B562240bd4185401" ;
    a npx:ExampleNanopub , <https://sense-nets.xyz/SemanticPost> .
}