madiedgar commited on
Commit
b1a4418
Β·
verified Β·
1 Parent(s): 06802f3

docs: add arxiv: tags for paper bibliography anchors

Browse files

Adds 8 arxiv: tags to the YAML frontmatter so the paper's load-bearing references (base model, source corpus, predecessor work, and benchmark origins) appear under the HF Papers discovery surface. Tag IDs verified against arxiv.org titles.

Tags:
- arxiv:2408.10914 Aryabumi 2024 - To Code or Not to Code
- arxiv:2603.11510 Salamanca 2026 - Tiny Aya (base model)
- arxiv:2211.15533 Kocetkov 2022 - The Stack (source corpus)
- arxiv:2510.09591 Bazaz & Beg 2025 - Multilingual Python
- arxiv:1809.05053 Conneau 2018 - XNLI
- arxiv:2308.16884 Bandarkar 2024 - Belebele
- arxiv:2106.06937 Lin 2021 - X-CSQA
- arxiv:2210.03057 Shi 2022 - MGSM (Phase 2 legacy)

SIB-200 (arxiv:2309.07445) intentionally held for a follow-up.
Tags only β€” no other YAML or body changes.

## Summary

Adds 8 `arxiv:` tags to YAML frontmatter. Tags anchor the repo on the HF Papers discovery surface for each load-bearing paper in the submitted paper's bibliography.

## Tag selection rationale

Tier A β€” load-bearing methodological foundations:
- `arxiv:2408.10914` Aryabumi 2024 β€” direct precedent (English code improves reasoning); our work extends to multilingual code
- `arxiv:2603.11510` Salamanca 2026 β€” Tiny Aya, the base model
- `arxiv:2211.15533` Kocetkov 2022 β€” The Stack, the source corpus
- `arxiv:2510.09591` Bazaz & Beg 2025 β€” Multilingual Python, predecessor to Legesher

Tier B β€” Phase 3 benchmark anchors:
- `arxiv:1809.05053` Conneau 2018 β€” XNLI
- `arxiv:2308.16884` Bandarkar 2024 β€” Belebele
- `arxiv:2106.06937` Lin 2021 β€” X-CSQA

Tier B legacy β€” Phase 2:
- `arxiv:2210.03057` Shi 2022 β€” MGSM (used in Phase 2 only; retained because Phase 2 artifacts still live in this repo)

## What's NOT added

- SIB-200 (`arxiv:2309.07445`) β€” verified clean, deliberately held for a follow-up batch
- Background / methodology survey citations (mT5, MindMerger, Ghosh survey, etc.) β€” would dilute the discovery surface; remain in the paper's bibliography
- Software-only references (Wenyan, Qi, Latino, Legesher itself, Edgar & Buhai 2026) β€” no arxiv preprints exist

## Verification

All 8 IDs were fetched from arxiv.org and title-matched against the paper bibliography. No tag refers to a paper not cited in the work.

Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -15,6 +15,14 @@ tags:
15
  - tiny-aya-expedition
16
  - language-decoded
17
  - unsloth
 
 
 
 
 
 
 
 
18
  library_name: transformers
19
  base_model:
20
  - CohereLabs/tiny-aya-base
 
15
  - tiny-aya-expedition
16
  - language-decoded
17
  - unsloth
18
+ - arxiv:2408.10914
19
+ - arxiv:2603.11510
20
+ - arxiv:2211.15533
21
+ - arxiv:2510.09591
22
+ - arxiv:1809.05053
23
+ - arxiv:2308.16884
24
+ - arxiv:2106.06937
25
+ - arxiv:2210.03057
26
  library_name: transformers
27
  base_model:
28
  - CohereLabs/tiny-aya-base