arXiv / html_feedback

Supports a student project developing a UI for feedback on arXiv articles rendered as html.
MIT License
14 stars 2 forks source link

Privacy-Preserving Instructions for Aligning Large Language Models #705

Open dayu11 opened 3 months ago

dayu11 commented 3 months ago

Description

Some figures are not displayed correctly. For an example, please refer to Figure 2.

(Optional:) Please add any files, screenshots, or other information here.

Here is the latex source of Figure 2:

\begin{figure*}[htb]
\begin{AIbox}[width=1.0\textwidth]{}
\parbox{1\textwidth}{\scriptsize\begin{alltt} 

[Content]

\end{alltt}}
\end{AIbox}
\caption{...}
\label{...}
\end{figure*}

Here is the definition of the AIbox env:

\usepackage{alltt}
% AIbox is used to show prompts
\tcbset{
  aibox/.style={
    width=474.18663pt,
    top=10pt,
    colback=white,
    colframe=black,
    colbacktitle=black,
    enhanced,
    center,
    attach boxed title to top left={yshift=-0.1in,xshift=0.15in},
    boxed title style={boxrule=0pt,colframe=white,},
  }
}
\newtcolorbox{AIbox}[2][]{aibox,title=#2,#1}

(Required) What is this issue most closely related to? Select one.

Figures

Internal issue ID

f9278f4d-430d-4fc0-846b-ae623fee8195

Paper URL

https://arxiv.org/html/2402.13659v1

Browser

Chrome/122.0.0.0

Device Type

Desktop

html-feedback-bot[bot] commented 3 months ago

Location in document: undefined

Selected HTML: data:text/html;charset=utf-8,Privacy-Preserving%20Instructions%20for%20Aligning%20Large%20Language%20Models

github-actions[bot] commented 3 months ago

Hello @dayu11, thanks for the issue report! We are reviewing your report and will address it as soon as possible.