paper-with-me

Papers

SPICES: SURVEY PAPERS AS INTERACTIVE CHEATSHEET EMBEDDINGS

2021-03-18 · ICLR Workshop Rethinking_ML_Papers 2021 5 · Vinay Uday Prabhu, Matthew McAteer, Ryan Teehan

Papers are hard to write. Survey papers are just that much harder. From the authors' perspective, challenges include the responsibility to not erase out important work being done by (sometimes) adversarially aligned research groups, finding the right semantic clustering to sub-categorize individual contributions, controlling for the verbosity and length of the final paper, ensuring an optimal mixing of personal opinion and the innate narratives in the paper(s) being cited, version controlling, ease of updating, and also the aesthetics of presentation. From the reader's viewpoint, challenges include ease of reading, single-snapshot summarizability, portability, and being given the agency to edit or fork their own copies. Taking cues from the emergence of the cheat-sheet culture in machine learning and the virtues of living editable documentation and version control, we propose an interactive and live SVG format based methodology that we term SPICE: Survey Papers as Interactive Cheat-sheet Embedding. We cover the technical details behind constructing SPICEs and present an example gallery covering hot button' areas in machine learning such as Out of distribution detection, the All you need' histrionics and Transformer architectures. We have open-sourced all of the code with regards to this project here: \url{https://anonymous.4open.science/r/7c5ee736-c876-4b90-97bd-49870eb6b63f/}.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Cultural Vocal Bursts Intensity PredictionOut-of-Distribution DetectionSurvey

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
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…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

InteractiveSurvey: An LLM-based Personalized and Interactive Survey Paper Generation System

2025-03-31 · Zhiyuan Wen, Jiannong Cao, Zian Wang, Beichen Guo 외

The exponential growth of academic literature creates urgent demands for comprehensive survey papers, yet manual writing remains time-consuming and labor-intensive. Recent advances in large language models (LLMs) and ret…

Paper generationRAGRetrievalRetrieval-augmented Generation+1

SurveyG: A Multi-Agent LLM Framework with Hierarchical Citation Graph for Automated Survey Generation

2025-10-09 · Minh-Anh Nguye, Minh-Duc Nguyen, Ha Lan N. T., Kieu Hai Dang 외 arxiv

Large language models (LLMs) are increasingly adopted for automating survey paper generation \cite{wang2406autosurvey, liang2025surveyx, yan2025surveyforge,su2025benchmarking,wen2025interactivesurvey}. Existing approache…

Paper generation

The Responsible Foundation Model Development Cheatsheet: A Review of Tools & Resources

2024-06-24 · Shayne Longpre, Stella Biderman, Alon Albalak, Hailey Schoelkopf 외

Foundation model development attracts a rapidly expanding body of contributors, scientists, and applications. To help shape responsible development practices, we introduce the Foundation Model Development Cheatsheet: a g…

Understanding How Humans Inject Knowledge into Machine Learning Workflows through Visual Analytics

2026-07-01 · Yiwen Xing, Philip Beaucamp, Joyraj Chakraborty, Afrah Farea 외 arxiv

Visual analytics (VA) plays an increasingly important role in supporting machine learning (ML) workflows. In the field of visualization, such approaches and techniques are referred to as VIS4ML. While ML models are mostl…

Feature Engineering

Eliot: Interactively $\underline{E}$xploring Fast-Changing Scientific $\underline{Li}$terature Trends with $\underline{O}$nline Da$\underline{t}$a and Learning

2026-05-26 · Bernardo A. Denkvitts, Nitin Gupta, Biplav Srivastava arxiv

The rapid growth of scientific publishing has made it increasingly difficult to track how fast-moving areas evolve. Search engines and LLM-based assistants retrieve or summarize papers, but often hide how the corpus was …

Dimensionality Reduction