git404hub

what is logos-sie fr?

twinsimlabs/logos-sie — explained in plain English

Analysis updated 2026-05-18

0Audience · researcherComplexity · 2/5LicenseSetup · easy

tl;dr

A synthetic benchmark dataset modeling how facts turn into imperfect observations and beliefs, for research on truth discovery and retrieval.

vibe map

mindmap
  root((repo))
    What it does
      Models fact formation
      Tracks belief chains
      Simulates source trust
    Tech stack
      JSON files
      Knowledge graph
    Use cases
      Study truth discovery
      Test trust estimation
      Benchmark RAG systems
    Audience
      IR researchers
      Knowledge graph teams

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Benchmark truth discovery or trust estimation algorithms against a controlled synthetic dataset.

VIBE 2

Study multi-hop reasoning by tracing beliefs back through observations to ground-truth facts.

VIBE 3

Evaluate retrieval-augmented generation systems on data with known source reliability.

what's the stack?

JSONKnowledge Graph

how it stacks up fr

twinsimlabs/logos-sie0verflowme/alarm-clock0xhassaan/nn-from-scratch
Stars00
LanguageCSSPython
Last pushed2022-10-03
MaintenanceDormant
Setup difficultyeasyeasymoderate
Complexity2/52/54/5
Audienceresearchervibe coderdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

It's a downloadable dataset of JSON files, not a program to install.

in plain english

LOGOS-SIE is a synthetic dataset built for researchers studying how information spreads and gets distorted, rather than a piece of software you run. It models an entire made up world where events happen, sources observe those events imperfectly, and beliefs form based on those imperfect observations. The key idea is that it separates reality, observation, and belief into distinct layers, instead of just giving researchers a final set of facts the way most datasets do. The current release contains 1,000 entities, 5,000 facts, 100 information sources grouped into 3 communities, and half a million observations and beliefs generated from them. Each source has its own reliability profile, meaning some sources report things more accurately than others, and sources within the same community tend to share similar reliability patterns. Every belief in the dataset can be traced back through the observation and fact that produced it, which lets researchers study things like truth discovery, trust estimation, and multi hop reasoning across a chain of evidence. The dataset ships as a set of JSON files covering the ground truth world, the sources, their community groupings, the observations, and the resulting beliefs, plus supporting reports including a structural graph analysis and a full technical whitepaper. It is meant to support research areas like retrieval augmented generation, knowledge graph analytics, source attribution, and belief aggregation. This is version 0.1, and the authors list a roadmap of planned additions including natural language document generation, deliberately contradictory narratives, and an evaluation framework with baseline models for trust aware retrieval. The dataset is released under the CC BY 4.0 license, and a companion Kaggle listing and future generator and benchmark repositories are referenced as forthcoming.

prompts (copy fr)

prompt 1
Explain the difference between the Reality, Observation, and Belief layers in this dataset.
prompt 2
Show me how to load knowledge_base.json and observations.json to trace a belief back to its source.
prompt 3
Help me design a truth discovery experiment using this dataset's source reliability profiles.
prompt 4
Summarize what research applications this synthetic information ecosystem is meant for.

Frequently asked questions

what is logos-sie fr?

A synthetic benchmark dataset modeling how facts turn into imperfect observations and beliefs, for research on truth discovery and retrieval.

How hard is logos-sie to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is logos-sie for?

Mainly researcher.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.