scotus_tweets_examples {promptr} | R Documentation |
Labelled Example Tweets About The Supreme Court of the United States
Description
This dataset contains 12 example tweets referencing the Supreme Court
along with a sentiment label. These can be used as few-shot prompt
examples for classifying tweets in the scotus_tweets
dataset.
Usage
data(scotus_tweets_examples)
Format
A data frame with 12 rows and 4 columns:
- tweet_id
A unique ID for each tweet
- text
The text of the tweet
- case
The case referenced in the tweet (Masterpiece Cakeshop or Trump v. Mazars)
- label
The "true" label (Positive, Negative, or Neutral)
References
Ornstein et al. (2023). "How To Train Your Stochastic Parrot"
[Package promptr version 1.0.0 Index]