Emergent Mind

Abstract

LLMs have brought significant and transformative changes in human society. These models have demonstrated remarkable capabilities in natural language understanding and generation, leading to various advancements and impacts across several domains. We consider the in-context learning under two formulation for attention related regression in this work. Given matrices $A1 \in \mathbb{R}{n \times d}$, and $A2 \in \mathbb{R}{n \times d}$ and $B \in \mathbb{R}{n \times n}$, the purpose is to solve some certain optimization problems: Normalized version $\min{X} | D(X){-1} \exp(A1 X A2\top) - B |F2$ and Rescaled version $| \exp(A1 X A2\top) - D(X) \cdot B |F2$. Here $D(X) := \mathrm{diag}( \exp(A1 X A2\top) {\bf 1}n )$. Our regression problem shares similarities with previous studies on softmax-related regression. Prior research has extensively investigated regression techniques related to softmax regression: Normalized version $| \langle \exp(Ax) , {\bf 1}n \rangle{-1} \exp(Ax) - b |22$ and Resscaled version $| \exp(Ax) - \langle \exp(Ax), {\bf 1}n \rangle b |22 $ In contrast to previous approaches, we adopt a vectorization technique to address the regression problem in matrix formulation. This approach expands the dimension from $d$ to $d2$, resembling the formulation of the regression problem mentioned earlier. Upon completing the lipschitz analysis of our regression function, we have derived our main result concerning in-context learning.

We're not able to analyze this paper right now due to high demand.

Please check back later (sorry!).

Generate a summary of this paper on our Pro plan:

We ran into a problem analyzing this paper.

Newsletter

Get summaries of trending comp sci papers delivered straight to your inbox:

Unsubscribe anytime.