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

7 rows where to_lom_id = "doi:10.18653/v1/2020.emnlp-main.609"

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: locator

Link from_lom_id to_lom_id kind locator
arxiv:2101.12637,doi:10.18653/v1/2020.emnlp-main.609,cites CD2CR: Co-reference Resolution Across Documents and Domains arxiv:2101.12637 Fact or Fiction: Verifying Scientific Claims doi:10.18653/v1/2020.emnlp-main.609 cites OpenAlex cites:W3023035014 (top 20 by cited_by_count)
arxiv:2104.11572,doi:10.18653/v1/2020.emnlp-main.609,cites QMUL-SDS at SCIVER: Step-by-Step Binary Classification for Scientific Claim Verification arxiv:2104.11572 Fact or Fiction: Verifying Scientific Claims doi:10.18653/v1/2020.emnlp-main.609 cites OpenAlex cites:W3023035014 (top 20 by cited_by_count)
arxiv:2210.13777,doi:10.18653/v1/2020.emnlp-main.609,cites SciFact-Open: Towards open-domain scientific claim verification arxiv:2210.13777 Fact or Fiction: Verifying Scientific Claims doi:10.18653/v1/2020.emnlp-main.609 cites SciFact-Open PDF references Wadden et al. 2020 (verified in Skeptic run res_76ac5d2e4435473c8e5d25ca37e4e9a4)
doi:10.1007/978-3-658-38891-1_6,doi:10.18653/v1/2020.emnlp-main.609,cites Nutzen und Grenzen der KI am Beispiel der Corona-Pandemie doi:10.1007/978-3-658-38891-1_6 Fact or Fiction: Verifying Scientific Claims doi:10.18653/v1/2020.emnlp-main.609 cites OpenAlex cites:W3023035014 (top 20 by cited_by_count)
doi:10.1177/1088467x251348350,doi:10.18653/v1/2020.emnlp-main.609,cites A cognitive domain specific framework integrating large language model for COVID-19 vaccine sentiment analysis doi:10.1177/1088467x251348350 Fact or Fiction: Verifying Scientific Claims doi:10.18653/v1/2020.emnlp-main.609 cites OpenAlex cites:W3023035014 (top 20 by cited_by_count)
doi:10.18653/v1/2022.naacl-main.158,doi:10.18653/v1/2020.emnlp-main.609,cites On the Diversity and Limits of Human Explanations doi:10.18653/v1/2022.naacl-main.158 Fact or Fiction: Verifying Scientific Claims doi:10.18653/v1/2020.emnlp-main.609 cites OpenAlex cites:W3023035014 (top 20 by cited_by_count)
doi:10.3390/bdcc9050141,doi:10.18653/v1/2020.emnlp-main.609,cites A Comprehensive Evaluation of Embedding Models and LLMs for IR and QA Across English and Italian doi:10.3390/bdcc9050141 Fact or Fiction: Verifying Scientific Claims doi:10.18653/v1/2020.emnlp-main.609 cites OpenAlex cites:W3023035014 (top 20 by cited_by_count)

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 7.689ms · Data license: Space charter; records cite primary sources · Data source: TeamScience Space repository