Schema

A formal description of the domain: types of entities, their properties, and relationships.
{
    "entity_types": {
        "div1": {
            "data_fields": [
                "div1_content",
                "div1_type"
            ]
        },
        "div2": {
            "data_fields": [
                "div2_content",
                "div2_type"
            ]
        },
        "div3": {
            "data_fields": [
                "div3_type",
                "div3_content"
            ]
        },
        "place": {
            "data_fields": [
                "place_geograficarea",
                "place_type",
                "place_itreg",
                "place_itcity",
                "place_othreg",
                "place_othcity",
                "place_content",
                "place_imaginary"
            ]
        },
        "title": {
            "data_fields": [
                "title_type"
            ]
        },
        "person": {
            "data_fields": [
                "person_content",
                "person_religion",
                "person_sexorientation",
                "person_origin",
                "person_role",
                "person_age",
                "person_sex",
                "person_type",
                "person_condition",
                "person_brigata",
                "person_estate",
                "person_status"
            ]
        },
        "trailer": {
            "data_fields": [
                "trailer_content"
            ]
        },
        "argument": {
            "data_fields": []
        },
        "epilogue": {
            "data_fields": [
                "epilogue_content"
            ]
        },
        "fileDesc": {
            "data_fields": [
                "fileDesc_content"
            ]
        },
        "prologue": {
            "data_fields": [
                "prologue_content"
            ]
        }
    },
    "data_fields": {
        "div1_type": {
            "type": "categorical"
        },
        "div2_type": {
            "type": "categorical"
        },
        "div3_type": {
            "type": "categorical"
        },
        "person_age": {
            "type": "categorical"
        },
        "person_sex": {
            "type": "categorical"
        },
        "place_type": {
            "type": "categorical"
        },
        "title_type": {
            "type": "categorical"
        },
        "person_role": {
            "type": "text"
        },
        "person_type": {
            "type": "categorical"
        },
        "place_itreg": {
            "type": "categorical"
        },
        "div1_content": {
            "type": "text"
        },
        "div2_content": {
            "type": "text"
        },
        "div3_content": {
            "type": "text"
        },
        "place_itcity": {
            "type": "categorical"
        },
        "place_othreg": {
            "type": "text"
        },
        "person_estate": {
            "type": "categorical"
        },
        "person_origin": {
            "type": "text"
        },
        "person_status": {
            "type": "categorical"
        },
        "place_content": {
            "type": "text"
        },
        "place_othcity": {
            "type": "categorical"
        },
        "person_brigata": {
            "type": "categorical"
        },
        "person_content": {
            "type": "text"
        },
        "person_religion": {
            "type": "categorical"
        },
        "place_imaginary": {
            "type": "categorical"
        },
        "trailer_content": {
            "type": "text"
        },
        "epilogue_content": {
            "type": "text"
        },
        "fileDesc_content": {
            "type": "text"
        },
        "person_condition": {
            "type": "categorical"
        },
        "prologue_content": {
            "type": "text"
        },
        "place_geograficarea": {
            "type": "categorical"
        },
        "person_sexorientation": {
            "type": "categorical"
        }
    },
    "relationship_fields": {
        "son": {
            "source_entity_type": "person",
            "target_entity_type": "person"
        },
        "aunt": {
            "source_entity_type": "person",
            "target_entity_type": "person"
        },
        "ward": {
            "source_entity_type": "person",
            "target_entity_type": "person"
        },
        "wife": {
            "source_entity_type": "person",
            "target_entity_type": "person"
        },
        "lover": {
            "source_entity_type": "person",
            "target_entity_type": "person"
        },
        "niece": {
            "source_entity_type": "person",
            "target_entity_type": "person"
        },
        "uncle": {
            "source_entity_type": "person",
            "target_entity_type": "person"
        },
        "around": {
            "source_entity_type": "place",
            "target_entity_type": "place"
        },
        "cousin": {
            "source_entity_type": "person",
            "target_entity_type": "person"
        },
        "family": {
            "source_entity_type": "person",
            "target_entity_type": "person"
        },
        "father": {
            "source_entity_type": "person",
            "target_entity_type": "person"
        },
        "friend": {
            "source_entity_type": "person",
            "target_entity_type": "person"
        },
        "inside": {
            "source_entity_type": "place",
            "target_entity_type": "place"
        },
        "mother": {
            "source_entity_type": "person",
            "target_entity_type": "person"
        },
        "nephew": {
            "source_entity_type": "person",
            "target_entity_type": "person"
        },
        "sister": {
            "source_entity_type": "person",
            "target_entity_type": "person"
        },
        "brother": {
            "source_entity_type": "person",
            "target_entity_type": "person"
        },
        "closeto": {
            "source_entity_type": "place",
            "target_entity_type": "place"
        },
        "husband": {
            "source_entity_type": "person",
            "target_entity_type": "person"
        },
        "servant": {
            "source_entity_type": "person",
            "target_entity_type": "person"
        },
        "daughter": {
            "source_entity_type": "person",
            "target_entity_type": "person"
        },
        "div2_who": {
            "source_entity_type": "div2",
            "target_entity_type": "person"
        },
        "div3_who": {
            "source_entity_type": "div3",
            "target_entity_type": "person"
        },
        "grandson": {
            "source_entity_type": "person",
            "target_entity_type": "person"
        },
        "guardian": {
            "source_entity_type": "person",
            "target_entity_type": "person"
        },
        "murderer": {
            "source_entity_type": "person",
            "target_entity_type": "person"
        },
        "relative": {
            "source_entity_type": "person",
            "target_entity_type": "person"
        },
        "div1_ruler": {
            "source_entity_type": "div1",
            "target_entity_type": "person"
        },
        "grandfather": {
            "source_entity_type": "person",
            "target_entity_type": "person"
        },
        "grandmother": {
            "source_entity_type": "person",
            "target_entity_type": "person"
        },
        "argument_who": {
            "source_entity_type": "argument",
            "target_entity_type": "person"
        },
        "epilogue_who": {
            "source_entity_type": "epilogue",
            "target_entity_type": "person"
        },
        "prologue_who": {
            "source_entity_type": "prologue",
            "target_entity_type": "person"
        },
        "granddaughter": {
            "source_entity_type": "person",
            "target_entity_type": "person"
        }
    }
}
	      

StarCoder model

The AI model generated according to the schema.

Browse by entity-type

Explore the data by viewing particular entities and following their relationships to others.

Topic model

Word clouds trained on the entities and their properties.

Psychometric categories

How strongly different parts of the data use words indicative of particular psychological properties, according to the LIWC lexicon.

Dynamic plots

Choose a baseline property and see how other properties vary with respect to it.

StarCoder bottlenecks

Visualize the similarity between entities according to how the Starcoder model encodes them.