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


      1 {
      2   "scan_version": 5,
      3   "paper_type": "empirical",
      4   "paper": {
      5     "title": "LLM-Align: Utilizing Large Language Models for Entity Alignment in Knowledge Graphs",
      6     "authors": [
      7       "Xuan Chen",
      8       "Tongyu Lu",
      9       "Zhichun Wang"
     10     ],
     11     "year": 2024,
     12     "venue": "Data Intelligence",
     13     "arxiv_id": "2412.04690",
     14     "doi": "10.48550/arXiv.2412.04690"
     15   },
     16   "checklist": {
     17     "claims_and_evidence": {
     18       "abstract_claims_supported": {
     19         "applies": true,
     20         "answer": true,
     21         "justification": "The abstract claims state-of-the-art performance; Table 2 shows LLM-Align(DERA-R-Qwen32B) achieves 98.3/97.6/99.5% Hits@1 on ZH-EN/JA-EN/FR-EN, the highest in the comparison table.",
     22         "source": "haiku"
     23       },
     24       "causal_claims_justified": {
     25         "applies": true,
     26         "answer": true,
     27         "justification": "Causal claims about each module (AR, RR, MV) are supported by ablation studies in Table 3 that isolate each component via controlled removal.",
     28         "source": "haiku"
     29       },
     30       "generalization_bounded": {
     31         "applies": true,
     32         "answer": false,
     33         "justification": "The conclusion broadly claims the approach 'effectively enhances EA results of existing models' but all experiments use a single benchmark (DBP15K, three cross-lingual subsets derived from the same DBpedia source) with no discussion of scope limits.",
     34         "source": "haiku"
     35       },
     36       "alternative_explanations_discussed": {
     37         "applies": true,
     38         "answer": false,
     39         "justification": "The paper does not consider alternative explanations for improvements — e.g., that gains may stem from Qwen's memorization of DBpedia entity pairs rather than the proposed framework's design.",
     40         "source": "haiku"
     41       },
     42       "proxy_outcome_distinction": {
     43         "applies": true,
     44         "answer": true,
     45         "justification": "Hits@1 directly measures whether the correct entity is identified as the top-1 prediction, which matches the stated goal of entity alignment exactly; no proxy gap exists.",
     46         "source": "haiku"
     47       }
     48     },
     49     "limitations_and_scope": {
     50       "limitations_section_present": {
     51         "applies": true,
     52         "answer": false,
     53         "justification": "There is no dedicated limitations or threats-to-validity section; the conclusion briefly notes the method requires a base EA model but does not constitute a formal limitations section.",
     54         "source": "haiku"
     55       },
     56       "threats_to_validity_specific": {
     57         "applies": true,
     58         "answer": false,
     59         "justification": "No specific threats to validity are discussed; the benchmark contamination risk (DBpedia data in Qwen training corpora) and single-benchmark evaluation are not addressed.",
     60         "source": "haiku"
     61       },
     62       "scope_boundaries_stated": {
     63         "applies": true,
     64         "answer": false,
     65         "justification": "The paper does not state what the results do not show — for instance, no claim is bounded to cross-lingual English-X settings or to scenarios where a strong base model is available.",
     66         "source": "haiku"
     67       }
     68     },
     69     "conflicts_of_interest": {
     70       "funding_disclosed": {
     71         "applies": true,
     72         "answer": true,
     73         "justification": "The acknowledgment section states the work was supported by the National Natural Science Foundation of China (No. 62276026).",
     74         "source": "haiku"
     75       },
     76       "affiliations_disclosed": {
     77         "applies": true,
     78         "answer": true,
     79         "justification": "All authors are affiliated with Beijing Normal University, School of Artificial Intelligence, which is clearly disclosed on the title page.",
     80         "source": "haiku"
     81       },
     82       "funder_independent_of_outcome": {
     83         "applies": true,
     84         "answer": true,
     85         "justification": "The funder (NSFC) is a government science foundation independent of Alibaba (Qwen models) or the other third-party baselines evaluated.",
     86         "source": "haiku"
     87       },
     88       "financial_interests_declared": {
     89         "applies": true,
     90         "answer": false,
     91         "justification": "No competing interests or financial interests statement is present anywhere in the paper.",
     92         "source": "haiku"
     93       }
     94     },
     95     "scope_and_framing": {
     96       "key_terms_defined": {
     97         "applies": true,
     98         "answer": true,
     99         "justification": "Section 3 formally defines Knowledge Graphs and Entity Alignment with mathematical notation; LLM is widely understood and contextually clear.",
    100         "source": "haiku"
    101       },
    102       "intended_contribution_clear": {
    103         "applies": true,
    104         "answer": true,
    105         "justification": "The introduction enumerates four explicit bullet-point contributions covering the framework, heuristic selection, voting mechanism, and experimental validation.",
    106         "source": "haiku"
    107       },
    108       "engagement_with_prior_work": {
    109         "applies": true,
    110         "answer": true,
    111         "justification": "Section 2 systematically reviews translation-based, GNN-based, PLM-based, and LLM-based EA methods, explicitly positioning LLM-Align relative to LLMEA and ChatEA.",
    112         "source": "haiku"
    113       }
    114     }
    115   },
    116   "type_checklist": {
    117     "empirical": {
    118       "artifacts": {
    119         "code_released": {
    120           "applies": true,
    121           "answer": false,
    122           "justification": "No code repository or release is mentioned anywhere in the paper.",
    123           "source": "haiku"
    124         },
    125         "data_released": {
    126           "applies": true,
    127           "answer": true,
    128           "justification": "DBP15K is a standard publicly available benchmark dataset used unmodified.",
    129           "source": "haiku"
    130         },
    131         "environment_specified": {
    132           "applies": true,
    133           "answer": false,
    134           "justification": "The paper mentions using vLLM on a single 80G GPU but provides no requirements file, version list, or Dockerfile.",
    135           "source": "haiku"
    136         },
    137         "reproduction_instructions": {
    138           "applies": true,
    139           "answer": false,
    140           "justification": "No step-by-step reproduction instructions are provided; the methodology description is conceptual without runnable specifics.",
    141           "source": "haiku"
    142         }
    143       },
    144       "statistical_methodology": {
    145         "confidence_intervals_or_error_bars": {
    146           "applies": true,
    147           "answer": false,
    148           "justification": "No confidence intervals or error bars are reported for any results, including the main Table 2 comparison.",
    149           "source": "haiku"
    150         },
    151         "significance_tests": {
    152           "applies": true,
    153           "answer": false,
    154           "justification": "No statistical significance tests are applied to comparative claims between LLM-Align and baselines.",
    155           "source": "haiku"
    156         },
    157         "effect_sizes_reported": {
    158           "applies": true,
    159           "answer": true,
    160           "justification": "Percentage point improvements over base models are explicitly reported (e.g., '+32.9%, +34.0%, +37.3% Hits@1 over GCN-Align'), providing interpretable effect sizes.",
    161           "source": "haiku"
    162         },
    163         "sample_size_justified": {
    164           "applies": true,
    165           "answer": false,
    166           "justification": "The 300- and 500-sample subsets used in scaling experiments are not justified with power analysis or statistical rationale.",
    167           "source": "haiku"
    168         },
    169         "variance_reported": {
    170           "applies": true,
    171           "answer": false,
    172           "justification": "Some experiments are repeated three times but only averages are reported; no standard deviation or variance is given.",
    173           "source": "haiku"
    174         }
    175       },
    176       "evaluation_design": {
    177         "baselines_included": {
    178           "applies": true,
    179           "answer": true,
    180           "justification": "Eight baselines are included: GCN-Align, TEA, BERT-INT, HMAN, AttrGNN, DERA, DERA-R, LLMEA, and ChatEA.",
    181           "source": "haiku"
    182         },
    183         "baselines_contemporary": {
    184           "applies": true,
    185           "answer": true,
    186           "justification": "Includes 2024 methods (DERA, LLMEA arXiv:2401.16960, ChatEA arXiv:2402.15048) that are state-of-the-art contemporaries.",
    187           "source": "haiku"
    188         },
    189         "ablation_study": {
    190           "applies": true,
    191           "answer": true,
    192           "justification": "Table 3 presents a full ablation across all combinations of AR, RR, and MV modules for both 14B and 32B models on all three datasets.",
    193           "source": "haiku"
    194         },
    195         "multiple_metrics": {
    196           "applies": true,
    197           "answer": false,
    198           "justification": "Only Hits@1 is reported for LLM-Align; the paper justifies not reporting Hits@10 since LLM-Align outputs a single prediction, but this still leaves a single-metric evaluation.",
    199           "source": "haiku"
    200         },
    201         "human_evaluation": {
    202           "applies": false,
    203           "answer": false,
    204           "justification": "Entity alignment on standard KG benchmarks does not require human evaluation of system outputs.",
    205           "source": "haiku"
    206         },
    207         "held_out_test_set": {
    208           "applies": true,
    209           "answer": true,
    210           "justification": "DBP15K has standard train/validation/test splits; results are reported on the held-out test set.",
    211           "source": "haiku"
    212         },
    213         "per_category_breakdown": {
    214           "applies": true,
    215           "answer": true,
    216           "justification": "Results are broken down across all three language pairs (ZH-EN, JA-EN, FR-EN) and further by entity difficulty level (high vs. low) in Section 5.5.",
    217           "source": "haiku"
    218         },
    219         "failure_cases_discussed": {
    220           "applies": true,
    221           "answer": true,
    222           "justification": "Section 5.6 discusses failure cases where entities with similar names cause the 32B model to err while the 14B model accidentally succeeds.",
    223           "source": "haiku"
    224         },
    225         "negative_results_reported": {
    226           "applies": true,
    227           "answer": true,
    228           "justification": "Section 5.6 explicitly reports that the 32B model performs equal to or worse than the 14B model on FR-EN for candidate sizes of 20, 40, and 50, which is a genuine negative result.",
    229           "source": "haiku"
    230         }
    231       },
    232       "setup_transparency": {
    233         "model_versions_specified": {
    234           "applies": true,
    235           "answer": true,
    236           "justification": "Qwen1.5-14B-Chat and Qwen1.5-32B-Chat are named explicitly; DERA-R and GCN-Align are cited with arXiv references.",
    237           "source": "haiku"
    238         },
    239         "prompts_provided": {
    240           "applies": true,
    241           "answer": true,
    242           "justification": "Figure 2 shows concrete example prompts for knowledge-driven, attribute-aware, and relation-aware reasoning with actual entity examples.",
    243           "source": "haiku"
    244         },
    245         "hyperparameters_reported": {
    246           "applies": true,
    247           "answer": false,
    248           "justification": "No generation hyperparameters (temperature, top-p, number of voting rounds n, top-k attributes/relations) are specified in the paper.",
    249           "source": "haiku"
    250         },
    251         "scaffolding_described": {
    252           "applies": true,
    253           "answer": true,
    254           "justification": "The three-stage pipeline (candidate selection → attribute reasoning → relation reasoning) with multi-round voting is described in detail in Section 4.",
    255           "source": "haiku"
    256         },
    257         "data_preprocessing_documented": {
    258           "applies": true,
    259           "answer": true,
    260           "justification": "The identifiability metrics for attribute and relation selection (Equations 1–6) fully document the preprocessing applied to entity triples before LLM input.",
    261           "source": "haiku"
    262         }
    263       },
    264       "data_integrity": {
    265         "raw_data_available": {
    266           "applies": true,
    267           "answer": true,
    268           "justification": "DBP15K is a publicly available standard benchmark; the underlying data can be independently obtained.",
    269           "source": "haiku"
    270         },
    271         "data_collection_described": {
    272           "applies": true,
    273           "answer": true,
    274           "justification": "Section 5.1.1 describes DBP15K's provenance (DBpedia multilingual inter-language links), statistics (Table 1), and the three dataset subsets.",
    275           "source": "haiku"
    276         },
    277         "recruitment_methods_described": {
    278           "applies": false,
    279           "answer": false,
    280           "justification": "No human participants are involved; standard benchmark data is used.",
    281           "source": "haiku"
    282         },
    283         "data_pipeline_documented": {
    284           "applies": true,
    285           "answer": true,
    286           "justification": "The pipeline from candidate alignment selection through attribute/relation filtering to LLM inference is fully documented in Section 4.",
    287           "source": "haiku"
    288         }
    289       },
    290       "contamination": {
    291         "training_cutoff_stated": {
    292           "applies": true,
    293           "answer": false,
    294           "justification": "The Qwen1.5 training data cutoff is not stated in this paper; the cited Qwen technical report is referenced but its cutoff date is not extracted or discussed.",
    295           "source": "haiku"
    296         },
    297         "train_test_overlap_discussed": {
    298           "applies": true,
    299           "answer": false,
    300           "justification": "The paper does not discuss whether Qwen models were trained on DBpedia data (which is a major web resource and almost certainly present in LLM training corpora), which could trivially leak test labels.",
    301           "source": "haiku"
    302         },
    303         "benchmark_contamination_addressed": {
    304           "applies": true,
    305           "answer": false,
    306           "justification": "DBP15K was published in 2017 and all entity alignments are derived from public DBpedia inter-language links; Qwen (trained 2023) almost certainly encountered these pairs, but contamination is never discussed.",
    307           "source": "haiku"
    308         }
    309       },
    310       "human_studies": {
    311         "pre_registered": {
    312           "applies": false,
    313           "answer": false,
    314           "justification": "No human participants involved.",
    315           "source": "haiku"
    316         },
    317         "irb_or_ethics_approval": {
    318           "applies": false,
    319           "answer": false,
    320           "justification": "No human participants involved.",
    321           "source": "haiku"
    322         },
    323         "demographics_reported": {
    324           "applies": false,
    325           "answer": false,
    326           "justification": "No human participants involved.",
    327           "source": "haiku"
    328         },
    329         "inclusion_exclusion_criteria": {
    330           "applies": false,
    331           "answer": false,
    332           "justification": "No human participants involved.",
    333           "source": "haiku"
    334         },
    335         "randomization_described": {
    336           "applies": false,
    337           "answer": false,
    338           "justification": "No human participants involved.",
    339           "source": "haiku"
    340         },
    341         "blinding_described": {
    342           "applies": false,
    343           "answer": false,
    344           "justification": "No human participants involved.",
    345           "source": "haiku"
    346         },
    347         "attrition_reported": {
    348           "applies": false,
    349           "answer": false,
    350           "justification": "No human participants involved.",
    351           "source": "haiku"
    352         }
    353       },
    354       "cost_and_practicality": {
    355         "inference_cost_reported": {
    356           "applies": true,
    357           "answer": false,
    358           "justification": "Only hardware is mentioned (single 80G GPU via vLLM); no inference latency, throughput, or cost per alignment is reported.",
    359           "source": "haiku"
    360         },
    361         "compute_budget_stated": {
    362           "applies": true,
    363           "answer": false,
    364           "justification": "Total compute budget for experiments is not reported.",
    365           "source": "haiku"
    366         }
    367       }
    368     }
    369   },
    370   "claims": [
    371     {
    372       "claim": "LLM-Align achieves state-of-the-art Hits@1 performance on DBP15K across all three cross-lingual pairs when combined with DERA-R.",
    373       "evidence": "Table 2: DERA-R+Qwen32B achieves 98.3/97.6/99.5% on ZH-EN/JA-EN/FR-EN, exceeding all baselines including DERA (96.8/96.7/98.9%).",
    374       "supported": "strong"
    375     },
    376     {
    377       "claim": "The multi-round voting mechanism meaningfully reduces errors from positional bias and hallucination.",
    378       "evidence": "Table 3: Removing MV drops Hits@1 by avg 4.3% (14B) and 1.2% (32B); Section 5.4 shows reversed candidate order degrades performance substantially.",
    379       "supported": "moderate"
    380     },
    381     {
    382       "claim": "Attribute-based reasoning is more critical for smaller LLMs than larger ones.",
    383       "evidence": "Table 3: Removing AR drops 14B performance by 16.1/15.3/14.0% vs only 11.1/11.1/2.2% for 32B model.",
    384       "supported": "moderate"
    385     },
    386     {
    387       "claim": "LLM performance on entity alignment scales positively with model size from 1.5B to 32B.",
    388       "evidence": "Figure 4 shows monotonic improvement in Hits@1 across ZH-EN/JA-EN/FR-EN as model size increases; 1.5B performs near random (~9%).",
    389       "supported": "strong"
    390     },
    391     {
    392       "claim": "LLM-Align can significantly boost weaker base models (GCN-Align) by over 30 percentage points.",
    393       "evidence": "Table 2: GCN-Align baseline Hits@1 of 42-44.5% rises to 76.9-81.2% with LLM-Align+Qwen32B, reported as +34.9/34.7/38.0% improvements.",
    394       "supported": "strong"
    395     },
    396     {
    397       "claim": "Candidate entity order (similarity-ranked vs random vs reversed) significantly affects final alignment accuracy.",
    398       "evidence": "Figure 3 shows ordered > random > reversed for both 14B and 32B models on knowledge-driven and attribute-aware prompts.",
    399       "supported": "moderate"
    400     }
    401   ],
    402   "methodology_tags": [
    403     "benchmark-eval"
    404   ],
    405   "key_findings": "LLM-Align is a three-stage entity alignment framework that uses existing embedding models for candidate selection, then applies LLM reasoning with heuristic attribute/relation selection and a multi-round voting mechanism. When paired with the strong DERA-R base model, it achieves 98.3/97.6/99.5% Hits@1 on DBP15K ZH-EN/JA-EN/FR-EN, setting new state-of-the-art results. Ablation studies confirm all three modules contribute, with attribute-based reasoning most critical for smaller models (14B). A significant unaddressed threat is benchmark contamination: DBP15K entity pairs are derived from public DBpedia inter-language links likely present in Qwen's training data.",
    406   "red_flags": [
    407     {
    408       "flag": "Contamination unaddressed",
    409       "detail": "DBP15K is derived from DBpedia (2017), a major public web resource. Qwen1.5 was trained in 2023 and almost certainly ingested DBpedia data, potentially memorizing entity alignments. The paper never discusses this risk, which could substantially inflate reported improvements."
    410     },
    411     {
    412       "flag": "Single benchmark",
    413       "detail": "All experiments use DBP15K only — three cross-lingual subsets from a single DBpedia-derived benchmark. No evaluation on other EA datasets (e.g., SRPRS, DWY100K) limits generalization claims."
    414     },
    415     {
    416       "flag": "No statistical tests or error bars",
    417       "detail": "Main results in Table 2 report point estimates with no variance, confidence intervals, or significance tests, making it impossible to assess whether improvements are statistically reliable."
    418     },
    419     {
    420       "flag": "No code release",
    421       "detail": "No code, models, or reproduction artifacts are released, making independent verification of the heuristic selection and voting mechanism impossible."
    422     },
    423     {
    424       "flag": "Hyperparameters not specified",
    425       "detail": "Key hyperparameters including number of voting rounds (n), top-k for attribute/relation selection, and LLM generation settings (temperature, top-p) are not reported."
    426     },
    427     {
    428       "flag": "SOTA claim conditioned on strong base model",
    429       "detail": "SOTA is only achieved when paired with DERA-R; with the weaker GCN-Align base, LLM-Align reaches only 77-81% Hits@1, far below other methods in the comparison table."
    430     }
    431   ],
    432   "cited_papers": [
    433     {
    434       "title": "DERA: Dense Entity Retrieval for Entity Alignment in Knowledge Graphs",
    435       "relevance": "Base candidate selection model used in main experiments; direct predecessor to LLM-Align."
    436     },
    437     {
    438       "title": "Unlocking the Power of Large Language Models for Entity Alignment (ChatEA)",
    439       "relevance": "Most closely related prior LLM-based EA method; directly compared baseline."
    440     },
    441     {
    442       "title": "Two Heads Are Better Than One: Integrating Knowledge from KGs and LLMs for Entity Alignment (LLMEA)",
    443       "relevance": "Other primary LLM-based EA baseline; compared directly in Table 2."
    444     },
    445     {
    446       "title": "Cross-lingual Entity Alignment via Joint Attribute-Preserving Embedding (JAPE/DBP15K)",
    447       "relevance": "Source of the DBP15K benchmark used in all experiments."
    448     },
    449     {
    450       "title": "BERT-INT: A BERT-based Interaction Model for Knowledge Graph Alignment",
    451       "relevance": "Strong PLM-based baseline representing the prior generation of EA methods."
    452     },
    453     {
    454       "title": "From Alignment to Entailment: A Unified Textual Entailment Framework for Entity Alignment (TEA)",
    455       "relevance": "State-of-the-art PLM-based EA baseline achieving 94.1/94.1/98.7% on the same datasets."
    456     },
    457     {
    458       "title": "Exploring and Evaluating Attributes, Values, and Structures for Entity Alignment (AttrGNN)",
    459       "relevance": "Representative attribute-aware GNN baseline for comparison."
    460     },
    461     {
    462       "title": "Cross-lingual Knowledge Graph Alignment via Graph Convolutional Networks (GCN-Align)",
    463       "relevance": "Second base model for candidate selection used in ablation and main experiments."
    464     }
    465   ],
    466   "engagement_factors": {
    467     "practical_relevance": {
    468       "score": 2,
    469       "justification": "Entity alignment is a real knowledge engineering task, but the method requires an 80G GPU and 14B+ parameter models, limiting practical deployment."
    470     },
    471     "surprise_contrarian": {
    472       "score": 1,
    473       "justification": "The finding that larger LLMs don't always outperform smaller ones (32B < 14B on FR-EN at large candidate sets) is mildly surprising."
    474     },
    475     "fear_safety": {
    476       "score": 0,
    477       "justification": "No AI safety or risk concerns raised."
    478     },
    479     "drama_conflict": {
    480       "score": 0,
    481       "justification": "Incremental technical paper with no controversy."
    482     },
    483     "demo_ability": {
    484       "score": 1,
    485       "justification": "Qwen models are publicly accessible but no code or demo is released, requiring substantial reimplementation effort."
    486     },
    487     "brand_recognition": {
    488       "score": 0,
    489       "justification": "Beijing Normal University is not a prominent AI lab; Qwen is used but not the authors' work."
    490     }
    491   },
    492   "hn_data": {
    493     "threads": [
    494       {
    495         "hn_id": "42100564",
    496         "title": "The Multiple Dimensions of Spuriousness in Machine Learning",
    497         "points": 5,
    498         "comments": 1,
    499         "url": "https://news.ycombinator.com/item?id=42100564"
    500       },
    501       {
    502         "hn_id": "42487268",
    503         "title": "Specification-Driven Code Translation Powered by LLMs: How Far Are We?",
    504         "points": 4,
    505         "comments": 0,
    506         "url": "https://news.ycombinator.com/item?id=42487268"
    507       },
    508       {
    509         "hn_id": "39425311",
    510         "title": "The possibility of panspermia in the deep cosmos by means of the dust grains",
    511         "points": 4,
    512         "comments": 0,
    513         "url": "https://news.ycombinator.com/item?id=39425311"
    514       },
    515       {
    516         "hn_id": "44176778",
    517         "title": "Google Scholar is Manipulatable (2024)",
    518         "points": 3,
    519         "comments": 0,
    520         "url": "https://news.ycombinator.com/item?id=44176778"
    521       },
    522       {
    523         "hn_id": "41839824",
    524         "title": "Knowledge Graph Based Agent for Complex, Knowledge-Intensive QA in Medicine",
    525         "points": 3,
    526         "comments": 0,
    527         "url": "https://news.ycombinator.com/item?id=41839824"
    528       },
    529       {
    530         "hn_id": "38675251",
    531         "title": "Perseus: Removing Energy Bloat from Large Model Training",
    532         "points": 2,
    533         "comments": 1,
    534         "url": "https://news.ycombinator.com/item?id=38675251"
    535       },
    536       {
    537         "hn_id": "44021075",
    538         "title": "Google Scholar Is Manipulatable",
    539         "points": 2,
    540         "comments": 0,
    541         "url": "https://news.ycombinator.com/item?id=44021075"
    542       },
    543       {
    544         "hn_id": "39387834",
    545         "title": "Google Scholar Is Manipulatable",
    546         "points": 2,
    547         "comments": 0,
    548         "url": "https://news.ycombinator.com/item?id=39387834"
    549       },
    550       {
    551         "hn_id": "39380575",
    552         "title": "If Turing played piano with an artificial partner",
    553         "points": 2,
    554         "comments": 0,
    555         "url": "https://news.ycombinator.com/item?id=39380575"
    556       },
    557       {
    558         "hn_id": "45276256",
    559         "title": "Show HN: CodeWords – Build automations by chatting with AI",
    560         "points": 1,
    561         "comments": 0,
    562         "url": "https://news.ycombinator.com/item?id=45276256"
    563       }
    564     ],
    565     "top_points": 5,
    566     "total_points": 28,
    567     "total_comments": 2
    568   }
    569 }

Impressum · Datenschutz