{"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/read-instruct","entry":"read_instruct","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":5,"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":5,"n_samples_fingerprinted":0,"n_places":9,"n_places_pointer_only":8,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":1,"ran_fixture":0,"ran":4,"unverified":2},"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":"2402.07616","paper":"/paper/anchor-based-large-language-models","title":"Anchor-based Large Language Models","date":"2024-02-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"pangjh3/anllm","path":"inference.py","file_url":"https://github.com/pangjh3/anllm/blob/HEAD/inference.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"1a23d98ad0f9c590","mcp_get_code":{"code_sha256":"1a23d98ad0f9c590"}},{"arxiv_id":"2402.07616","paper":"/paper/anchor-based-large-language-models","title":"Anchor-based Large Language Models","date":"2024-02-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"pangjh3/anllm","path":"analysis/get_infer_attention.py","file_url":"https://github.com/pangjh3/anllm/blob/HEAD/analysis/get_infer_attention.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"341ad8f9aaad0613","mcp_get_code":{"code_sha256":"341ad8f9aaad0613"}},{"arxiv_id":"2401.12873","paper":"/paper/improving-machine-translation-with-human","title":"Improving Machine Translation with Human Feedback: An Exploration of Quality Estimation as a Reward Model","date":"2024-01-23","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"zwhe99/FeedbackMT","path":"src/inference_sft.py","file_url":"https://github.com/zwhe99/FeedbackMT/blob/HEAD/src/inference_sft.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"f47fb9e7de49f89e","mcp_get_code":{"code_sha256":"f47fb9e7de49f89e"}},{"arxiv_id":"2401.08350","paper":"/paper/salute-the-classic-revisiting-challenges-of","title":"Salute the Classic: Revisiting Challenges of Machine Translation in the Age of Large Language Models","date":"2024-01-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"pangjh3/llm4mt","path":"train/inference_acllama2.py","file_url":"https://github.com/pangjh3/llm4mt/blob/HEAD/train/inference_acllama2.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"1a23d98ad0f9c590","mcp_get_code":{"code_sha256":"1a23d98ad0f9c590"}},{"arxiv_id":"2401.08350","paper":"/paper/salute-the-classic-revisiting-challenges-of","title":"Salute the Classic: Revisiting Challenges of Machine Translation in the Age of Large Language Models","date":"2024-01-16","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"pangjh3/llm4mt","path":"train/attention_alignment_llama2.py","file_url":"https://github.com/pangjh3/llm4mt/blob/HEAD/train/attention_alignment_llama2.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"341ad8f9aaad0613","mcp_get_code":{"code_sha256":"341ad8f9aaad0613"}},{"arxiv_id":"2311.09071","paper":"/paper/how-multilingual-is-multilingual-llm","title":"How Vocabulary Sharing Facilitates Multilingualism in LLaMA?","date":"2023-11-15","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"cone-mt/vocabulary-sharing-facilitates-multilingualism","path":"Shorten/src/datasets/flores.py","file_url":"https://github.com/cone-mt/vocabulary-sharing-facilitates-multilingualism/blob/HEAD/Shorten/src/datasets/flores.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"225017f452f0b254","mcp_get_code":{"code_sha256":"225017f452f0b254"}},{"arxiv_id":"2308.12674","paper":"/paper/improving-translation-faithfulness-of-large","title":"Improving Translation Faithfulness of Large Language Models via Augmenting Instructions","date":"2023-08-24","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"pppa2019/swie_overmiss_llm4mt","path":"src/inference.py","file_url":"https://github.com/pppa2019/swie_overmiss_llm4mt/blob/HEAD/src/inference.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"dc9d6423c6ffdfea","mcp_get_code":{"code_sha256":"dc9d6423c6ffdfea"}},{"arxiv_id":"2308.12097","paper":"/paper/instruction-position-matters-in-sequence","title":"Instruction Position Matters in Sequence Generation with Large Language Models","date":"2023-08-23","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"adaxry/post-instruction","path":"test/inference.py","file_url":"https://github.com/adaxry/post-instruction/blob/HEAD/test/inference.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":"80f463d4f9471c70","mcp_get_code":{"code_sha256":"80f463d4f9471c70"}},{"arxiv_id":"2025.naacl-srw.1","paper":null,"title":"arXiv:2025.naacl-srw.1","date":null,"month_inferred_from_arxiv_id":null,"title_source":null,"repo":"EIT-NLP/BLEUless_DocMT","path":"Inference/inference.py","file_url":"https://github.com/EIT-NLP/BLEUless_DocMT/blob/HEAD/Inference/inference.py","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"d2050fd9b77e8b04","mcp_get_code":{"code_sha256":"d2050fd9b77e8b04"}}]}