Papers › Learning to Extrapolate: A Transductive Approach

Learning to Extrapolate: A Transductive Approach

27 Apr 2023arXiv:2304.14329archive 2025-07-28

Aviv Netanyahu, Abhishek Gupta, Max Simchowitz, Kaiqing Zhang, Pulkit Agrawal

Machine learning systems, especially with overparameterized deep neural networks, can generalize to novel test instances drawn from the same distribution as the training data. However, they fare poorly when evaluated on out-of-support test points. In this work, we tackle the problem of developing machine learning systems that retain the power of overparameterized function approximators while enabling extrapolation to out-of-support test points when possible. This is accomplished by noting that under certain conditions, a "transductive" reparameterization can convert an out-of-support extrapolation problem into a problem of within-support combinatorial generalization. We propose a simple strategy based on bilinear embeddings to enable this type of combinatorial generalization, thereby addressing the out-of-support extrapolation problem under certain conditions. We instantiate a simple, practical algorithm applicable to various supervised learning and imitation learning tasks.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2304.14329")

Code

Syntology Ran 1 of 20 code samples harvested from 2 repositories linked to this paper; 19 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

By repository: official repository: 9 samples from 1 repository, 1 ran; community (archive-listed): 11 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

avivne/bilinear-transduction officialmentioned on GitHubpytorchMIT report
learningmatter-mit/matex mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 1 ran; 0 honoured the contract we drafted; 19 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
19unverified

Licence: 0 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

mlp avivne/bilinear-transduction/utils/networks.py official repository ran · our draft was wrong MIT (permissive) · db00dda8b96201d3 · report
data_load avivne/bilinear-transduction/utils/util.py official repository unverified MIT (permissive) · 96ba47411fab30f0 · report
label_with_model_dist avivne/bilinear-transduction/render_videos.py official repository unverified MIT (permissive) · 99d97d743f9a2aac · report
load_pkl avivne/bilinear-transduction/envs/adroit_wrapper.py official repository unverified MIT (permissive) · d370d73ba78229f9 · report
load_pkl avivne/bilinear-transduction/utils/util.py official repository unverified MIT (permissive) · 2b1c0d4b4deb30fb · report
models_load avivne/bilinear-transduction/utils/util.py official repository unverified MIT (permissive) · 92bf21f9ae623c70 · report
train_policy avivne/bilinear-transduction/utils/trainer.py official repository unverified MIT (permissive) · 475650877c1f12d0 · report
trajectory2vid avivne/bilinear-transduction/render_videos.py official repository unverified MIT (permissive) · a26a458b0dafceb3 · report
writer_for avivne/bilinear-transduction/render_videos.py official repository unverified MIT (permissive) · 91cfe51d6844f3a7 · report
extract_composition learningmatter-mit/matex/data_modules/data_process.py community (archive-listed) unverified MIT (permissive) · 8fdc56dd2cb6731a · report
get_cbfv learningmatter-mit/matex/data_modules/data_utils.py community (archive-listed) unverified MIT (permissive) · 4612728c27050322 · report
get_prop_labels learningmatter-mit/matex/blt/plot_maker/props_utils.py community (archive-listed) unverified MIT (permissive) · 1378650b374b3a86 · report
get_prop_rep learningmatter-mit/matex/blt/plot_maker/props_utils.py community (archive-listed) unverified MIT (permissive) · cf11fb6095bba44e · report
get_results_filename learningmatter-mit/matex/blt/plot_maker/props_utils.py community (archive-listed) unverified MIT (permissive) · 085dae6797969122 · report
get_split learningmatter-mit/matex/baselines/modnet/aflow_mp.py community (archive-listed) unverified MIT (permissive) · a26982da6e0216ef · report
get_sym_dict learningmatter-mit/matex/data_modules/data_utils.py community (archive-listed) unverified MIT (permissive) · a655195cd9d3857f · report
load_eval_data learningmatter-mit/matex/blt/plot_maker/plots.py community (archive-listed) unverified MIT (permissive) · 842c29ed353636df · report
mlp learningmatter-mit/matex/blt/utils/networks.py community (archive-listed) unverified MIT (permissive) · ebb5e4d5764029a8 · report
modnet_preprocess learningmatter-mit/matex/data_modules/data_process.py community (archive-listed) unverified MIT (permissive) · 4a1cb87336c382fe · report
parse_formula learningmatter-mit/matex/data_modules/data_utils.py community (archive-listed) unverified MIT (permissive) · c6d7b87034c95886 · report

Tasks

Imitation Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Test

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections