Skip to main content

pub.layers.eprint

Eprint linkage and data provenance records. Provides a way to link linguistic data and annotations to academic eprints, and to describe the data artifacts a publication produced. Supports any publication platform, including chive.pub, arXiv, ACL Anthology, and others.

Types

main

Type: Record

A link between a Layers data record and an eprint.

FieldTypeDescription
eprintIdentifierstringThe eprint identifier (DOI, arXiv ID, ACL Anthology ID, etc.).
eprintIdentifierTypeUriat-uriAT-URI of the identifier type definition node. Community-expandable via knowledge graph.
eprintIdentifierTypestringIdentifier type slug (fallback). Known values: doi, arxiv, acl-anthology, semantic-scholar, pubmed, isbn, url, chive-pub, custom
eprintUriuriFull URI of the eprint.
platformEprintRefat-uriAT-URI of the eprint record on its publication platform (e.g., chive.pub, institutional repository).
linkTypeUriat-uriAT-URI of the link type definition node. Community-expandable via knowledge graph.
linkTypestringLink type slug (fallback). Known values: PRODUCED_BY, DESCRIBED_IN, EVALUATED_IN, REPLICATED_FROM, EXTENDS, SUPPLEMENTS, CITED_IN, ANNOTATES, TRAINING_DATA_FOR, TEST_DATA_FOR
expressionRefsarrayReferences to Layers expressions linked to this eprint. Array of at-uri
annotationRefsarrayReferences to specific annotation records linked to this eprint. Array of at-uri
corpusRefat-uriReference to a corpus record.
descriptionstringDescription of the relationship.
citationstringFull citation string.
knowledgeRefsarrayKnowledge graph references. Array of ref: pub.layers.defs#knowledgeRef
featuresrefRef: pub.layers.defs#featureMap
createdAtdatetimeRecord creation timestamp.

Type: Record

A link from an eprint to the Layers data it produced or is associated with. Created when a publication's data artifacts (corpora, annotation layers, model outputs, etc.) are registered. Works with any publication platform.

FieldTypeDescription
eprintUriat-uriAT-URI of the eprint on its publication platform.
eprintDiddidDID of the eprint author/owner on the publication platform.
dataKindUriat-uriAT-URI of the data kind definition node. Community-expandable via knowledge graph.
dataKindstringData kind slug (fallback). Known values: CORPUS, ANNOTATION_LAYER, MODEL_OUTPUT, GOLD_STANDARD, EVALUATION_DATA, SUPPLEMENTARY, REPLICATION
corpusRefat-uriReference to a Layers corpus.
expressionRefsarrayReferences to specific Layers expressions. Array of at-uri
annotationRefsarrayReferences to specific annotation records. Array of at-uri
descriptionstringDescription of the data.
paperSectionstringWhich section of the paper this data corresponds to (e.g., 'Section 4.2', 'Table 3', 'Appendix A').
reproducibilityrefInformation about how to reproduce the data. Ref: #reproducibilityInfo
featuresrefRef: pub.layers.defs#featureMap
createdAtdatetimeRecord creation timestamp.

reproducibilityInfo

Type: Object

Information about how to reproduce the data from the eprint.

FieldTypeDescription
codeUriuriURI of the code repository.
commitHashstringGit commit hash for reproducibility.
commandstringCommand to reproduce the data.
environmentstringEnvironment specification (Docker image, conda env, etc.).
randomSeedintegerRandom seed used.