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


      1 {
      2   "scan_version": 5,
      3   "paper_type": "empirical",
      4   "paper": {
      5     "title": "Linguistics Theory Meets LLM: Code-Switched Text Generation via Equivalence Constrained Large Language Models",
      6     "authors": [
      7       "Garry Kuwanto",
      8       "Chaitanya Agarwal",
      9       "Genta Indra Winata",
     10       "Derry Tanti Wijaya"
     11     ],
     12     "year": 2024,
     13     "venue": "arXiv.org",
     14     "arxiv_id": "2410.22660",
     15     "doi": "10.48550/arXiv.2410.22660"
     16   },
     17   "checklist": {
     18     "claims_and_evidence": {
     19       "abstract_claims_supported": {
     20         "applies": true,
     21         "answer": false,
     22         "justification": "The abstract claims 'significant improvement in quality' but Table 3 shows EZSWITCH underperforms the Baseline for Indic→English on human evaluation; improvement is not consistent across conditions. The claim of broadly improved generation overstates the evidence.",
     23         "source": "haiku"
     24       },
     25       "causal_claims_justified": {
     26         "applies": true,
     27         "answer": true,
     28         "justification": "The paper compares Baseline (no ECT), Human ECT, and EZSWITCH with ANOVA and Tukey post-hoc tests, providing a controlled comparison adequate for attributing differences to the ECT component.",
     29         "source": "haiku"
     30       },
     31       "generalization_bounded": {
     32         "applies": true,
     33         "answer": false,
     34         "justification": "The conclusion frames results as 'paving the way for scalable code-switching text generation across diverse language pairs,' but experiments cover only three Indic-English pairs with open-source models; this generalization is not bounded to the tested setting.",
     35         "source": "haiku"
     36       },
     37       "alternative_explanations_discussed": {
     38         "applies": true,
     39         "answer": false,
     40         "justification": "Section 5.3 discusses annotator L2-bias as one alternative explanation for directional asymmetry, but for the primary claim that ECT constraints drive quality improvement, no alternative explanations (e.g., prompt length effects, keyword injection effects independent of ECT) are considered.",
     41         "source": "haiku"
     42       },
     43       "proxy_outcome_distinction": {
     44         "applies": true,
     45         "answer": true,
     46         "justification": "The paper uses human 1–3 accuracy and fluency ratings as the primary outcome and explicitly distinguishes these from automatic metrics, showing correlation analyses to assess how well proxies track human judgment.",
     47         "source": "haiku"
     48       }
     49     },
     50     "limitations_and_scope": {
     51       "limitations_section_present": {
     52         "applies": true,
     53         "answer": true,
     54         "justification": "A dedicated 'Limitations' section is present at the end of the paper.",
     55         "source": "haiku"
     56       },
     57       "threats_to_validity_specific": {
     58         "applies": true,
     59         "answer": true,
     60         "justification": "Specific threats are stated: results limited to open-source models only, limited to three Indic language pairs, and annotator L2-proficiency bias for directional asymmetry is specifically named in Section 5.3.",
     61         "source": "haiku"
     62       },
     63       "scope_boundaries_stated": {
     64         "applies": true,
     65         "answer": true,
     66         "justification": "The limitations section explicitly states the study is limited to open-source models and a small set of language pairs, with plans to extend to commercial models and more languages in future work.",
     67         "source": "haiku"
     68       }
     69     },
     70     "conflicts_of_interest": {
     71       "funding_disclosed": {
     72         "applies": true,
     73         "answer": false,
     74         "justification": "No acknowledgments or funding disclosure section appears in the paper; there is no mention of any grant or institutional funding.",
     75         "source": "haiku"
     76       },
     77       "affiliations_disclosed": {
     78         "applies": true,
     79         "answer": true,
     80         "justification": "Author affiliations are listed on the first page; co-author Chaitanya Agarwal is disclosed as affiliated with Deccan AI, the same company that conducted and paid for the human evaluation.",
     81         "source": "haiku"
     82       },
     83       "funder_independent_of_outcome": {
     84         "applies": true,
     85         "answer": false,
     86         "justification": "Co-author Chaitanya Agarwal is from Deccan AI, which provided and compensated all human evaluators; the company with a direct author interest controlled the primary outcome measurement.",
     87         "source": "haiku"
     88       },
     89       "financial_interests_declared": {
     90         "applies": true,
     91         "answer": false,
     92         "justification": "No competing interests or financial interests statement appears in the paper; the connection between co-author and the annotation company is disclosed only via affiliation, not as a formal conflict declaration.",
     93         "source": "haiku"
     94       }
     95     },
     96     "scope_and_framing": {
     97       "key_terms_defined": {
     98         "applies": true,
     99         "answer": true,
    100         "justification": "Code-switching, Equivalence Constraint Theory (ECT), EZSWITCH, accuracy, and fluency are all defined in the paper with formal or operational definitions.",
    101         "source": "haiku"
    102       },
    103       "intended_contribution_clear": {
    104         "applies": true,
    105         "answer": true,
    106         "justification": "Three explicit numbered contributions are stated in the introduction: the EZSWITCH framework, the human evaluation and metric correlation study, and the CSPREF preference dataset.",
    107         "source": "haiku"
    108       },
    109       "engagement_with_prior_work": {
    110         "applies": true,
    111         "answer": true,
    112         "justification": "Section 6 situates EZSWITCH relative to ECT theory (Poplack 1980), prior ECT-based NLP approaches (Winata 2019, Pratapa 2021), NMT approaches (Gupta 2021), and evaluation benchmarks (LinCE, GLUECoS), showing how this work builds on and differs from each.",
    113         "source": "haiku"
    114       }
    115     }
    116   },
    117   "type_checklist": {
    118     "empirical": {
    119       "artifacts": {
    120         "code_released": {
    121           "applies": true,
    122           "answer": true,
    123           "justification": "Source code is released at https://github.com/gkuwanto/ezswitch as stated in the abstract footnote.",
    124           "source": "haiku"
    125         },
    126         "data_released": {
    127           "applies": true,
    128           "answer": true,
    129           "justification": "CSPREF is released on HuggingFace at garrykuwanto/cspref; input datasets (HinGE, Samanantar) are publicly available.",
    130           "source": "haiku"
    131         },
    132         "environment_specified": {
    133           "applies": true,
    134           "answer": false,
    135           "justification": "Only hardware is specified ('single NVIDIA L40 GPU with 48GB of memory'); no requirements.txt, Dockerfile, or Python version is provided.",
    136           "source": "haiku"
    137         },
    138         "reproduction_instructions": {
    139           "applies": true,
    140           "answer": false,
    141           "justification": "The pipeline is described conceptually in Section 2.3 and Algorithm 1, but no step-by-step reproduction instructions are given in the paper; users must infer workflow from the released code.",
    142           "source": "haiku"
    143         }
    144       },
    145       "statistical_methodology": {
    146         "confidence_intervals_or_error_bars": {
    147           "applies": true,
    148           "answer": false,
    149           "justification": "Main results tables (Tables 2, 3) report only mean scores without standard deviations, confidence intervals, or error bars.",
    150           "source": "haiku"
    151         },
    152         "significance_tests": {
    153           "applies": true,
    154           "answer": true,
    155           "justification": "One-way ANOVAs and Tukey post-hoc tests are conducted for all model, method, and direction comparisons (Appendix B, Tables 6–9) with p-values reported.",
    156           "source": "haiku"
    157         },
    158         "effect_sizes_reported": {
    159           "applies": true,
    160           "answer": true,
    161           "justification": "Mean differences are reported for all Tukey post-hoc comparisons (e.g., Llama3.1 vs. Aya23 accuracy mean diff = 0.1881), which serve as effect size estimates.",
    162           "source": "haiku"
    163         },
    164         "sample_size_justified": {
    165           "applies": true,
    166           "answer": false,
    167           "justification": "The 150 input sentences per language for human evaluation are not justified by power analysis or any principled sample-size reasoning.",
    168           "source": "haiku"
    169         },
    170         "variance_reported": {
    171           "applies": true,
    172           "answer": false,
    173           "justification": "Only mean scores are reported in the main results tables; standard deviations or other variance measures are absent.",
    174           "source": "haiku"
    175         }
    176       },
    177       "evaluation_design": {
    178         "baselines_included": {
    179           "applies": true,
    180           "answer": true,
    181           "justification": "Two baselines are included: a prompt-only baseline (no ECT constraints) and the Word Replacement method from Winata et al. (2019).",
    182           "source": "haiku"
    183         },
    184         "baselines_contemporary": {
    185           "applies": true,
    186           "answer": true,
    187           "justification": "The primary baseline is the same LLMs prompted without ECT constraints (contemporary), and WR from Winata 2019 is included as a historical reference point, clearly labeled.",
    188           "source": "haiku"
    189         },
    190         "ablation_study": {
    191           "applies": true,
    192           "answer": true,
    193           "justification": "The three-way comparison (Baseline / Human ECT / EZSWITCH) effectively ablates the ECT component and the quality of translations (human vs. LLM-generated) used for alignment.",
    194           "source": "haiku"
    195         },
    196         "multiple_metrics": {
    197           "applies": true,
    198           "answer": true,
    199           "justification": "Human accuracy, human fluency, COMET (L1, L2, avg), GPT-4o-mini accuracy/fluency, BLEU, and BERTScore are all used.",
    200           "source": "haiku"
    201         },
    202         "human_evaluation": {
    203           "applies": true,
    204           "answer": true,
    205           "justification": "Extensive human evaluation with 24,300 ratings from native bilingual speakers of Hindi, Tamil, and Malayalam scoring accuracy and fluency on generated code-switched sentences.",
    206           "source": "haiku"
    207         },
    208         "held_out_test_set": {
    209           "applies": false,
    210           "answer": false,
    211           "justification": "No model is trained; the paper evaluates generation quality of existing LLMs, so a train/test split is not applicable.",
    212           "source": "haiku"
    213         },
    214         "per_category_breakdown": {
    215           "applies": true,
    216           "answer": true,
    217           "justification": "Results are broken down by language pair (hi-en, ta-en, ml-en) and by translation direction (English→Indic, Indic→English) across all tables.",
    218           "source": "haiku"
    219         },
    220         "failure_cases_discussed": {
    221           "applies": true,
    222           "answer": true,
    223           "justification": "Section 5.2 explicitly discusses the failure case where EZSWITCH and Human ECT underperform Baseline for Indic→English direction, with hypotheses about why.",
    224           "source": "haiku"
    225         },
    226         "negative_results_reported": {
    227           "applies": true,
    228           "answer": true,
    229           "justification": "The paper reports that for Indic→English input, both ECT methods underperform the baseline on human evaluation (Section 5.2), and that no significant difference exists between EZSWITCH and Human ECT in many conditions (Table 8).",
    230           "source": "haiku"
    231         }
    232       },
    233       "setup_transparency": {
    234         "model_versions_specified": {
    235           "applies": true,
    236           "answer": true,
    237           "justification": "Aya23 8B (arXiv:2405.15032), Llama3 8B, and Llama3.1 8B (arXiv:2407.21783) are specified with references to their release papers.",
    238           "source": "haiku"
    239         },
    240         "prompts_provided": {
    241           "applies": true,
    242           "answer": true,
    243           "justification": "Table 10 (Appendix C) provides the full text of all four prompts used: Translate, Baseline, EZSWITCH/ECT, and GPT Eval, with placeholder conventions explained.",
    244           "source": "haiku"
    245         },
    246         "hyperparameters_reported": {
    247           "applies": true,
    248           "answer": false,
    249           "justification": "Temperature, top-p, and other generation hyperparameters are not reported anywhere in the paper.",
    250           "source": "haiku"
    251         },
    252         "scaffolding_described": {
    253           "applies": true,
    254           "answer": true,
    255           "justification": "The three-stage pipeline (translation → GIZA++ bitext alignment → constrained generation) is described in detail in Section 2.3, including the Algorithm 1 for switching point identification.",
    256           "source": "haiku"
    257         },
    258         "data_preprocessing_documented": {
    259           "applies": true,
    260           "answer": true,
    261           "justification": "Algorithm 1 documents the switching point filtering logic, and the pipeline from parallel corpus to bitext alignment to constraint extraction is described in Section 2.3.",
    262           "source": "haiku"
    263         }
    264       },
    265       "data_integrity": {
    266         "raw_data_available": {
    267           "applies": true,
    268           "answer": true,
    269           "justification": "CSPREF (human preference ratings) is released on HuggingFace; input parallel datasets (HinGE, Samanantar) are publicly available.",
    270           "source": "haiku"
    271         },
    272         "data_collection_described": {
    273           "applies": true,
    274           "answer": true,
    275           "justification": "The Ethics Statement and Section 3.6 describe the data collection: DeccanAI recruited native Indic-language speakers, tested proficiency, trained annotators on guidelines, and paid INR 110 per 18 sentences.",
    276           "source": "haiku"
    277         },
    278         "recruitment_methods_described": {
    279           "applies": true,
    280           "answer": true,
    281           "justification": "DeccanAI's crowdsourcing platform recruitment process, language proficiency testing via custom online tests, and evaluator characteristics (native speakers, proficient in English, from major Indian cities) are described in the Ethics Statement.",
    282           "source": "haiku"
    283         },
    284         "data_pipeline_documented": {
    285           "applies": true,
    286           "answer": true,
    287           "justification": "The full pipeline from parallel corpus selection → translation → GIZA++ alignment → ECT switching points → LLM generation → human evaluation is documented across Sections 2–3.",
    288           "source": "haiku"
    289         }
    290       },
    291       "contamination": {
    292         "training_cutoff_stated": {
    293           "applies": true,
    294           "answer": false,
    295           "justification": "No training data cutoffs are stated for Llama3, Llama3.1, or Aya23, despite using these models to generate translations used as silver-standard alignment inputs.",
    296           "source": "haiku"
    297         },
    298         "train_test_overlap_discussed": {
    299           "applies": true,
    300           "answer": false,
    301           "justification": "The possibility that HinGE or Samanantar parallel sentences appeared in LLM training data, which could inflate LLM translation quality and thus EZSWITCH alignment quality, is not discussed.",
    302           "source": "haiku"
    303         },
    304         "benchmark_contamination_addressed": {
    305           "applies": true,
    306           "answer": false,
    307           "justification": "The HinGE and Samanantar datasets are public and predate Llama3/Aya23 training; potential inclusion in training data is not acknowledged or addressed.",
    308           "source": "haiku"
    309         }
    310       },
    311       "human_studies": {
    312         "pre_registered": {
    313           "applies": true,
    314           "answer": false,
    315           "justification": "No pre-registration is mentioned for the human evaluation study.",
    316           "source": "haiku"
    317         },
    318         "irb_or_ethics_approval": {
    319           "applies": true,
    320           "answer": true,
    321           "justification": "The Ethics Statement explicitly states: 'All aspects of this research were reviewed and approved by the Institutional Review Board of our organization.'",
    322           "source": "haiku"
    323         },
    324         "demographics_reported": {
    325           "applies": true,
    326           "answer": false,
    327           "justification": "Only general location (major Indian cities) and language background (native Indic speakers, English-proficient) are mentioned; age, gender, and education demographics are not reported.",
    328           "source": "haiku"
    329         },
    330         "inclusion_exclusion_criteria": {
    331           "applies": true,
    332           "answer": true,
    333           "justification": "Evaluators must be native speakers of the target Indic language, proficient in English (tested via online assessments), and familiar with code-switching in daily communication.",
    334           "source": "haiku"
    335         },
    336         "randomization_described": {
    337           "applies": true,
    338           "answer": false,
    339           "justification": "A 'random sample of 150 inputs' is mentioned but no formal randomization procedure for assigning sentences to annotators or controlling order effects is described.",
    340           "source": "haiku"
    341         },
    342         "blinding_described": {
    343           "applies": false,
    344           "answer": false,
    345           "justification": "Evaluators necessarily see both the original monolingual sentences and the generated code-switched output; blinding is not applicable to this rating task.",
    346           "source": "haiku"
    347         },
    348         "attrition_reported": {
    349           "applies": true,
    350           "answer": false,
    351           "justification": "No information on evaluator attrition, dropout, or quality filtering beyond the inter-annotator agreement monitoring is reported.",
    352           "source": "haiku"
    353         }
    354       },
    355       "cost_and_practicality": {
    356         "inference_cost_reported": {
    357           "applies": true,
    358           "answer": false,
    359           "justification": "No inference latency or API cost estimates are reported; only the GPU hardware used is mentioned.",
    360           "source": "haiku"
    361         },
    362         "compute_budget_stated": {
    363           "applies": true,
    364           "answer": false,
    365           "justification": "The hardware used (NVIDIA L40 48GB) is mentioned but total compute time, GPU-hours, or budget are not stated.",
    366           "source": "haiku"
    367         }
    368       }
    369     }
    370   },
    371   "claims": [
    372     {
    373       "claim": "EZSWITCH produces more fluent and accurate code-switching sentences than baseline LLMs that receive no linguistic constraints.",
    374       "evidence": "Table 8 Tukey tests show EZSWITCH significantly outperforms Baseline on fluency for both directions (p<.001) and on accuracy for Indic→English (p=.0036), but not for English→Indic accuracy (p=.0597).",
    375       "supported": "moderate"
    376     },
    377     {
    378       "claim": "Translation direction is the strongest factor affecting code-switching quality, with Indic→English outperforming English→Indic substantially.",
    379       "evidence": "ANOVA shows Direction has F=323.13 (accuracy) and F=293.31 (fluency), the highest F-scores of any factor; Tukey test shows mean differences of 0.47 and 0.40 (Table 9, p<.001).",
    380       "supported": "strong"
    381     },
    382     {
    383       "claim": "Current automatic metrics (BLEU, COMET, BERTScore) poorly capture human judgment for code-switching, with Kendall's tau around 0.2.",
    384       "evidence": "Table 4 shows COMET_avg τ=0.246/0.290, BLEU τ=0.229/0.201, BERTScore τ~0.07–0.12 against human accuracy/fluency.",
    385       "supported": "strong"
    386     },
    387     {
    388       "claim": "GPT-4o-mini is a better proxy for human judgment than traditional metrics, achieving Kendall's tau of approximately 0.5.",
    389       "evidence": "Table 4 shows GPT4oa τ=0.558 and GPT4of τ=0.540 against human accuracy, compared to COMET_avg τ=0.246.",
    390       "supported": "strong"
    391     },
    392     {
    393       "claim": "EZSWITCH and Human ECT perform similarly, suggesting LLM-generated translations are sufficient substitutes for gold translations in identifying switching points.",
    394       "evidence": "Table 8 shows no statistically significant difference between EZSWITCH and Human ECT in any direction/metric combination (p-values 0.69–0.89).",
    395       "supported": "strong"
    396     },
    397     {
    398       "claim": "Incorporating linguistic constraints leads to more robust and human-aligned generation, paving the way for scalable code-switching across diverse language pairs.",
    399       "evidence": "The 'diverse language pairs' generalization is not tested; experiments cover only three Indic-English pairs and only open-source models.",
    400       "supported": "weak"
    401     }
    402   ],
    403   "methodology_tags": [
    404     "benchmark-eval",
    405     "qualitative"
    406   ],
    407   "key_findings": "EZSWITCH integrates Equivalence Constraint Theory with LLMs to guide code-switched text generation and achieves statistically significant fluency improvements over unconstrained baselines, particularly for English→Indic direction. However, ECT methods underperform the baseline for Indic→English translation on human evaluation, and there is no significant difference between EZSWITCH and Human ECT, suggesting LLM-generated silver translations are adequate for switching-point identification. Existing automatic metrics (BLEU, COMET, BERTScore) correlate weakly with human judgment (τ≈0.2), while GPT-4o-mini achieves τ≈0.5. The CSPREF preference dataset is released to support future code-switching evaluation research.",
    408   "red_flags": [
    409     {
    410       "flag": "Author company controls human evaluation",
    411       "detail": "Co-author Chaitanya Agarwal is affiliated with Deccan AI, which recruited, trained, and paid all human evaluators — the same company with a co-authorship interest controlled the primary outcome measurement."
    412     },
    413     {
    414       "flag": "Low inter-annotator agreement for Tamil",
    415       "detail": "Krippendorff's alpha for Tamil fluency is only 0.321 (Table 11), indicating poor reliability; results from this language pair should be treated with caution."
    416     },
    417     {
    418       "flag": "No variance in main results tables",
    419       "detail": "Tables 2 and 3 report only means; standard deviations are absent, making it impossible to assess result stability without referring to the appendix ANOVA."
    420     },
    421     {
    422       "flag": "Contamination not addressed",
    423       "detail": "HinGE and Samanantar are public pre-training candidates; no discussion of whether LLM translation quality or downstream generation benefits from memorized parallel sentences."
    424     },
    425     {
    426       "flag": "Generation hyperparameters unreported",
    427       "detail": "Temperature, top-p, and sampling settings for all three LLMs are not disclosed, preventing reproduction of exact outputs."
    428     },
    429     {
    430       "flag": "Mixed results overclaimed",
    431       "detail": "The abstract claims 'significant improvement' broadly, but EZSWITCH does not outperform the Baseline on human accuracy for English→Indic (p=.0597) and underperforms for Indic→English on human evaluation."
    432     }
    433   ],
    434   "cited_papers": [
    435     {
    436       "title": "Code-switched language models using neural based synthetic data from parallel sentences (Winata et al., 2019)",
    437       "relevance": "Direct predecessor; introduces the relaxed ECT approach this work builds on and the Word Replacement baseline."
    438     },
    439     {
    440       "title": "The decades progress on code-switching research in NLP: A systematic survey on trends and challenges (Winata et al., 2023)",
    441       "relevance": "Comprehensive survey situating this work within the broader code-switching NLP literature."
    442     },
    443     {
    444       "title": "LinCE: A centralized benchmark for linguistic code-switching evaluation (Aguilar et al., 2020)",
    445       "relevance": "Standard evaluation benchmark for code-switching NLP tasks, cited as context for evaluation standards."
    446     },
    447     {
    448       "title": "GLUECoS: An evaluation benchmark for code-switched NLP (Khanuja et al., 2020)",
    449       "relevance": "Multi-task code-switching benchmark; provides evaluation context for the field."
    450     },
    451     {
    452       "title": "Prompting multilingual large language models to generate code-mixed texts: The case of South East Asian languages (Yong et al., 2023)",
    453       "relevance": "Direct parallel work using LLMs for code-switching generation; establishes context for LLM-based approach."
    454     },
    455     {
    456       "title": "Multilingual large language models are not (yet) code-switchers (Zhang et al., 2023)",
    457       "relevance": "Establishes the motivation that current LLMs struggle with code-switching, justifying the proposed constraint-based approach."
    458     },
    459     {
    460       "title": "Training data augmentation for code-mixed translation (Gupta et al., 2021)",
    461       "relevance": "Alternative NMT-based approach to code-switching generation; key baseline comparison method."
    462     },
    463     {
    464       "title": "Sometimes I'll start a sentence in Spanish y termino en Español: toward a typology of code-switching (Poplack, 1980)",
    465       "relevance": "Foundational linguistic theory (ECT) that the entire EZSWITCH framework is built upon."
    466     }
    467   ],
    468   "engagement_factors": {
    469     "practical_relevance": {
    470       "score": 2,
    471       "justification": "Released code and dataset enable NLP practitioners working on multilingual systems to directly apply or benchmark against EZSWITCH for code-switching data generation."
    472     },
    473     "surprise_contrarian": {
    474       "score": 1,
    475       "justification": "The finding that ECT methods underperform baseline for Indic→English is somewhat counterintuitive, but the overall narrative (linguistic constraints help LLMs) is expected."
    476     },
    477     "fear_safety": {
    478       "score": 0,
    479       "justification": "No AI safety or risk concerns are raised; the work is about NLP for multilingual communities."
    480     },
    481     "drama_conflict": {
    482       "score": 1,
    483       "justification": "Challenges the reliability of standard NLP metrics (BLEU, COMET) for code-switching evaluation, which may provoke discussion in the multilingual NLP community."
    484     },
    485     "demo_ability": {
    486       "score": 2,
    487       "justification": "Code is released on GitHub and dataset on HuggingFace, making it straightforward for researchers to try EZSWITCH on their own language pairs."
    488     },
    489     "brand_recognition": {
    490       "score": 1,
    491       "justification": "Authors are from Boston University, Capital One, and Monash University; no top-tier lab affiliation, though Genta Winata is a recognized name in code-switching research."
    492     }
    493   },
    494   "hn_data": {
    495     "threads": [
    496       {
    497         "hn_id": "45783187",
    498         "title": "Agentic AI Home Energy Management System: Residential Load Scheduling",
    499         "points": 2,
    500         "comments": 2,
    501         "url": "https://news.ycombinator.com/item?id=45783187",
    502         "created_at": "2025-11-01T16:52:33Z"
    503       }
    504     ],
    505     "top_points": 2,
    506     "total_points": 2,
    507     "total_comments": 2
    508   }
    509 }

Impressum · Datenschutz