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 (26624B)


      1 {
      2   "scan_version": 5,
      3   "paper_type": "empirical",
      4   "paper": {
      5     "title": "DRC-Coder: Automated DRC Checker Code Generation Using LLM Autonomous Agent",
      6     "authors": [
      7       "Chen-Chia Chang",
      8       "Chia-Tung Ho",
      9       "Yaguang Li",
     10       "Yiran Chen",
     11       "Haoxing Ren"
     12     ],
     13     "year": 2024,
     14     "venue": "ACM International Symposium on Physical Design",
     15     "arxiv_id": "2412.05311",
     16     "doi": "10.1145/3698364.3705347"
     17   },
     18   "checklist": {
     19     "claims_and_evidence": {
     20       "abstract_claims_supported": {
     21         "applies": true,
     22         "answer": true,
     23         "justification": "The abstract claims F1=1.000 for DRC-Coder and F1=0.631 for standard prompting, both directly supported by Table 1. The 4-minute average claim is supported by the runtime column (210 seconds average).",
     24         "source": "haiku"
     25       },
     26       "causal_claims_justified": {
     27         "applies": true,
     28         "answer": true,
     29         "justification": "The paper makes causal claims that multi-agent architecture and vision capability drive improvement; Table 2 provides ablation study comparing single-agent+vision vs. multi-agent without vision vs. full system, which supports attributing gains to specific components.",
     30         "source": "haiku"
     31       },
     32       "generalization_bounded": {
     33         "applies": true,
     34         "answer": false,
     35         "justification": "The evaluation covers only 7 design rules on a single proprietary sub-3nm technology node (NVCell), yet the conclusion claims DRC-Coder 'can be generalized to other DRC-related applications' and will 'accelerate technology advancement' without bounding these broader claims.",
     36         "source": "haiku"
     37       },
     38       "alternative_explanations_discussed": {
     39         "applies": true,
     40         "answer": false,
     41         "justification": "The paper does not consider alternative explanations for performance gains, such as whether the iterative auto-debugging loop alone (without multi-agent decomposition or vision) accounts for most improvement.",
     42         "source": "haiku"
     43       },
     44       "proxy_outcome_distinction": {
     45         "applies": true,
     46         "answer": false,
     47         "justification": "F1 score against 207 layouts is used to claim the system 'reduces engineering costs' and replaces 'days of manual effort,' but no actual human engineering time study is conducted to validate the proxy metric maps to real productivity gains.",
     48         "source": "haiku"
     49       }
     50     },
     51     "limitations_and_scope": {
     52       "limitations_section_present": {
     53         "applies": true,
     54         "answer": false,
     55         "justification": "There is no dedicated limitations or threats-to-validity section. The conclusion notes future directions but does not systematically identify limitations of the current approach.",
     56         "source": "haiku"
     57       },
     58       "threats_to_validity_specific": {
     59         "applies": true,
     60         "answer": false,
     61         "justification": "No threats to validity are discussed — the small evaluation set (7 rules, 207 layouts), lack of held-out data, stochastic LLM outputs, and proprietary dataset limitations are all unaddressed.",
     62         "source": "haiku"
     63       },
     64       "scope_boundaries_stated": {
     65         "applies": true,
     66         "answer": false,
     67         "justification": "No explicit scope boundaries are stated about what the results do not show. The paper does not clarify that results are restricted to NVCell's grid-based format or that generalization to other technology nodes or DRC frameworks is unverified.",
     68         "source": "haiku"
     69       }
     70     },
     71     "conflicts_of_interest": {
     72       "funding_disclosed": {
     73         "applies": true,
     74         "answer": true,
     75         "justification": "The acknowledgment section states 'This work is supported in part by NVIDIA Corporation and NSF under Grant No. 2106828.'",
     76         "source": "haiku"
     77       },
     78       "affiliations_disclosed": {
     79         "applies": true,
     80         "answer": true,
     81         "justification": "Author affiliations are disclosed on the title page: Chang and Chen at Duke University; Ho, Li, and Ren at NVIDIA Research/NVIDIA.",
     82         "source": "haiku"
     83       },
     84       "funder_independent_of_outcome": {
     85         "applies": true,
     86         "answer": false,
     87         "justification": "NVIDIA funds the work AND three of five authors (Ho, Li, Ren) are NVIDIA employees; the evaluation target NVCell was developed by co-author Haoxing Ren at NVIDIA, creating a direct conflict between funder and outcome.",
     88         "source": "haiku"
     89       },
     90       "financial_interests_declared": {
     91         "applies": true,
     92         "answer": false,
     93         "justification": "No competing interests statement or financial interests declaration appears beyond the funding acknowledgment. Patents or equity interests are not disclosed.",
     94         "source": "haiku"
     95       }
     96     },
     97     "scope_and_framing": {
     98       "key_terms_defined": {
     99         "applies": true,
    100         "answer": true,
    101         "justification": "Key terms are defined: DRC, DRV, integrated DRC checker, grid-based checker (Section 2.3), LLM-agent (Section 2.1), and PRL are all explained with concrete examples.",
    102         "source": "haiku"
    103       },
    104       "intended_contribution_clear": {
    105         "applies": true,
    106         "answer": true,
    107         "justification": "The paper explicitly lists four contributions: first automated DRC code generation system, multi-agent vision framework, hierarchical task decomposition, and three domain-specific utility functions.",
    108         "source": "haiku"
    109       },
    110       "engagement_with_prior_work": {
    111         "applies": true,
    112         "answer": true,
    113         "justification": "Section 2 engages with LLM-agent frameworks (ReAct, LangChain, AutoGen, SWE-agent), VLMs, and the closest prior DRC work (DRC-SG 2.0), explicitly contrasting how DRC-Coder differs from [23] which only extracts key components rather than generating complete code.",
    114         "source": "haiku"
    115       }
    116     }
    117   },
    118   "type_checklist": {
    119     "empirical": {
    120       "artifacts": {
    121         "code_released": {
    122           "applies": true,
    123           "answer": false,
    124           "justification": "No code release is mentioned. The paper describes implementation using AutoGen and OpenAI API but provides no repository link or availability statement.",
    125           "source": "haiku"
    126         },
    127         "data_released": {
    128           "applies": true,
    129           "answer": false,
    130           "justification": "The evaluation dataset of 207 standard cell layouts uses a proprietary sub-3nm technology node and NVCell, which are not publicly released.",
    131           "source": "haiku"
    132         },
    133         "environment_specified": {
    134           "applies": true,
    135           "answer": false,
    136           "justification": "The paper mentions Python and AutoGen but provides no requirements.txt, Dockerfile, or dependency version specifications beyond the GPT-4o API version (2024-05-13).",
    137           "source": "haiku"
    138         },
    139         "reproduction_instructions": {
    140           "applies": true,
    141           "answer": false,
    142           "justification": "No step-by-step reproduction instructions are provided. The workflow description (Figure 11) is illustrative, not a reproduction guide.",
    143           "source": "haiku"
    144         }
    145       },
    146       "statistical_methodology": {
    147         "confidence_intervals_or_error_bars": {
    148           "applies": true,
    149           "answer": false,
    150           "justification": "No confidence intervals or error bars are reported for any results. Table 1 shows single-point F1, Precision, and Recall values per rule.",
    151           "source": "haiku"
    152         },
    153         "significance_tests": {
    154           "applies": true,
    155           "answer": false,
    156           "justification": "No statistical significance tests are applied despite comparative claims between DRC-Coder and standard prompting across 7 design rules.",
    157           "source": "haiku"
    158         },
    159         "effect_sizes_reported": {
    160           "applies": true,
    161           "answer": true,
    162           "justification": "Percentage improvement is stated ('37% higher F1 score' for GPT-4o, '42.2% improvement' for Llama3) with explicit baseline values, providing effect size context.",
    163           "source": "haiku"
    164         },
    165         "sample_size_justified": {
    166           "applies": true,
    167           "answer": false,
    168           "justification": "The paper uses 207 layouts and 7 design rules with no justification for why these quantities are sufficient to support the reported conclusions.",
    169           "source": "haiku"
    170         },
    171         "variance_reported": {
    172           "applies": true,
    173           "answer": false,
    174           "justification": "No variance or standard deviation is reported across runs. Since GPT-4o is stochastic, single-run results could differ substantially on replication.",
    175           "source": "haiku"
    176         }
    177       },
    178       "evaluation_design": {
    179         "baselines_included": {
    180           "applies": true,
    181           "answer": true,
    182           "justification": "Standard prompting (using the same initial prompt without agent tools) is used as the main baseline for both GPT-4o and Llama3.",
    183           "source": "haiku"
    184         },
    185         "baselines_contemporary": {
    186           "applies": true,
    187           "answer": true,
    188           "justification": "The authors claim this is the first work on automated DRC code generation; standard prompting with GPT-4o is a reasonable contemporary baseline given the absence of prior specialized methods.",
    189           "source": "haiku"
    190         },
    191         "ablation_study": {
    192           "applies": true,
    193           "answer": true,
    194           "justification": "Table 2 presents ablation comparing multi-agent without vision capability vs. single-agent with vision capability, both against the full DRC-Coder system.",
    195           "source": "haiku"
    196         },
    197         "multiple_metrics": {
    198           "applies": true,
    199           "answer": true,
    200           "justification": "Precision, Recall, and F1 score are all reported per design rule in Tables 1 and 2, with F1 as the primary metric.",
    201           "source": "haiku"
    202         },
    203         "human_evaluation": {
    204           "applies": true,
    205           "answer": false,
    206           "justification": "No human evaluation of code quality, usability, or correctness is conducted; evaluation is entirely automated against commercial DRC tool reports.",
    207           "source": "haiku"
    208         },
    209         "held_out_test_set": {
    210           "applies": true,
    211           "answer": false,
    212           "justification": "Two layout examples are randomly selected from the evaluation dataset for use in the initial prompt, meaning the in-context examples overlap with the evaluation pool. No separate held-out test set is defined.",
    213           "source": "haiku"
    214         },
    215         "per_category_breakdown": {
    216           "applies": true,
    217           "answer": true,
    218           "justification": "Table 1 reports Precision, Recall, and F1 separately for each of the 7 design rules (M0.S.1, M0.S.2, VIA0.S.1, M1.S.1, M1.S.2, VIA1.S.1, M2.S.1).",
    219           "source": "haiku"
    220         },
    221         "failure_cases_discussed": {
    222           "applies": true,
    223           "answer": true,
    224           "justification": "Figure 9 and Figure 11 show detailed examples of false negatives and false positives during debugging iterations, with specific DRV coordinates and distances analyzed.",
    225           "source": "haiku"
    226         },
    227         "negative_results_reported": {
    228           "applies": true,
    229           "answer": true,
    230           "justification": "Llama3 results show significantly worse performance (average F1=0.726) than GPT-4o, and the ablation variants both fail to reach perfect F1, reported transparently.",
    231           "source": "haiku"
    232         }
    233       },
    234       "setup_transparency": {
    235         "model_versions_specified": {
    236           "applies": true,
    237           "answer": true,
    238           "justification": "GPT-4o version 2024-05-13 is specified; Llama3 and Phi-3 are also named as comparison models.",
    239           "source": "haiku"
    240         },
    241         "prompts_provided": {
    242           "applies": true,
    243           "answer": true,
    244           "justification": "Figure 6 shows the full initial prompt structure with fixed and dynamic components. Figures 7-9 show actual inputs/outputs for each tool function including prompts to VLM.",
    245           "source": "haiku"
    246         },
    247         "hyperparameters_reported": {
    248           "applies": true,
    249           "answer": false,
    250           "justification": "No temperature, top-p, or other LLM hyperparameters are reported for any of the API calls to GPT-4o or other models.",
    251           "source": "haiku"
    252         },
    253         "scaffolding_described": {
    254           "applies": true,
    255           "answer": true,
    256           "justification": "The multi-agent scaffolding is described in detail: Planner and Programmer roles, AutoGen group chat architecture, three tool functions (Foundry Rule Analysis, Layout DRV Analysis, DRC Code Evaluation), and the iterative debugging loop.",
    257           "source": "haiku"
    258         },
    259         "data_preprocessing_documented": {
    260           "applies": true,
    261           "answer": true,
    262           "justification": "Section 3 documents data preparation: layout generation using NVCell with routing mutations, and DRC report preprocessing converting commercial tool polygon-based DRVs to grid-based coordinates (Figure 4).",
    263           "source": "haiku"
    264         }
    265       },
    266       "data_integrity": {
    267         "raw_data_available": {
    268           "applies": true,
    269           "answer": false,
    270           "justification": "The dataset of 207 layouts is generated from proprietary NVCell with a sub-3nm technology node and is not publicly released.",
    271           "source": "haiku"
    272         },
    273         "data_collection_described": {
    274           "applies": true,
    275           "answer": true,
    276           "justification": "Section 3 describes how 207 layouts were produced by mutating NVCell routing behaviors without DRC fixing, ensuring diverse DRV scenarios.",
    277           "source": "haiku"
    278         },
    279         "recruitment_methods_described": {
    280           "applies": false,
    281           "answer": false,
    282           "justification": "No human participants; data is algorithmically generated from NVCell.",
    283           "source": "haiku"
    284         },
    285         "data_pipeline_documented": {
    286           "applies": true,
    287           "answer": true,
    288           "justification": "The full pipeline from layout generation to DRC report preprocessing to grid-based conversion is described in Section 3 with a concrete example in Figure 4.",
    289           "source": "haiku"
    290         }
    291       },
    292       "contamination": {
    293         "training_cutoff_stated": {
    294           "applies": true,
    295           "answer": false,
    296           "justification": "The GPT-4o API version (2024-05-13) is stated but the training data cutoff is not explicitly mentioned, leaving unclear whether proprietary design rule descriptions from foundry documents could have been in training data.",
    297           "source": "haiku"
    298         },
    299         "train_test_overlap_discussed": {
    300           "applies": true,
    301           "answer": false,
    302           "justification": "No discussion of whether GPT-4o's training data could include foundry documentation for sub-3nm design rules, which are technically proprietary but may appear in semiconductor publications.",
    303           "source": "haiku"
    304         },
    305         "benchmark_contamination_addressed": {
    306           "applies": true,
    307           "answer": false,
    308           "justification": "The custom dataset is not publicly available pre-paper, making contamination unlikely, but the paper does not address whether the design rule descriptions used as input could overlap with GPT-4o training data.",
    309           "source": "haiku"
    310         }
    311       },
    312       "human_studies": {
    313         "pre_registered": {
    314           "applies": false,
    315           "answer": false,
    316           "justification": "No human participants in this study.",
    317           "source": "haiku"
    318         },
    319         "irb_or_ethics_approval": {
    320           "applies": false,
    321           "answer": false,
    322           "justification": "No human participants in this study.",
    323           "source": "haiku"
    324         },
    325         "demographics_reported": {
    326           "applies": false,
    327           "answer": false,
    328           "justification": "No human participants in this study.",
    329           "source": "haiku"
    330         },
    331         "inclusion_exclusion_criteria": {
    332           "applies": false,
    333           "answer": false,
    334           "justification": "No human participants in this study.",
    335           "source": "haiku"
    336         },
    337         "randomization_described": {
    338           "applies": false,
    339           "answer": false,
    340           "justification": "No human participants in this study.",
    341           "source": "haiku"
    342         },
    343         "blinding_described": {
    344           "applies": false,
    345           "answer": false,
    346           "justification": "No human participants in this study.",
    347           "source": "haiku"
    348         },
    349         "attrition_reported": {
    350           "applies": false,
    351           "answer": false,
    352           "justification": "No human participants in this study.",
    353           "source": "haiku"
    354         }
    355       },
    356       "cost_and_practicality": {
    357         "inference_cost_reported": {
    358           "applies": true,
    359           "answer": true,
    360           "justification": "Runtime per design rule is reported in Table 1 (ranging from 45 to 354 seconds, average 210 seconds), providing practical latency information.",
    361           "source": "haiku"
    362         },
    363         "compute_budget_stated": {
    364           "applies": true,
    365           "answer": false,
    366           "justification": "Total API cost or compute budget for the full evaluation is not stated; only per-rule runtime is reported.",
    367           "source": "haiku"
    368         }
    369       }
    370     }
    371   },
    372   "claims": [
    373     {
    374       "claim": "DRC-Coder achieves perfect F1 score (1.000) across all 7 design rules on a sub-3nm technology node",
    375       "evidence": "Table 1 shows F1=1.000 for all seven rules (M0.S.1 through M2.S.1) using GPT-4o with DRC-Coder",
    376       "supported": "moderate"
    377     },
    378     {
    379       "claim": "Standard prompting achieves only F1=0.631 on average, 37% lower than DRC-Coder",
    380       "evidence": "Table 1 average row shows standard prompting F1=0.631 vs DRC-Coder F1=1.000 with GPT-4o",
    381       "supported": "strong"
    382     },
    383     {
    384       "claim": "DRC-Coder reduces DRC coding time from days/weeks of manual effort to approximately 4 minutes per rule",
    385       "evidence": "Table 1 shows average 210-second runtime; paper claims engineers typically take weeks, but no actual human time study is conducted",
    386       "supported": "weak"
    387     },
    388     {
    389       "claim": "Both vision capability and multi-agent decomposition are necessary components for achieving perfect performance",
    390       "evidence": "Table 2 ablation shows multi-agent without vision achieves F1=0.935 and single-agent with vision achieves F1=0.911, both below 1.000",
    391       "supported": "moderate"
    392     },
    393     {
    394       "claim": "DRC-Coder with Llama3 achieves 42.2% improvement over Llama3 standard prompting",
    395       "evidence": "Table 1 shows Llama3 DRC-Coder average F1=0.726 vs standard prompting F1=0.421",
    396       "supported": "strong"
    397     },
    398     {
    399       "claim": "GPT-4o is a substantially more capable backbone than Llama3 for this domain-specific DRC coding task",
    400       "evidence": "Table 1 shows DRC-Coder with Llama3 reaches only F1=0.726 average vs F1=1.000 with GPT-4o",
    401       "supported": "moderate"
    402     }
    403   ],
    404   "methodology_tags": [
    405     "benchmark-eval",
    406     "case-study"
    407   ],
    408   "key_findings": "DRC-Coder, a multi-agent LLM framework using GPT-4o with vision capabilities and three domain-specific tool functions, achieves perfect F1=1.000 on all 7 design rules evaluated for a sub-3nm technology node, compared to F1=0.631 for standard prompting. The iterative auto-debugging loop with automated code evaluation against ground-truth commercial DRC reports is central to the approach, converging in 2.3 iterations on average at 210 seconds per rule. Ablation studies confirm both multi-agent decomposition and vision capability are necessary, with either component removed degrading performance (F1=0.935 and 0.911 respectively). The evaluation is constrained to a single proprietary tool (NVCell) with 7 design rules and a custom non-public dataset.",
    409   "red_flags": [
    410     {
    411       "flag": "Perfect score on tiny evaluation set",
    412       "detail": "F1=1.000 is claimed across only 7 design rules with no variance measurement; stochastic LLM outputs could yield different results on replication, and 7 rules is insufficient to support broad generalization claims."
    413     },
    414     {
    415       "flag": "NVIDIA evaluating NVIDIA tool",
    416       "detail": "Three of five authors are NVIDIA employees; NVIDIA funds the work; and the evaluation target NVCell was developed by co-author Haoxing Ren at NVIDIA — a direct conflict between funder, authors, and the evaluated artifact."
    417     },
    418     {
    419       "flag": "No held-out test set",
    420       "detail": "Two layout examples randomly selected from the 207-layout evaluation pool are used as in-context examples in the prompt, meaning the 'test' data and prompt examples overlap."
    421     },
    422     {
    423       "flag": "Unsubstantiated human time savings claim",
    424       "detail": "The claim that DRC-Coder reduces coding time 'from days/weeks to 4 minutes' is not backed by any human time study; actual engineer productivity is unmeasured."
    425     },
    426     {
    427       "flag": "No variance across runs reported",
    428       "detail": "Results are single-run point estimates with no error bars despite GPT-4o being a stochastic model; reproducibility of perfect F1 scores cannot be assessed."
    429     },
    430     {
    431       "flag": "Code and data not released",
    432       "detail": "Neither the DRC-Coder code nor the evaluation dataset is publicly released, making independent verification of the perfect F1 results impossible."
    433     }
    434   ],
    435   "cited_papers": [
    436     {
    437       "title": "AutoGen: Enabling next-gen LLM applications via multi-agent conversation framework",
    438       "relevance": "Core infrastructure for DRC-Coder's multi-agent system; the paper is built on AutoGen"
    439     },
    440     {
    441       "title": "ReAct: Synergizing Reasoning and Acting in Language Models",
    442       "relevance": "Foundational LLM-agent framework that DRC-Coder's approach builds upon"
    443     },
    444     {
    445       "title": "SWE-agent: Agent-computer interfaces enable automated software engineering",
    446       "relevance": "Key prior work on LLM agents for code generation and debugging, most closely related to DRC-Coder's approach"
    447     },
    448     {
    449       "title": "DRC-SG 2.0: Efficient Design Rule Checking Script Generation via Key Information Extraction",
    450       "relevance": "Closest prior work on DRC automation; paper explicitly differentiates DRC-Coder from this approach (component extraction vs. full code generation)"
    451     },
    452     {
    453       "title": "NVCell: Standard cell layout in advanced technology nodes with reinforcement learning",
    454       "relevance": "The target standard cell layout tool used for evaluation; basis for the proprietary dataset"
    455     },
    456     {
    457       "title": "VerilogCoder: Autonomous Verilog Coding Agents with Graph-based Planning and Abstract Syntax Tree (AST)-based Waveform Tracing Tool",
    458       "relevance": "Related NVIDIA work on LLM agents for hardware design code generation, same research group"
    459     },
    460     {
    461       "title": "A survey on large language model based autonomous agents",
    462       "relevance": "Survey of LLM-agent methods providing context for the multi-agent approach used"
    463     },
    464     {
    465       "title": "WebShop: Towards scalable real-world web interaction with grounded language agents",
    466       "relevance": "LLM-agent precedent for tool-use and external environment interaction analogous to DRC-Coder's tool functions"
    467     }
    468   ],
    469   "engagement_factors": {
    470     "practical_relevance": {
    471       "score": 2,
    472       "justification": "Directly applicable to semiconductor EDA workflows but limited to a very niche domain (DRC checker code generation for standard cell layout tools)."
    473     },
    474     "surprise_contrarian": {
    475       "score": 1,
    476       "justification": "Achieving perfect F1 is surprising, but the general finding that multi-agent LLM systems outperform standard prompting on domain-specific coding tasks is expected."
    477     },
    478     "fear_safety": {
    479       "score": 0,
    480       "justification": "No AI safety or risk concerns raised; the application is industrial automation of semiconductor design."
    481     },
    482     "drama_conflict": {
    483       "score": 0,
    484       "justification": "No controversy or conflict angle; straightforward system paper from NVIDIA evaluating NVIDIA tooling."
    485     },
    486     "demo_ability": {
    487       "score": 1,
    488       "justification": "The system uses GPT-4o API which is accessible, but the evaluation requires proprietary NVCell and sub-3nm technology data not available to outside researchers."
    489     },
    490     "brand_recognition": {
    491       "score": 2,
    492       "justification": "NVIDIA-affiliated authors and research group, and the paper uses GPT-4o prominently; NVIDIA brand in semiconductor design carries weight."
    493     }
    494   },
    495   "hn_data": {
    496     "threads": [
    497       {
    498         "hn_id": "46199623",
    499         "title": "The universal weight subspace hypothesis",
    500         "points": 358,
    501         "comments": 132,
    502         "url": "https://news.ycombinator.com/item?id=46199623"
    503       },
    504       {
    505         "hn_id": "25353673",
    506         "title": "A Modern Primer on Processing in Memory",
    507         "points": 15,
    508         "comments": 0,
    509         "url": "https://news.ycombinator.com/item?id=25353673"
    510       },
    511       {
    512         "hn_id": "25444746",
    513         "title": "A Modern Primer on Processing in Memory",
    514         "points": 2,
    515         "comments": 0,
    516         "url": "https://news.ycombinator.com/item?id=25444746"
    517       },
    518       {
    519         "hn_id": "46193683",
    520         "title": "The Universal Weight Subspace Hypothesis",
    521         "points": 1,
    522         "comments": 1,
    523         "url": "https://news.ycombinator.com/item?id=46193683"
    524       },
    525       {
    526         "hn_id": "46241721",
    527         "title": "Revisiting Quantum Supremacy: Simulating Sycamore-Class Circuits Using HPC",
    528         "points": 1,
    529         "comments": 0,
    530         "url": "https://news.ycombinator.com/item?id=46241721"
    531       },
    532       {
    533         "hn_id": "38748927",
    534         "title": "Reconstruction Attacks Against \"Anonymous Synthetic Data\"",
    535         "points": 1,
    536         "comments": 0,
    537         "url": "https://news.ycombinator.com/item?id=38748927"
    538       },
    539       {
    540         "hn_id": "25449285",
    541         "title": "Pharmacologic priors implicit in a choice of 3+3 dose-escalation design",
    542         "points": 1,
    543         "comments": 0,
    544         "url": "https://news.ycombinator.com/item?id=25449285"
    545       }
    546     ],
    547     "top_points": 358,
    548     "total_points": 379,
    549     "total_comments": 133
    550   }
    551 }

Impressum · Datenschutz