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


      1 {
      2   "scan_version": 5,
      3   "paper_type": "empirical",
      4   "paper": {
      5     "title": "An efficient strategy for fine-tuning large language models",
      6     "authors": [
      7       "B. Marsh",
      8       "Adam Michaleas",
      9       "Darrell O. Ricke",
     10       "Shaun Monera",
     11       "Shriya Zembruski"
     12     ],
     13     "year": 2026,
     14     "venue": "Frontiers in Artificial Intelligence",
     15     "arxiv_id": null,
     16     "doi": "10.3389/frai.2026.1665992"
     17   },
     18   "checklist": {
     19     "claims_and_evidence": {
     20       "abstract_claims_supported": {
     21         "applies": true,
     22         "answer": true,
     23         "justification": "All abstract claims (DSS+full-precision best overall, LoRA effective under constraints, QLoRA for tighter GPU budgets, 4:1 alpha-rank ratio) are directly supported by Table 3, Figure 6, and Table 4.",
     24         "source": "haiku"
     25       },
     26       "causal_claims_justified": {
     27         "applies": true,
     28         "answer": true,
     29         "justification": "The ablation study (Table 4) directly isolates the causal effect of DSS rationales by holding all hyperparameters constant and varying only α between 0.5 and 1.0; the controlled design is adequate for this specific causal claim.",
     30         "source": "haiku"
     31       },
     32       "generalization_bounded": {
     33         "applies": true,
     34         "answer": false,
     35         "justification": "Conclusions recommend the pipeline as 'a general guide for efficiently fine-tuning LLMs for domain-specific tasks' and claim potential to 'significantly decrease time and cost' broadly, but all experiments are confined to a single NL-to-QueryDSL task using FLAN-T5 only.",
     36         "source": "haiku"
     37       },
     38       "alternative_explanations_discussed": {
     39         "applies": true,
     40         "answer": true,
     41         "justification": "The paper discusses alternative explanations for the counterintuitive memory result (LoRA/QLoRA using more memory than full-precision for FLAN-T5 Large), attributing it to adapter matrix overhead, dequantization penalties, and library implementation differences.",
     42         "source": "haiku"
     43       },
     44       "proxy_outcome_distinction": {
     45         "applies": true,
     46         "answer": true,
     47         "justification": "The limitations section explicitly states 'the metrics do not directly capture task-level correctness, such as exact match rates on the DSL JSON,' clearly distinguishing evaluation loss from actual task-level performance.",
     48         "source": "haiku"
     49       }
     50     },
     51     "limitations_and_scope": {
     52       "limitations_section_present": {
     53         "applies": true,
     54         "answer": true,
     55         "justification": "Section 5.5 is a dedicated limitations section covering single-task scope, metric adequacy, incomplete hyperparameter coverage, limited random seeds, and architecture restrictions.",
     56         "source": "haiku"
     57       },
     58       "threats_to_validity_specific": {
     59         "applies": true,
     60         "answer": true,
     61         "justification": "Specific threats are named: single downstream task limits transferability, token-level loss doesn't capture DSL JSON correctness, ablation averaged over only two random seeds, FLAN-T5 XL excluded from full-precision comparison due to GPU limits.",
     62         "source": "haiku"
     63       },
     64       "scope_boundaries_stated": {
     65         "applies": true,
     66         "answer": true,
     67         "justification": "The paper explicitly states conclusions 'may not directly transfer to other domains... without further validation' and that the methodology 'does not include decoder-only architectures that are prevalent in many production LLM deployments.'",
     68         "source": "haiku"
     69       }
     70     },
     71     "conflicts_of_interest": {
     72       "funding_disclosed": {
     73         "applies": true,
     74         "answer": true,
     75         "justification": "Funding is disclosed: 'This material is based upon work supported by the Department of the Air Force under Air Force Contract No. FA8702-15-D-0001.'",
     76         "source": "haiku"
     77       },
     78       "affiliations_disclosed": {
     79         "applies": true,
     80         "answer": true,
     81         "justification": "Author affiliations are disclosed: Marine Corps Tactical Systems Support Activity (USMC) and MIT Lincoln Laboratory, Artificial Intelligence Technology group.",
     82         "source": "haiku"
     83       },
     84       "funder_independent_of_outcome": {
     85         "applies": true,
     86         "answer": true,
     87         "justification": "The funder (Department of the Air Force) is a government agency with no commercial stake in any particular fine-tuning method; no result preferentially benefits the funder's product or financial interest.",
     88         "source": "haiku"
     89       },
     90       "financial_interests_declared": {
     91         "applies": true,
     92         "answer": true,
     93         "justification": "The conflict of interest statement explicitly declares 'this work was conducted in the absence of any commercial or financial relationships that could be construed as a potential conflict of interest.'",
     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 operationally: DSS, LoRA, QLoRA, FLAN-T5, Query DSL, and full-precision fine-tuning are all explained with technical specifics including equations and architecture tables.",
    102         "source": "haiku"
    103       },
    104       "intended_contribution_clear": {
    105         "applies": true,
    106         "answer": true,
    107         "justification": "The contribution is explicitly stated: an end-to-end strategy combining DSS for efficient dataset creation with benchmarked fine-tuning modalities for resource-constrained domain adaptation, plus an ablation on rationale supervision.",
    108         "source": "haiku"
    109       },
    110       "engagement_with_prior_work": {
    111         "applies": true,
    112         "answer": true,
    113         "justification": "Section 2 provides structured related work review and Section 2.5 explicitly positions this work relative to DSS (Hsieh et al., 2023), LoRA/QLoRA (Hu et al., 2021; Dettmers et al., 2023), and FLAN-T5 instruction tuning (Wei et al., 2022).",
    114         "source": "haiku"
    115       }
    116     }
    117   },
    118   "type_checklist": {
    119     "empirical": {
    120       "artifacts": {
    121         "code_released": {
    122           "applies": true,
    123           "answer": true,
    124           "justification": "Source code is released on GitHub: 'The code and instructions are available at: https://github.com/brmarsh23/An-Efficient-Strategy-for-Fine-Tuning-Large-Language-Models.'",
    125           "source": "haiku"
    126         },
    127         "data_released": {
    128           "applies": true,
    129           "answer": false,
    130           "justification": "The dataset is explicitly not releasable: 'not readily available because dataset utilized in the submission is Controlled Unclassified Information (CUI) from US Department of Defense computer information systems.'",
    131           "source": "haiku"
    132         },
    133         "environment_specified": {
    134           "applies": true,
    135           "answer": false,
    136           "justification": "Hardware is specified (H100 GPUs, Intel Xeon) and libraries are named (PyTorch, HuggingFace PEFT, bitsandbytes, Ray Train), but no requirements.txt, Dockerfile, or package version pinning is provided in the paper.",
    137           "source": "haiku"
    138         },
    139         "reproduction_instructions": {
    140           "applies": true,
    141           "answer": false,
    142           "justification": "While code is on GitHub, the CUI dataset cannot be shared, making full reproduction impossible; methodology can be replicated on other data but the exact results cannot be reproduced.",
    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 3 and Table 4 report only point estimates of evaluation loss.",
    151           "source": "haiku"
    152         },
    153         "significance_tests": {
    154           "applies": true,
    155           "answer": false,
    156           "justification": "No statistical significance tests are used for any comparisons; differences between methods are compared as raw evaluation loss values without testing whether differences exceed chance.",
    157           "source": "haiku"
    158         },
    159         "effect_sizes_reported": {
    160           "applies": true,
    161           "answer": true,
    162           "justification": "Table 4 reports absolute loss differences for the ablation (e.g., +1.6e-2 for QLoRA Small), and Table 3 provides exact loss values enabling direct comparison of magnitude differences across all methods.",
    163           "source": "haiku"
    164         },
    165         "sample_size_justified": {
    166           "applies": true,
    167           "answer": false,
    168           "justification": "The dataset of 1000 input questions is described but not justified through power analysis or prior work establishing its adequacy for the fine-tuning task.",
    169           "source": "haiku"
    170         },
    171         "variance_reported": {
    172           "applies": true,
    173           "answer": false,
    174           "justification": "The ablation is averaged over two random seeds but only mean loss values are reported in Table 4; no variance, standard deviation, or range is provided for any result.",
    175           "source": "haiku"
    176         }
    177       },
    178       "evaluation_design": {
    179         "baselines_included": {
    180           "applies": true,
    181           "answer": true,
    182           "justification": "Full-precision fine-tuning is the performance baseline for LoRA/QLoRA; label-only training (α=1.0) is the baseline for the DSS ablation.",
    183           "source": "haiku"
    184         },
    185         "baselines_contemporary": {
    186           "applies": true,
    187           "answer": true,
    188           "justification": "LoRA (Hu et al., 2021) and QLoRA (Dettmers et al., 2023) are the current state-of-the-art PEFT methods, representing contemporary and competitive baselines for efficient fine-tuning.",
    189           "source": "haiku"
    190         },
    191         "ablation_study": {
    192           "applies": true,
    193           "answer": true,
    194           "justification": "Table 4 presents a controlled ablation comparing DSS training (α=0.5, rationale+label supervision) vs label-only training (α=1.0) across three model sizes and three fine-tuning methods with all other hyperparameters held constant.",
    195           "source": "haiku"
    196         },
    197         "multiple_metrics": {
    198           "applies": true,
    199           "answer": true,
    200           "justification": "The paper reports evaluation loss, GPU memory usage, training samples per second, and total training time, providing multiple dimensions for comparing fine-tuning methods.",
    201           "source": "haiku"
    202         },
    203         "human_evaluation": {
    204           "applies": false,
    205           "answer": false,
    206           "justification": "The task is automated structured output generation (NL to Query DSL JSON) evaluated entirely by token-level loss; human evaluation of model outputs is not applicable.",
    207           "source": "haiku"
    208         },
    209         "held_out_test_set": {
    210           "applies": true,
    211           "answer": false,
    212           "justification": "The 20% evaluation split is used both for learning rate scheduling (early stopping after 10 epochs no improvement) and for final model comparison, conflating validation and test roles with no separate held-out set.",
    213           "source": "haiku"
    214         },
    215         "per_category_breakdown": {
    216           "applies": true,
    217           "answer": true,
    218           "justification": "Results are broken down per model architecture (Small/Base/Large/XL) and per fine-tuning method (full-precision/LoRA/QLoRA) throughout Tables 3-4 and Figure 6.",
    219           "source": "haiku"
    220         },
    221         "failure_cases_discussed": {
    222           "applies": true,
    223           "answer": false,
    224           "justification": "Computational failures (GPU memory limits preventing FLAN-T5 XL full-precision runs) are discussed, but no analysis of model output failure cases (incorrect DSL generation, invalid JSON outputs) is provided.",
    225           "source": "haiku"
    226         },
    227         "negative_results_reported": {
    228           "applies": true,
    229           "answer": true,
    230           "justification": "The counterintuitive finding that LoRA/QLoRA required more GPU memory than full-precision for FLAN-T5 Large is reported and analyzed, contradicting the theoretical memory efficiency of PEFT methods.",
    231           "source": "haiku"
    232         }
    233       },
    234       "setup_transparency": {
    235         "model_versions_specified": {
    236           "applies": true,
    237           "answer": false,
    238           "justification": "Model families are named (FLAN-T5, Mixtral 8x22B) but no specific HuggingFace checkpoint IDs, commit hashes, or release dates are provided to identify exact model snapshots used.",
    239           "source": "haiku"
    240         },
    241         "prompts_provided": {
    242           "applies": true,
    243           "answer": true,
    244           "justification": "Figure 2 shows an example DSS input prompt with actual content including DSL interface instructions, task dataset descriptions, and Chain-of-Thought prompting structure with a concrete input question example.",
    245           "source": "haiku"
    246         },
    247         "hyperparameters_reported": {
    248           "applies": true,
    249           "answer": true,
    250           "justification": "Table 2 reports all fixed hyperparameters (learning rate 5e-5, epochs 100, batch size 8, alpha 0.5), and Section 3.6 enumerates the full LoRA/QLoRA rank (32, 64, 128) and alpha search spaces.",
    251           "source": "haiku"
    252         },
    253         "scaffolding_described": {
    254           "applies": false,
    255           "answer": false,
    256           "justification": "This paper does not involve agentic scaffolding; it is a standard supervised fine-tuning study.",
    257           "source": "haiku"
    258         },
    259         "data_preprocessing_documented": {
    260           "applies": true,
    261           "answer": true,
    262           "justification": "The DSS data pipeline is documented in Sections 3.1-3.2: Mixtral 8x22B generates labels and rationales via CoT prompting, multi-task loss formulation is specified with equations, and the 80/20 train-eval split is stated.",
    263           "source": "haiku"
    264         }
    265       },
    266       "data_integrity": {
    267         "raw_data_available": {
    268           "applies": true,
    269           "answer": false,
    270           "justification": "Raw data is explicitly unavailable: the dataset is CUI (Controlled Unclassified Information) from DoD systems and cannot be publicly released.",
    271           "source": "haiku"
    272         },
    273         "data_collection_described": {
    274           "applies": true,
    275           "answer": true,
    276           "justification": "The data creation procedure is described: 1000 NL questions were processed by Mixtral 8x22B via DSS prompting to generate Query DSL labels and rationales, as detailed in Sections 3.1-3.2 with illustrative figures.",
    277           "source": "haiku"
    278         },
    279         "recruitment_methods_described": {
    280           "applies": false,
    281           "answer": false,
    282           "justification": "No human participants were recruited; the dataset consists entirely of machine-generated outputs from a teacher LLM.",
    283           "source": "haiku"
    284         },
    285         "data_pipeline_documented": {
    286           "applies": true,
    287           "answer": true,
    288           "justification": "The full pipeline from input questions → DSS prompting → rationale/label extraction → multi-task fine-tuning format is documented in Sections 3.1-3.2 with Figures 3 and 4 showing example inputs and outputs.",
    289           "source": "haiku"
    290         }
    291       },
    292       "contamination": {
    293         "training_cutoff_stated": {
    294           "applies": true,
    295           "answer": false,
    296           "justification": "Neither FLAN-T5's nor Mixtral 8x22B's training data cutoff dates are stated, leaving open the question of whether pre-training data included similar Query DSL generation examples.",
    297           "source": "haiku"
    298         },
    299         "train_test_overlap_discussed": {
    300           "applies": true,
    301           "answer": false,
    302           "justification": "Potential overlap between FLAN-T5 pre-training data and the Query DSL fine-tuning task is not discussed; only the train/eval split within the custom dataset is mentioned.",
    303           "source": "haiku"
    304         },
    305         "benchmark_contamination_addressed": {
    306           "applies": false,
    307           "answer": false,
    308           "justification": "This study uses a custom proprietary dataset, not a standard published benchmark; pre-training contamination of a public benchmark is not applicable.",
    309           "source": "haiku"
    310         }
    311       },
    312       "human_studies": {
    313         "pre_registered": {
    314           "applies": false,
    315           "answer": false,
    316           "justification": "No human participants involved.",
    317           "source": "haiku"
    318         },
    319         "irb_or_ethics_approval": {
    320           "applies": false,
    321           "answer": false,
    322           "justification": "No human participants involved.",
    323           "source": "haiku"
    324         },
    325         "demographics_reported": {
    326           "applies": false,
    327           "answer": false,
    328           "justification": "No human participants involved.",
    329           "source": "haiku"
    330         },
    331         "inclusion_exclusion_criteria": {
    332           "applies": false,
    333           "answer": false,
    334           "justification": "No human participants involved.",
    335           "source": "haiku"
    336         },
    337         "randomization_described": {
    338           "applies": false,
    339           "answer": false,
    340           "justification": "No human participants involved.",
    341           "source": "haiku"
    342         },
    343         "blinding_described": {
    344           "applies": false,
    345           "answer": false,
    346           "justification": "No human participants involved.",
    347           "source": "haiku"
    348         },
    349         "attrition_reported": {
    350           "applies": false,
    351           "answer": false,
    352           "justification": "No human participants involved.",
    353           "source": "haiku"
    354         }
    355       },
    356       "cost_and_practicality": {
    357         "inference_cost_reported": {
    358           "applies": true,
    359           "answer": false,
    360           "justification": "Training costs are reported (GPU memory, throughput, total time) but inference cost or latency for deployed fine-tuned models is not reported.",
    361           "source": "haiku"
    362         },
    363         "compute_budget_stated": {
    364           "applies": true,
    365           "answer": true,
    366           "justification": "Total compute time is stated ('499.6 hours') and the cluster is fully specified: two nodes, four NVIDIA 80GB H100 GPUs each, Intel Xeon Platinum 8480+, 2TB RAM.",
    367           "source": "haiku"
    368         }
    369       }
    370     }
    371   },
    372   "claims": [
    373     {
    374       "claim": "DSS combined with full-precision fine-tuning yields the strongest overall evaluation performance on the NL-to-QueryDSL task",
    375       "evidence": "Table 3 shows full-precision FLAN-T5 Large achieves lowest evaluation loss (0.06384), lower than all LoRA and QLoRA variants tested",
    376       "supported": "strong"
    377     },
    378     {
    379       "claim": "A LoRA alpha-to-rank ratio of 4:1 provides the optimal balance of performance and computational efficiency",
    380       "evidence": "Figure 7 shows peak average performance at alpha=4×rank; Table 3 top LoRA models use rank 128/alpha 512 and rank 64/alpha 256 configurations",
    381       "supported": "moderate"
    382     },
    383     {
    384       "claim": "DSS rationale supervision consistently improves fine-tuning performance over label-only training across all model sizes and fine-tuning modalities",
    385       "evidence": "Table 4 shows DSS (α=0.5) yields lower evaluation loss than label-only (α=1.0) in all 8 tested configurations, with largest gains for smaller/more constrained models",
    386       "supported": "strong"
    387     },
    388     {
    389       "claim": "QLoRA uniquely enables fine-tuning of the largest model (FLAN-T5 XL, 2.8B parameters) within the available GPU memory budget",
    390       "evidence": "Paper states all FLAN-T5 XL runs required QLoRA due to GPU memory limits; Table 3 shows XL/QLoRA achieves competitive loss (0.06874) against FLAN-T5 Large variants",
    391       "supported": "strong"
    392     },
    393     {
    394       "claim": "LoRA and QLoRA can require more GPU memory than full-precision fine-tuning for larger model architectures",
    395       "evidence": "Figure 6 shows LoRA and QLoRA average higher GPU memory usage than full-precision for FLAN-T5 Large; paper explains this via adapter matrix overhead and dequantization costs",
    396       "supported": "strong"
    397     }
    398   ],
    399   "methodology_tags": [
    400     "benchmark-eval",
    401     "case-study"
    402   ],
    403   "key_findings": "DSS combined with full-precision fine-tuning achieves the best evaluation loss (0.06384) on the NL-to-QueryDSL task across all 86 hyperparameter configurations tested; under memory constraints, LoRA with alpha-to-rank ratio 4:1 provides the best performance-efficiency tradeoff. DSS rationale supervision consistently outperforms label-only training in all 8 ablation configurations, with the largest gains for smaller, more constrained models (FLAN-T5 Small with QLoRA: +1.6e-2 loss improvement). Counterintuitively, LoRA and QLoRA require more GPU memory than full-precision for the FLAN-T5 Large architecture due to adapter matrix overhead and implementation differences, though QLoRA remains the only viable option for FLAN-T5 XL. The findings support a deployment decision framework: choose full-precision when compute permits, LoRA when both time and memory are constrained, and QLoRA when fitting the largest feasible model within a fixed GPU budget.",
    404   "red_flags": [
    405     {
    406       "flag": "Single task evaluation",
    407       "detail": "All empirical results come from one downstream task (NL to Query DSL for OpenSearch), making the broad recommendation as 'a general guide for efficiently fine-tuning LLMs for domain-specific tasks' unsupported."
    408     },
    409     {
    410       "flag": "No statistical significance tests",
    411       "detail": "All method comparisons use raw loss values without significance testing, making it impossible to assess whether differences (e.g., 0.06384 vs 0.06870) exceed chance variation."
    412     },
    413     {
    414       "flag": "Dataset not reproducible",
    415       "detail": "The fine-tuning dataset is Controlled Unclassified Information (CUI) from DoD systems and cannot be released; no independent verification or reproduction is possible."
    416     },
    417     {
    418       "flag": "Token loss as sole performance metric",
    419       "detail": "The paper uses token-level evaluation loss rather than task-accuracy metrics (exact match, BLEU, TER); the limitations section acknowledges this but reports no task-level correctness numbers."
    420     },
    421     {
    422       "flag": "No held-out test set",
    423       "detail": "The 20% evaluation split is used both for learning rate scheduling (early stopping) and final model comparison, conflating validation and test roles and inflating apparent performance."
    424     },
    425     {
    426       "flag": "Two random seeds only for ablation",
    427       "detail": "Ablation variance reduction uses only two random seeds with no reported variance, making the reliability of small loss differences (e.g., +2.5e-4 for FLAN-T5 Base LoRA) unassessable."
    428     },
    429     {
    430       "flag": "Encoder-decoder architecture only",
    431       "detail": "All experiments use FLAN-T5 encoder-decoder models; decoder-only architectures (the prevalent production paradigm: GPT, Llama, Mistral) were not tested despite being the primary deployment target."
    432     }
    433   ],
    434   "cited_papers": [
    435     {
    436       "title": "Distilling step-by-step! Outperforming larger language models with less training data and smaller model sizes",
    437       "relevance": "Core method (DSS) used for dataset creation; the paper extends DSS to PEFT methods and a custom structured generation task"
    438     },
    439     {
    440       "title": "LoRA: Low-rank adaptation of large language models",
    441       "relevance": "One of three fine-tuning methods benchmarked; foundational PEFT approach for efficient domain adaptation"
    442     },
    443     {
    444       "title": "QLoRA: Efficient finetuning of quantized LLMs",
    445       "relevance": "Second PEFT method benchmarked; enables fine-tuning under tighter GPU memory constraints via 4-bit quantization"
    446     },
    447     {
    448       "title": "Finetuned language models are zero-shot learners (FLAN)",
    449       "relevance": "Establishes instruction-tuned T5 models as practical starting points for domain-specific generation; motivates FLAN-T5 selection"
    450     },
    451     {
    452       "title": "Exploring the limits of transfer learning with a unified text-to-text transformer (T5)",
    453       "relevance": "Architectural foundation for the student models used in all experiments"
    454     },
    455     {
    456       "title": "Parameter-efficient fine-tuning for large models: a comprehensive survey",
    457       "relevance": "Contextualizes the PEFT landscape and supports the choice of LoRA/QLoRA as representative methods"
    458     },
    459     {
    460       "title": "Chain-of-thought prompting elicits reasoning in large language models",
    461       "relevance": "Basis for the CoT prompting used to elicit rationales from the teacher model in DSS"
    462     },
    463     {
    464       "title": "Don't stop pretraining: Adapt language models to domains and tasks",
    465       "relevance": "Prior work on domain adaptation motivating the need for fine-tuning when general pre-training is insufficient"
    466     }
    467   ],
    468   "engagement_factors": {
    469     "practical_relevance": {
    470       "score": 3,
    471       "justification": "Provides a concrete decision framework with specific hyperparameter recommendations (4:1 alpha-rank ratio, method selection based on compute budget) that practitioners can apply directly."
    472     },
    473     "surprise_contrarian": {
    474       "score": 1,
    475       "justification": "The counterintuitive finding that LoRA/QLoRA can require more GPU memory than full-precision for larger models challenges common assumptions about PEFT efficiency."
    476     },
    477     "fear_safety": {
    478       "score": 0,
    479       "justification": "No AI risk or safety concerns raised; this is a practical engineering study on efficient fine-tuning for domain adaptation."
    480     },
    481     "drama_conflict": {
    482       "score": 0,
    483       "justification": "No controversy or conflict; the paper compares established methods confirmatorily without challenging community consensus."
    484     },
    485     "demo_ability": {
    486       "score": 2,
    487       "justification": "Code is publicly available on GitHub; practitioners can apply the pipeline to their own domain-specific datasets though the original CUI data cannot be used."
    488     },
    489     "brand_recognition": {
    490       "score": 1,
    491       "justification": "MIT Lincoln Laboratory is a reputable defense research institution, but this is not a major AI lab and Frontiers in AI is not a top-tier venue."
    492     }
    493   },
    494   "hn_data": {
    495     "threads": [],
    496     "top_points": 0,
    497     "total_points": 0,
    498     "total_comments": 0
    499   }
    500 }

Impressum · Datenschutz