home / team-science

citation_edge

cites / cited_by / stub edges with a locator. Only when bibliography or OpenAlex referenced_works supports them.

Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository

16 rows where from_lom_id = "arxiv:2012.00614"

✎ View and edit SQL

This data as json, CSV (advanced)

Link from_lom_id to_lom_id kind locator
arxiv:2012.00614,arxiv:1703.07737,cites CLIMATE-FEVER: A Dataset for Verification of Real-World Climate Claims arxiv:2012.00614 In Defense of the Triplet Loss for Person Re-Identification arxiv:1703.07737 cites OpenAlex referenced_works of W3107298362 (Climate-FEVER (arxiv:2012.00614))
arxiv:2012.00614,arxiv:1802.03426,cites CLIMATE-FEVER: A Dataset for Verification of Real-World Climate Claims arxiv:2012.00614 UMAP: Uniform Manifold Approximation and Projection for Dimension Reduction arxiv:1802.03426 cites OpenAlex referenced_works of W3107298362 (Climate-FEVER (arxiv:2012.00614))
arxiv:2012.00614,arxiv:1809.01479,cites CLIMATE-FEVER: A Dataset for Verification of Real-World Climate Claims arxiv:2012.00614 UKP-Athene: Multi-Sentence Textual Entailment for Claim Verification arxiv:1809.01479 cites OpenAlex referenced_works of W3107298362 (Climate-FEVER (arxiv:2012.00614))
arxiv:2012.00614,arxiv:1908.10084,cites CLIMATE-FEVER: A Dataset for Verification of Real-World Climate Claims arxiv:2012.00614 Sentence-BERT: Sentence Embeddings using Siamese BERT-Networks arxiv:1908.10084 cites OpenAlex referenced_works of W3107298362 (Climate-FEVER (arxiv:2012.00614))
arxiv:2012.00614,arxiv:1909.03745,cites CLIMATE-FEVER: A Dataset for Verification of Real-World Climate Claims arxiv:2012.00614 Reasoning Over Semantic-Level Graph for Fact Checking arxiv:1909.03745 cites OpenAlex referenced_works of W3107298362 (Climate-FEVER (arxiv:2012.00614))
arxiv:2012.00614,arxiv:1909.11942,cites CLIMATE-FEVER: A Dataset for Verification of Real-World Climate Claims arxiv:2012.00614 ALBERT: A Lite BERT for Self-supervised Learning of Language\n Representations arxiv:1909.11942 cites OpenAlex referenced_works of W3107298362 (Climate-FEVER (arxiv:2012.00614))
arxiv:2012.00614,arxiv:1910.03771,cites CLIMATE-FEVER: A Dataset for Verification of Real-World Climate Claims arxiv:2012.00614 HuggingFace's Transformers: State-of-the-art Natural Language Processing arxiv:1910.03771 cites OpenAlex referenced_works of W3107298362 (Climate-FEVER (arxiv:2012.00614))
arxiv:2012.00614,doi:10.1002/gch2.201600008,cites CLIMATE-FEVER: A Dataset for Verification of Real-World Climate Claims arxiv:2012.00614 Inoculating the Public against Misinformation about Climate Change doi:10.1002/gch2.201600008 cites OpenAlex referenced_works of W3107298362 (Climate-FEVER (arxiv:2012.00614))
arxiv:2012.00614,doi:10.1007/s10584-018-2192-4,cites CLIMATE-FEVER: A Dataset for Verification of Real-World Climate Claims arxiv:2012.00614 Correcting misinformation about climate change: the impact of partisanship in an experimental setting doi:10.1007/s10584-018-2192-4 cites OpenAlex referenced_works of W3107298362 (Climate-FEVER (arxiv:2012.00614))
arxiv:2012.00614,doi:10.1038/nclimate1295,cites CLIMATE-FEVER: A Dataset for Verification of Real-World Climate Claims arxiv:2012.00614 Support for climate policy and societal action are linked to perceptions about scientific agreement doi:10.1038/nclimate1295 cites OpenAlex referenced_works of W3107298362 (Climate-FEVER (arxiv:2012.00614))
arxiv:2012.00614,doi:10.1073/pnas.1003187107,cites CLIMATE-FEVER: A Dataset for Verification of Real-World Climate Claims arxiv:2012.00614 Expert credibility in climate change doi:10.1073/pnas.1003187107 cites OpenAlex referenced_works of W3107298362 (Climate-FEVER (arxiv:2012.00614))
arxiv:2012.00614,doi:10.1109/tbdata.2019.2921572,cites CLIMATE-FEVER: A Dataset for Verification of Real-World Climate Claims arxiv:2012.00614 Billion-Scale Similarity Search with GPUs doi:10.1109/tbdata.2019.2921572 cites OpenAlex referenced_works of W3107298362 (Climate-FEVER (arxiv:2012.00614))
arxiv:2012.00614,doi:10.1609/aaai.v33i01.33016859,cites CLIMATE-FEVER: A Dataset for Verification of Real-World Climate Claims arxiv:2012.00614 Combining Fact Extraction and Verification with Neural Semantic Matching Networks doi:10.1609/aaai.v33i01.33016859 cites OpenAlex referenced_works of W3107298362 (Climate-FEVER (arxiv:2012.00614))
arxiv:2012.00614,doi:10.18653/v1/2020.emnlp-main.550,cites CLIMATE-FEVER: A Dataset for Verification of Real-World Climate Claims arxiv:2012.00614 Dense Passage Retrieval for Open-Domain Question Answering doi:10.18653/v1/2020.emnlp-main.550 cites OpenAlex referenced_works of W3107298362 (Climate-FEVER (arxiv:2012.00614))
arxiv:2012.00614,doi:10.18653/v1/n18-1074,cites CLIMATE-FEVER: A Dataset for Verification of Real-World Climate Claims arxiv:2012.00614 FEVER: a Large-scale Dataset for Fact Extraction and VERification doi:10.18653/v1/n18-1074 cites OpenAlex referenced_works of W3107298362 (Climate-FEVER (arxiv:2012.00614))
arxiv:2012.00614,openalex:W3017344694,cites CLIMATE-FEVER: A Dataset for Verification of Real-World Climate Claims arxiv:2012.00614 (untitled in OpenAlex) openalex:W3017344694 cites OpenAlex referenced_works of W3107298362 (Climate-FEVER (arxiv:2012.00614))

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE citation_edge (
  from_lom_id  TEXT NOT NULL REFERENCES paper(lom_id),
  to_lom_id    TEXT NOT NULL REFERENCES paper(lom_id),
  kind         TEXT NOT NULL CHECK (kind IN ('cites','cited_by','stub')),
  locator      TEXT,
  PRIMARY KEY (from_lom_id, to_lom_id, kind),
  CHECK (from_lom_id <> to_lom_id)
);
Powered by Datasette · Queries took 6.463ms · Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository