{"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/point-wise-feed-forward-network","entry":"point_wise_feed_forward_network","source":"Syntology graph, per-sample; not an archive number","read_at":"2026-09-25T09:33:49+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":6,"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":5,"n_samples_ran":5,"n_samples_fingerprinted":0,"n_places":7,"n_places_pointer_only":3,"by_status":{"ran_honours":0,"ran_violates":0,"ran_draft_wrong":4,"ran_fixture":0,"ran":1,"unverified":0},"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":"2312.04147","paper":"/paper/an-improved-masking-strategy-for-self","title":"An Improved Masking Strategy for Self-supervised Masked Reconstruction in Human Activity Recognition","date":null,"month_inferred_from_arxiv_id":"2023-12","title_source":"archive","repo":"diheal/channle_masking","path":"encoderLayer.py","file_url":"https://github.com/diheal/channle_masking/blob/HEAD/encoderLayer.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"none","behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"a3e63cd2c4334956","mcp_get_code":{"code_sha256":"a3e63cd2c4334956"}},{"arxiv_id":"2111.12840","paper":"/paper/explaining-machine-learned-particle-flow","title":"Explaining machine-learned particle-flow reconstruction","date":"2021-11-24","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"faroukmokhtar/particleflow","path":"mlpf/model/gnnlsh.py","file_url":"https://github.com/faroukmokhtar/particleflow/blob/HEAD/mlpf/model/gnnlsh.py","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"Apache-2.0","inline_ok":true,"code_sha256_prefix":"a3aa89db788edd6f","mcp_get_code":{"code_sha256":"a3aa89db788edd6f"}},{"arxiv_id":"2002.10381","paper":"/paper/sketchformer-transformer-based-representation","title":"Sketchformer: Transformer-based Representation for Sketched Structure","date":"2020-02-24","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"leosampaio/sketchformer","path":"builders/layers/transformer.py","file_url":"https://github.com/leosampaio/sketchformer/blob/HEAD/builders/layers/transformer.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"none","behaviour_fingerprint":false,"licence":"MIT","inline_ok":false,"code_sha256_prefix":"a3e63cd2c4334956","mcp_get_code":{"code_sha256":"a3e63cd2c4334956"}},{"arxiv_id":"1909.05858","paper":"/paper/ctrl-a-conditional-transformer-language-model-1","title":"CTRL: A Conditional Transformer Language Model for Controllable Generation","date":"2019-09-11","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"UKPLab/controlled-argument-generation","path":"transformer.py","file_url":"https://github.com/UKPLab/controlled-argument-generation/blob/HEAD/transformer.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"code_sha256_prefix":"f599625f24576b30","mcp_get_code":{"code_sha256":"f599625f24576b30"}},{"arxiv_id":"1909.05858","paper":"/paper/ctrl-a-conditional-transformer-language-model-1","title":"CTRL: A Conditional Transformer Language Model for Controllable Generation","date":"2019-09-11","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"salesforce/ctrl","path":"pytorch_transformer.py","file_url":"https://github.com/salesforce/ctrl/blob/HEAD/pytorch_transformer.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"code_sha256_prefix":"e3590890c2be1aba","mcp_get_code":{"code_sha256":"e3590890c2be1aba"}},{"arxiv_id":"1706.03762","paper":"/paper/attention-is-all-you-need","title":"Attention Is All You Need","date":"2017-06-12","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"uzi0espil/research-papers-implementation","path":"Attention Is All You Need/model.py","file_url":"https://github.com/uzi0espil/research-papers-implementation/blob/HEAD/Attention%20Is%20All%20You%20Need/model.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"NONE","inline_ok":false,"code_sha256_prefix":"d2a72fe989592008","mcp_get_code":{"code_sha256":"d2a72fe989592008"}},{"arxiv_id":"1704.04368","paper":"/paper/get-to-the-point-summarization-with-pointer","title":"Get To The Point: Summarization with Pointer-Generator Networks","date":"2017-04-14","month_inferred_from_arxiv_id":null,"title_source":"archive","repo":"steph1793/Pointer_Transformer_Generator","path":"transformer.py","file_url":"https://github.com/steph1793/Pointer_Transformer_Generator/blob/HEAD/transformer.py","status":"ran_draft_wrong","verification_level":1,"contract_check":"OUTPUT_MISDECLARED","metamorphic_tier":"none","behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"code_sha256_prefix":"a3e63cd2c4334956","mcp_get_code":{"code_sha256":"a3e63cd2c4334956"}}]}