paper-with-me

Papers

LOLAMEME: Logic, Language, Memory, Mechanistic Framework

2024-05-31 · Jay Desai, Xiaobo Guo, Srinivasan H. Sengamedu

The performance of Large Language Models has achieved superhuman breadth with unprecedented depth. At the same time, the language models are mostly black box models and the underlying mechanisms for performance have been evaluated using synthetic or mechanistic schemes. We extend current mechanistic schemes to incorporate Logic, memory, and nuances of Language such as latent structure. The proposed framework is called LOLAMEME and we provide two instantiations of LOLAMEME: LoLa and MeMe languages. We then consider two generative language model architectures: transformer-based GPT-2 and convolution-based Hyena. We propose the hybrid architecture T HEX and use LOLAMEME framework is used to compare three architectures. T HEX outperforms GPT-2 and Hyena on select tasks.

📄 PDF Abstract BibTeX arXiv:2406.02592

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Weight Decay 설명 없음
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Large Language Models Meet Biomedical Knowledge Graphs for Mechanistically Grounded Therapeutic Prioritization

2026-04-17 · Chih-Hsuan Wei, Chi-Ping Day, Zhizheng Wang, Christine C. Alewine 외 arxiv

Drug repurposing is often framed as a candidate identification task, but existing approaches provide limited guidance for distinguishing biologically plausible candidates from historically well-connected ones. Here we in…

Knowledge Graphs

Towards Autonomous Mechanistic Reasoning in Virtual Cells

2026-04-13 · Yunhui Jang, Lu Zhu, Jake Fawkes, Alisandra Kaye Denton 외 arxiv

Large language models (LLMs) have recently gained significant attention as a promising approach to accelerate scientific discovery. However, their application in open-ended scientific domains such as biology remains limi…

Modular Mechanistic Networks: On Bridging Mechanistic and Phenomenological Models with Deep Neural Networks in Natural Language Processing

2018-07-21 · Simon Dobnik, John D. Kelleher

Natural language processing (NLP) can be done using either top-down (theory driven) and bottom-up (data driven) approaches, which we call mechanistic and phenomenological respectively. The approaches are frequently consi…

Deep Learning

Engram Memory Encoding and Retrieval: A Neurocomputational Perspective

2025-06-02 · Daniel Szelogowski

Despite substantial research into the biological basis of memory, the precise mechanisms by which experiences are encoded, stored, and retrieved in the brain remain incompletely understood. A growing body of evidence sup…

Retrieval

On Mechanistic Circuits for Extractive Question-Answering

2025-02-12 · Samyadeep Basu, Vlad Morariu, Zichao Wang, Ryan Rossi 외

Large language models are increasingly used to process documents and facilitate question-answering on them. In our paper, we extract mechanistic circuits for this real-world language modeling task: context-augmented lang…

Extractive Question-AnsweringLanguage ModelingLanguage ModellingQuestion Answering