paper-with-me

홈 › Papers

Larger Probes Tell a Different Story: Extending Psycholinguistic Datasets Via In-Context Learning

2023-03-29 · Namrata Shivagunde, Vladislav Lialin, Anna Rumshisky

Language model probing is often used to test specific capabilities of models. However, conclusions from such studies may be limited when the probing benchmarks are small and lack statistical power. In this work, we introduce new, larger datasets for negation (NEG-1500-SIMP) and role reversal (ROLE-1500) inspired by psycholinguistic studies. We dramatically extend existing NEG-136 and ROLE-88 benchmarks using GPT3, increasing their size from 18 and 44 sentence pairs to 750 each. We also create another version of extended negation dataset (NEG-1500-SIMP-TEMP), created using template-based generation. It consists of 770 sentence pairs. We evaluate 22 models on the extended datasets, seeing model performance dip 20-57% compared to the original smaller benchmarks. We observe high levels of negation sensitivity in models like BERT and ALBERT demonstrating that previous findings might have been skewed due to smaller test sets. Finally, we observe that while GPT3 has generated all the examples in ROLE-1500 is only able to solve 24.6% of them during probing. The datasets and code are available on $\href{https://github.com/text-machine-lab/extending_psycholinguistic_dataset}{Github}$.

📄 PDF Abstract BibTeX arXiv:2303.16445

Code (1)

text-machine-lab/extending_psycholinguistic_dataset 공식 구현 pytorch

Tasks

In-Context LearningLanguage ModellingNegationSentence

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Test 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
LAMB LAMB is a a layerwise adaptive large batch optimization technique. It provides a strategy for adapting the learning rate in large batch settings. LAMB uses…
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 &…
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.
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…

Similar Papers 제목 키워드 기반

Lay2Story: Extending Diffusion Transformers for Layout-Togglable Story Generation

2025-08-12 · Ao Ma, Jiasong Feng, Ke Cao, Jing Wang 외 arxiv

Storytelling tasks involving generating consistent subjects have gained significant attention recently. However, existing methods, whether training-free or training-based, continue to face challenges in maintaining subje…

Story Generation

Whose Text Is It Anyway? Exploring BigCode, Intellectual Property, and Ethics

2023-04-06 · Madiha Zahrah Choksi, David Goedicke

Intelligent or generative writing tools rely on large language models that recognize, summarize, translate, and predict content. This position paper probes the copyright interests of open data sets used to train large la…

EthicsPosition

What Makes a Good Story and How Can We Measure It? A Comprehensive Survey of Story Evaluation

2024-08-26 · Dingyi Yang, Qin Jin

With the development of artificial intelligence, particularly the success of Large Language Models (LLMs), the quantity and quality of automatically generated stories have significantly increased. This has led to the nee…

Machine Translation

What are They Thinking? Delineation, Probing, and Tracking of Concepts in LLMs

2026-04-07 · Mohamed Abdelwahab, Michelle Yu Collins, Sihan Chen, Yi Cheng Zhao 외 arxiv

As the influence of LLMs expands, it is imperative to gain insight into their decisions. One way to do that is to develop probes that detect the presence or absence of a broad set of high-level abstract concepts within t…

TinyHistory: Lightweight Video History Embeddings via Two-Stage Context Learning

2025-12-29 · Lvmin Zhang, Shengqu Cai, Muyang Li, Chong Zeng 외 arxiv

History context is central to autoregressive video generation, driving consistency and storytelling for both commercial models and personal use cases. For example, personal users, offline workflows, and individual-scale …

Video Generation