{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/code/extract-prompt","entry":"extract_prompt","source":"Syntology graph, per-sample; not an archive number","read_at":"2026-09-24T18:15:14+00:00","claim":"Names are grouped by exact entry-name string. Same-named routines are NOT asserted to be equivalent; 'ran' means executed on a synthesized fixture, not correctness. n_samples_ran = sum of by_status over every status except 'unverified' (ran_draft_wrong and ran_fixture are failures of Syntology's instrument, not of the code); n_papers_ran = papers with at least one such sample.","status_vocabulary":{"ran_honours":"ran, honoured the contract we drafted","ran_violates":"ran, violated the contract we drafted","ran_draft_wrong":"ran; our contract draft was wrong, not the code","ran_fixture":"ran; our fixture could not drive it","ran":"ran on a synthesized input","unverified":"unverified (harvested, no recorded run)"},"n_papers":7,"n_papers_ran":6,"units":"n_samples, n_samples_ran, n_samples_fingerprinted and by_status count distinct code bodies (code_sha256); n_places and n_places_pointer_only count places, one per (paper, code body) pair, which is also the unit of the samples list","n_samples":7,"n_samples_ran":6,"n_samples_fingerprinted":1,"n_places":7,"n_places_pointer_only":4,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":1,"ran_fixture":0,"ran":5,"unverified":1},"syntology":{"atlas_url":null,"mcp":null,"mcp_per_sample":{"tool":"get_code","arguments_in":"samples[].mcp_get_code"},"developers":"https://syntology.ai/developers"},"samples":[{"arxiv_id":"2608.23149","paper":"/paper/arxiv-2608-23149","title":"Language Chain in Alignment: Cross-lingual Ranking Preference Optimization","date":null,"month_inferred_from_arxiv_id":"2026-08","title_source":"syntology","repo":"dltmddbs100/CRPO","path":"data_utils.py","file_url":"https://github.com/dltmddbs100/CRPO/blob/HEAD/data_utils.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"81762d13cf64ae9c","mcp_get_code":{"code_sha256":"81762d13cf64ae9c"}},{"arxiv_id":"2602.02495","paper":"/paper/arxiv-2602-02495","title":"Reward-free Alignment for Conflicting Objectives","date":null,"month_inferred_from_arxiv_id":"2026-02","title_source":"syntology","repo":"PeterLauLukChen/RACO","path":"script/build_summary_eval_prompts.py","file_url":"https://github.com/PeterLauLukChen/RACO/blob/HEAD/script/build_summary_eval_prompts.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"b7256244e37b6cb1","mcp_get_code":{"code_sha256":"b7256244e37b6cb1"}},{"arxiv_id":"2406.17692","paper":"/paper/from-distributional-to-overton-pluralism","title":"From Distributional to Overton Pluralism: Investigating Large Language Model Alignment","date":"2024-06-25","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"thomlake/investigating-alignment","path":"create_embeddings.py","file_url":"https://github.com/thomlake/investigating-alignment/blob/HEAD/create_embeddings.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"deterministic","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"e5d67c011b51d02b","mcp_get_code":{"code_sha256":"e5d67c011b51d02b"}},{"arxiv_id":"2406.05673","paper":"/paper/flow-of-reasoning-efficient-training-of-llm","title":"Flow of Reasoning:Training LLMs for Divergent Problem Solving with Minimal Examples","date":"2024-06-09","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"Yu-Fangxu/FoR","path":"GSM8K/lightning_module_selection.py","file_url":"https://github.com/Yu-Fangxu/FoR/blob/HEAD/GSM8K/lightning_module_selection.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"8398b51b37d44019","mcp_get_code":{"code_sha256":"8398b51b37d44019"}},{"arxiv_id":"2401.06838","paper":"/paper/mapo-advancing-multilingual-reasoning-through","title":"MAPO: Advancing Multilingual Reasoning through Multilingual Alignment-as-Preference Optimization","date":"2024-01-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"njunlp/mapo","path":"Alignment/dpo.py","file_url":"https://github.com/njunlp/mapo/blob/HEAD/Alignment/dpo.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"e6cd16b73d39b2f9","mcp_get_code":{"code_sha256":"e6cd16b73d39b2f9"}},{"arxiv_id":"2310.20033","paper":"/paper/synthetic-imitation-edit-feedback-for-factual","title":"Synthetic Imitation Edit Feedback for Factual Alignment in Clinical Summarization","date":"2023-10-30","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"seasonyao/LearnFromHumanEdit","path":"trainer.py","file_url":"https://github.com/seasonyao/LearnFromHumanEdit/blob/HEAD/trainer.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"bcfd3a2ac6316b60","mcp_get_code":{"code_sha256":"bcfd3a2ac6316b60"}},{"arxiv_id":"2310.05857","paper":"/paper/improving-summarization-with-human-edits","title":"Improving Summarization with Human Edits","date":"2023-10-09","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"saiprabhakar/summarization_dpo_salt","path":"trainer/trainer.py","file_url":"https://github.com/saiprabhakar/summarization_dpo_salt/blob/HEAD/trainer/trainer.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"4b17b07f01386c76","mcp_get_code":{"code_sha256":"4b17b07f01386c76"}}]}