ai-research-survey

Systematic scan of agentic development research. What's signal, what's noise.
git clone https://git.shiptheloop.com/ai-research-survey.git
Log | Files | Refs

scan-v5.json (26957B)


      1 {
      2   "scan_version": 5,
      3   "paper_type": "empirical",
      4   "paper": {
      5     "title": "Jatmo: Prompt Injection Defense by Task-Specific Finetuning",
      6     "authors": [
      7       "Julien Piet",
      8       "Maha Alrashed",
      9       "Chawin Sitawarin",
     10       "Sizhe Chen",
     11       "Zeming Wei",
     12       "Elizabeth Sun",
     13       "Basel Alomair",
     14       "David Wagner"
     15     ],
     16     "year": 2023,
     17     "venue": "European Symposium on Research in Computer Security",
     18     "arxiv_id": "2312.17673",
     19     "doi": "10.48550/arXiv.2312.17673"
     20   },
     21   "checklist": {
     22     "claims_and_evidence": {
     23       "abstract_claims_supported": {
     24         "applies": true,
     25         "answer": true,
     26         "justification": "All main abstract claims — quality within 2% of GPT-3.5-Turbo, attack success rate below 0.5% vs 87% — are directly supported by Table 2 results across seven tasks.",
     27         "source": "haiku"
     28       },
     29       "causal_claims_justified": {
     30         "applies": true,
     31         "answer": true,
     32         "justification": "The causal claim that fine-tuning a non-instruction-tuned base model causes immunity to prompt injection is mechanistically grounded (base models were never trained to follow instructions) and empirically verified through controlled experiments comparing Jatmo models against GPT-3.5-Turbo under identical attack conditions.",
     33         "source": "haiku"
     34       },
     35       "generalization_bounded": {
     36         "applies": true,
     37         "answer": false,
     38         "justification": "The claim of being 'the first effective defense against prompt injection attacks' and broad applicability assertions extend beyond the 7 tasks and 13 specific attack variants tested; the paper acknowledges 'it is possible that there might be more sophisticated attacks we didn't think of' but the headline claim is not scoped accordingly.",
     39         "source": "haiku"
     40       },
     41       "alternative_explanations_discussed": {
     42         "applies": true,
     43         "answer": false,
     44         "justification": "The paper presents only the instruction-tuning removal explanation for Jatmo's effectiveness; alternative explanations — such as task narrowing reducing the attack surface, distributional shift from fine-tuning confusing attack payloads, or reduced output vocabulary — are not considered or tested.",
     45         "source": "haiku"
     46       },
     47       "proxy_outcome_distinction": {
     48         "applies": true,
     49         "answer": false,
     50         "justification": "Attack success is measured solely by whether the model outputs exactly 'HACKED'; the paper acknowledges this 'has a tendency to underestimate attack effectiveness' but does not adjust the overall robustness claims to account for this measurement bias.",
     51         "source": "haiku"
     52       }
     53     },
     54     "limitations_and_scope": {
     55       "limitations_section_present": {
     56         "applies": true,
     57         "answer": true,
     58         "justification": "Section 6 (Discussion) contains a dedicated 'Limitations' paragraph specifically enumerating constraints of the approach.",
     59         "source": "haiku"
     60       },
     61       "threats_to_validity_specific": {
     62         "applies": true,
     63         "answer": true,
     64         "justification": "Specific threats are enumerated: single-task constraint unsuitable for chat applications, defense limited to prompt injection and not jailbreak attacks, and explicit acknowledgment that more sophisticated attacks not yet discovered could succeed.",
     65         "source": "haiku"
     66       },
     67       "scope_boundaries_stated": {
     68         "applies": true,
     69         "answer": true,
     70         "justification": "The paper explicitly restricts scope to LLM-integrated applications (not chat interfaces), focuses only on goal hijacking attacks (not denial-of-service), and states Jatmo is unsuitable for interactive chat where each prompt is used once.",
     71         "source": "haiku"
     72       }
     73     },
     74     "conflicts_of_interest": {
     75       "funding_disclosed": {
     76         "applies": true,
     77         "answer": true,
     78         "justification": "Funding is disclosed in the Acknowledgements section: KACST-UCB Joint Center on Cybersecurity, OpenAI, NSF (grant numbers specified), DHS, IBM, C3.ai, Open Philanthropy, and Google.",
     79         "source": "haiku"
     80       },
     81       "affiliations_disclosed": {
     82         "applies": true,
     83         "answer": true,
     84         "justification": "Author affiliations are clearly disclosed on the title page: UC Berkeley, King Abdulaziz City for Science and Technology, and Peking University.",
     85         "source": "haiku"
     86       },
     87       "funder_independent_of_outcome": {
     88         "applies": true,
     89         "answer": false,
     90         "justification": "OpenAI is listed as a funder, yet OpenAI's models (GPT-3.5-Turbo as teacher/evaluator/baseline, GPT-4 for synthetic data generation, davinci-002 as the base model) are central to the entire method and evaluation framework.",
     91         "source": "haiku"
     92       },
     93       "financial_interests_declared": {
     94         "applies": true,
     95         "answer": false,
     96         "justification": "No competing interests or financial interests statement (patents, equity, consulting) is included anywhere in the paper.",
     97         "source": "haiku"
     98       }
     99     },
    100     "scope_and_framing": {
    101       "key_terms_defined": {
    102         "applies": true,
    103         "answer": true,
    104         "justification": "Key terms are precisely defined: 'prompt injection' in Section 3.1, 'base model' vs 'instruction-tuned model', 'teacher model', 'goal hijacking' vs 'prompt leaking', and 'direct vs indirect prompt injection' are all formally defined with examples.",
    105         "source": "haiku"
    106       },
    107       "intended_contribution_clear": {
    108         "applies": true,
    109         "answer": true,
    110         "justification": "The contribution is explicitly stated: Jatmo is a framework for generating task-specific LLMs resilient to prompt injection by fine-tuning non-instruction-tuned base models, claimed as the first effective defense against prompt injection attacks.",
    111         "source": "haiku"
    112       },
    113       "engagement_with_prior_work": {
    114         "applies": true,
    115         "answer": true,
    116         "justification": "Section 2 and Section 3.4 actively situate Jatmo against prior defenses (input sanitization, output verification, query parameterization), explaining why each fails and how Jatmo's design addresses those gaps, not merely listing papers.",
    117         "source": "haiku"
    118       }
    119     }
    120   },
    121   "type_checklist": {
    122     "empirical": {
    123       "artifacts": {
    124         "code_released": {
    125           "applies": true,
    126           "answer": true,
    127           "justification": "Code is released at https://github.com/wagner-group/prompt-injection-defense, explicitly stated in both the abstract and paper body.",
    128           "source": "haiku"
    129         },
    130         "data_released": {
    131           "applies": true,
    132           "answer": true,
    133           "justification": "All evaluation datasets (IMDB, Amazon Reviews, CNN/DM, The Stack, Jigsaw, STS, Project Gutenberg) are publicly available standard benchmarks.",
    134           "source": "haiku"
    135         },
    136         "environment_specified": {
    137           "applies": true,
    138           "answer": false,
    139           "justification": "No requirements.txt, Dockerfile, or dependency specification is mentioned; fine-tuning environment details (Python version, libraries, CUDA version) are absent from the paper.",
    140           "source": "haiku"
    141         },
    142         "reproduction_instructions": {
    143           "applies": true,
    144           "answer": false,
    145           "justification": "While code is released, the paper provides no step-by-step reproduction instructions; readers would need to read the source code to determine how to reproduce the experiments.",
    146           "source": "haiku"
    147         }
    148       },
    149       "statistical_methodology": {
    150         "confidence_intervals_or_error_bars": {
    151           "applies": true,
    152           "answer": false,
    153           "justification": "Table 2 reports single-point quality and attack success rate values with no confidence intervals, error bars, or uncertainty quantification across any of the seven tasks.",
    154           "source": "haiku"
    155         },
    156         "significance_tests": {
    157           "applies": true,
    158           "answer": false,
    159           "justification": "No statistical significance tests are applied to any comparative claims between Jatmo models and GPT-3.5-Turbo baselines.",
    160           "source": "haiku"
    161         },
    162         "effect_sizes_reported": {
    163           "applies": true,
    164           "answer": true,
    165           "justification": "Practical effect sizes are reported as percentage differences (e.g., attack success drops from 87% to <0.5%, quality within 2% of baseline), providing interpretable magnitude of effects with baseline context.",
    166           "source": "haiku"
    167         },
    168         "sample_size_justified": {
    169           "applies": true,
    170           "answer": false,
    171           "justification": "The choice of 400 training examples per task and 100/100 evaluation/test split is stated but not justified through power analysis or principled sample size reasoning.",
    172           "source": "haiku"
    173         },
    174         "variance_reported": {
    175           "applies": true,
    176           "answer": false,
    177           "justification": "No variance, standard deviation, or spread metrics are reported for quality scores or attack success rates across any experimental condition.",
    178           "source": "haiku"
    179         }
    180       },
    181       "evaluation_design": {
    182         "baselines_included": {
    183           "applies": true,
    184           "answer": true,
    185           "justification": "GPT-3.5-Turbo serves as the primary baseline for both quality and security (attack success rate), with direct per-task comparisons in Table 2.",
    186           "source": "haiku"
    187         },
    188         "baselines_contemporary": {
    189           "applies": true,
    190           "answer": true,
    191           "justification": "GPT-3.5-Turbo was the state-of-the-art accessible LLM at time of writing (2023); the paper correctly notes no competing defenses exist to compare against.",
    192           "source": "haiku"
    193         },
    194         "ablation_study": {
    195           "applies": true,
    196           "answer": true,
    197           "justification": "The paper ablates training set size (Fig. 4), compares zero-shot vs one-shot synthetic data generation (Fig. 5), and tests varying temperatures, constituting partial but meaningful ablations.",
    198           "source": "haiku"
    199         },
    200         "multiple_metrics": {
    201           "applies": true,
    202           "answer": true,
    203           "justification": "Both quality metrics (accuracy for classification tasks, GPT-based rating for generative tasks) and security metrics (attack success rate across 3 injection positions) are reported for all tasks.",
    204           "source": "haiku"
    205         },
    206         "human_evaluation": {
    207           "applies": true,
    208           "answer": false,
    209           "justification": "Quality of generative outputs is evaluated using GPT-3.5-Turbo as a rater rather than human annotators; only a limited manual inspection of 'partially successful' attacks in one task is performed.",
    210           "source": "haiku"
    211         },
    212         "held_out_test_set": {
    213           "applies": true,
    214           "answer": true,
    215           "justification": "The paper explicitly states 'we reserve part of the dataset for quality and prompt injection evaluations' and uses original benchmark test sets for synthetic dataset evaluation.",
    216           "source": "haiku"
    217         },
    218         "per_category_breakdown": {
    219           "applies": true,
    220           "answer": true,
    221           "justification": "Table 2 provides per-task breakdowns (7 tasks) and per-injection-position breakdowns (start/middle/end) for both quality and attack success metrics.",
    222           "source": "haiku"
    223         },
    224         "failure_cases_discussed": {
    225           "applies": true,
    226           "answer": true,
    227           "justification": "The 2% attack success on review summarization at end-of-input position is analyzed (long injection longer than input), and four partially successful attacks in news summarization are manually inspected.",
    228           "source": "haiku"
    229         },
    230         "negative_results_reported": {
    231           "applies": true,
    232           "answer": true,
    233           "justification": "The zero-shot synthetic dataset underperformance relative to one-shot is explicitly reported and explained (generic topics vs. real distribution), and the one failure case in review summarization is highlighted.",
    234           "source": "haiku"
    235         }
    236       },
    237       "setup_transparency": {
    238         "model_versions_specified": {
    239           "applies": true,
    240           "answer": false,
    241           "justification": "Models are referred to by marketing names only ('GPT-3.5-Turbo', 'GPT-4', 'davinci-002') without specific version dates or snapshot identifiers, which is significant given that OpenAI updates these models over time.",
    242           "source": "haiku"
    243         },
    244         "prompts_provided": {
    245           "applies": true,
    246           "answer": true,
    247           "justification": "Appendix A.1 provides the exact task prompts and best injection prompts for all seven tasks; Appendix A.2 provides the complete synthetic dataset generation prompts including system prompts.",
    248           "source": "haiku"
    249         },
    250         "hyperparameters_reported": {
    251           "applies": true,
    252           "answer": false,
    253           "justification": "Temperature is mentioned (T=0.7 vs T=1.0 tested), but fine-tuning hyperparameters (learning rate, batch size, number of epochs, optimizer) are not reported.",
    254           "source": "haiku"
    255         },
    256         "scaffolding_described": {
    257           "applies": true,
    258           "answer": true,
    259           "justification": "The three-stage Jatmo pipeline (dataset collection, output generation, fine-tuning) is described in detail in Section 4 with Figure 1, constituting the full agentic scaffolding description.",
    260           "source": "haiku"
    261         },
    262         "data_preprocessing_documented": {
    263           "applies": true,
    264           "answer": false,
    265           "justification": "How real datasets were filtered or preprocessed (e.g., what portion of IMDB or Amazon Reviews was used, how examples were selected) is not documented; only the synthetic data formatting steps are described.",
    266           "source": "haiku"
    267         }
    268       },
    269       "data_integrity": {
    270         "raw_data_available": {
    271           "applies": true,
    272           "answer": true,
    273           "justification": "All evaluation datasets (IMDB, Amazon Reviews, CNN/DM, The Stack, Jigsaw, STS, Gutenberg) are publicly accessible standard benchmarks that can be independently verified.",
    274           "source": "haiku"
    275         },
    276         "data_collection_described": {
    277           "applies": true,
    278           "answer": true,
    279           "justification": "Data collection for real datasets references specific public sources (Table 1); the synthetic dataset generation procedure is described in detail in Section 4.1 with the full generation pipeline.",
    280           "source": "haiku"
    281         },
    282         "recruitment_methods_described": {
    283           "applies": false,
    284           "answer": false,
    285           "justification": "No human participant recruitment — all data comes from existing public benchmarks or synthetic generation.",
    286           "source": "haiku"
    287         },
    288         "data_pipeline_documented": {
    289           "applies": true,
    290           "answer": true,
    291           "justification": "The pipeline from inputs to outputs to fine-tuned model is documented in Sections 4 and 5.1, including how training/evaluation/test splits are handled.",
    292           "source": "haiku"
    293         }
    294       },
    295       "contamination": {
    296         "training_cutoff_stated": {
    297           "applies": true,
    298           "answer": false,
    299           "justification": "Training data cutoffs for GPT-3.5-Turbo, GPT-4, and davinci-002 are not stated, which is relevant given that popular benchmarks like IMDB and CNN/DM may appear in pretraining corpora.",
    300           "source": "haiku"
    301         },
    302         "train_test_overlap_discussed": {
    303           "applies": true,
    304           "answer": false,
    305           "justification": "Potential overlap between OpenAI model pretraining data and evaluation benchmarks (IMDB, Amazon Reviews, CNN/DM) is never discussed, which could inflate quality comparisons.",
    306           "source": "haiku"
    307         },
    308         "benchmark_contamination_addressed": {
    309           "applies": true,
    310           "answer": false,
    311           "justification": "The paper does not address whether popular benchmark datasets used for evaluation were present in GPT-3.5-Turbo's or davinci-002's training data.",
    312           "source": "haiku"
    313         }
    314       },
    315       "human_studies": {
    316         "pre_registered": {
    317           "applies": false,
    318           "answer": false,
    319           "justification": "No human participants involved.",
    320           "source": "haiku"
    321         },
    322         "irb_or_ethics_approval": {
    323           "applies": false,
    324           "answer": false,
    325           "justification": "No human participants involved.",
    326           "source": "haiku"
    327         },
    328         "demographics_reported": {
    329           "applies": false,
    330           "answer": false,
    331           "justification": "No human participants involved.",
    332           "source": "haiku"
    333         },
    334         "inclusion_exclusion_criteria": {
    335           "applies": false,
    336           "answer": false,
    337           "justification": "No human participants involved.",
    338           "source": "haiku"
    339         },
    340         "randomization_described": {
    341           "applies": false,
    342           "answer": false,
    343           "justification": "No human participants involved.",
    344           "source": "haiku"
    345         },
    346         "blinding_described": {
    347           "applies": false,
    348           "answer": false,
    349           "justification": "No human participants involved.",
    350           "source": "haiku"
    351         },
    352         "attrition_reported": {
    353           "applies": false,
    354           "answer": false,
    355           "justification": "No human participants involved.",
    356           "source": "haiku"
    357         }
    358       },
    359       "cost_and_practicality": {
    360         "inference_cost_reported": {
    361           "applies": true,
    362           "answer": false,
    363           "justification": "The paper mentions qualitatively that Jatmo 'incurs no extra runtime overhead' and may reduce costs by enabling smaller models, but provides no actual cost figures, latency measurements, or API call counts.",
    364           "source": "haiku"
    365         },
    366         "compute_budget_stated": {
    367           "applies": true,
    368           "answer": false,
    369           "justification": "Fine-tuning compute costs, number of API calls to GPT-4 and GPT-3.5-Turbo for dataset generation and evaluation, and total experiment budget are not stated.",
    370           "source": "haiku"
    371         }
    372       }
    373     }
    374   },
    375   "claims": [
    376     {
    377       "claim": "Jatmo reduces prompt injection attack success rate from 87% (GPT-3.5-Turbo) to less than 0.5% across seven tasks",
    378       "evidence": "Table 2 shows attack success against Jatmo models is 0-2% at all positions, versus 52-100% for GPT-3.5-Turbo. Only 2/23,400 total injections succeeded.",
    379       "supported": "strong"
    380     },
    381     {
    382       "claim": "Jatmo models achieve quality within 2% of the GPT-3.5-Turbo teacher model",
    383       "evidence": "Table 2 shows all seven Jatmo models achieve quality rated as 'Same' or '1-2% lower' than GPT-3.5-Turbo on both classification accuracy and LLM-rated generation quality.",
    384       "supported": "strong"
    385     },
    386     {
    387       "claim": "One-shot synthetic dataset generation enables Jatmo models to reach 96% of teacher model quality",
    388       "evidence": "Figure 5 shows one-shot models at T=0.7 achieve within 4% of GPT-3.5-Turbo on review and news summarization tasks, but this is only two tasks and uses LLM-based quality ratings.",
    389       "supported": "moderate"
    390     },
    391     {
    392       "claim": "Jatmo is the first effective defense against prompt injection attacks",
    393       "evidence": "The paper surveys prior defenses (input sanitization, output verification, query parameterization) and explains why each fails, but does not empirically test competing defenses — the claim relies on the absence of known effective alternatives.",
    394       "supported": "weak"
    395     },
    396     {
    397       "claim": "Base (non-instruction-tuned) models are immune by design to prompt injection because they were never trained to follow instructions",
    398       "evidence": "Mechanistic argument is plausible and consistent with experimental results, but the paper does not provide direct evidence (e.g., probing experiments) that the base model truly lacks instruction-following capability as the explanatory mechanism.",
    399       "supported": "moderate"
    400     }
    401   ],
    402   "methodology_tags": [
    403     "benchmark-eval",
    404     "empirical"
    405   ],
    406   "key_findings": "Jatmo demonstrates that fine-tuning a non-instruction-tuned base model (davinci-002) on task-specific data can reduce prompt injection attack success rates from ~87% to below 0.5% across seven diverse NLP tasks, while maintaining quality within 2% of GPT-3.5-Turbo. The approach works because base models have not undergone instruction tuning and therefore cannot be hijacked by malicious instructions in input data. The method extends to fully synthetic data generation requiring only a task description and optionally one example, achieving 96% of teacher model quality. The primary limitation is one-model-per-task requiring upfront fine-tuning costs and making it unsuitable for general-purpose or interactive chat applications.",
    407   "red_flags": [
    408     {
    409       "flag": "Narrow attack success metric",
    410       "detail": "Attack success is defined as exact 'HACKED' string output only; the authors acknowledge this underestimates effectiveness, but the headline <0.5% claim depends on this narrow definition."
    411     },
    412     {
    413       "flag": "Funder conflict with OpenAI",
    414       "detail": "OpenAI is a listed funder, yet OpenAI models (GPT-3.5-Turbo, GPT-4, davinci-002) are central to the method as teacher, data generator, quality evaluator, and base model — creating a circular dependency on a funder's products."
    415     },
    416     {
    417       "flag": "No statistical uncertainty quantification",
    418       "detail": "All results in Table 2 are point estimates with no confidence intervals, standard deviations, or significance tests, making it impossible to assess the reliability of small quality differences."
    419     },
    420     {
    421       "flag": "Model versions not pinned",
    422       "detail": "GPT-3.5-Turbo and GPT-4 are referenced without version dates; OpenAI updates these models over time, so experiments may not be reproducible against the same models."
    423     },
    424     {
    425       "flag": "Benchmark contamination unaddressed",
    426       "detail": "Popular benchmarks used for quality evaluation (IMDB, CNN/DM, Amazon Reviews) likely appear in GPT-3.5-Turbo and davinci-002 pretraining data; no discussion of this confound is provided."
    427     },
    428     {
    429       "flag": "First effective defense claim is broad",
    430       "detail": "Security robustness claims are notoriously difficult to establish; the paper only tests 13 attack variants per task, and the 'first effective defense' framing is unqualified relative to untested adaptive attacks."
    431     }
    432   ],
    433   "cited_papers": [
    434     {
    435       "title": "Not what you've signed up for: Compromising real-world LLM-integrated applications with indirect prompt injection",
    436       "relevance": "Foundational work on indirect prompt injection threats in LLM-integrated applications that Jatmo aims to defend against"
    437     },
    438     {
    439       "title": "Ignore This Title and HackAPrompt: Exposing Systemic Vulnerabilities of LLMs through a Global Scale Prompt Hacking Competition",
    440       "relevance": "Source of HackAPrompt dataset used as the primary attack evaluation set in Jatmo's security experiments"
    441     },
    442     {
    443       "title": "Ignore previous prompt: Attack techniques for language models",
    444       "relevance": "Seminal work categorizing prompt injection attack types (goal hijacking vs. prompt leaking) that establishes the taxonomy Jatmo uses"
    445     },
    446     {
    447       "title": "Prompt Injection Attacks and Defenses in LLM-Integrated Applications",
    448       "relevance": "Survey of existing defenses that Jatmo compares against and claims to improve upon"
    449     },
    450     {
    451       "title": "Training language models to follow instructions with human feedback",
    452       "relevance": "InstructGPT — the instruction tuning process that Jatmo exploits as the root cause of prompt injection vulnerability"
    453     },
    454     {
    455       "title": "Tensor Trust: Interpretable Prompt Injection Attacks from an Online Game",
    456       "relevance": "Related competition-sourced prompt injection attack dataset used alongside HackAPrompt in the evaluation"
    457     },
    458     {
    459       "title": "Baseline Defenses for Adversarial Attacks Against Aligned Language Models",
    460       "relevance": "Related defense work (paraphrasing, perplexity detection) that Jatmo situates itself against in the related work comparison"
    461     },
    462     {
    463       "title": "Jailbroken: How Does LLM Safety Training Fail?",
    464       "relevance": "Related adversarial attack taxonomy distinguishing jailbreak attacks from prompt injection — Jatmo explicitly scopes out jailbreaks"
    465     }
    466   ],
    467   "engagement_factors": {
    468     "practical_relevance": {
    469       "score": 3,
    470       "justification": "Prompt injection is OWASP's #1 LLM threat; Jatmo provides a concrete, code-released solution deployable in existing LLM-integrated applications."
    471     },
    472     "surprise_contrarian": {
    473       "score": 2,
    474       "justification": "The counterintuitive insight that removing instruction-following capability (by using base models) is the key to security challenges conventional thinking about LLM capabilities as uniformly desirable."
    475     },
    476     "fear_safety": {
    477       "score": 2,
    478       "justification": "Addresses real and growing AI security threats (OWASP #1 LLM risk) including data exfiltration, manipulation, and infrastructure compromise via indirect injection."
    479     },
    480     "drama_conflict": {
    481       "score": 1,
    482       "justification": "Security research context has inherent adversarial drama, but the paper itself is measured and technical without sensationalism."
    483     },
    484     "demo_ability": {
    485       "score": 3,
    486       "justification": "Code is fully released at GitHub, uses publicly available models and datasets, and the attack/defense setup is straightforward enough to demo with the provided task prompts."
    487     },
    488     "brand_recognition": {
    489       "score": 2,
    490       "justification": "UC Berkeley's Wagner security research group is well-known in the academic security community; the ESORICS venue adds credibility."
    491     }
    492   },
    493   "hn_data": {
    494     "threads": [
    495       {
    496         "hn_id": "46595256",
    497         "title": "Dialectics for Artificial Intelligence",
    498         "points": 1,
    499         "comments": 0,
    500         "url": "https://news.ycombinator.com/item?id=46595256"
    501       },
    502       {
    503         "hn_id": "42521600",
    504         "title": "Towards Unsupervised Learning Scheme for Efficiently Solving Parameterized MIPS",
    505         "points": 1,
    506         "comments": 0,
    507         "url": "https://news.ycombinator.com/item?id=42521600"
    508       }
    509     ],
    510     "top_points": 1,
    511     "total_points": 2,
    512     "total_comments": 0
    513   }
    514 }

Impressum · Datenschutz