Published March 16, 2026 | Version v1.0

Relation Extraction for Diet, Non-Communicable Disease and Biomarker Associations (RECoDe): A CoDiet study

  • 1. ROR icon Pusan National University
  • 2. ROR icon Imperial College London
  • 3. ROR icon Aristotle University of Thessaloniki

Description

This is the data accompanying the submitted conference proceeding to ECCB (pre-print available on bioRxiv).

This submission contains 3 JSON lines files used for training (train), optimising (val), and evaluating (test) a multi-entity relation extraction model:

  1. train.jsonl
  2. val.jsonl
  3. test_public.jsonl

The train and val datasets contain the following fields (definition):

  • pmc_id (publication ID contained in the redistributable CoDiet corpus)
  • original_text (sentence in which an entity pair has a relation type)
  • original_text_offset (sentence offset in the corpus document)
  • type (one of 10 relation types)
  • Node1_str (CoDiet-Silver corpus annotated entity text)
  • Node1_type (CoDiet-Silver corpus entity type)
  • Node1_offset (Entity offset in original_text)
  • Node1_length (Entity length)
  • Node2_str (CoDiet-Silver corpus annotated entity text)
  • Node2_type (CoDiet-Silver corpus entity type)
  • Node2_offset(Entity offset in original_text)
  • Node2_length (Entity length)

Where the type is the relation between Node1_str and Node2_str.

The test_public dataset does not contain the type field (as it is used for evaluation), but does include:

  • rel_id (unique relation number in test set used for evaluation purposes)

The test labels are kept separate and will be hosted on Codabench (see GitHub for updates) to allow benchmarking without test set leakage into models.

Files

Files (2.7 MB)

Name Size Download all
md5:14c283aa19041d0c5b5d7ee45c42ec2c
1.1 MB Download
md5:adce128c7e12336c00c1a2bb37c16d97
786.2 kB Download
md5:19f2fbd9a66d8e425facee5607831bd9
758.9 kB Download

Additional details

Related works

Is metadata for
Preprint: 10.64898/2026.03.03.709244 (DOI)

Funding

European Commission
CoDiet - COMBATTING DIET RELATED NON-COMMUNICABLE DISEASE THROUGH ENHANCED SURVEILLANCE 101084642
UK Research and Innovation
COMBATTING DIET RELATED NON-COMMUNICABLE DISEASE THROUGH ENHANCED SURVEILLANCE (CoDiet) 10060437
UK Research and Innovation
COMBATTING DIET RELATED NON-COMMUNICABLE DISEASE THROUGH ENHANCED SURVEILLANCE 10102628

Software

Repository URL
https://github.com/omicsNLP/RECoDe
Development Status
Active