RETECO · SemEval-2027 Task 1

Data, corpora, and baselines

RETECO builds on two operational benchmarks, documents every domain collection, and preserves a separate held-out SemEval test.

Release model

Three stages, one stable interface.

01 · SAMPLE

Inspect

Small real examples demonstrate queries, documents, conversations, qrels, and output structures.

02 · TRAIN / DEV

Develop

Public TEMPO and RECOR resources support training, validation, and reproducible baselines.

03 · TEST

Evaluate

Queries are released for submission while gold judgments remain private.

LanguageAll official RETECO task data are in English.

Curated trial package

Real examples from both tracks.

The repository includes a compact, human-inspected package copied from the official public releases: five TEMPO examples and four RECOR conversations, every referenced positive passage, TREC-style qrels, and a pinned provenance manifest.

RETECO curated sample data

9 task records · 41 supporting passages · 58 positive judgments

Download ZIP · 64 KB

Track 01 pilot

TEMPO corpus

TEMPO contains temporal reasoning-intensive queries requiring evidence about periods, trends, events, or change. Its 13 independent domain corpora contain 1,654,055 documents in total.

1,730complex queries
3,976decomposed steps
1.65Mdocuments
13domain collections

Per-domain corpus statistics

GroupDomainQueriesDocumentsAvg. gold/queryAvg. steps
BlockchainBitcoin100153,2913.32.93
BlockchainCardano5187,2012.52.84
BlockchainIOTA1010,3723.83.20
BlockchainMonero6585,0932.62.72
Social SciencesEconomics8393,7563.63.08
Social SciencesLaw3543,2883.03.23
Social SciencesPolitics150183,3942.73.35
Social SciencesHistory801356,4934.53.42
AppliedQuantitative Finance3428,7852.42.68
AppliedTravel100177,6772.63.11
AppliedWorkplace3664,6592.82.42
AppliedGenealogy115156,2282.83.78
STEMHistory of Science & Mathematics150213,8182.53.25
Total1,7301,654,055

Counts follow the official TEMPO release and paper. Each domain is a separate dataset split and retrieval corpus.

Track 02 pilot

RECOR corpus

RECOR combines multi-turn context with reasoning-dependent passage relevance. Six domains originate from BRIGHT collections and five from StackExchange; together they contain 507,141 documents.

707conversations
2,971target turns
507Kdocuments
11domain collections

Per-domain corpus statistics

SourceDomainConversationsTurnsCorpus documentsAvg. docs/turn
BRIGHTBiology8536257,3591.56
BRIGHTEarth Science98454121,2491.58
BRIGHTEconomics7428850,2202.28
BRIGHTPsychology8433352,8352.16
BRIGHTRobotics6825961,9611.76
BRIGHTSustainable Living7831960,7921.88
StackExchangeDrones3714216,3812.36
StackExchangeHardware4618826,3082.10
StackExchangeLaw5023020,0272.55
StackExchangeMedical Sciences4418323,2972.23
StackExchangePolitics4321316,7122.49
Total7072,971507,1412.01

Corpus-document counts are verified from the official Hugging Face dataset metadata; conversation, turn, and relevance statistics follow the published RECOR paper.

Evidence of feasibility

Representative pilot baselines

The pilots already include sparse, dense, and reasoning-specialized retrieval systems. These representative nDCG@10 values were reported in the accepted proposal and show substantial remaining headroom.

ModelTrack 1 · TEMPOTrack 2 · RECORFamily
BM2510.844.6Sparse lexical
BGE22.041.1Dense encoder
ReasonIR27.349.6Reasoning retriever
DiVeR32.054.5Reasoning retriever
Not a SemEval leaderboardThese are public pilot results, not hidden-test scores. The official leaderboard begins during the SemEval evaluation phase.

Machine-readable data

Core formats

Public resources use JSON/JSONL records and TREC-style qrels. Final SemEval input and submission schemas will ship with examples and a format checker before evaluation.

ResourceTypical fieldsPurpose
TEMPO examplesid, query, gold_ids, gold_answersWhole-query retrieval
TEMPO stepsid, query, gold_idsStep-wise retrieval
RECOR benchmarkid, task, turns, metadataConversation container
RECOR turnturn_id, query, history, gold_doc_idsTarget-turn retrieval
Documentsdocument id, contentRetrieval corpus
Qrelsquery id, document id, relevanceLocal scoring

Responsible release

Licensing and data integrity

The SemEval task release is planned for CC BY 4.0 distribution and Zenodo archival, with PII and source-license screening. Code and existing benchmark repositories may carry their own licenses; participants must follow the license displayed with each resource.

  • Do not redistribute hidden evaluation data or inferred gold labels.
  • Preserve source attribution and dataset citations.
  • Report suspected data issues privately during evaluation.