concept
active
concept:large-language-models-llmsLarge Language Models (LLMs)
Transformer-based models like GPT-4, LaMDA, PaLM; assessed for GWT indicators.
Neighborhood — ranked by edge-count
Papers (1)
paper
Frameworks (1)
framework
- transformer architectureimplementsNeural network architecture based on attention, commonly used in large language models
Claims (1)
claim
- Systems directly optimized for output can produce it without the prerequisite processes for conscious experience; simplest explanation for LLM consciousness reports is pattern matching
Methods (1)
method
- Autoregressive SamplingimplementsThe mechanism by which LLMs generate text: drawing a token from the next-token distribution and appending it to context repeatedly
Concepts (6)
concept
- Artificial PsychologysupportsCIMC research direction studying how AI systems develop internal models, form self-representations, and construct coherent personalities from language modeling
- Dialogue AgentextendsAn LLM embedded in a turn-taking system with a dialogue prompt; the key object of analysis in the paper
- Embodied Language AcquisitioncontradictsThe contrast class for LLMs: humans acquire language through embodied interaction in communities, unlike disembodied LLMs
- Next Token PredictionimplementsThe training objective of LLMs: predicting the most likely next token given context; formally P(w_{n+1}|w_1...w_n)
- Simulatorassociated_withThe underlying LLM with autoregressive sampling; a passive entity capable of generating an infinity of simulacra but lacking its own beliefs or goals
- Internet-scale Training Corpusassociated_withThe large corpus of human-generated text on which LLMs are trained, which provisions character archetypes and narrative structures
Related by similarity (8)
cosine ≥ 0.65 · no typed edgeEntities in the same semantic neighborhood but without a typed relation to this one — candidates for new edges or unrecognized duplicates.
- Prior work framework studying whether LLMs encode world models as linear structures in their representations
- Primary test domain for manifold steering, including reasoning and ICL tasks
- Prior paper by Shanahan cautioning against anthropomorphic terms for LLMs; cited as ref 1
- Framework describing LLMs as role-play engines, introduced in Shanahan, McDonell, Reynolds 2023.
- Primary substrate for manifold steering experiments; demonstrates method on reasoning and in-context tasks.
- Core cross-modal empirical result: larger and better language models align better with vision models
- Opening sentence setting the stage for the importance of interpretability.
- Demonstrated transformers on mathematical understanding and logic; cited to motivate transformer versatility.