Skip to content

D2KLab/ELO-GRAG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ELO-GRAG

Joint EURECOM-Lettria-Orange submission workspace for the EvalLLM 2026 RAG Challenge.

Layout

challenge/      Challenge output schemas, sample queries, and validation.
data/           Local datasets (git-ignored).
experiments/    Individual experiments.
runs/           Generated outputs, logs, and notes (git-ignored).
submissions/    Final JSON files for submission.
tools/          Shared helper utilities.

Local Data

Expected local data layout:

ELO-GRAG/
  data/
    Corpus_raw/
    Corpus_parsed/

Download the dataset archives manually:

Place both archives in data/, then extract them:

mkdir -p data
tar -xzf data/Corpus_raw.tar.gz -C data
tar -xzf data/Corpus_parsed.tar.gz -C data
  • Corpus_raw/ contains the original PDFs.
  • Corpus_parsed/ contains one subfolder per document, with the output from docparsing (JSON, MD, XML formats) based on the original PDFs, along with a source.txt file containing the original PDF filename for reference.

Experiments

See experiments/README.md.

Answer Generation

See tools/answering/README.md.

About

Repository containing the joint EURECOM-Lettria-Orange submission to the EvalLLM 2026 RAG Challenge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors