research/Paper
5,072 records · yaml · accepts undeclared fields
Fields
| Field | Type | Required | Meaning |
|---|---|---|---|
slug |
string matching /^[a-z0-9][a-z0-9-]*$/ | required | Unique record identity; also the filename and the paper page URL segment. |
stub |
exactly true | optional | Marks a thin paper record: hidden from default listings but still served at its own URL. |
renderings |
list of object (additional keys allowed) | optional | Generated public paper pages built from this record. |
↳ path |
non-empty string | optional | On-disk location of the generated page, omitted when it is rendered on demand. |
↳ published |
string | required | Public URL where the generated page is served. |
↳ kind |
non-empty string | required | Which kind of generated page this is. |
provenance |
object (additional keys allowed) | required | How this record was captured, including caveats that must survive into its renderings. |
edges |
list of object (additional keys allowed) | optional | Typed graph links from this record to other records. |
↳ name |
non-empty string | required | Display name of the entity at the far end of this link. |
↳ openalexId |
non-empty string | optional | OpenAlex identifier that disambiguates the linked entity. |
↳ kind |
non-empty string | required | What kind of relationship this link represents. |
↳ provenance |
any shape (not yet constrained by the schema) | optional | How this link was established. |
name |
non-empty string | required | Paper title as published. |
ids |
object (additional keys allowed) | required | External identifiers; every paper needs an arXiv id or a documented substitute. |
↳ arxiv |
non-empty string | optional | arXiv identifier, the preferred identity for papers that have a preprint. |
↳ doi |
non-empty string | optional | Digital object identifier, the first fallback identity for a paper with no arXiv preprint. |
↳ openreview |
non-empty string | optional | OpenReview identifier, used when the paper has neither an arXiv id nor a DOI. |
↳ url |
string | optional | Official page for the paper, the last-resort identity when no other identifier exists. |
year |
integer >= 0 | required | Publication year. |
authors |
list of non-empty string OR object (additional keys allowed) | required | Author credits in published order, linked to person records once resolved. |
↳ form 2 |
object (additional keys allowed) | required | |
↳ name |
non-empty string | required | Author display name as credited on the paper. |
↳ openalexId |
string matching /^A\d+$/ | optional | OpenAlex author identifier this credit was matched on. |
↳ slug |
reference to person person | optional | The person record this author credit resolves to. |
abstract |
string | optional | Published abstract. |
arxivChecked |
string matching /^snapshot-v\d+$/ | optional | Attests that a named snapshot was searched and found no arXiv preprint, pending a later re-check. |
arxivAbsence |
exactly "final" | optional | Attests that the paper is old enough that its missing arXiv preprint will never appear, so no re-check is due. |
digest |
any shape (not yet constrained by the schema) | optional | Derived reading aid generated from the paper text. |
pdf |
any shape (not yet constrained by the schema) | optional | Pointer to the fetched PDF and its extracted Markdown, which are never re-stored here. |
sessions |
list of any shape (not yet constrained by the schema) | optional | Reading sessions held on this paper, each with its highlights and outcome. |
summary |
string OR object (additional keys allowed) | optional | Sidebar summary of the paper, either plain prose or the sectioned form with intuition, impact, and lineage. |
venue |
object (additional keys allowed) | optional | Where the paper was published. |
↳ id |
reference to venue venue | optional | The venue this paper appeared in, written either as venue/<slug> or as a bare venue slug. |
↳ label |
string | optional | Human-written venue label retained on older records that predate the venue registry. |
↳ track |
string | optional | Which track of the venue accepted this paper. |
↳ presentation |
string | optional | How the paper was presented, such as a poster or a talk. |
↳ provenance |
object (additional keys allowed) | optional | How this venue attribution was established. |
Rules
paperArxivAttestationRulepaperAuthorLinksRulepaperUrlRulepaperTrimmedStringsRule
Defects
Checked 200 of 5,072 records (the per-store cap is 200), so this is a sample, not a whole-store verdict.
No defects in the 200 record(s) checked.
Example record
/Users/eshao/.config/mnt/data/research-reader/papers/abas-2026-tur-dpo.yaml
slug: abas-2026-tur-dpo
stub: true
renderings:
- published: https://w.sh/paper/abas-2026-tur-dpo
kind: paper page
provenance:
via: ICML 2026 Agent Reproduction Challenge index
caveats: Stub minted from the ICML 2026 challenge index for Repro linking; title, authors, year, arXiv id, and abstract are index values; Zotero and structured summary omitted rather than guessed.
name: 'TUR-DPO: Topology- and Uncertainty-Aware Direct Preference Optimization'
ids:
arxiv: '2605.00224'
year: 2026
authors:
- name: Abdulhady Abas Abdullah
openalexId: A5038294530
slug: openalex-a5038294530
- name: Fatemeh Daneshfar
openalexId: A5003861036
slug: openalex-a5003861036
- name: Seyedali Mirjalili
openalexId: A5135381857
slug: openalex-a5135381857
- name: Mourad Oussalah
openalexId: A5135337281
slug: openalex-a5135337281
abstract: Aligning large language models (LLMs) with human preferences is commonly done via reinforcement learning from human feedback (RLHF) with Proximal Policy Optimization (PPO) or, more simply, via Direct Preference Optimization (DPO). While DPO is stable and RL-free, it treats preferences as flat winner vs. loser signals and is sensitive to noisy or brittle preferences arising from fragile chains of thought. We propose TUR-DPO, a topology- and uncertainty-aware variant of DPO that rewards how answers are derived, not only what they say, by eliciting lightweight reasoning topologies and combining semantic faithfulness, utility, and topology quality into a calibrated uncertainty signal. A small learnable reward is factorized over these signals and incorporated into an uncertainty-weighted DPO objective that remains RL-free and relies only on a fixed or moving reference policy. Empirically, across open 7-8B models and benchmarks spanning mathematical reasoning, factual question answering, summarization, and helpful/harmless dialogue, TUR-DPO improves judge win-rates, faithfulness, and calibration relative to DPO while preserving training simplicity and avoiding online rollouts. We further observe consistent gains in multimodal and long-context settings, and show that TUR-DPO matches or exceeds PPO on reasoning-centric tasks while maintaining operational simplicity.
pdf:
via: query-arxiv
id: '2605.00224'
sessions: []
venue:
id: venue/icml
track: main
presentation: poster
provenance:
via: conf-icml26 program scrape
checkedOn: '2026-08-11'
Where it lives
| Declared in | /Users/eshao/.config/mnt/mdr/skills/research-records/assets/schemas/paper.ts |
|---|---|
| Binding | paperDataStore |
| Directory | /Users/eshao/.config/mnt/data/research-reader/papers |
| Files | *.yaml |