@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sl:    <http://www.semanlink.net/2001/00/semanlink-schema#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix tag:   <http://www.semanlink.net/tag/> .
@prefix foaf:  <http://xmlns.com/foaf/0.1/> .
@prefix dc:    <http://purl.org/dc/elements/1.1/> .

<http://www.semanlink.net/doc/2022/09/2207_05221_language_models_m>
        dc:title         "[2207.05221] Language Models (Mostly) Know What They Know" ;
        sl:comment       "> we show that language models can evaluate whether what they say is true, and predict ahead of time whether they'll be able to answer questions correctly." ;
        sl:creationDate  "2022-09-15" ;
        sl:tag           tag:language_model , tag:explainable_nlp , tag:christopher_olah , tag:catherine_olsson , tag:arxiv_doc .

tag:catherine_olsson  a   sl:Tag ;
        rdfs:isDefinedBy  tag:catherine_olsson.n3 ;
        skos:broader      tag:nlp_girls_and_guys ;
        skos:prefLabel    "Catherine Olsson" ;
        foaf:page         tag:catherine_olsson.html .

tag:explainable_nlp  a  sl:Tag ;
        skos:prefLabel  "Explainable NLP" .

tag:bertology  a        sl:Tag ;
        skos:prefLabel  "Bertology" .

tag:nlp_girls_and_guys
        a               sl:Tag ;
        skos:prefLabel  "NLP girls and guys" .

tag:christopher_olah  a  sl:Tag ;
        skos:prefLabel  "Chris Olah" .

tag:language_model  a   sl:Tag ;
        skos:prefLabel  "Language Model" .

tag:tweet  a            sl:Tag ;
        skos:prefLabel  "Tweet" .

tag:attention_is_all_you_need
        a               sl:Tag ;
        skos:prefLabel  "Transformers" .

tag:arxiv_doc  a        sl:Tag ;
        skos:prefLabel  "Arxiv Doc" .

<http://www.semanlink.net/doc/2021/12/anthropic_sur_twitter_a_math>
        dc:title         "Anthropic sur Twitter : \"a mathematical framework for trying to reverse engineer transformer language models...\"" ;
        sl:creationDate  "2021-12-23" ;
        sl:tag           tag:tweet , tag:attention_is_all_you_need , tag:christopher_olah , tag:catherine_olsson , tag:bertology .
