paper-with-me

Papers

SCROLLS: Standardized CompaRison Over Long Language Sequences

2022-01-10 · Uri Shaham, Elad Segal, Maor Ivgi, Avia Efrat, Ori Yoran, Adi Haviv, Ankit Gupta, Wenhan Xiong, Mor Geva, Jonathan Berant, Omer Levy

NLP benchmarks have largely focused on short texts, such as sentences and paragraphs, even though long texts comprise a considerable amount of natural language in the wild. We introduce SCROLLS, a suite of tasks that require reasoning over long texts. We examine existing long-text datasets, and handpick ones where the text is naturally long, while prioritizing tasks that involve synthesizing information across the input. SCROLLS contains summarization, question answering, and natural language inference tasks, covering multiple domains, including literature, science, business, and entertainment. Initial baselines, including Longformer Encoder-Decoder, indicate that there is ample room for improvement on SCROLLS. We make all datasets available in a unified text-to-text format and host a live leaderboard to facilitate research on model architecture and pretraining methods.

📄 PDF Abstract BibTeX arXiv:2201.03533

Code (2)

tau-nlp/scrolls 공식 구현
mivg/sled pytorch

Tasks

DecoderLong-range modelingNatural Language InferenceQuestion Answering

Methods 이 논문이 사용한 방법론

How do I complain to Expedia?*ComplainByAgent How do I complain to Expedia? To make a claim on Expedia, call +1(888) (829) (0881) OR +1(805) (330) (4056), or use their Help Center to submit your issue with full booking…
How do I make a claim with Expedia?*Make FastClaimService How do I make a claim with Expedia? To make a claim with Expedia, contact their support team at +1(888) (829) (0881) OR +1(805) (330) (4056), or use the Help Center to submit…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

ZeroSCROLLS: A Zero-Shot Benchmark for Long Text Understanding

2023-05-23 · Uri Shaham, Maor Ivgi, Avia Efrat, Jonathan Berant 외

We introduce ZeroSCROLLS, a zero-shot benchmark for natural language understanding over long texts, which contains only test and small validation sets, without training data. We adapt six tasks from the SCROLLS benchmark…

Natural Language Understanding

ScrollScape: Unlocking 32K Image Generation With Video Diffusion Priors

2026-03-25 · Haodong Yu, Yabo Zhang, Donglin Di, Ruyi Zhang 외 arxiv

While diffusion models excel at generating images with conventional dimensions, pushing them to synthesize ultra-high-resolution imagery at extreme aspect ratios (EAR) often triggers catastrophic structural failures, suc…

Video Super-ResolutionVideo GenerationImage Generation

EduceLab-Scrolls: Verifiable Recovery of Text from Herculaneum Papyri using X-ray CT

2023-04-04 · Stephen Parsons, C. Seth Parker, Christy Chapman, Mami Hayashida 외

We present a complete software pipeline for revealing the hidden texts of the Herculaneum papyri using X-ray CT images. This enhanced virtual unwrapping pipeline combines machine learning with a novel geometric framework…

Cross-Domain Evaluation of POS Taggers: From Wall Street Journal to Fandom Wiki

2023-04-27 · Kia Kirstein Hansen, Rob van der Goot

The Wall Street Journal section of the Penn Treebank has been the de-facto standard for evaluating POS taggers for a long time, and accuracies over 97\% have been reported. However, less is known about out-of-domain tagg…

POS

CoLT5: Faster Long-Range Transformers with Conditional Computation

2023-03-17 · Joshua Ainslie, Tao Lei, Michiel de Jong, Santiago Ontañón 외

Many natural language processing tasks benefit from long inputs, but processing long documents with Transformers is expensive -- not only due to quadratic attention complexity but also from applying feedforward and proje…

Long-range modeling