From 8d9e0eaac8b066c9957dd4b28e75a805401bf7ff Mon Sep 17 00:00:00 2001 From: ModelHub XC Date: Fri, 3 Jul 2026 13:42:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=EF=BC=8C=E7=94=B1ModelHub=20XC=E7=A4=BE=E5=8C=BA=E6=8F=90?= =?UTF-8?q?=E4=BE=9B=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Model: LM-Lexicon/LM-Lexicon-8B-Dense-Slang Source: Original Platform --- .gitattributes | 36 + README.md | 48 + config.json | 30 + generation_config.json | 12 + io.jsonl | 20480 +++++++++++++++++++++++++++++ metrics.json | 12 + model-00001-of-00004.safetensors | 3 + model-00002-of-00004.safetensors | 3 + model-00003-of-00004.safetensors | 3 + model-00004-of-00004.safetensors | 3 + model.safetensors.index.json | 298 + special_tokens_map.json | 5 + tokenizer.json | 3 + tokenizer_config.json | 2063 +++ 14 files changed, 22999 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md create mode 100644 config.json create mode 100644 generation_config.json create mode 100644 io.jsonl create mode 100644 metrics.json create mode 100644 model-00001-of-00004.safetensors create mode 100644 model-00002-of-00004.safetensors create mode 100644 model-00003-of-00004.safetensors create mode 100644 model-00004-of-00004.safetensors create mode 100644 model.safetensors.index.json create mode 100644 special_tokens_map.json create mode 100644 tokenizer.json create mode 100644 tokenizer_config.json diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..52373fe --- /dev/null +++ b/.gitattributes @@ -0,0 +1,36 @@ +*.7z filter=lfs diff=lfs merge=lfs -text +*.arrow filter=lfs diff=lfs merge=lfs -text +*.bin filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.ckpt filter=lfs diff=lfs merge=lfs -text +*.ftz filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.h5 filter=lfs diff=lfs merge=lfs -text +*.joblib filter=lfs diff=lfs merge=lfs -text +*.lfs.* filter=lfs diff=lfs merge=lfs -text +*.mlmodel filter=lfs diff=lfs merge=lfs -text +*.model filter=lfs diff=lfs merge=lfs -text +*.msgpack filter=lfs diff=lfs merge=lfs -text +*.npy filter=lfs diff=lfs merge=lfs -text +*.npz filter=lfs diff=lfs merge=lfs -text +*.onnx filter=lfs diff=lfs merge=lfs -text +*.ot filter=lfs diff=lfs merge=lfs -text +*.parquet filter=lfs diff=lfs merge=lfs -text +*.pb filter=lfs diff=lfs merge=lfs -text +*.pickle filter=lfs diff=lfs merge=lfs -text +*.pkl filter=lfs diff=lfs merge=lfs -text +*.pt filter=lfs diff=lfs merge=lfs -text +*.pth filter=lfs diff=lfs merge=lfs -text +*.rar filter=lfs diff=lfs merge=lfs -text +*.safetensors filter=lfs diff=lfs merge=lfs -text +saved_model/**/* filter=lfs diff=lfs merge=lfs -text +*.tar.* filter=lfs diff=lfs merge=lfs -text +*.tar filter=lfs diff=lfs merge=lfs -text +*.tflite filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.wasm filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text +*tfevents* filter=lfs diff=lfs merge=lfs -text +tokenizer.json filter=lfs diff=lfs merge=lfs -text diff --git a/README.md b/README.md new file mode 100644 index 0000000..b713a78 --- /dev/null +++ b/README.md @@ -0,0 +1,48 @@ +--- +license: mit +datasets: +- LM-Lexicon/Slang +language: +- en +metrics: +- bleu +- rouge +- meteor +- bertscore +- mauve +base_model: +- meta-llama/Meta-Llama-3-8B +new_version: LM-Lexicon/LM-Lexicon-8B-Dense-Slang +pipeline_tag: question-answering +library_name: transformers +tags: +- lexical semantics +- definition modeling +model-index: + - name: LM-Lexicon-8B-Dense-Slang + results: + - task: + type: question-answering + dataset: + name: Slang + type: Slang + metrics: + - name: bleu-cpp + type: text-generation + value: 26.56 + - name: rouge-l + type: text-generation + value: 28.12 +--- +**BibTeX:** +```bibtex +@article{liu2026lmlexiconimprovingdefinitionmodeling, + title={LM-Lexicon: Improving Definition Modeling via Harmonizing Semantic Experts}, + author={Yang Liu and Jiaye Yang and Weikang Li and Jiahui Liang and Yang Li and Lingyong Yan}, + year={2026}, + eprint={2602.14060}, + archivePrefix={arXiv}, + primaryClass={cs.CL}, + url={https://arxiv.org/abs/2602.14060}, +} +``` \ No newline at end of file diff --git a/config.json b/config.json new file mode 100644 index 0000000..693b9a5 --- /dev/null +++ b/config.json @@ -0,0 +1,30 @@ +{ + "_name_or_path": "meta-llama/Meta-Llama-3-8B", + "architectures": [ + "LlamaForCausalLM" + ], + "attention_bias": false, + "attention_dropout": 0.0, + "bos_token_id": 128000, + "eos_token_id": 128001, + "head_dim": 128, + "hidden_act": "silu", + "hidden_size": 4096, + "initializer_range": 0.02, + "intermediate_size": 14336, + "max_position_embeddings": 8192, + "mlp_bias": false, + "model_type": "llama", + "num_attention_heads": 32, + "num_hidden_layers": 32, + "num_key_value_heads": 8, + "pretraining_tp": 1, + "rms_norm_eps": 1e-05, + "rope_scaling": null, + "rope_theta": 500000.0, + "tie_word_embeddings": false, + "torch_dtype": "bfloat16", + "transformers_version": "4.45.2", + "use_cache": false, + "vocab_size": 128256 +} diff --git a/generation_config.json b/generation_config.json new file mode 100644 index 0000000..57084bf --- /dev/null +++ b/generation_config.json @@ -0,0 +1,12 @@ +{ + "bos_token_id": 128000, + "decoder_start_token_id": 128000, + "do_sample": true, + "eos_token_id": 128001, + "max_new_tokens": 64, + "pad_token_id": 128009, + "repetition_penalty": 1.05, + "temperature": 0.6, + "top_p": 0.9, + "transformers_version": "4.45.2" +} diff --git a/io.jsonl b/io.jsonl new file mode 100644 index 0000000..0da886b --- /dev/null +++ b/io.jsonl @@ -0,0 +1,20480 @@ +{ + "input": "\"those lids suck big time\" What is the definition of \"lids\"?\n\n", + "output": "the police (long beach)", + "label": "nickname for the [bleeding eyelids]" +} +{ + "input": "\"man, i got her dulap so good today at lunch\" What is the definition of \"dulap\"?\n\n", + "output": "dominique's lap", + "label": "\"pronounced: \"doo-lap\" -noun 1" +} +{ + "input": "\"jenny bent over for a hard chocolate ride\" What is the definition of \"chocolate ride\"?\n\n", + "output": "to screw a black girl", + "label": "to screw someone in the ass" +} +{ + "input": "\"ladies love jimmy pants\" What is the definition of \"jimmy pants\"?\n\n", + "output": "jimmy pants mean the coolest pants in the world that everybody looooovvees", + "label": "ridiculously tight male dress pants, predominantly in the butt area" +} +{ + "input": "\"wow did you see that sandra who just tripped in her ballerina flip flops?\" What is the definition of \"sandra\"?\n\n", + "output": "she is awsome!! love her! she is the best person in the world", + "label": "a sandra is known to have striking intelligent features" +} +{ + "input": "\"yo, you better cybury playa\" What is the definition of \"cybury\"?\n\n", + "output": "to watch your back", + "label": "slang acronym for: check yourself before u reck yourself -yes, wreck is spelled wrong but it's used as slang" +} +{ + "input": "\"i ate a whole pizza yesterday and now i need to eat some bran to cut the cheese that's jamming up my colon\" What is the definition of \"cut the cheese\"?\n\n", + "output": "to lose your virginity", + "label": "\"v" +} +{ + "input": "\"i had such a good jerk-out yesterday, my girlfriend got naked on webcam & i produced a quart of semen\" What is the definition of \"jerk-out\"?\n\n", + "output": "a variation of the slang term [jerk-off] meaning to masturbate", + "label": "1" +} +{ + "input": "\"tonys bull titties are sweating\" What is the definition of \"bull titties\"?\n\n", + "output": "a bull with titties", + "label": "a large set of man boobs" +} +{ + "input": "\"man i was with this girl last night and i totally gave here my bush baby\" What is the definition of \"bush baby\"?\n\n", + "output": "a sexual toy used only at night", + "label": "(v)a sexual position in which you insert your scrotum into the vagina" +} +{ + "input": "\"bill pulled the moletrigger on harry the hamster\" What is the definition of \"moletrigger\"?\n\n", + "output": "a hamster that gets raped by a german shrew", + "label": "slang for when a man's prostate is being stimulated and he ejaculates onto a rodent" +} +{ + "input": "\"bust a rock with a playa\" What is the definition of \"bust a rock\"?\n\n", + "output": "to leave, to exit a situation", + "label": "\"the modern \"gangsta\" handshake where each person makes a fist and slams it into the others fist, knuckle against knuckles" +} +{ + "input": "\"\"hey, did you just see that fart muffler on that car? dude, why did you get that \"gay\" fart muffler?\"\" What is the definition of \"fart muffler\"?\n\n", + "output": "a quiet fart that only the people around you can hear", + "label": "\"a term used to describe an annoyingly loud and unusually large cannister muffler installed on an automobile" +} +{ + "input": "\"tell him he can lick out my ass basket if he thinks he's coming in here again\" What is the definition of \"ass basket\"?\n\n", + "output": "1", + "label": "rectum, interior anus" +} +{ + "input": "\"ben finally took off his shades and it was a total clark kent\" What is the definition of \"clark kent\"?\n\n", + "output": "superman's alter ego also used to describe a loser who can't handle himself in society with ease", + "label": "when you see someone with their glasses off for the first time and they look like a different person" +} +{ + "input": "\"meowf\" What is the definition of \"meowf\"?\n\n", + "output": "a cry of surprise or excitement", + "label": "a combination of meow and woof" +} +{ + "input": "\"your cool but my awesometasticalness is cooler than anyones\" What is the definition of \"awesometasticalness\"?\n\n", + "output": "the bestest thing in the world", + "label": "the art of being so awesome and spectacular you have to come up with a new definition for awesome" +} +{ + "input": "\"bobby your breepin on facebook bro\" What is the definition of \"breepin\"?\n\n", + "output": "to be browsing", + "label": "the action of someone who creeps social networks" +} +{ + "input": "\"those tits are nubbies\" What is the definition of \"nubbies\"?\n\n", + "output": "small nipples that are hard to see", + "label": "1" +} +{ + "input": "\"da brat is cool\" What is the definition of \"da brat\"?\n\n", + "output": "a cool rapper", + "label": "\"da brat is a talented female who was the 1st female rap artist who went platinum" +} +{ + "input": "\"damn ames, you are waaaaaaaaaaaaay gorgeousexy\" What is the definition of \"gorgeousexy\"?\n\n", + "output": "the way to describe someone who is gorgeous and sexy in one", + "label": "a combination of gorgeous and sexy, definition being the result of those two words when combined but multiplied by the inifity" +} +{ + "input": "\"me and my friends were playing tag but to show off i used some freerunning moves\" What is the definition of \"freerunning\"?\n\n", + "output": "a stunts sport were you run and do tricks on any type of object you can find in an urban area", + "label": "similar to [parkour] but has more flips, spins and more showing off than just getting to another place without wasting time or energy" +} +{ + "input": "\"\"boy\"hey i just went over and grabbed that chicks boob\" other boy\" niceys\" What is the definition of \"niceys\"?\n\n", + "output": "(nice-its) nice", + "label": "expressing how good/funny/sick a moment in life is" +} +{ + "input": "\"man, getting 2nd born is a little bit of allright\" What is the definition of \"2nd born\"?\n\n", + "output": "a small bit of a shite", + "label": "where a man gives anal to a woman while there is already a sex toy inside the anus(usually a dildo or vibrator)" +} +{ + "input": "\"})fa clan is cricken at mohaa\" What is the definition of \"cricken\"?\n\n", + "output": "a state of suckness", + "label": "a state of emotiom, emotion of something being great or outstanding" +} +{ + "input": "\"oh my god that guy you asked out is such a moises\" What is the definition of \"moises\"?\n\n", + "output": "an awesome guy who has a 8 inch penis and has a huge heart", + "label": "a sexy guy who always says he will think about it and never just says yes" +} +{ + "input": "\"the big four of thrash from the 1980's were metallica, megadeth, anthrax, and exodus\" What is the definition of \"big four of thrash\"?\n\n", + "output": "the four main thrash metal bands", + "label": "\"metallica, megadeth, anthrax, exodus (not slayer)" +} +{ + "input": "\"uhhh, i just had a buttruption after eating that taco bell\" What is the definition of \"buttruption\"?\n\n", + "output": "the moment you feel sick after eating something", + "label": "the spewing of fecal matter from your anus" +} +{ + "input": "\"i could tell before she even turned around that she was a fuck butt\" What is the definition of \"fuck butt\"?\n\n", + "output": "a girl who wants to be fucked", + "label": "having an unusually shaped ass resulting directly from the only exercise that person receives is legs up in the air missionary sex" +} +{ + "input": "\"1600 ton man is a great example of gregory o'neill\" What is the definition of \"gregory o'neill\"?\n\n", + "output": "a fat man with no neck who is black and his sides look like they have their own eco system going on in them", + "label": "fatass" +} +{ + "input": "\"davey havok is fucking sexy\" What is the definition of \"davey havok\"?\n\n", + "output": "davey havok is the most fuckin sexy man on this planet", + "label": "davey is the most hot!! guy in the whole" +} +{ + "input": "\"that queer kyle bosewell is such a flugenheimer\" What is the definition of \"flugenheimer\"?\n\n", + "output": "a dumbass homosexual, usually with the name of patrick", + "label": "a european [sex toy] which has a motor on it and has 3 rotating [dildo]'s which all go at different speeds" +} +{ + "input": "\"we saw our sleeping cat slip down the front of the sofa in a catavalanche\" What is the definition of \"catavalanche\"?\n\n", + "output": "a catavalanche is when your cat falls asleep on you so soundly that you fear she may have died", + "label": "when a soundly sleeping cat suddenly falls off the top of a sofa or other piece of furniture" +} +{ + "input": "\"those cake eaters from st\" What is the definition of \"cake eaters\"?\n\n", + "output": "1", + "label": "1" +} +{ + "input": "\"\"the pt cruiser is a jello shot\" What is the definition of \"jello shot\"?\n\n", + "output": "\" a \"jello shot\" has become a popular shot in many clubs and parties", + "label": "\"anything that is superficially popular, especially to those who do not understand or are unable to appreciate a superior alternative" +} +{ + "input": "\"\"omg, my cdts is acting up\" What is the definition of \"cdts\"?\n\n", + "output": "cockless dwarf throwing syndrome", + "label": "\"cdts stands for \"chronic drunk text syndrome\"" +} +{ + "input": "\"i was at a friends the other day and they needed to be slapped as he was hot in their shoes\" What is the definition of \"hot in their shoes\"?\n\n", + "output": "to be", + "label": "a person that is angry and has issues" +} +{ + "input": "\"\"bro: \"yo herbo wanna go hit a rager on friday and get turnt\" What is the definition of \"herbo\"?\n\n", + "output": "a combination of the words herb and homo", + "label": "noun" +} +{ + "input": "\"a strange stain on steve's curtains is the tell-tale mark of a free spirit\" What is the definition of \"free spirit\"?\n\n", + "output": "a", + "label": "a term for a spurt of ejaculate that is propelled into the air, usually landing somewhere unexpected" +} +{ + "input": "\"\"jack went to bangkok and didn't get laid, i think he's on the b team\" What is the definition of \"b team\"?\n\n", + "output": "the b team is the reserves for the a team", + "label": "\"the b team refers to the \"other team\", i" +} +{ + "input": "\"you fucking berperwinkle\" What is the definition of \"berperwinkle\"?\n\n", + "output": "to be an individual of the homosexual persuasion, or to be a fucktard", + "label": "noun" +} +{ + "input": "\"yo home slice, we're hitting up the back field with some bacer\" What is the definition of \"bacer\"?\n\n", + "output": "good marijuana", + "label": "a game of soccer baseball" +} +{ + "input": "\"i had to duimbbe that guy he was getting on my nerves\" What is the definition of \"duimbbe\"?\n\n", + "output": "a person with a big head and and a small penis that likes to dance and sing", + "label": "when you kick a crossdressing dude in the balls to prove to him he is infact not a woman" +} +{ + "input": "\"she got her cooty cat tore up\" What is the definition of \"cooty cat\"?\n\n", + "output": "a slang term for a females genitalia", + "label": "a slang term for the vagina" +} +{ + "input": "\"\"would you like some rice with that? \"you cuggar\" What is the definition of \"cuggar\"?\n\n", + "output": "a mispronunciation of the word nigga, by white people, in which they pronounce it like a white person eats sugar, in which they die", + "label": "a racial slur against asians meaning to have a small penis" +} +{ + "input": "\"see that girl her name is faride wow she is beautiful\" What is the definition of \"faride\"?\n\n", + "output": "faride means cute and beautiful", + "label": "this is the name of the most beautiful girl in the world" +} +{ + "input": "\"shit, that guys a badass brahmin bhatt\" What is the definition of \"bhatt\"?\n\n", + "output": "the greatest last name in the history of the world", + "label": "the spiritual leaders" +} +{ + "input": "\"i pulled a sprouting whale on jenny from the block\" What is the definition of \"a sprouting whale\"?\n\n", + "output": "a young whale who helps police to catch bad guys", + "label": "when someone pisses up some chicks asshole" +} +{ + "input": "\"stop being such a jousta\" What is the definition of \"jousta\"?\n\n", + "output": "\"derived from the french term \"juste\" meaning right or fair and altered to fit english speaking countries, particularly australia", + "label": "a friendly and non-offensive way of calling someone a wanker" +} +{ + "input": "\"dang refugee (s)\" What is the definition of \"refugee\"?\n\n", + "output": "refers to any piece of fecal matter which has been rejected by its home toilet and has fled to another toilet for safety/sanitation", + "label": "everyone from the new orleans region that left to other cities (including houston,tx)and usually screwed the infrastructure up!" +} +{ + "input": "\"man, dat draught e-mail sure went down well\" What is the definition of \"draught e-mail\"?\n\n", + "output": "where e-mail is consumed in one go, in much the same way as a [draught] is consumed by a [local] in his [local]", + "label": "streaming e-mail on tap" +} +{ + "input": "\"i can't help but hate follow him, bro\" What is the definition of \"hate follow\"?\n\n", + "output": "to the person you are talking to", + "label": "when you can't help but follow someone on social media, despite how much you despise them and/or what they stand for" +} +{ + "input": "\"hey, look, it's patootie\" What is the definition of \"patootie\"?\n\n", + "output": "a term of endearment", + "label": "often known as a guy named adrian" +} +{ + "input": "\"\"ela re, malaka \"he's such a malaka\" What is the definition of \"malaka\"?\n\n", + "output": "a term used for anyone who is in love with someone of the opposite gender", + "label": "greek word for wanker" +} +{ + "input": "\"fuck man i just cockered the hell out of norjons face\" What is the definition of \"cockered\"?\n\n", + "output": "to have being fucked", + "label": "messing someone up" +} +{ + "input": "\"example a: dammit brandon you are such a novy… b: she’s not a cat women… she’s a novy\" What is the definition of \"novy\"?\n\n", + "output": "a person who has annoying habits or is plain annoying", + "label": "can mean any of these two definitions a: of or pertaining to someone who is a bad texter" +} +{ + "input": "\"shut up, you fannybag\" What is the definition of \"fannybag\"?\n\n", + "output": "a term used to describe an oafish person, male or female", + "label": "adjective: a word used to describe a person or other non-human entity which displays illogical, irrational or just plain stupid behavior" +} +{ + "input": "\"i heard they actually discuss their problems at the dinner table - they're like the freakin' brady bunch\" What is the definition of \"brady bunch\"?\n\n", + "output": "a family that's stuck together by their problems", + "label": "a family that is so seemingly unrealistically perfect that it's sickening" +} +{ + "input": "\"i got out of that strip club lickety-split when i realized the dancer was actually a man\" What is the definition of \"lickety-split\"?\n\n", + "output": "quickly and split seconds", + "label": "adv" +} +{ + "input": "\"my name is janeen\" What is the definition of \"janeen\"?\n\n", + "output": "a unique beautiful girl who's honest & sweet", + "label": "an awesome name for a girl, that has multiple spellings, but this one is spelled phonetically correctly" +} +{ + "input": "\"the stripper paul hired left bloomer pudding smeared on the dance pole\" What is the definition of \"bloomer pudding\"?\n\n", + "output": "a female who strips for minnesota nice guys", + "label": "an archaic appalachian slang term for smegma--the cheesy secretion that collects under the prepuce or around the clitoris" +} +{ + "input": "\"i love bellerz\" What is the definition of \"bellerz\"?\n\n", + "output": "bellerz is a person who is funny and nice and really sweet :) i love bellerz", + "label": "the most beautiful girl in the world- she has a perfect body, a great smile, and the prettiest blue eyes i've ever seen" +} +{ + "input": "\"drew: hey man lets go jock some hoes and act like gangstas tim: dont be such a hakk\" What is the definition of \"hakk\"?\n\n", + "output": "a stupid idiot who is completely retarded in every way possible", + "label": "a fag douchebag kid who thinks he is the [bmoc]" +} +{ + "input": "\"he was stuck in aeonic shadows until the safe falling on his head brought him back to reality\" What is the definition of \"aeonic shadows\"?\n\n", + "output": "the god of all shadows and darkness", + "label": "1" +} +{ + "input": "\"bro, that (insert event, song or whatever here) was hard out\" What is the definition of \"hard out\"?\n\n", + "output": "something thats really cool, or good", + "label": "a word one uses in stead of [hard core]" +} +{ + "input": "\"1) whoa, what a f00b\" What is the definition of \"f00b\"?\n\n", + "output": "often used to describe a [n00b] or [noob] who is really stupid", + "label": "1) foolish n00b" +} +{ + "input": "\"to avoid serving prison time for murder, i approach all my counterfriends with misdirection and kindness\" What is the definition of \"counterfriends\"?\n\n", + "output": "1", + "label": "an alternative and perhaps superior definition is from a business or work setting" +} +{ + "input": "\"that guliana is so nice and sociable\" What is the definition of \"guliana\"?\n\n", + "output": "a beautiful, latin girl full of energy and ready to party", + "label": "irish name for an excitable, weird, sporty, pretty female" +} +{ + "input": "\"that boy is so fagtastical he rocks my sox\" What is the definition of \"fagtastical\"?\n\n", + "output": "so fantastically gay that it's great", + "label": "to be the most faggish of them all" +} +{ + "input": "\"\"oh man, your anguage is showing\" What is the definition of \"anguage\"?\n\n", + "output": "a language with only one word: [anguage]", + "label": "asian language, or the term used to describe asians talking, or a canadian (or any non asian) talking/sounding like an asian" +} +{ + "input": "\"what are you doing? shut up i'm giving you a sanoma\" What is the definition of \"sanoma\"?\n\n", + "output": "a sanoma is described as the act of gluing one's penis to another man's face", + "label": "when someone holds you down and eats out your ass without your consent" +} +{ + "input": "\"mike is such a custie\" What is the definition of \"custie\"?\n\n", + "output": "a word that refers to someone that is a customer service representative in a call center", + "label": "short for 'customer'- drug dealer slang used to denote either a customer in general or a customet who would pay higher then average prices for the drugs" +} +{ + "input": "\"person 1 - (doing an all caps rage) person 2 - lol'd\" What is the definition of \"lol'd\"?\n\n", + "output": "a way of telling someone that you have laughed at their stupidity", + "label": "laugh out loud'd" +} +{ + "input": "\"guy 1: dude did you hear that? guy 2: it's paranormal fucktivity\" What is the definition of \"paranormal fucktivity\"?\n\n", + "output": "a combination of 'paranormal activity' and'shenanigans'", + "label": "a sound when you hear fucking or people having sex" +} +{ + "input": "\"conestoga just kicked rador's ass\" What is the definition of \"conestoga\"?\n\n", + "output": "one of the best high schools in the country, located in thornton, colorado", + "label": "rich assholes who win everything, all of um seem to be druggies" +} +{ + "input": "\"jim: dude, check out his 59 fifty\" What is the definition of \"59 fifty\"?\n\n", + "output": "a cool flat brim hat most famous for being named after how much it costs", + "label": "a cool flat brim hat most famous for being named after how much it costs" +} +{ + "input": "\"dude, after playing beating fallout 3 in one sitting with the iz3d monitor and the separation maxed out, i had a major 3d hangover\" What is the definition of \"3d hangover\"?\n\n", + "output": "the headache that ensues after a long session of playing intense 3d games eg", + "label": "the sensation of flatness one gets after viewing images with 3d hardware for long periods of time" +} +{ + "input": "\"dude, i was like on dlist yesterday and you were like a featured member\" What is the definition of \"dlist\"?\n\n", + "output": "delicious list - a social networking site that is invitation only and intended for the elite", + "label": "\"a social networking site tailored to males making non-standard lifestyle choices, particularly in the area of selecting partners" +} +{ + "input": "\"big d is a shady hustler\" What is the definition of \"big d\"?\n\n", + "output": "a shady person who likes to pull lame pranks", + "label": "a shady person who likes to pull lame pranks" +} +{ + "input": "\"man, just give me some more of those dolmades\" What is the definition of \"dolmades\"?\n\n", + "output": "a delicious meal or snack eaten with a louie", + "label": "rice wrapped in a grape leaf and covered in a delicious oil dressing" +} +{ + "input": "\"ha, james must have had beer-goggles in infernos yesterday\" What is the definition of \"infernos\"?\n\n", + "output": "a room full of hot chicks", + "label": "cheesy, sweaty, sleazy london based club with beautiful carpet and astonishing disco balls" +} +{ + "input": "\"man that blonde is a deuce me: hey mike do you think brian's mom is a deuce? mike: no way she is a one\" What is the definition of \"a deuce\"?\n\n", + "output": "a girl who is very slutty and will do sexual things with anyone", + "label": "\"in the sceme of ranking girls" +} +{ + "input": "\"dumbass #1 - lets make a blue angel dumbass #2 - okay, here i go\" What is the definition of \"blue angel\"?\n\n", + "output": "the act of igniting bowel movement", + "label": "the act of igniting bowel movement" +} +{ + "input": "\"this lame nigga over here is wont smok a cigar\" What is the definition of \"lame nigga\"?\n\n", + "output": "a person who is unable to kick it in the most nigga way", + "label": "someone lacking style, flare, friends" +} +{ + "input": "\"hofbrauhaus is a much better beerery than rock bottom\" What is the definition of \"beerery\"?\n\n", + "output": "a restaurant that serves beer", + "label": "a place where they sell beer" +} +{ + "input": "\"\"mariah: \"you do realize he'll know we're talking about him right?\" gio: \"nah, frappe will never figure it out\" What is the definition of \"frappe\"?\n\n", + "output": "a person who can't figure out anything", + "label": "a common term used to disguise a person's name" +} +{ + "input": "\"my sister amy has bug warts\" What is the definition of \"bug warts\"?\n\n", + "output": "ugly red warts found on some men and women, usually on the face", + "label": "genital warts" +} +{ + "input": "\"lucy was only a fair-weather friend\" What is the definition of \"fair-weather friend\"?\n\n", + "output": "a psuedo friend", + "label": "a psuedo friend" +} +{ + "input": "\"scogs- did u see sean the other night? tooch- yea he was beater ballin' like a champ\" What is the definition of \"beater ballin'\"?\n\n", + "output": "this word comes from the heart of h-town", + "label": "the wearing of a beater and only a beater" +} +{ + "input": "\"he got belligerent with the police officer after drinking a bunch of bohgins\" What is the definition of \"bohgins\"?\n\n", + "output": "the drink of the [jovian] class of [sailor]", + "label": "a drink in which a bottle of molson boheimian is topped off with a shot of gin" +} +{ + "input": "\"your a real dingwhipper\" What is the definition of \"dingwhipper\"?\n\n", + "output": "the person who leads the dings", + "label": "1" +} +{ + "input": "\"see that black dude with the bald spot overthere? total headspinner\" What is the definition of \"headspinner\"?\n\n", + "output": "1", + "label": "\"male having a bald spot, presumably identifying him as victim of the \"break-dancing\" craze in the early 80's" +} +{ + "input": "\"i hit your mother in the face with my beaver basher\" What is the definition of \"beaver basher\"?\n\n", + "output": "a name for a male penis", + "label": "the male genitalia" +} +{ + "input": "\"that bootiespacious bootie takes up the whole damn seat\" What is the definition of \"bootiespacious\"?\n\n", + "output": "adj", + "label": "one with an extra large bootie-takin up lot's of room" +} +{ + "input": "\"definitely had an emony moment\" What is the definition of \"emony\"?\n\n", + "output": "is another word for [dilemma]", + "label": "a great person with a sarcastic and sometimes obnoxious sense of humor" +} +{ + "input": "\"\"bille bille bille what the fuck were you thinking bille kursta is a bitch (unrelated but to true) bille \"got muddy\" with chalik what twinks\"\" What is the definition of \"bille\"?\n\n", + "output": "bille is a boy, who is very ill, he does a lot of dirty stuff,", + "label": "a person playing a mud that really sucks and stuff also a person" +} +{ + "input": "\"dude 1: i liked sailor moon so much i actually drew a fanga where\" What is the definition of \"fanga\"?\n\n", + "output": "\"noun, verb", + "label": "horrible jangrish word for a fan-created [manga] work, which may or may not be of a pornographic nature" +} +{ + "input": "\"\"bob- \"did you see carlos mencia last night? what a funny mexican\" What is the definition of \"carlos mencia\"?\n\n", + "output": "a comedian of honduran-german descent", + "label": "a comedian of honduran-german descent, calling himself mexican, who considers himself controversial and funny" +} +{ + "input": "\"that canadian window is open, so i'm sure i will have visitors tonight\" What is the definition of \"canadian window\"?\n\n", + "output": "when a girl leaves her window open to invite canadian immigrants over for sex", + "label": "a window opened to get candian natives inside, to rob and kill your family, until you wake up and realize it's just a dream" +} +{ + "input": "\"im gonna get some cotton mouth killer from the fridge, want any?\" What is the definition of \"cotton mouth killer\"?\n\n", + "output": "a drink that kills the dry mouth caused by smoking weed, with a delicious mixture of", + "label": "soda with lots of bubbles" +} +{ + "input": "\"matt: jay and hean, im havin a beer bq after the english regents, wanna come? jay and hean: whea\" What is the definition of \"beer bq\"?\n\n", + "output": "a bbq in which you get drunk before hand", + "label": "when a bunch of friends get together to eat some bbq food and drink beer" +} +{ + "input": "\"why do you hang around that dude? he's such a floag\" What is the definition of \"floag\"?\n\n", + "output": "a person with no friends", + "label": "n" +} +{ + "input": "\"\"man i got some of that asian chick last night \"dude i got some last week she's the asian slut of the school\"\"\" What is the definition of \"asian slut\"?\n\n", + "output": "a slut who is asian", + "label": "an asian male or female mostly females who sleeps around or go from one boyfriend or girlfriend to the next" +} +{ + "input": "\"arrowed\" What is the definition of \"arrowed\"?\n\n", + "output": "fucked", + "label": "smote was indeed the correct usage, if you actually knew the reference he was referring to" +} +{ + "input": "\"eeeet is not a blunt, eeeet is not a joint, eeeets a blizzarno\" What is the definition of \"blizzarno\"?\n\n", + "output": "a blunt, that can be up to an inch in diameter, and 3 or 4 inches long, or even longer", + "label": "a blunt sized joint" +} +{ + "input": "\"stop being a hamza\" What is the definition of \"a hamza\"?\n\n", + "output": "a person who is rarely seen on earth, one with an extremely small and shrunken penis", + "label": "a bloke who pretends to be someone else or do something to cause confusion and chaos" +} +{ + "input": "\"clarybeth proudly raised her hand to answer the question, and answered the question correctly\" What is the definition of \"clarybeth\"?\n\n", + "output": "a clarybeth is a person who is smart, but likes to raise their hand to answer questions in class, sometimes making the answer obvious", + "label": "a positive and strong lady" +} +{ + "input": "\"take off every zig\" What is the definition of \"zig\"?\n\n", + "output": "a piece of clothing, fabric, sheet, towel, article of furniture, etc", + "label": "a spacecraft used to defend against the forces of [cats] in the gramatically historica sega genesis game, zero wing" +} +{ + "input": "\"fort wayne\" What is the definition of \"fort wayne\"?\n\n", + "output": "the 2nd largest city in indiana", + "label": "the 2nd largest city in indiana" +} +{ + "input": "\"boy, boss up and get this money\" What is the definition of \"boss up\"?\n\n", + "output": "to step your game up", + "label": "to step your game up" +} +{ + "input": "\"thats a bunch of cunt-dick\" What is the definition of \"cunt-dick\"?\n\n", + "output": "something that makes no sense or is pointless", + "label": "the biggest oxymoron known to man" +} +{ + "input": "\"he was caught staring at her chestal regions\" What is the definition of \"chestal\"?\n\n", + "output": "of or pertaining to the chest", + "label": "chest region of the human torso" +} +{ + "input": "\"\"carlita: \"suki, watch that 'tude or i'll send you next door to the damn carphanage\" What is the definition of \"carphanage\"?\n\n", + "output": "a carphanage is where it is said one will be sent if they do not behave", + "label": "a (traveling) orphanage on wheels" +} +{ + "input": "\"yo i was chillin on analscape and i spanked so much anal meat\" What is the definition of \"analscape\"?\n\n", + "output": "1", + "label": "a game where you run around having anal sex with other men and analy raping women whilst spanking their anal meat" +} +{ + "input": "\"i totally did a california screendoor on my chihuahua yesterday\" What is the definition of \"california screendoor\"?\n\n", + "output": "the act of forcing your dog through a screen door", + "label": "putting those little screenthingies from a screendoor over your partner's face, then shitting and throwing up repeatedly on it so little droplets go through" +} +{ + "input": "\"jasper fired his 6oz load of baby batter into margaret's face, and she supped it up like a glass of warm, creamy milk\" What is the definition of \"baby batter\"?\n\n", + "output": "baby batter is a", + "label": " british slang male ejaculate, semen, penile ejecta, a bomb-load of jizz" +} +{ + "input": "\"don't do that, you effin' crayon eater\" What is the definition of \"crayon eater\"?\n\n", + "output": "a derogatory term for any idiotic or stupid person", + "label": "\"(noun) a \"special\" person" +} +{ + "input": "\"he was ballin outrageous after the party last night\" What is the definition of \"ballin outrageous\"?\n\n", + "output": "when u ball or lax after smoking a joint or gettin krunk", + "label": "when u ball or lax after smoking a joint or gettin krunk" +} +{ + "input": "\"i gave j-eff o-sborn's mom the biggest cincinatti cat slap she had a bruise for a week\" What is the definition of \"cincinatti cat slap\"?\n\n", + "output": "to take your nut sack cover slap someone across the face", + "label": "where you slap a womans vagina after after rough sex" +} +{ + "input": "\"polansk i think? nigga polansk for your command master zung zung daboo what u poock-me again?\" What is the definition of \"polansk\"?\n\n", + "output": "a (retarded) language which has words that are entirely made up by random letters of the alphabet", + "label": "a occasional poster in the comments of www" +} +{ + "input": "\"i don't wanna be a bliggerite\" What is the definition of \"bliggerite\"?\n\n", + "output": "a person who believes that black people are better than white people", + "label": "a mix of a wigger (white nigger) and a blite (black actin' white person)" +} +{ + "input": "\"posted my latest fishing catch results on my blog, some blog-jacker git commented by claiming he'd caught the same as me, but they were all a pound bigger\" What is the definition of \"blog-jacker\"?\n\n", + "output": "someone who reads your blog, steals your ideas, then posts their own blog saying how great their ideas are, hoping you'll read it", + "label": "blog-jacker, a person who comments on a blog trying to upstage or out-do the original blogger" +} +{ + "input": "\"i crashed and killed my hamster on the autostrada\" What is the definition of \"autostrada\"?\n\n", + "output": "the hamster freeway", + "label": "autostrada is a motorway or autobahn for the nazis reading this" +} +{ + "input": "\"wow, i wish i was like chewbob\" What is the definition of \"chewbob\"?\n\n", + "output": "the coolest guy on the planet", + "label": "superior to all living things" +} +{ + "input": "\"kate is a rug muncher she likes to shop at carpet right\" What is the definition of \"rug muncher\"?\n\n", + "output": "a lesbian who likes to perform cunnilingus", + "label": "this is slang for a lesbian, the basic term is someone who likes to eat carpet" +} +{ + "input": "\"eric: damn this store is gey julie: wtf yo it aint u bitch eric: u gey julie julie: u gay dayum ho face\" What is the definition of \"gey\"?\n\n", + "output": "the way gangstas say gay", + "label": "\"a) a slightly less offensive \"gay\" b) a misspelling of the word gay\"" +} +{ + "input": "\"this stove needs degreaser to get clean\" What is the definition of \"degreaser\"?\n\n", + "output": "a strong cleaning agent that removes tough grease and dirt", + "label": "1" +} +{ + "input": "\"she got an unlimited massage but she mistakenly thought that it meant multiple times when it really only meant once\" What is the definition of \"unlimited\"?\n\n", + "output": "one or more times, depending on the context", + "label": "something that has no limit, however for one time only" +} +{ + "input": "\"don't go out with jim, he's got 69 eyes\" What is the definition of \"69 eyes\"?\n\n", + "output": "to look at someone in a vulger & sexual way", + "label": "\"to look at someone in a vulger & sexual way" +} +{ + "input": "\"if you're gonna keep acting like a baby then you can smt\" What is the definition of \"smt\"?\n\n", + "output": "suck my tits", + "label": "acronym for suck my titties" +} +{ + "input": "\"kayla cohen is such an awkward creeper\" What is the definition of \"awkward creeper\"?\n\n", + "output": "a person who is awkward and sometimes creepy", + "label": "a very awkward child who is also a creeper!" +} +{ + "input": "\"ninja act as tanks in final fantasy xi\" What is the definition of \"final fantasy xi\"?\n\n", + "output": "\"i have advice for anyone who has ever, or may ever, consider complaining about world of warcraft for any reason", + "label": "\"i have advice for anyone who has ever, or may ever, consider complaining about world of warcraft for any reason" +} +{ + "input": "\"his hair was all catawumpus after we took him to the floor\" What is the definition of \"catawumpus\"?\n\n", + "output": "wet, soggy, limp", + "label": "1" +} +{ + "input": "\"bob went coolidge at his boss when he was passed over for the promotion and the swat team had to be called in\" What is the definition of \"coolidge\"?\n\n", + "output": "1", + "label": "the act of losing one's cool, flipping out, taking a fit" +} +{ + "input": "\"that chick got lonely a lot so she'd just sit at home and click the mouse\" What is the definition of \"click the mouse\"?\n\n", + "output": "to masturbate, especially female masturbation", + "label": "n" +} +{ + "input": "\"less talk more action (several boys are seen working on their assignments; several teenage girls are heard gossiping) holly: hey, allie\" What is the definition of \"less talk more action\"?\n\n", + "output": "a phrase for getting to the point, or to stop talking and start doing the task at hand", + "label": "a phrase that is often used to get people to stop talking and lend a helping hand" +} +{ + "input": "\"tiger woods was having too much conversi with women and thus got caught\" What is the definition of \"conversi\"?\n\n", + "output": "sex, intercourse, sexual activity,", + "label": "to hold multiple conversations" +} +{ + "input": "\"damn homie, this party is cray cray\" What is the definition of \"cray cray\"?\n\n", + "output": "meaning really crazy", + "label": "meaning really crazy" +} +{ + "input": "\"i want to kill the person who created the cha cha slide\" What is the definition of \"cha cha slide\"?\n\n", + "output": "a dance common in grammar school dances", + "label": "a dance common in grammar school dances" +} +{ + "input": "\"when little miss muffet showed me her tuffet, i didn't expect it to be the billingsgate sasquatch\" What is the definition of \"billingsgate sasquatch\"?\n\n", + "output": "a yeti with a mouth like a friggin' sewer", + "label": "euph" +} +{ + "input": "\"the nickname for that man that has argyria is papa smuff\" What is the definition of \"argyria\"?\n\n", + "output": "a rare genetic condition where the skin turns blue when you get angry or upset, otherwise known as angry blue or sad blue", + "label": "a condition in which a person's skin literally turns blue from using too much colloidal silver or overexposure to salt compounds" +} +{ + "input": "\"i'm so lucky i have a breayan\" What is the definition of \"breayan\"?\n\n", + "output": "a beautiful boy, sexy and outgoing but sweet and loving", + "label": "he is a very intelligent guy, who keeps his priorities straight and is extremely well rounded" +} +{ + "input": "\"that guy over thurr is a butter body\" What is the definition of \"butter body\"?\n\n", + "output": "someone who has a bbbeautiful face but and ugly body", + "label": "someone who has a bbbeautiful face but and ugly body" +} +{ + "input": "\"that fucking band thrillhouse is from keswick\" What is the definition of \"keswick\"?\n\n", + "output": "a small town in derwentside, county durham", + "label": "shit stain of ontario" +} +{ + "input": "\"jesus and i just performed the kerry king's quiz show in my bathroom\" What is the definition of \"kerry king's quiz show\"?\n\n", + "output": "the act of defecating whilst listening to kerry king of children's tv fame", + "label": "the k" +} +{ + "input": "\"fuck america for sending us financial aid every year and kicking/rescuing our asses in ww2\" What is the definition of \"fuck america\"?\n\n", + "output": "the country that has always been there for us, sent us financial aid every year and kicked/rescued our asses in ww2", + "label": "a common catch-phrase used by ignorant, arrogant euro-trash that like to focus their hate on america rather than focusing on their own problems" +} +{ + "input": "\"i went to cheap as chips and got it for two dollars\" What is the definition of \"cheap as chips\"?\n\n", + "output": "a place where you can buy things at a really low price", + "label": "an australian chain of [two-dollar shops]" +} +{ + "input": "\"nathan: hutt\" What is the definition of \"hutt\"?\n\n", + "output": "\"a random word that can be used for anything", + "label": "the phrase 'hutt!' is often yelled in conjunction with a closed fist striking the chest" +} +{ + "input": "\"gene snitsky is a baby killer and punter\" What is the definition of \"gene snitsky\"?\n\n", + "output": "see [baby killer]", + "label": "see [baby killer]" +} +{ + "input": "\"don't bother talking to johnny,he's away with the pixies\" What is the definition of \"away with the pixies\"?\n\n", + "output": "\"to be \"away with the pixies\" is to be lost in your own world of music when playing your guitar", + "label": "daydreaming" +} +{ + "input": "\"jessica and i were playing bone tag all weekend\" What is the definition of \"bone tag\"?\n\n", + "output": "sexual game in which two or more people (usually heterosexual) compete to see whose penis is the largest", + "label": "\"to play \"bone tag\" is to have a series of missed calls and/or text messages with a person you are attempting to engage in sexual acts" +} +{ + "input": "\"did you see suzy back at christmas? talk about freshman 15\" What is the definition of \"freshman 15\"?\n\n", + "output": "the (horrible) myth that freshman gain 15lbs their first year of college", + "label": "when a first year college student (usually a female) eats a ton, and precedes to sit on her ass and gain 15 lbs" +} +{ + "input": "\"i am gonna bust open this kids locker and give him a fat mike\" What is the definition of \"fat mike\"?\n\n", + "output": "the act of leaving a large pile of shit in someones locker after pranking them", + "label": "adj" +} +{ + "input": "\"\"is this vandalay industries? \"we're waiting for a friend, uh, art vandalay\" What is the definition of \"art vandalay\"?\n\n", + "output": "a", + "label": "a fake name frequently used by george, created by george and jerry while waiting to stake out a cute woman jerry met at a party" +} +{ + "input": "\"i thought i was gonna overflow the water in the toilet with a giant turd and it just turned out to be a little poo diddy\" What is the definition of \"poo diddy\"?\n\n", + "output": "a single small poo excreted from the anus", + "label": "when you think you have to take a huge shit and it turns out to just be a little nugget" +} +{ + "input": "\"dumbass : you play dungeons and dragons\" What is the definition of \"dungeons and dragons\"?\n\n", + "output": "\"dungeons & dragons (d&d or duns & drags) is a paper-and-dice role-playing game (rpg)", + "label": "\" a popular pen and paper game, d&d has been a major influence on the video game industry" +} +{ + "input": "\"farquois: have you seen my new range rover? dave: that's not a range rover, it's an ego waggon\" What is the definition of \"ego waggon\"?\n\n", + "output": "1", + "label": "any large and new 4 by 4 (suv) vehicle" +} +{ + "input": "\"mother fucker i just stepped in a denver hotdog\" What is the definition of \"denver hotdog\"?\n\n", + "output": "a different way of saying landmine", + "label": "it is when you secretly shoot your cum into somebody's shoe and when they go to put their shoes on they step in it" +} +{ + "input": "\"doodlebops took over whosville = )\" What is the definition of \"doodlebops\"?\n\n", + "output": "the rock band that took over whosville on agoda", + "label": "doodlebops are the coolest things ever! there is: doodlebop 1, doodlebop 2, and dr" +} +{ + "input": "\"are you gonna call the hand or fold? affanculo\" What is the definition of \"affanculo\"?\n\n", + "output": "\"a saying derived from the ancient tuscany region of italy, commonly used in poker and gambling circles", + "label": "an italian word meaning fuck it all!" +} +{ + "input": "\"bill: after daniel left my house this morning, there was no doubting the anal carnage between us\" What is the definition of \"anal carnage\"?\n\n", + "output": "the term which best describes the inside of the anus after a ferocious gay sex session", + "label": "a combination of carnal knowledge and violent anal sex" +} +{ + "input": "\"that girls shirt is so tight, you can see the boob lines\" What is the definition of \"boob lines\"?\n\n", + "output": "the lines on a large breasted woman's shirt where the boobs are pushing against the material", + "label": "when a girl/woman wears a very tight shirt causing the side of the shirt near the boobs to form lines" +} +{ + "input": "\"\"barry: \"tom you tit\" tom: \"fuck off barry, why don't you plat my anal beard with your teeth\"\"\" What is the definition of \"anal beard\"?\n\n", + "output": "the hair in and/or around your anus", + "label": "arse hair" +} +{ + "input": "\"\"the log lady struck again\" What is the definition of \"log lady\"?\n\n", + "output": "a woman who has sex with men for their life stories", + "label": "n" +} +{ + "input": "\"damnn check her our, she's an ibm (instant boner maker)\" What is the definition of \"ibm\"?\n\n", + "output": "ibm (instant boner maker) : a girl so hot u get an erection instantly or (in computers terms) milliseconds!", + "label": "instant boner marker" +} +{ + "input": "\"i stopped eating cheese puffs one day when i realized the orange and curved treats have a slight resemblance to a ginger dick\" What is the definition of \"ginger dick\"?\n\n", + "output": "a ginger mans penis", + "label": "a cheetos cheese puff" +} +{ + "input": "\"he didn't call you for a week? foster freeze that mofo\" What is the definition of \"foster freeze\"?\n\n", + "output": "the act of freezing a part of your heart off to protect yourself from further emotional damage", + "label": "a dating term used to describe giving the cold shoulder to someone when the other person isn't acting right" +} +{ + "input": "\"around the holiday season, my girlfriend and i go jingledinking\" What is the definition of \"jingledinking\"?\n\n", + "output": "when you decorate your christmas tree with dingle bells on your penis", + "label": "jingledinking is the act of attaching christmas (or hanukkah if that's your thing) ornaments onto both partners' genitals during intercourse" +} +{ + "input": "\"hey fivenine it's been over a day, i miss you\" What is the definition of \"fivenine\"?\n\n", + "output": "a group of people who are awesome", + "label": "\"an affectionate term in place of for the man you love when he's actually 5'8\" or shorter but thinks he's taller" +} +{ + "input": "\"hey that guy wearing the pink shirt with the collar up is a real douche dick\" What is the definition of \"douche dick\"?\n\n", + "output": "a person with both the qualities of a douche bag and also a dick", + "label": "a person with both the qualities of a douche bag and also a dick" +} +{ + "input": "\"swinging is an alternative lifestyle\" What is the definition of \"alternative lifestyle\"?\n\n", + "output": "any socially-unconvential lifestyle, esp", + "label": "any socially-unconvential lifestyle, esp" +} +{ + "input": "\"ize a wurzelling carrot cruncher from portsmouth, ize is\" What is the definition of \"carrot cruncher\"?\n\n", + "output": "carrot crunchers are the country bumpkins from the little hampshire farming community of portsmouth", + "label": "carrot crunchers are the country bumpkins from the little hampshire farming community of portsmouth" +} +{ + "input": "\"while traveling in amsterdam, you are likely to find a geisha, with a geisha\" What is the definition of \"geisha\"?\n\n", + "output": "a japanese prostitute", + "label": "asian prostitute with heavy std's" +} +{ + "input": "\"whenever i see his neck i am overcome with blood lust\" What is the definition of \"blood lust\"?\n\n", + "output": "refers to the want of blood in a sexual manner", + "label": "refers to the want of blood in a sexual manner" +} +{ + "input": "\"the piano in accidental babies is beautiful\" What is the definition of \"accidental babies\"?\n\n", + "output": "a song by the band evanescence", + "label": "fantastic song by [damien rice] from his album 9" +} +{ + "input": "\"we hotboxed the sauna with this new weed and got so tripped out, it must have been boombonic\" What is the definition of \"boombonic\"?\n\n", + "output": "to get crunked up from the boom", + "label": "boombonic is a word used to describe a type of marijuana" +} +{ + "input": "\"that guy's such an eray he thinks denial is a river in london\" What is the definition of \"eray\"?\n\n", + "output": "a unique type of retardation that involves believing ridiculous things and asking how come no one else believes them", + "label": "[pig latin] abbreviation for '[retard]'" +} +{ + "input": "\"that jahan almost bit me\" What is the definition of \"jahan\"?\n\n", + "output": "a small rabbit that resembles a deer", + "label": "a rare snapping turtle" +} +{ + "input": "\"i commented on my friend's photo and now i am cluster fucked\" What is the definition of \"cluster fucked\"?\n\n", + "output": "when you comment on something on someone's facebook and you get cluster fucked with 100's of notifications", + "label": "when you comment on something on someone's facebook and you get cluster fucked with 100's of notifications" +} +{ + "input": "\"3 members that make for good company and a complete squad\" What is the definition of \"squad\"?\n\n", + "output": "a group of 3 or more making for good company", + "label": "two's company, three's a squad" +} +{ + "input": "\"the zookeeper's daughter loved all animals and was an animalaniac\" What is the definition of \"animalaniac\"?\n\n", + "output": "a person who is passionate about animals", + "label": "to be obsessed with the idea of working with animals" +} +{ + "input": "\"8=> when you are younger 8==> as you get older 8====> teen years 8=====> colledge\" What is the definition of \"8====>\"?\n\n", + "output": "this is a smily with glasses", + "label": "it looks like a penis" +} +{ + "input": "\"1) my jebend is aching like hell\" What is the definition of \"jebend\"?\n\n", + "output": "\"this is the region located between the nether regions and the \"jeb\"", + "label": "\"1) the head of a penis (otherwise known as the \"bellend\") 2) the final remains of a cigarette / joint" +} +{ + "input": "\"eternal ferret is dead, another notch in limecat's lime\" What is the definition of \"eternal ferret\"?\n\n", + "output": "eternal ferret was created by -- and is owned by -- limecat", + "label": "a pathetic mammalian creature who attempted to challenge the gods of the internet, [clock spider] and [limecat]" +} +{ + "input": "\"jon: yo did you listen to nothing was the same tyheem: yeah i was all in my feelings\" What is the definition of \"all in my feelings\"?\n\n", + "output": "to be sad or blue", + "label": "to be upset or just to be very emotional" +} +{ + "input": "\"i'm going to bs.as. next september\" What is the definition of \"bs.as.\"?\n\n", + "output": "it stands for [bergen] in [norway]", + "label": "buenos aires" +} +{ + "input": "\"yo i was so christianbaled today\" What is the definition of \"christianbaled\"?\n\n", + "output": "the act of being baled by christians", + "label": "an extreme form of hatred to coworker and or people in general" +} +{ + "input": "\"yo holly stop getting hit on by that dude and come over here for a best boys chug\" What is the definition of \"best boys chug\"?\n\n", + "output": "when two males take part in a friendly game of who can chug their own dick the fastest with no hands", + "label": "consuming large quantities of alcohol with your best pals and not including unfamiliar acquaintances" +} +{ + "input": "\"when it comes to working on andy's old dodge power wagon, he is an analtic\" What is the definition of \"analtic\"?\n\n", + "output": "noun: one who is fanatical about anything to do with trucks, four wheeling, or mechanics", + "label": "an analtic is someone who is so anal, they are an absolute lunatic about perfection" +} +{ + "input": "\"person 1: i'm so sad i need a cathleen to rant to person 2: oh, you so do\" What is the definition of \"cathleen\"?\n\n", + "output": "the most awesome person in the world", + "label": "a charming girl full of sass that speaks her mind and will most likely punch anyone who insults her" +} +{ + "input": "\"i think that remis just put a curse on me\" What is the definition of \"remis\"?\n\n", + "output": "a person with voodoo powers, able to curse or bless his enemies or friends", + "label": "a smelly homosexual gipsy, that practices black magic and lives on nothing but rice" +} +{ + "input": "\" keep talking crap, you gonna get a fadeout\" What is the definition of \"fadeout\"?\n\n", + "output": "a fade out: a punching combination that can knock out your sense", + "label": "tying a person to a chair and then shooting them by putting a gun under the chin, to fade them out" +} +{ + "input": "\"\"yo, did you just see that fastball that fingas threw? it was like, 120 mph\" What is the definition of \"fingas\"?\n\n", + "output": "an adjective describing one with an abundance of god-given talent and/or one who has attained a high level of success as a professional baseball pitcher", + "label": "an individual with insanely long fingers that can extend for miles" +} +{ + "input": "\"my ween itches\" What is the definition of \"ween\"?\n\n", + "output": "vagina", + "label": "skin on the inside of the elbow" +} +{ + "input": "\"wow thats super gelly\" What is the definition of \"gelly\"?\n\n", + "output": "the word that comes to mind when i think of jennifer", + "label": "super duper homosexual shit" +} +{ + "input": "\"-hey carl did you get a hand job from joni? -no she gave me a ball job instead\" What is the definition of \"ball job\"?\n\n", + "output": "when a chick touches your testicle rather than you dick when she's attempting to give a hand job", + "label": "when a chick touches your testicle rather than you dick when she's attempting to give a hand job" +} +{ + "input": "\"woops (and then falls back asleep in it)\" What is the definition of \"woops\"?\n\n", + "output": "word used to express surprise or embarrassment, etc", + "label": "when someone shits in their sleeping bag while sleeping in a tent" +} +{ + "input": "\"my [lost] hubcap was in a great hubcap pose\" What is the definition of \"hubcap pose\"?\n\n", + "output": "noun: the name for the pose that a hubcap takes when it falls off your car and rolls to a stop", + "label": "placement of a [stray] hubcap at a highly visible location near the [roadside]" +} +{ + "input": "\"the people at the anti-gay marriage rally sure weren't homo-friendly\" What is the definition of \"homo-friendly\"?\n\n", + "output": "1", + "label": "when something is aimed at homosexuals, or is homosexual in nature" +} +{ + "input": "\"fix that routine- it's absolute grubbish\" What is the definition of \"grubbish\"?\n\n", + "output": "a term coined by anais, the director of sdc", + "label": "a mix of garbage and rubbish, usually in the context of source-code" +} +{ + "input": "\"stop being a middler\" What is the definition of \"middler\"?\n\n", + "output": "a person who takes things too seriously", + "label": "when you're smoking bud and sitting in a line, someone who sits in the middle, in order to hit it more than any of the others like bogarting" +} +{ + "input": "\"girl - are you jesus? mountainman - no sweetie i am the mountainman\" What is the definition of \"mountainman\"?\n\n", + "output": "the modern day version of a mountainman is a hasidic jew who wears a large black hat and a big beard", + "label": "an individual who is cute yet charming while knows how to be the life of the party at any dull moment" +} +{ + "input": "\"im from that 7 0 2 east side las vegas ese\" What is the definition of \"7 0 2\"?\n\n", + "output": "meaning the area of las vegas", + "label": "meaning the area of las vegas" +} +{ + "input": "\"dude you have a huge man-root\" What is the definition of \"man-root\"?\n\n", + "output": "the male reproductive organ", + "label": "a transvestites's [dick]" +} +{ + "input": "\"after a fat reefer of that good northern lights, i was totally bin ladened\" What is the definition of \"bin ladened\"?\n\n", + "output": "a term used to describe one's state of intoxication", + "label": "heavily [stoned] on [skunky] [hydro] [buds]" +} +{ + "input": "\"and example of a tania would be one fixing up complete strangers, but making them bump into each other (literally) first\" What is the definition of \"tania\"?\n\n", + "output": "the literal life of the party", + "label": "one who is really a faerie with impish impulses, yet a good heart" +} +{ + "input": "\"your dad reads perez hilton? what a bumbardier\" What is the definition of \"bumbardier\"?\n\n", + "output": "a gay dad", + "label": "a play on the word 'bombardier', the bumbardier is a person of the homosexual persuasion" +} +{ + "input": "\"i ate all of the desert bucept the apple pie, 'cause it's got mold\" What is the definition of \"bucept\"?\n\n", + "output": "\"the contraction of \"but except\", used to indicate everything up to and including the specified exception", + "label": "but + except" +} +{ + "input": "\"damn he got some ass adjusters on\" What is the definition of \"ass adjusters\"?\n\n", + "output": "pants that make your ass look good", + "label": "pants so tight that they adjust the shape of a male specimens ass" +} +{ + "input": "\"man, she was no fun at that show, she just did an arvine\" What is the definition of \"arvine\"?\n\n", + "output": "arvine is a name for someone who doesn't like to have a good time", + "label": "to 'do an arvine' is to sit calmly at a concert and 'appreciate the music' rather than cheering an jumping around" +} +{ + "input": "\"to the badger boys 1-0\" What is the definition of \"badger boys\"?\n\n", + "output": "a group of 15 girls who are the best in the world at what they do", + "label": "followers of eastwood town fc who sing behind the goal in either the tip end (chewton street) or the cock end" +} +{ + "input": "\"john want to give chris a dirty spakowski\" What is the definition of \"dirty spakowski\"?\n\n", + "output": "where a man with a spakowskian mustache eats out another man's ass", + "label": "having gay butt sex over and over again" +} +{ + "input": "\"\"yeah, so i had a distinctively heated argument last night\" What is the definition of \"distinctively heated argument\"?\n\n", + "output": "a term used by idiots who won't say they had a fight", + "label": "\"a valid synonym for \"masturbation\", usually used to bypass moderative systems" +} +{ + "input": "\"mike: did you do the commonwealth crawl last night? tom: yeah, i was hammered, but not as bad as chris who had to be dragged back to the dorm\" What is the definition of \"commonwealth crawl\"?\n\n", + "output": "a tradition after the commonwealth cup between students from Sewanee and cumberlands where the winning team has to run back to their dorm", + "label": "in the city of boston, ma, the commonwealth crawl is known by most college students" +} +{ + "input": "\"\"you are late for work: \"come on feeple - get out of my way\"\"\" What is the definition of \"feeple\"?\n\n", + "output": "a person who is in your way or gets on your nerves", + "label": "any person or persons who has done something stupid and/or is pissing you off" +} +{ + "input": "\"dude, can't believe you were stupid enough to send out that blechxt to stacy\" What is the definition of \"blechxt\"?\n\n", + "output": "any text message containing profanity so vile, or intent so evil, that it cannot be sent to certain parties without severe consequences", + "label": "\"the opposite of sext" +} +{ + "input": "\"an example for candycane lane is a very lightened neighborhood\" What is the definition of \"candycane lane\"?\n\n", + "output": "a street or neighborhood where all or most of the houses are well decorated for the holidays, mostly christmas", + "label": "\"candycane lane is a neighbor hood during christmas time when the whole neighborhood has there whole house all lit up" +} +{ + "input": "\"ap us history makes me want to slit my wrists on block days\" What is the definition of \"ap us history\"?\n\n", + "output": "the most boring of all history classes available", + "label": "the most boring of all history classes available" +} +{ + "input": "\"man, this weekend i went mudding with my girl\" What is the definition of \"mudding\"?\n\n", + "output": "mudding with your woman in the back of a truck on a dirt road, preferably a narrow dirt road with deep drops off both sides", + "label": "having anal sex" +} +{ + "input": "\"-this gleigh is so awesome\" What is the definition of \"gleigh\"?\n\n", + "output": "a gleigh is a type of beer from germany which is usually non-alcoholic", + "label": "a girl you would most likely desire to meet because she is smart, creative and beautiful" +} +{ + "input": "\"get back down the mine you northern monkey\" What is the definition of \"northern monkey\"?\n\n", + "output": "used to describe northern england working class people, particularly those from mill towns", + "label": "weird sort from up norf" +} +{ + "input": "\"\"after we owned norman the emo in \"gears of war\", we were like \"you got bangered b\" What is the definition of \"bangered\"?\n\n", + "output": "\"to be \"owned\" in any game or just life in general", + "label": "an insult used to put someone to shame after receiving an intence ass-wooping" +} +{ + "input": "\"i'm running low on funds, looks like i'll be drinking chourbon tonight\" What is the definition of \"chourbon\"?\n\n", + "output": "coca-cola 1 oz", + "label": "cheap bourbon" +} +{ + "input": "\"hitting the sergeant was a serious crm for that private first class\" What is the definition of \"crm\"?\n\n", + "output": "acronym for conduct rendering me (a military abbreviation)", + "label": "career restricting move - a moment in which one relizes that an individual has made a stupid move, fully knowing now that they won't get any further in that job" +} +{ + "input": "\"i requested the contact details of this specific appraisee\" What is the definition of \"appraisee\"?\n\n", + "output": "an individual who is the subject of an [appraisal]", + "label": "a person being appraised" +} +{ + "input": "\"i hate mcnuggets, i'm ordering chicken selects\" What is the definition of \"chicken selects\"?\n\n", + "output": "the thing you order when you hate mcnuggets", + "label": "bent chicken mcnuggets" +} +{ + "input": "\"dude i was in the work bathroom taking a dump and david came in and totally grinched me\" What is the definition of \"grinched\"?\n\n", + "output": "when someone walks in on you while you are taking a shit", + "label": "a person who sits next to you in a public bathroom stall to take a shit, when there are options to sit one stall away" +} +{ + "input": "\"drake is so ugly hes a dick face tuna\" What is the definition of \"dick face tuna\"?\n\n", + "output": "drake", + "label": "someone who is really ugly" +} +{ + "input": "\"1 i use concerta cus i'm slow\" What is the definition of \"concerta\"?\n\n", + "output": "a drug that is used by kids, well, mostly teens, to help them stay concentrated on stuff", + "label": "1 a drug for add that helps you concentrate for 6 hours!! ^_^ 2 but you can also use it to stay awake" +} +{ + "input": "\"\"#python code if {}: print \"this will not get printed, because {} (the empty dictionary) is falsy\" What is the definition of \"falsy\"?\n\n", + "output": "in python, certain expressions evaluate to a false value when used in an if statement", + "label": "falsy is actually an important technical term in computer programming" +} +{ + "input": "\"always wear your jizz bag because you don't know where some of those girls have been\" What is the definition of \"jizz bag\"?\n\n", + "output": "a condom", + "label": "(slang) a [condom] or anthing that sheaths the [penis] for the purpose of retaining [semen]" +} +{ + "input": "\"me a go get a chubby soda\" What is the definition of \"chubby soda\"?\n\n", + "output": "\"a \"fat\" soda like coke or pepsi but not diet\"", + "label": "small 8" +} +{ + "input": "\"that girl was so fine she's like a fluffaluffalopolis\" What is the definition of \"fluffaluffalopolis\"?\n\n", + "output": "1", + "label": "a creature as defined by patrick danger ballentyne to be the most epic, beautiful and fluffy bundle of joy that can only be known as a fluffaluffalopolis" +} +{ + "input": "\"pre - frankepedia - all information will be shared to ensure everyone is aware of the current and upcoming situation to ensure smooth running\" What is the definition of \"frankepedia\"?\n\n", + "output": "frankepedia", + "label": "a system that can take any information and recycle into an almost believable mound of bullshit" +} +{ + "input": "\"wow, i am goddamn 69 feeling fine\" What is the definition of \"69 feeling fine\"?\n\n", + "output": "after a break up, when you feel like shit, but then get laid, and feel like hot shit", + "label": "the feeling that you get when shit leaves your asshole" +} +{ + "input": "\"dude, you look so 3rd world\" What is the definition of \"3rd world\"?\n\n", + "output": "describes a person, place or thing that is dirty, poor, shanty and/or trashy", + "label": "\"when someone is dressed like a scum bag or like white trash, they are dressed \"3rd world\"" +} +{ + "input": "\"\"joe college: \"hey, mac, go pick us up some bumboozle for tonight\" What is the definition of \"bumboozle\"?\n\n", + "output": "\"1", + "label": "\"alcohol fit for the lips of the cheapest of cheap - college students and the garden variety \"bum" +} +{ + "input": "\"vinny: you abdu, how you gonna do that dumb dirty in front of all these kids at the part? abdu: i'm am so ashamed, why am i dumb dirtying?? vinny: bruh nerd\" What is the definition of \"dumb dirty\"?\n\n", + "output": "dumb dirty is when your nerd and you nerd hard", + "label": "the act of doing a promiscuous activity, either alone or with one other persons, infront of an audience or crowd of spectators" +} +{ + "input": "\"do you want to come over and see my adorable new kittens do hilarious kitten things? they're adorilarious little mammals\" What is the definition of \"adorilarious\"?\n\n", + "output": "adjective: something simultaneously adorable (adjective) and hilarious (adjective)", + "label": "adj" +} +{ + "input": "\"man ya'll betta shut the fuck up before i boot-hoof you outa dis place\" What is the definition of \"boot-hoof\"?\n\n", + "output": "to kick someone out of a club or any place you pay to be in", + "label": "bringing the fury" +} +{ + "input": "\"your geedy for jizzing in that girls face\" What is the definition of \"geedy\"?\n\n", + "output": "geedy meaning more than eager", + "label": "corny" +} +{ + "input": "\"oh chiss for eating all my pringles yeah\" What is the definition of \"chiss\"?\n\n", + "output": "a replacement for the word shit", + "label": "a sarcastical form of the word 'cheers'" +} +{ + "input": "\"have you seen your ex-girlfriend lately? that girl is looking hella ate up\" What is the definition of \"ate up\"?\n\n", + "output": "wack, ugly, stupid, dumb, not cool, busted, ugly as fuck, stupid as hell, broke, busted, not good", + "label": "\"the nasty appearance people take on after using meth for a while" +} +{ + "input": "\"nigga that party was sick last night i got fuckin bazooked\" What is the definition of \"bazooked\"?\n\n", + "output": "a level of intoxication where one enters the state of da bomb and does not return for a minimum of 2 days", + "label": "to be completely fuked up beyond belief as if you were just hit by a bazooka" +} +{ + "input": "\"the arena floor was covered in broken hot dogs after the annual cock jousting tournament\" What is the definition of \"cock jousting\"?\n\n", + "output": "the sport of kings! literally", + "label": "a sport where two people run towards each other at full speed with massive erections and hot dogs stuck halfway up their butts" +} +{ + "input": "\"every morning bertha likes to be a bouchgoofner\" What is the definition of \"bouchgoofner\"?\n\n", + "output": "a bitch who likes to clean toilet bowls", + "label": "1)a bouchgoofner is someone who puts coffee in their frosted flakes" +} +{ + "input": "\"it took dave 10 minutes to walk up the steps he was in such a k hole\" What is the definition of \"k hole\"?\n\n", + "output": "the gap between the steps on a staircase where you don't set foot on either step at the same time", + "label": "to have used to much of the drug ketamine (special k) and lost sense of time and space, balance, verbal skills" +} +{ + "input": "\"donald:did you see edquardo? ralph: yea he was driving that blue beaner mobile\" What is the definition of \"beaner mobile\"?\n\n", + "output": "a large van drove by beaners used to transport imigrants over the boarder", + "label": "a large van drove by beaners used to transport imigrants over the boarder" +} +{ + "input": "\"yo i was stackin' boses last meet\" What is the definition of \"stackin' boses\"?\n\n", + "output": "to stack mad boozles when competing at swim events", + "label": "to stack mad boozles when competing at swim events" +} +{ + "input": "\"guy 1:he is such a tool guy 2: no he is a gizmo\" What is the definition of \"gizmo\"?\n\n", + "output": "a person who is annoying,a tool, and or a douche bag", + "label": "the next level for a person who is a tool" +} +{ + "input": "\"\"wow your wedding dress is so perfect, almost anuvret level stuff\" What is the definition of \"anuvret\"?\n\n", + "output": "the pinnacle of perfection", + "label": "a god, a king, and a scholar all rolled into one sweet ass package" +} +{ + "input": "\"necesito amar de un ruso gordo\" What is the definition of \"gordo\"?\n\n", + "output": "spanish word for 'fat' or 'rich'", + "label": "\"it's spanish for \"fat\"\"" +} +{ + "input": "\"hi, i'm chris bosh\" What is the definition of \"chris bosh\"?\n\n", + "output": "a douche bag who gets more money than he deserves for doing the same job as lebron james and dwayne wade", + "label": "the rupaul of nba big men" +} +{ + "input": "\"i'm ccnncc99 let me ban *blank* from every channel\" What is the definition of \"ccnncc99\"?\n\n", + "output": "a person who believes they have power on irc when in fact they don't", + "label": "a fucking asian 13 year old faggot who has no life and enjoys being an asshole to people who once befriended him" +} +{ + "input": "\"\"oh man u shld a seen this she was suckin ma balls and a went for it \"a laid a coffee bean on her head\" What is the definition of \"coffee bean\"?\n\n", + "output": "originates from the south of johannnesburg and is a term used when you ejaculate on a girls head", + "label": "originates from the humble teabag" +} +{ + "input": "\"hey, let me hit the bank-in-the-box real quick before we go to dinner\" What is the definition of \"bank-in-the-box\"?\n\n", + "output": "a handy atm located inside a box that you can take money out of without going into the bank", + "label": "an automated teller machine (atm) also pronounced bank-in-a-box" +} +{ + "input": "\"my best friend thought it would be funny to put italian dressing on my chicken last night\" What is the definition of \"italian dressing\"?\n\n", + "output": "a mixture of ones urine and semen", + "label": "to stick ejaculate on somones food (usually someone's salad)" +} +{ + "input": "\"to remember the aspen shavings are the good ones for your animals pen, just think ass-pen\" What is the definition of \"aspen shavings\"?\n\n", + "output": "\"aspen shavings are the good ones for your animals pen, just think ass-pen", + "label": "cedar and pine shavings are bad for small mammals" +} +{ + "input": "\"janes but smells because she has to get the bugabuga out\" What is the definition of \"bugabuga\"?\n\n", + "output": "the mixture of blood and semen after sex", + "label": "the residue and hair that gets stuck in you buttcrack after you take a shower" +} +{ + "input": "\"we don't fuck the same hoes, there's levels to this shit\" What is the definition of \"levels to this shit\"?\n\n", + "output": "1", + "label": "there are certain obstacles and tests you must pass to live the true life of a real n**ga" +} +{ + "input": "\"i got a cart00ney from bill because i painted my car the same color as his\" What is the definition of \"cart00ney\"?\n\n", + "output": "the act of getting a blow job from someone who has no teeth", + "label": "a fake legal threat sent from someone pretending to be an attorney" +} +{ + "input": "\"kyle's mom is a crack whore\" What is the definition of \"crack whore\"?\n\n", + "output": "1", + "label": "1" +} +{ + "input": "\"i'm represent that crooked i\" What is the definition of \"crooked i\"?\n\n", + "output": "the state of being a crook, a criminal, someone who does things the easy way, the illegal way", + "label": "irving,texas ( in dallas)" +} +{ + "input": "\"guy1: wow that guy is horrible, plus he has a funny face guy2: haaa yeah typical example of an alex jones\" What is the definition of \"alex jones\"?\n\n", + "output": "1", + "label": "alex jones is welsh slang for an angry person who breaks objects belonging to others" +} +{ + "input": "\"yo home slice, we're hitting up the back field with some bacer\" What is the definition of \"bacer\"?\n\n", + "output": "good beer, alcohol, booze", + "label": "a game of soccer baseball" +} +{ + "input": "\"is steve wearing a v-neck? dude's showin' some heavage\" What is the definition of \"heavage\"?\n\n", + "output": "\"a combination of \"him\" and \"cleavage", + "label": "male cleavage" +} +{ + "input": "\"is it 6:00 or 7:00? dammit, i'm going to be late for work because of daylight savings time again\" What is the definition of \"daylight savings time\"?\n\n", + "output": "a procedure where we as a people show how ignorant we really are", + "label": "great for getting an extra hoir of sleep, but it just confuses the fuck out of others later" +} +{ + "input": "\"the assembly line was the brainchild of henry ford, ushering in mass production of automobiles and significantly reducing their price for a while\" What is the definition of \"brainchild\"?\n\n", + "output": "1", + "label": "a revolutionary new idea or concept, having mostly a positive effect to society" +} +{ + "input": "\"1: i did her behind the bins with my enormous cunt stick 2: her cunt stick came out with a 'pop'\" What is the definition of \"cunt stick\"?\n\n", + "output": "a means of inserting [cock] into [cunt]", + "label": "1: tool used by male to interface with the female pleasure palace 2: tool used by female and inserted into her [nu-nu] to generate joy juice" +} +{ + "input": "\"elmwood park\" What is the definition of \"elmwood park\"?\n\n", + "output": "where there is nothing to do", + "label": "where there is a new experience everyday" +} +{ + "input": "\"dude, i know that freekin' kojo is a flaming cuisinart\" What is the definition of \"cuisinart\"?\n\n", + "output": "an ethnic homosexual male who likes to take it in the ass", + "label": "alternate word for 'quee quee'" +} +{ + "input": "\"\"bro #1: \"dude, steph has become like a total facelibrarian since she got broadband\" What is the definition of \"facelibrarian\"?\n\n", + "output": "a person who spends a lot of time on facebook, who has a degree of obsession with the site", + "label": "(n" +} +{ + "input": "\"someone shot my dirsh and armpitt babies jumped out\" What is the definition of \"dirsh\"?\n\n", + "output": "the hair on your upper arm", + "label": "the place where all the assgoblins leave from when youre on the john" +} +{ + "input": "\"man i need a gurl wit a boot i cant have no flat back beaver tail brawd\" What is the definition of \"flat back beaver tail\"?\n\n", + "output": "a gurl wit no ass", + "label": "a woman usually white or asian who has little or no back side" +} +{ + "input": "\"catholic priests number over 500,000 in the world\" What is the definition of \"catholic priests\"?\n\n", + "output": "cool dudes who forgive your sins and give you jesus in holy communion", + "label": "cool dudes who forgive your sins and give you jesus in holy communion" +} +{ + "input": "\"person a: why are you so pissed off? person b: i just let my ex suck me into a battle of the text-es\" What is the definition of \"battle of the text-es\"?\n\n", + "output": "when you and your ex both decide to text the other one, but you both do it at the same time, resulting in neither of you reading the texts", + "label": "a battle of words that takes place via text messages with a member of the opposite sex" +} +{ + "input": "\"john's wife is so cold, she didn't even feel him do an angry penguin\" What is the definition of \"angry penguin\"?\n\n", + "output": "when a man and a woman are having doggy-style intercourse either vaginally or anally", + "label": "when a man and a woman are having doggy-style intercourse either vaginally or anally" +} +{ + "input": "\"dude i got a 250ex for my birthday its awsome\" What is the definition of \"250ex\"?\n\n", + "output": "one of the best dirtbikes out there", + "label": "a entry level sport quad (atv) made by honda" +} +{ + "input": "\"her pokey nipples give me such a boner alert that between them and my prince albert we could have a wicked game of hoopla\" What is the definition of \"boner alert\"?\n\n", + "output": "a stiffy underneath a tight shirt", + "label": "massive erection forming or already formed" +} +{ + "input": "\"a soup box boyfriend aka mike\" What is the definition of \"a soup box\"?\n\n", + "output": "a caring, loving, loyal, honest, and trustworthy guy", + "label": "a pony-like character that makes booty calls on a regular basis" +} +{ + "input": "\"agnes obel writes such amazing lyrics\" What is the definition of \"agnes obel\"?\n\n", + "output": "agnes obel is a danish singer and songwriter", + "label": "-a danish singer and songwriter who is considered one of the more inspiring artists of the generation" +} +{ + "input": "\"i was a good cakestress when i made a cake out of two donuts and some m&ms\" What is the definition of \"cakestress\"?\n\n", + "output": "in the vein of baker, one who makes cakes, not necessarily from scratch, but by creative use of ingredients and imagination", + "label": "a woman who makes cakes" +} +{ + "input": "\"josh c is an arse bandit\" What is the definition of \"arse bandit\"?\n\n", + "output": "a person that is homosexual in an environment of straight people", + "label": "a person that is homosexual in an environment of straight people" +} +{ + "input": "\"crisis zone needs to be two player\" What is the definition of \"crisis zone\"?\n\n", + "output": "a kick ass light gun game made by namco", + "label": "a kick ass light gun game made by namco" +} +{ + "input": "\"the black box for pres\" What is the definition of \"black box\"?\n\n", + "output": "a term used in aviation for the device that records all instrument readings and other data from the flight", + "label": "1" +} +{ + "input": "\"he's just a knob head with no knob\" What is the definition of \"knob head\"?\n\n", + "output": "1", + "label": "british slang translates to dick head" +} +{ + "input": "\"hamish: ohh lets go to coogee\" What is the definition of \"coogee\"?\n\n", + "output": "\"the [sick] place in the eastern suburbs of sydney", + "label": "a beach suburb located on the east coast of australia in the city of sydney" +} +{ + "input": "\"if someone doesn't shut that little crotch beast up, burnination will ensue\" What is the definition of \"crotch beast\"?\n\n", + "output": "a small child that torments its parents and anyone who comes within its reach", + "label": "term used to describe annoying little kids, especially in movie theaters" +} +{ + "input": "\"herpaderp i'm a golfer herp derp he's so golfa\" What is the definition of \"golfer\"?\n\n", + "output": "\"a person who is obsessed with the band heroforce, and how awesome their lead singer, \"goldfox\", is", + "label": "a ridiculous non-slang term used by little immature dickwads who're trying to appear cool" +} +{ + "input": "\"man that girls got ass thatch\" What is the definition of \"ass thatch\"?\n\n", + "output": "the hair on a girls ass", + "label": "a thick hair on anal region, bum hair, ass warmer" +} +{ + "input": "\"alligator fuck house is cool to do with girls\" What is the definition of \"alligator fuck house\"?\n\n", + "output": "when three or more naked people lock hands and ankles and roll over back and forth", + "label": "when three or more naked people lock hands and ankles and roll over back and forth" +} +{ + "input": "\"person 1: u look like a dog person 2: u look like a gurjit\" What is the definition of \"gurjit\"?\n\n", + "output": "a person who looks like a dog", + "label": "a crazy lunatic weird woman that smells like a hippo's bum but looks like a cross between a zebra and a hyena" +} +{ + "input": "\"fake people should be avoided at all costs\" What is the definition of \"fake people\"?\n\n", + "output": "a person who has different personalities and acts different around other people to make themselves look good or cool being fake is not a good thing", + "label": "a person who has different personalities and acts different around other people to make themselves look good or cool being fake is not a good thing" +} +{ + "input": "\"suicide bomber: lie la la hala allah akbar! boom suicide bomber 2: allah akbar! boom white man: holy sh#t\" What is the definition of \"allah akbar!\"?\n\n", + "output": "the suicide bomber's cry when they are about to detonate there bombs", + "label": "what a suicide bomber terrorist screams when he is about to detonate a bomb strapped to his body, killing many around him" +} +{ + "input": "\"dude, that kickflip you just did was bee's knees\" What is the definition of \"bee's knees\"?\n\n", + "output": "\"i'm surprised no one has mentioned the origin of \"bee's knees\"", + "label": "\"i'm surprised no one has mentioned the origin of \"bee's knees\"" +} +{ + "input": "\"shultz: kole don't go out there, you'll get butt sexed\" What is the definition of \"butt sexed\"?\n\n", + "output": "1", + "label": "the act of getting sexed in the butt" +} +{ + "input": "\"i missed my birdie putt by a ball hair and i lost the tournament by one stroke\" What is the definition of \"ball hair\"?\n\n", + "output": "a unit of measurement depicting the miniscule proximity of an object or the outcome of an event", + "label": "a unit of measurement depicting the miniscule proximity of an object or the outcome of an event" +} +{ + "input": "\"i ordered a cake pop creation from www\" What is the definition of \"cake pop\"?\n\n", + "output": "cake pops come in many shapes, sizes, flavors, and colors", + "label": "cake pops come in many shapes, sizes, flavors, and colors" +} +{ + "input": "\"yo pav you freshist why you only paying that freshie �5 a week?\" What is the definition of \"freshist\"?\n\n", + "output": "a word to describe a person who is not only a freshie but is also very fresh looking", + "label": "where a person acts in a discriminatory manner towards a freshie, as in, a fresh off the banana boat immigrant" +} +{ + "input": "\"no, i didn't sleep with her, just enjoyed a tmo\" What is the definition of \"tmo\"?\n\n", + "output": "\"short for \"tea moment\" (pronounced \"tee-moh\")", + "label": "short for topless make out" +} +{ + "input": "\"so how was last night? yea it was cool, until charlotte church here couldnt hold her ale\" What is the definition of \"charlotte church\"?\n\n", + "output": "a name for a person that gets easily smashed, after say, two alcoholic beverages", + "label": "a name for a person that gets easily smashed, after say, two alcoholic beverages" +} +{ + "input": "\"there's a beefalonis over there\" What is the definition of \"beefalonis\"?\n\n", + "output": "a large black male", + "label": "a funny word you yell at random people" +} +{ + "input": "\"i am the bo-nizzle,i bonizzled that muddy foooer,that was bo-nizzle\" What is the definition of \"bo-nizzle\"?\n\n", + "output": "another word for awesome,best,great,etc", + "label": "(adj)(noun)(verb), bo-niz-al, abreviation :boniz, bonizlay, bo" +} +{ + "input": "\"shh guys, we're anne franking on these bitches\" What is the definition of \"anne franking\"?\n\n", + "output": "the act of hiding from anyone: friends, parents, authorities, for an extended period of time", + "label": "the act of hiding from anyone: friends, parents, authorities, for an extended period of time" +} +{ + "input": "\"you: what's up? me: cookin a beef\" What is the definition of \"cookin a beef\"?\n\n", + "output": "making a prank phone call", + "label": "the act of grilling a hamburger" +} +{ + "input": "\"i was born and will always be one of those california girls\" What is the definition of \"california girls\"?\n\n", + "output": "the most beautifu and spoiled and smart people in the world", + "label": "the most beautifu and spoiled and smart people in the world" +} +{ + "input": "\"i found a camplin last night and she rocked at sucking my cock\" What is the definition of \"camplin\"?\n\n", + "output": "a hot girl who loves to give head", + "label": "a british whore who love to suck" +} +{ + "input": "\"the evil genius villains in james bond movies appear to be highly intelligent when, in actuality, they are certifiable\" What is the definition of \"certifiable\"?\n\n", + "output": "a term to describe one who is crazy, insane, or demented", + "label": "\"british slang for \"insane\"" +} +{ + "input": "\"you betta need to be payin me that ass tax\" What is the definition of \"ass tax\"?\n\n", + "output": "\"n", + "label": "\"n" +} +{ + "input": "\"what's that tasty groove on your radio and who's it by? oh, that's jammin' butter by bad mamma jamma\" What is the definition of \"bad mamma jamma\"?\n\n", + "output": "a wicked tune", + "label": "a bad ass band from athens, oh" +} +{ + "input": "\"1:sup berr 2:nothin berr just kickin a hackysack and stuff 1:yaa whatever dude\" What is the definition of \"berr\"?\n\n", + "output": "a person who is a bro but is more gangster and chill, hence berr", + "label": "an adaptation of the word bro, similar to breh, brah, brohonsicle" +} +{ + "input": "\"that jamie just sits there and moans all day about the people at the beach, what a beachist\" What is the definition of \"beachist\"?\n\n", + "output": "someone who discriminates against anyone who goes to the beach", + "label": "a person who, on a beautiful weekday, will all day complain at their cubicle and claim to hate any and all persons currently enjoying the day at the beach" +} +{ + "input": "\"in prison, bubba made the new inmate his butt puppet\" What is the definition of \"butt puppet\"?\n\n", + "output": "a human anal sex toy", + "label": "a human anal sex toy" +} +{ + "input": "\"fransessco just unloaded an augmented octave\" What is the definition of \"augmented octave\"?\n\n", + "output": "a gigantic bowel movement", + "label": "a gigantic bowel movement" +} +{ + "input": "\"my brother nick is such a fatty mcfatfat\" What is the definition of \"fatty mcfatfat\"?\n\n", + "output": "a very fat smelly hairy wow loving duche bag!", + "label": "a very fat smelly hairy wow loving duche bag!" +} +{ + "input": "\"geisha have very powerful connections all over the world, hence they are a power to be reckoned with\" What is the definition of \"geisha\"?\n\n", + "output": "geisha are trained in the art of serving men in the most pleasurable way esp sexually", + "label": "a geisha is a traditional japanese entertainer of men" +} +{ + "input": "\"\"1) \"you chose to update the booklets rather than take on the big hong kong project? you are such a cherry picker\" What is the definition of \"cherry picker\"?\n\n", + "output": "1) one who picks the ripe (and normally easy) cherries first in any situation", + "label": "1) person who choses easy tasks over challenging ones" +} +{ + "input": "\"i'm totally batarded right now, i can't even open this tin of cocktail wieners\" What is the definition of \"batarded\"?\n\n", + "output": "so drunk that you're stupid", + "label": "\"confused after having been beaten about the head and neck with a loaf of french bread, also known as a sourdough \"batard\"" +} +{ + "input": "\"man, that girl was a giorgiana\" What is the definition of \"giorgiana\"?\n\n", + "output": "giorgiana's are very pretty girls, with pretty voices", + "label": "a sexy greek with eyebrows on fleek" +} +{ + "input": "\"damm jose did u see lauren shes flying with birds too\" What is the definition of \"flying with birds\"?\n\n", + "output": "a girl in her prime of life (sexy)", + "label": "1" +} +{ + "input": "\"last night i was chin bar walloped did ya see the hack of that wee lad? he was fuckin chin bar walloped\" What is the definition of \"chin bar walloped\"?\n\n", + "output": "\"a term often heard in northern ireland,it means the effects of consuming copious quantities of ecstacy or mdma", + "label": "\"a term often heard in northern ireland,it means the effects of consuming copious quantities of ecstacy or mdma" +} +{ + "input": "\"\"you hear about that guy who shat all over the latest three days grace cd? \"yah yo dat boy is dah cutting edge\" What is the definition of \"cutting edge\"?\n\n", + "output": "the act of being too cool for school, or in more literal terms, of possessing the ability to think up the most ridiculous things ever", + "label": "a guy who doesn't listen to shit music" +} +{ + "input": "\"\"man: \"dude, becky went on such a bitchalogue last night after we were making fun of her\" What is the definition of \"bitchalogue\"?\n\n", + "output": "1", + "label": "a rant or speech given by an angry, or irritated female which often contains irrelevant or illogical information" +} +{ + "input": "\"person 1: that dude says he can score us whatever we want in 5 minuites person 2: no way man, that is serious carbon warehousing\" What is the definition of \"carbon warehousing\"?\n\n", + "output": "the act of removing a substances carbon content and storing it in someones body, by claiming you can do something you cannot", + "label": "providing information that is blatantly untrue and shakily thought out, chatting shit, bullshit, etc" +} +{ + "input": "\"between the research paper, the fact that there is 46 more days till spring break, and the clouds, john is goin through some rough 3rd nine week blues\" What is the definition of \"3rd nine week blues\"?\n\n", + "output": "the sadness one feels when they realize that school is not ending in two more weeks but instead 46", + "label": "-the melancholy feeling experienced by high schoolers everywhere in the period between the end of christmas break and the beginning of spring break" +} +{ + "input": "\"thorgrim: that burzum album was fukcing brvtal fredrik axesplitter: i agree\" What is the definition of \"brvtal\"?\n\n", + "output": "a way of saying that a black metal album/artist/band is more or less true to the style of the norwegian second wave", + "label": "this is the term given to music which is particularly brutal and/or [necro]" +} +{ + "input": "\"stop being an ass melon\" What is the definition of \"ass melon\"?\n\n", + "output": "a person who acts like an ass head", + "label": "(n) an insult, particularly in reference to an annoying small child, but also used as a pejorative for anyone you dislike" +} +{ + "input": "\"guy 1: want some candy? guy 2: yea sure *digs like crazy to get as much candy as possible* guy 1: damn, don't go all caterpillar on it\" What is the definition of \"go all caterpillar\"?\n\n", + "output": "when you get 10000 times worse than going all [cockfly] on it", + "label": "to thoroughly dig after sweets when offered" +} +{ + "input": "\"becky was just laying there like a dead girl so i pulled it out and gave her an ass crank\" What is the definition of \"ass crank\"?\n\n", + "output": "when you use anal sex to get a girl moving sexually", + "label": "when you use anal sex to get a girl moving sexually" +} +{ + "input": "\"\"my dick parrot is 2 seconds away from cawing \"polly want a blow job\"\"\" What is the definition of \"dick parrot\"?\n\n", + "output": "a penis that has gangster bird tattoos on it", + "label": "when your shoulder" +} +{ + "input": "\"that carrot jockey died when she shoved a carrot up her [twat] from internal bleeding\" What is the definition of \"carrot jockey\"?\n\n", + "output": "someone who likes shoving carrots up their ass", + "label": "a woman who masturbates with a carrot" +} +{ + "input": "\"my hot pants were adiabatic on the straight boy until he had a few drinks in him\" What is the definition of \"adiabatic\"?\n\n", + "output": "adj", + "label": "occurring without loss or gain of heat" +} +{ + "input": "\"why does akim have to be so coplucsted all the time\" What is the definition of \"coplucsted\"?\n\n", + "output": "being both cops and being a pussy at the same time", + "label": "a word used to replace the word complicated because real english just doesn't describe the type of person you are" +} +{ + "input": "\"*** plasticbunny was kicked by evilroot (i am not amused)\" What is the definition of \"evilroot\"?\n\n", + "output": "\"evilroot: \"i am evil and i have a root in your behind", + "label": "evil op of #ishin-digital" +} +{ + "input": "\"the new iron man movie was awesome sauce\" What is the definition of \"awesome sauce\"?\n\n", + "output": "the pure refined essence of awesome", + "label": "the pure refined essence of awesome" +} +{ + "input": "\"enseferus is a prophecy of an ancient being, originating in asia, whom was believed to have existed since the beginning of all existance\" What is the definition of \"enseferus\"?\n\n", + "output": "the bringer of light from tartarus", + "label": "1" +} +{ + "input": "\"she was acting dotabeticle when she threw her shoes across the room and started crying when she could not find her keys\" What is the definition of \"dotabeticle\"?\n\n", + "output": "when someone's behavior is so over the top crazy that you do not know whether to describe it as pathetic or douchey", + "label": "a woman's period and the emotional turmoil attributed to her behavior at that time" +} +{ + "input": "\"\"eric made a total faux pas last night when he bought a wine that the host of the dinner party didn't like'\" What is the definition of \"faux pas\"?\n\n", + "output": "faux pas means literally translated 'false step' it is when someone make a'social mistake' such as doing something unaccepted or saying something wrong", + "label": "faux pas means literally translated 'false step' it is when someone make a'social mistake' such as doing something unaccepted or saying something wrong" +} +{ + "input": "\"hey man, i've got a serious case of artist's bias\" What is the definition of \"artist's bias\"?\n\n", + "output": "when an artist becomes so involved with their own art they can no longer be objective about it", + "label": "a condition that develops after working on a piece of artwork for long periods of time, rendering the artist incapable of deciding for themselves if it's any good" +} +{ + "input": "\"\"terence: \"hey what were you and cynthia doing in the bathroom?\" felicia: \"oh ya know; just bumpin fuzz\" What is the definition of \"bumpin fuzz\"?\n\n", + "output": "the act of engaging in sexual intercourse", + "label": "the act of lesbians rubbing a mix of pussy and pubes together" +} +{ + "input": "\"daddy, sarah and i want to go to abyss and do the harlem shake\" What is the definition of \"harlem shake\"?\n\n", + "output": "an eccentric upper body dance move that involves the shaking of the upper torso and shoulders", + "label": "an eccentric upper body dance move that involves the shaking of the upper torso and shoulders" +} +{ + "input": "\"that jager nuke really got me hammered\" What is the definition of \"jager nuke\"?\n\n", + "output": "a shot of jagermeister followed by a shot of absinthe", + "label": "[jager nuke] a much larger stronger version of the famous shot jager bomb(redbull and jagermeister)" +} +{ + "input": "\"come over here and lemme drop it off in them drawers\" What is the definition of \"drop it off in them drawers\"?\n\n", + "output": "to have sex with someone", + "label": "to have sex with someone" +} +{ + "input": "\"hakim had his fellow wahabi muslims mesmerized with his description of mtv, life in los angeles and the asscrapian youth who roamed shopping malls with credit cards and no manners\" What is the definition of \"asscrapian\"?\n\n", + "output": "the name imi gave to americans in his novel my name is red, because they walk around like they own the world but they're so uncivilized that they eat with their hands", + "label": "a catch-all nationality/ethnicity indicating low birth, dubious hygeine, bizarre customs and speech, and amoral values" +} +{ + "input": "\"yo last night at the strip club dem bitches were pullin a casserole monday\" What is the definition of \"casserole monday\"?\n\n", + "output": "when a group of women get together on a monday and twerk as if they are making a casserole", + "label": "when the bra is removed and swung around the head" +} +{ + "input": "\"oh look at this indian teen hes such a try hard lankycock\" What is the definition of \"lankycock\"?\n\n", + "output": "lankycock", + "label": "a try hard indian who is usually stupid and gay" +} +{ + "input": "\"every girl dreams of being a parinatha\" What is the definition of \"parinatha\"?\n\n", + "output": "a very intelligent, witty, humorous, beautiful person", + "label": "a charming and caring girl" +} +{ + "input": "\"ken is still a chisel nut after all these years\" What is the definition of \"chisel nut\"?\n\n", + "output": "a man who is unable to get his cock up", + "label": "a total dipshit,a moron,a dumb ass" +} +{ + "input": "\"lets go back in time with my brand new delomean\" What is the definition of \"delomean\"?\n\n", + "output": "de-lome-an -noun 1", + "label": "a car/time machine made from a red 1928 chevy" +} +{ + "input": "\"marco: where'd harry and jane go? reginald: oh, they're off having a flappy battle back at the hotel marco: they're fucking? reginald: no, they're actually playing flappy bird\" What is the definition of \"flappy battle\"?\n\n", + "output": "the act of flappy bird being played by two people competing against eachother", + "label": "flappy battle 1" +} +{ + "input": "\"ay m is one who would eat a little baby and enjoy it\" What is the definition of \"ay m\"?\n\n", + "output": "a cocky, self centered, immature, childish, nerd that doesn't have a clue about anything", + "label": "a cocky, self centered, immature, childish, nerd that doesn't yet understand that nobody cares about him" +} +{ + "input": "\"unk: yo j-boy wat you tryin to get at? j-boy: shit nigga just tryin to get at some buddacris unk: fer sure\" What is the definition of \"buddacris\"?\n\n", + "output": "one of j-lo's many nicknames, this one coming from her ex-assistant", + "label": "see: weed, budda, cannabis, trees, grass, broccoli, marley," +} +{ + "input": "\"\"co�o, se te cayo toito el pelo, esta cocopelao\" What is the definition of \"cocopelao\"?\n\n", + "output": "a hairy man with a bad hair cut", + "label": "literally, it means, bare or peeled coconut" +} +{ + "input": "\"mmm i love cocoa moo juice\" What is the definition of \"cocoa moo juice\"?\n\n", + "output": "the best drink in the world", + "label": "[chocolate milk] the juice that comes from a cow and added with chocolate syrup" +} +{ + "input": "\"real estate was good at the end of the 90's and the beginning of the 2k's\" What is the definition of \"2k's\"?\n\n", + "output": "the years 2000 and after", + "label": "the name for the first decade of the millenium" +} +{ + "input": "\"that guy is a cool ass\" What is the definition of \"cool ass\"?\n\n", + "output": "a person who has a job that kicks ass like a rock star", + "label": "\"(n)someone or something who/that is really cool to a level where a small curse word is needed" +} +{ + "input": "\"i got to head to albucracky to buy crap\" What is the definition of \"albucracky\"?\n\n", + "output": "albuquerque, new mexico", + "label": "albuquerque, derogatorry term" +} +{ + "input": "\"man i think im gonna bmml\" What is the definition of \"bmml\"?\n\n", + "output": "bust my fucking lungs, to go all in, to give it all you got", + "label": "beat my meat loaf" +} +{ + "input": "\"sonia is such a dipwad\" What is the definition of \"dipwad\"?\n\n", + "output": "a person who is a total dork or geek", + "label": "dipshit and dickwad combined" +} +{ + "input": "\"that little boy over there who is double-fisting cupcakes and washing them down with chocolate milk is such a chebubba\" What is the definition of \"chebubba\"?\n\n", + "output": "a person who is overweight or obese", + "label": "a pet name or nickname for a a pleasantly plump individual who feels no shame in delighting in sweets and yum-yums on a regular basis" +} +{ + "input": "\"man you should come look at this cheese log i just made\" What is the definition of \"cheese log\"?\n\n", + "output": "a long, thick, solid, log of pure cheese", + "label": "1" +} +{ + "input": "\"dude, have you seen that youtube clip of adonal foyle missing the backboard? what a doofus\" What is the definition of \"adonal foyle\"?\n\n", + "output": "a retarded basketball player who once in a while does stupid things, like miss the backboard on a dunk", + "label": "an nba player who is better at poetry than he is at basketball" +} +{ + "input": "\"cotten pooch\" What is the definition of \"cotten pooch\"?\n\n", + "output": "a person who has a cotton bud up there bum hole and it is pulled out and it has poo on it", + "label": "it is a false creature that is made from cotton" +} +{ + "input": "\"wow those guys over at eatpoo are sure good artists/\" What is the definition of \"eatpoo\"?\n\n", + "output": "a band of artistic geniuses who do incredible work", + "label": "an online art community known for being a little on the wild side" +} +{ + "input": "\"i told david the party starts at dark-thirty\" What is the definition of \"dark-thirty\"?\n\n", + "output": "half past midnight", + "label": "the thirty minutes before nightfall, or the thirty minutes after night falls" +} +{ + "input": "\"roller derby is one of the few women's sports that allow women to be aggressive and tough\" What is the definition of \"roller derby\"?\n\n", + "output": "\"a contact team sport played on roller skates by teams of up to 20 people", + "label": "a game played on either a [flat track] or [banked track]" +} +{ + "input": "\"christ, the lobby is a fuckin tool box today\" What is the definition of \"tool box\"?\n\n", + "output": "\"a place full of \"tools\"", + "label": "\"reference to a room full or folk easily termed as \"tools\"\"" +} +{ + "input": "\"ela ela lamito stika wee ooo wee\" What is the definition of \"ela ela\"?\n\n", + "output": "the words you say when you dont know what to say", + "label": "used in many ways of terms such as: to term a mexican kid" +} +{ + "input": "\"bob realised he was an arm biter on the morning he woke up next to a whalepig he had woken up next to after a rather large drunken mistake\" What is the definition of \"arm biter\"?\n\n", + "output": "a person who tends to bite arms tend to do so while drunk and/or while sleeping", + "label": "someone who would rather bite off their own arm than risk waking the (surprisingly ugly when viewed sober) person lying on it in order to escape" +} +{ + "input": "\"when i was on a trip in a safari i saw the most horrible elephant flaps\" What is the definition of \"elephant flaps\"?\n\n", + "output": "when two naked female elephants fuck soo much they engulf each other in their loose vaginal lobe flaps", + "label": "when two naked female elephants fuck soo much they engulf each other in their loose vaginal lobe flaps" +} +{ + "input": "\"if you whip up chanel no.9 combos, you are most likely rich\" What is the definition of \"chanel no.9\"?\n\n", + "output": "the most expensive perfume in the world", + "label": "\"an expensive combination of high-quality cocaine, pure ecstasy, and special k that produces waves of euphoria lasting for hours" +} +{ + "input": "\"no way i cant hangout with an anti-sociable than nobody will talk to me at the club\" What is the definition of \"anti-sociable\"?\n\n", + "output": "a person that hates to socialize with people he/she does not know", + "label": "not being sociable with others" +} +{ + "input": "\"she wanted me to bend over and show her my fruit basket\" What is the definition of \"fruit basket\"?\n\n", + "output": "when a naked man bends over, and puts his nuts and penis behind him, similar to a banana and two nuts in a basket, ie the fruit basket", + "label": "when a naked man bends over, and puts his nuts and penis behind him, similar to a banana and two nuts in a basket, ie the fruit basket" +} +{ + "input": "\"is dave coming out tonight? no, he's at kelly's worksite, man marking her like a pro\" What is the definition of \"man marking\"?\n\n", + "output": "when a man viciously doesn't let his girlfriend out of his sight, for fear of rival men stealing her away", + "label": "when a man viciously doesn't let his girlfriend out of his sight, for fear of rival men stealing her away" +} +{ + "input": "\"man you didn't wipe your ass right and now you have some serious booty crumbs\" What is the definition of \"booty crumbs\"?\n\n", + "output": "small pieces of feces that escape the toilet paper and are left in ones butt crack", + "label": "small pieces of feces and or toilet paper caught in the hairs surrounding the anus" +} +{ + "input": "\"my ex was and still is ocb\" What is the definition of \"ocb\"?\n\n", + "output": "obsessed with cock", + "label": "\"acronym for \"one crazy bitch\"\"" +} +{ + "input": "\"that girl's ass is so fine, i can't wait to bagel dog it\" What is the definition of \"bagel dog\"?\n\n", + "output": "anal penetration performed from behind with recipient on all fours", + "label": "anal penetration performed from behind with recipient on all fours" +} +{ + "input": "\"giver her a dilly bar\" What is the definition of \"dilly bar\"?\n\n", + "output": "the stroking of both of ones upper arms simultaneously in a sexual manner", + "label": "the stroking of both of ones upper arms simultaneously in a sexual manner" +} +{ + "input": "\"jesse mccartney your a sexy beast and you know it what are you doing 2 night\" What is the definition of \"jesse mccartney\"?\n\n", + "output": "a sexy beast who sings and acts and does other sexual things with himself and others", + "label": "a super sexy and talented singer and actor who makes me hot! jezuz all the stuff i would do 2 him" +} +{ + "input": "\"you're a real doodle yanker\" What is the definition of \"doodle yanker\"?\n\n", + "output": "\"doodle yanker has many meanings", + "label": "noun one who makes a fist around the males shaft and pulls excessively hard to the point of angst" +} +{ + "input": "\"look at lia acting like a britney spears with her pink lacy thong wrapped around her left ankle\" What is the definition of \"a britney spears\"?\n\n", + "output": "1", + "label": "a girl who would do almost anything to always get attention" +} +{ + "input": "\"vlog\" What is the definition of \"vlog\"?\n\n", + "output": "a video blog", + "label": "the next in the evolution of narcissism" +} +{ + "input": "\"jesus christ, it's dollars, not dollers\" What is the definition of \"dollers\"?\n\n", + "output": "an idiot did not know how to spell dollars", + "label": "something cocoyofoo has yet to define" +} +{ + "input": "\"being the champion cousin means i get extra presents\" What is the definition of \"champion cousin\"?\n\n", + "output": "the champion cousin is the favorite cousin of all cousins", + "label": "that one cousin in every family whom every elder family member loves and praises" +} +{ + "input": "\"ew dont be such a hammie\" What is the definition of \"hammie\"?\n\n", + "output": "a hamster or a fat person", + "label": "\"an asshole and a dick who is totally full of himself and he has a narcissistic disorder" +} +{ + "input": "\"that bemo is cutting himself\" What is the definition of \"bemo\"?\n\n", + "output": "1", + "label": "a black person who cuts himself making him an emo" +} +{ + "input": "\"he lives in canuckistan\" What is the definition of \"canuckistan\"?\n\n", + "output": "a term for canada used by people who think of it as an imaginary state", + "label": "canada see [soviet canuckistan]" +} +{ + "input": "\"\"hey my mom is in the hospital \"ya i gave your mom the bloody crowbar last night\"\"\" What is the definition of \"bloody crowbar\"?\n\n", + "output": "when a girl is on her period and she sits on your manhood", + "label": "the sexual act of raming a crow bar in a womans vagina and prying in the attempt of breaking her pelvis" +} +{ + "input": "\"\"tweak 1: \"what's up?\" tweak 2: \"it's 1:50\" What is the definition of \"1:50\"?\n\n", + "output": "1:50 is when you get up and say sup to your momot", + "label": "\"1" +} +{ + "input": "\"joe: did you see that deer smear on hwy 51? jim: yeah, guy must have been going about 70 when he hit that\" What is the definition of \"deer smear\"?\n\n", + "output": "when a person wipes out after trying to do a trick on a skateboard, bike, etc", + "label": "the bloody stain left on a road from plowing into a deer at 60 mph" +} +{ + "input": "\"\"(1) \"it was a great chicken jerking last night; it was almost better than sex\" \"\" What is the definition of \"chicken jerking\"?\n\n", + "output": "1 when you jerk a chicken in a way it gives you the best moaning sounds ever", + "label": "(1) the act of throttling any stupid evil bastard" +} +{ + "input": "\"yo, pat you're such an aids farmer\" What is the definition of \"aids farmer\"?\n\n", + "output": "a person who enjoys having aids and so decides to become a farmer and grows more aids to feed to other people", + "label": "a clever yet honest insult towards gay men" +} +{ + "input": "\"ken is a bit of rough john picked up recently\" What is the definition of \"bit of rough\"?\n\n", + "output": "an ugly girl/man", + "label": "british" +} +{ + "input": "\"that was brilliant, man, the track needs more cowbell\" What is the definition of \"more cowbell\"?\n\n", + "output": "\"1", + "label": "\"a phrase that came into popular culture through a saturday night live skit with will farrell" +} +{ + "input": "\"how can you read such jackchickian websites?\" What is the definition of \"jackchickian\"?\n\n", + "output": "to describe a person or website that is obsessed or has obsession tendencies towards the san francisco 49ers", + "label": "\"of or similar to the works of evanglical christian \"cartoonist\" jack chick, mainly of a religious nature, usually preachy and proselytizing, and of a low quality" +} +{ + "input": "\"u slept with her? good on ya\" What is the definition of \"good on ya\"?\n\n", + "output": "congratulations", + "label": "well done or congratulations" +} +{ + "input": "\"why does my ball crack always smell like a wet dog?\" What is the definition of \"ball crack\"?\n\n", + "output": "the sweaty area between a mans two testicles", + "label": "\"the area in between the scrotum and the start of the butt crack" +} +{ + "input": "\"jennifer hudson, kate hudson, jason lee, natalee portman, even amy adams do a great job of avioding when there fiancee is going to make there kids [legits]\" What is the definition of \"fiancee\"?\n\n", + "output": "the one who gets left at the altar the one who gets dumped via text the one who gets 'left'", + "label": "when you are still in a relationship with your [baby-momma] or [baby-daddy], but have no real idea or time frame of actually becoming a legal marriage" +} +{ + "input": "\"appaz she didnt go out with him before\" What is the definition of \"appaz\"?\n\n", + "output": "\"slang for \"apparently\"\"", + "label": "apparently" +} +{ + "input": "\"wow, thanks to my great air traffic control skill, i helped 10,000 people take off and land safely and on time today\" What is the definition of \"air traffic control\"?\n\n", + "output": "a very stressful job, yet a job that is very neccessary", + "label": "quite possibly the most important job in ensuring safety across the world" +} +{ + "input": "\"coca-cola, legos and mcdonald's all in one film? how couplandesque\" What is the definition of \"couplandesque\"?\n\n", + "output": "to be relly cool in a weird way", + "label": "couplandesque (adj" +} +{ + "input": "\"hey what did you do last night? i dont know, i have pictures from bonvue but i dont remember going\" What is the definition of \"bonvue\"?\n\n", + "output": "to get crunked and not remember anything that happened the next day", + "label": "the hot spot to hang out in naragansett on thursday nights" +} +{ + "input": "\"man, i gotta go wiggle the worm\" What is the definition of \"wiggle the worm\"?\n\n", + "output": "to masturbate", + "label": "1" +} +{ + "input": "\"dude, he's not a real [broham], he's just a brollum\" What is the definition of \"brollum\"?\n\n", + "output": "\"someone who can't seem to make up their mind on anything and always says \"i don't know\" or \"i'm confused", + "label": "a very shady [bro]" +} +{ + "input": "\"i'm tired of your bitching & moaning\" What is the definition of \"bitching & moaning\"?\n\n", + "output": "1", + "label": "complaning constantly" +} +{ + "input": "\"\"nothing is true and everything is permitted-al-tair ibn la-ahad(\"son of none\") assassin's creed one of the best games ever\" What is the definition of \"assassin's creed\"?\n\n", + "output": "a very fun game where you play as altair, a master assassin in the holy land during nothing", + "label": "a game created by ubisoft the same people who did the prince of persia games" +} +{ + "input": "\"fuck 'dem boat hoes\" What is the definition of \"boat hoes\"?\n\n", + "output": "shipboard navy girls who give it up for sex, mostly in port cities where the options are limited", + "label": "shipboard navy girls who give it up at the drop of a hat" +} +{ + "input": "\"that girl do sent have a camel toe, that's a hairy moose knuckle\" What is the definition of \"hairy moose knuckle\"?\n\n", + "output": "", + "label": "a large woman's hair covered vagina" +} +{ + "input": "\"the marching band show possessed a great deal of contemporance\" What is the definition of \"contemporance\"?\n\n", + "output": "the act of being in step", + "label": "the combination of contemporary elegance and sophistication" +} +{ + "input": "\"is steve's friend judy hot? not really, she's more of an elbowfuck\" What is the definition of \"elbowfuck\"?\n\n", + "output": "a person you only have sex with for the purpose of satisfying your sexual urges", + "label": "a female who is just horrid enough to only want to elbowfuck her and not stick yer dick in" +} +{ + "input": "\"man, when i he pulled his pants down, i saw cody's balls\" What is the definition of \"cody's balls\"?\n\n", + "output": "the most amazing site in the world", + "label": "anything small in size, usually refering to the penis" +} +{ + "input": "\"\"aye bro we about fight this fool, you in or wat? \"heeeeelll no that nigga hella yoked\" What is the definition of \"yoked\"?\n\n", + "output": "to be crazy, or gangsta", + "label": "to be well built" +} +{ + "input": "\"stop husking cum and do the dishes, you lazy cum husk\" What is the definition of \"cum husk\"?\n\n", + "output": "a boy or girl that is a complete dickhead and full of shit", + "label": "many cultures have stories describing the origin of cum husking, which may be roughly grouped into common types" +} +{ + "input": "\"hell fuckin yeah this word is going to be the word of the day\" What is the definition of \"hell fuckin yeah\"?\n\n", + "output": "hell fuckin' yeah-phrase commonly used by surfers, skaters and any other board sport athletes when they complete a trick or achieve something cool", + "label": "adverb" +} +{ + "input": "\"i am 2hatm to think rationally\" What is the definition of \"2hatm\"?\n\n", + "output": "i have a hat on my head", + "label": "too high at the moment" +} +{ + "input": "\"i can't get drunk this weekend as i am out of bamboozlement tokens that bar only charges 3 bamboozlement tokens for a beer\" What is the definition of \"bamboozlement tokens\"?\n\n", + "output": "new zealand slang for money", + "label": "money used to get drunk" +} +{ + "input": "\"we shouldn't analogate people's hidden beauty to tv show characters\" What is the definition of \"analogate\"?\n\n", + "output": "to describe something in detail", + "label": "to make into an analogy" +} +{ + "input": "\"dude, it's on the come-back tour\" What is the definition of \"come-back tour\"?\n\n", + "output": "when man has been away for some time, and returns to find everything changed", + "label": "when you think that your bowl or bong is no longer hittable and it surprises you with another round of smoking" +} +{ + "input": "\"the bebegurl5252 still doesn't know who alex is\" What is the definition of \"bebegurl5252\"?\n\n", + "output": "a person who has no idea what is going on in this site", + "label": "a extremely nasty girl who always ignores strangers such as sactourism3 and ranzar (alejo43)" +} +{ + "input": "\"doing a buck fifty on the highway\" What is the definition of \"a buck fifty\"?\n\n", + "output": "$1", + "label": "$1" +} +{ + "input": "\"wanna play chinsy for it\" What is the definition of \"chinsy\"?\n\n", + "output": "a game where you and a friend put your chins down and you see who can hold it down the longest", + "label": "alternative name for rock, paper scissors" +} +{ + "input": "\"what's your dachshund's name? her name is chiquita banana\" What is the definition of \"chiquita banana\"?\n\n", + "output": "a slut who works at the acme on city line ave", + "label": "an awesome name for a female dog that is disproportionately long" +} +{ + "input": "\"\"man: \" ana a3yz anaym\" ( i want to sleep) woman: \"ana a3yza anaym bardu\" ( i want to sleep too)\"\" What is the definition of \"a3yz\"?\n\n", + "output": "\"it means \" i miss you\" in arabic language", + "label": "\"a3yz- arabic for \"want" +} +{ + "input": "\"person 1: hey why is that guy wearing sunglasses and croakies inside? person 2: he is a total carolina bro\" What is the definition of \"carolina bro\"?\n\n", + "output": "a carolina bro is someone who lives in either north or south carolina and is around the age of 12-40s", + "label": "lives on the coast of north or south carolina" +} +{ + "input": "\"\"brynna: \"hey boo thang\" What is the definition of \"boo thang\"?\n\n", + "output": "giving off the lesbian/gay vibe with your best friend", + "label": "giving off the lesbian/gay vibe with your best friend" +} +{ + "input": "\"dammit, beptex cut off my gas without notice again\" What is the definition of \"beptex\"?\n\n", + "output": "the ultimate gas guzzling road monster", + "label": "an all purpose slur against big faceless corporations or government organization" +} +{ + "input": "\"suck my blood hammer\" What is the definition of \"blood hammer\"?\n\n", + "output": "a term referring to ones penis after it has been used to penetrate a female's vagina during her period", + "label": "yet another word for the penis" +} +{ + "input": "\"i bet suzy will have assjizz in the morning\" What is the definition of \"assjizz\"?\n\n", + "output": "ass jizz is when you have anal sex and they cum in your ass", + "label": "when you have rough sex with your wife and you cum in her ass and the next time she goes to take a shit its all white and sticky" +} +{ + "input": "\"that thizz was hella strong, shit took me to c9 ya dig?\" What is the definition of \"c9\"?\n\n", + "output": "another term for the head", + "label": "\"short for cloud nine, or another name for the m249 lmg also known as the \"saw\"\"" +} +{ + "input": "\"'we forgot to buy milk, matt' - 'oh arsepops lucy'\" What is the definition of \"arsepops\"?\n\n", + "output": "british slang for anus, usually used between friends with no offensive intention, but still with an element of shock value", + "label": "metaphorical - smelly raisin like nugget of [poo]" +} +{ + "input": "\"\"bro, what's goin down tonight? \"thinking about hittin up capitol hill to drink all the pbrs\" What is the definition of \"capitol hill\"?\n\n", + "output": "the best place in seattle", + "label": "\"1" +} +{ + "input": "\"i know they're popular in socal, but i can't believe you ate that fish taco\" What is the definition of \"fish taco\"?\n\n", + "output": "a term used when someone defecates on one's tongue", + "label": "a term for a nasty, smelly pussy" +} +{ + "input": "\"lisa thinks she has the bird flu, but she's just a hypochondriac\" What is the definition of \"hypochondriac\"?\n\n", + "output": "1", + "label": "someone who constantly thinks he or she is sick or about to become sick" +} +{ + "input": "\"well, darn larry, last night i was eating burritos and drank about 30-something beers, had redbum all day\" What is the definition of \"redbum\"?\n\n", + "output": "the feeling of hunger", + "label": "when your bum is irritated and uncomfortable and feels as if it is red" +} +{ + "input": "\"i was bangin this bitch and pulled my dick out, flicked the peanut off and said damn woman, you got some ass rot\" What is the definition of \"ass rot\"?\n\n", + "output": "1", + "label": "when it smells like a dog crawled up your homey's ass and died" +} +{ + "input": "\"the only people who do not think south park is funny are gay\" What is the definition of \"south park\"?\n\n", + "output": "a overly rated show on comedy central", + "label": "the coolest, most funny, sick, perverted, and disgusting show ever made" +} +{ + "input": "\"dude, that open-faced sandwich is softcore\" What is the definition of \"softcore\"?\n\n", + "output": "like hardcore, but softer", + "label": "softcore is a lesser, more ironic, version of [hardcore]" +} +{ + "input": "\"'you bro you trying to hit this?' 'nah yo, that's a ginger hit\" What is the definition of \"ginger hit\"?\n\n", + "output": "the act of passing a joint to a ginger", + "label": "adj (jin-jer) (hit):" +} +{ + "input": "\"steve won't come to the gym today, his buddy building partner is sick\" What is the definition of \"buddy building\"?\n\n", + "output": "this is where a small group of guys go to the gym and workout", + "label": "when two people who work out together become a single entity, and will not work out seperately" +} +{ + "input": "\"\"oh man, you're chocolate tastes like the smell of your fridge, it's got fridge taste\" What is the definition of \"fridge taste\"?\n\n", + "output": "the smell/taste you get when you open your fridge after not opening it for a while", + "label": "the taste that food aqquires after being in the fridge too long" +} +{ + "input": "\"dat exorcist movie give me da kine chicken skin\" What is the definition of \"chicken skin\"?\n\n", + "output": "the kind of chicken skin you get from a chinese fast food restaurant", + "label": "\"although this obviously has other definitions, it's used in hawai'ian pidgin to mean \"goose bumps" +} +{ + "input": "\"coconut water tastes like dishwater mixed with fresca\" What is the definition of \"coconut water\"?\n\n", + "output": "tastes like piss", + "label": "hip people are drinking coconut water as a natural energy drink" +} +{ + "input": "\"that cuntlumper must've been doing the centipede to get those skin-tight jordache's on\" What is the definition of \"cuntlumper\"?\n\n", + "output": "a girl who has a nice ass but ugly face", + "label": "a woman with a bulge of fat just above her groin, that must wriggle to get her overly tight trousers over the aforesaid impediment" +} +{ + "input": "\"ya'll come eat--the cat heads are getting cold\" What is the definition of \"cat heads\"?\n\n", + "output": "cat heads---the heads of yeast doughnuts", + "label": "cat heads---southern term for biscuits--the kind your grandmaw makes" +} +{ + "input": "\"hey guys wanna go on facebook no whats that its that thing we used to go on before chums group oh that\" What is the definition of \"chums group\"?\n\n", + "output": "a group on facebook for all users who like pigs and dont get laid", + "label": "a website that will cause the death of facebook" +} +{ + "input": "\"her mouth is so big she can give anyone a box job\" What is the definition of \"box job\"?\n\n", + "output": "oral sex", + "label": "when a female takes your dick and balls and puts them in her mouth and licks your asshole at the same time" +} +{ + "input": "\"yeah, their lives were stole\" What is the definition of \"stole\"?\n\n", + "output": "what black people say because ebonics", + "label": "grammatically incorrect version of stolen" +} +{ + "input": "\"that girl must have douched with clorox because now my igtf\" What is the definition of \"igtf\"?\n\n", + "output": "irc greed triggered fuck", + "label": "irritated gonads tingle ferociously" +} +{ + "input": "\"look at that nigga bitch he is suckin up to those moms\" What is the definition of \"nigga bitch\"?\n\n", + "output": "a male who sucks up to someone, or kisses ass", + "label": "a black person that is a bitch or a person who is acting gay or as a suck up" +} +{ + "input": "\"and then he stuck it, right in her eel skinner\" What is the definition of \"eel skinner\"?\n\n", + "output": "a slang term for a womans vagina", + "label": "term for a woman's vagina" +} +{ + "input": "\"i'm flying over to the east coast next thursday\" What is the definition of \"east coast\"?\n\n", + "output": "the eastern side of the united states", + "label": "the eastern side of the united states" +} +{ + "input": "\"get your ass down here a.s.a.f.p.\" What is the definition of \"a.s.a.f.p.\"?\n\n", + "output": "as soon as fucking possible", + "label": "as soon as fucking possible" +} +{ + "input": "\"fing-a that guy just cut me off\" What is the definition of \"fing-a\"?\n\n", + "output": "a way of expressing extreme frustration or displeasure with another person, or thing", + "label": "acronym for fucking asshole" +} +{ + "input": "\"watch out for the cherry berries\" What is the definition of \"cherry berries\"?\n\n", + "output": "the police", + "label": "the police" +} +{ + "input": "\"i wanna bdsm-iv him\" What is the definition of \"bdsm-iv\"?\n\n", + "output": "a combination of [bdsm] and [iv]", + "label": "a pun on dsm-iv, the diagnostic and statistic manual edition iv" +} +{ + "input": "\"blu ray + ps3 = lots of $ :(\" What is the definition of \"blu ray\"?\n\n", + "output": "what is most likely to become the next form of media", + "label": "what is most likely to become the next form of media" +} +{ + "input": "\"50 cent is such a cock captain\" What is the definition of \"cock captain\"?\n\n", + "output": "a person who commands cock, (has lots of cock)", + "label": "a male homosexual who is so well versed in the act of oral sex that he has attained the rank of captain" +} +{ + "input": "\"my friend kept getting questioned on his track marks so he told everyone 'i'm a blood donor\" What is the definition of \"blood donor\"?\n\n", + "output": "someone who shoots up a lot and gets track marks and tells people that they are just from giving blood", + "label": "a person who shoots up drugs and uses the excuse 'i donated blood at red cross' when someone sees the track marks in their arms" +} +{ + "input": "\"\"he created and promulgated a character who never existed for a wikipedia entry relating to the iconic tv series, \"i love lucy,\" a perfect example of black marketing\" What is the definition of \"black marketing\"?\n\n", + "output": "\"the practice of creating a demand for a product by making it available only through channels that are difficult to access, and often creating a sense of urgency", + "label": "the unethical practice enabled by the rise of wiki technologies and communities, of creating and promulgating false and deceptive information, e" +} +{ + "input": "\"that guys personality is so a deavon\" What is the definition of \"deavon\"?\n\n", + "output": "a guy with a caring heart, but gets jealous easily and doesn't like to lose", + "label": "a sweet guy who will always be there for you, this guy will make you laugh, will care for you always, and just likes to be loved back" +} +{ + "input": "\"get out of your parent's basement and stop being such a gay baby bear\" What is the definition of \"baby bear\"?\n\n", + "output": "the rarest small breed of albino", + "label": "the rarest small breed of albino" +} +{ + "input": "\"willie b is a true guerrilla pimp\" What is the definition of \"guerrilla pimp\"?\n\n", + "output": "1", + "label": "a person who uses women for emotional or financial gain unbeknownst to the women being used or any associates of the pimp or women's friends" +} +{ + "input": "\"college point is by the whitestone bridge\" What is the definition of \"college point\"?\n\n", + "output": "a neighborhood in [queens] ny that is fairly isolated from other neighborhoods", + "label": "a neighborhood in [queens] ny that is fairly isolated from other neighborhoods" +} +{ + "input": "\"\"look at steve graphing those \"cool graphs\", thats such a bca moment\" What is the definition of \"bca moment\"?\n\n", + "output": "\"stands for \"bad camp counselor moment\"", + "label": "\"when a student at bergen county academies does something stereotypical of him/her" +} +{ + "input": "\"\"man i just purchased 3ds max so i can make weapon models for counterstrike\" What is the definition of \"3ds max\"?\n\n", + "output": "\"3ds max is a 3d modelling and animation environment and a rendering tool for 3d modelling enthusiasts, architectural concept plans and game artists (for making models for the game engine)", + "label": "\"3ds max is a 3d modelling and animation environment and a rendering tool for 3d modelling enthusiasts, architectural concept plans and game artists (for making models for the game engine)" +} +{ + "input": "\"my good knight is taking me to ny for the weekend\" What is the definition of \"good knight\"?\n\n", + "output": "a gorgeous, handsome, intelligent man who takes care of his lady", + "label": "\"ideal mate for a [pillow queen]" +} +{ + "input": "\"i am anticonformity when i don't binge to look like a model\" What is the definition of \"anticonformity\"?\n\n", + "output": "when one is against conforming to what society wants them to be or do", + "label": "\"adjective: being the person that god wants you to be and refusing to become the person that the world and everyone else wants you to be" +} +{ + "input": "\"the person who invented this saying is a failure face\" What is the definition of \"failure face\"?\n\n", + "output": "a person who looks like a failure", + "label": "\"a failure" +} +{ + "input": "\"when you spend a night of drinking and debauchery, and fail to remain the last man standing, you sometimes have to wear the leprechaun hat\" What is the definition of \"leprechaun hat\"?\n\n", + "output": "the hat worn by the male while being urinated on by the female", + "label": "much better than an asshat, and still why you dont fall asleep first at parties" +} +{ + "input": "\"hey kevin, did you see were the fatassalbright went? yes, she is in third stall\" What is the definition of \"fatassalbright\"?\n\n", + "output": "a fatty who loves to eat bright foods such as orange, yello, and red", + "label": "a rotund whore normally found in the third stall of the ladies room sleeping, masturbating, shooting heroin or her favorite sucking jeromes balls" +} +{ + "input": "\"\"cara: \"where are you sleeping tonight?\" ali: \"i don't know yet, i'll probably just end up bed browsing\" What is the definition of \"bed browsing\"?\n\n", + "output": "when you get into bed, and instead of sleeping you grab your laptop and browse the internet until you feel sleepy", + "label": "browsing for a random persons bed to sleeping in" +} +{ + "input": "\"i thought she was hot when i saw her across the parking lot but fell for the 50 yard fake out when i saw her up close\" What is the definition of \"50 yard fake out\"?\n\n", + "output": "when a girl looks hot as hell from far away, and when you get up close she is ugly", + "label": "thinking someone is pretty attractive from a distance but is actually ugly up close" +} +{ + "input": "\"drowzee used hypnotise\" What is the definition of \"drowzee\"?\n\n", + "output": "drowzee is a purple pokemon with small ears and its hands are like a mans", + "label": "a sleepy pyshic pokemon" +} +{ + "input": "\"oh man, that [ayush] is such a bateriwala\" What is the definition of \"bateriwala\"?\n\n", + "output": "an indian guy who masturbates a lot", + "label": "a usually extremely poor family who lives in the forest" +} +{ + "input": "\"\"hey jack, where did matt go? \"i dont know for sure, but that really big fucking spider over there with a leg sticking out of its mouth sure looks suspicious\" What is the definition of \"big fucking spider\"?\n\n", + "output": "a very large species of arachnid most commonly found under bridges and in motor vehicle engines", + "label": "a really big spider with the seeming propensity to shred you tip to stern" +} +{ + "input": "\"once i am donerading the book i have chosen to write about, i will be cooking with gas\" What is the definition of \"cooking with gas\"?\n\n", + "output": "to be on the right track", + "label": "(variants: oil may replace gas) working very efficiently(an elaboration of cooking)" +} +{ + "input": "\"hey hunny we hit the lotto babam\" What is the definition of \"babam\"?\n\n", + "output": "\"1", + "label": "a word of excitement, is the response to everything" +} +{ + "input": "\"dude wheres james?? i dont know probably had an asphixiation wank\" What is the definition of \"asphixiation wank\"?\n\n", + "output": "the act of wanking and choking yourself at the same time", + "label": "hanging yourself and trying to cum before you die" +} +{ + "input": "\"i'm so glad that i called the cd repoman because he got my cd's back\" What is the definition of \"cd repoman\"?\n\n", + "output": "a cd repoman is someone who retrieves cds for people who have lost or not paid for their cds", + "label": "\"someone who is always intense and gets your cd's back from one of your \"friends\" that borrowed/stole your cd's\"" +} +{ + "input": "\"\"this is such a fuckarow\" What is the definition of \"fuckarow\"?\n\n", + "output": "\"a term used to express how shitty a situation is", + "label": "a fuckarow is an extremely bad, unpleasant situation or experience" +} +{ + "input": "\"my head is throbbing and i can barely keep my eyes open after suffering through a fucking case of cricketeria last night\" What is the definition of \"cricketeria\"?\n\n", + "output": "(krick-er-ia) n", + "label": "cricketeria: one's inability to sleep due to a bastard cricket chirping its ass off at all hours of the night sending the would be sleeper into hysteria" +} +{ + "input": "\"this summer we are deff going ham all the time\" What is the definition of \"going ham\"?\n\n", + "output": "\"the act of going \"hard as a mother fucker\"\"", + "label": "\"going hard\" \"getting hammered\"" +} +{ + "input": "\"let's head over to the ice rink and play some broomball\" What is the definition of \"broomball\"?\n\n", + "output": "a game that is played like hockey, but instead of skating you run around pulling a zamboni", + "label": "broomball is a popular recreational ice sport originating in canada and played around the world" +} +{ + "input": "\"got all the way to 7th base last night\" What is the definition of \"7th base\"?\n\n", + "output": "survived a nazi attack, gangbanger attack, tornado, earthquake, hurricane, forest fire, swat team, and made it to my lovers arms in bed", + "label": "7th base of sex: open flesh wound" +} +{ + "input": "\"that nigga got billy jacked\" What is the definition of \"billy jacked\"?\n\n", + "output": "to run at a high rate of speed towards someones stomach", + "label": "to run at a high rate of speed towards someones stomach" +} +{ + "input": "\"you could not ask for a better friend than chandel\" What is the definition of \"chandel\"?\n\n", + "output": "shining light", + "label": "a wonderful woman with a big heart" +} +{ + "input": "\"i sniped your ass, you sorry excuse of a goaltender\" What is the definition of \"sniped\"?\n\n", + "output": "to score on a goalie in an online or lan game, usually a first person shooter, where the scoring system involves points for head, body and leg shots", + "label": "someone is sniped when they are owned to the highest degree possible" +} +{ + "input": "\"\"ra-ra-oh-lala-mama-gagaga \"wtf dude? you're not singing bad romance by the he/she are you???\" \"uh\" What is the definition of \"bad romance\"?\n\n", + "output": "the new song by lady gaga", + "label": "a song by lady gaga in which he/she sounds like a retarded italian dinosaur and all it does it repeat the same sounds/words throughout the whole song" +} +{ + "input": "\"let's go to taco bell and get a buttaco now\" What is the definition of \"buttaco\"?\n\n", + "output": "the word for getting two burritos and combining them to make a six dollar burrito", + "label": "a word that means you want a taco noww" +} +{ + "input": "\"shit man, why'd you punch me in the face? because i just watched con air and got a mean case of cage rage\" What is the definition of \"cage rage\"?\n\n", + "output": "when you watch any movie with nicolas cage and it makes you want to punch things", + "label": "when the sight or thought of nicholas cage enrages you so much that you feel the need to punch the first person you see in the face" +} +{ + "input": "\"man, i give it to her so hard up the ass, then made her friend eat the custard donut\" What is the definition of \"custard donut\"?\n\n", + "output": "when you shoot a load in your hand, smear it on your cock, and make a girl suck it", + "label": "the aftermath of hard anal sex with a girl (without using lube)" +} +{ + "input": "\"haha dude that girls d4d\" What is the definition of \"d4d\"?\n\n", + "output": "\"short for \"desperate for dick\"\"", + "label": "down for dome, down for head, meaning she is one of those girls who are willing to get on their knees" +} +{ + "input": "\"damn, tommy gave himself one nasty cigzit\" What is the definition of \"cigzit\"?\n\n", + "output": "1", + "label": "a small self-inflicted dome shaped blister on the epidermis, created when putting a cigarette out on your skin" +} +{ + "input": "\"i'm off to bos angeles to score some skag and have a latte\" What is the definition of \"bos angeles\"?\n\n", + "output": "\"bos", + "label": "another slang term for boscombe, heroin capital of england and home of the bafia (boscombe mafia)" +} +{ + "input": "\"\"when is will gonna get here? you know we are too drunk to drive, so who wants to blow the sobie when we get home?\" What is the definition of \"sobie\"?\n\n", + "output": "a cigarette", + "label": "a willingly sober person, often becomes the dd aka designated driver for sexual favors from the drunks he/she carts around" +} +{ + "input": "\"shit man i'll never be as good as crimson head\" What is the definition of \"crimson head\"?\n\n", + "output": "a master gamer, will own you and make you her bitch", + "label": "\"1337 or \"kick ass\" cs player!\"" +} +{ + "input": "\"\"i feel mangled \"did you know i made up this word\"\"\" What is the definition of \"mangled\"?\n\n", + "output": "busted", + "label": "a word to describe how you feel after an extremely heavy night and then to tell everyone that you designed the word mangled" +} +{ + "input": "\"i was [perving] beach volleyball this weekend and with all those fit guys in shorts i just couldn't conceal how krukolibidinous i am\" What is the definition of \"krukolibidinous\"?\n\n", + "output": "the urge to do someone", + "label": "the act of crotch watching" +} +{ + "input": "\"everybody loves raymond\" What is the definition of \"everybody loves raymond\"?\n\n", + "output": "a very funny show about a dad who is overly involved in his kids lives and a husband who is in love with his wife", + "label": "one of the best comedy series on the television and ray ramano as playing the role of actor is very funny" +} +{ + "input": "\"\"from xzibit's song \"get fucked up with me\" : \" roll another blenny up, pour another drink \"\"\" What is the definition of \"blenny\"?\n\n", + "output": "a blunt containing more weed than can be rolled in a ciggarette, similar to a joint in this aspect", + "label": "same as [blunt], [cigar] filled with [marijuana]" +} +{ + "input": "\"i wish i could be a cool as collin valenti\" What is the definition of \"collin valenti\"?\n\n", + "output": "a cool ass mother fucker with a huge penis and lots of friends", + "label": "collin valenti, also known as hoop jones, is a very hip guy with an awesome mustache and cool ray bans" +} +{ + "input": "\"look at that hot piece of cloudtography\" What is the definition of \"cloudtography\"?\n\n", + "output": "the art of taking sexy pictures in front of any type of clouds", + "label": "the photography of clouds" +} +{ + "input": "\"ahmad is very ewis hes probally gonna make it to the nfl\" What is the definition of \"ewis\"?\n\n", + "output": "to be really good at everything you do", + "label": "talented, best receiver in the game can play any position, also a beast at basketball and many other sports, very sexy fit and smooth young man," +} +{ + "input": "\"if you dont shut up right now i'm gonna campanile you\" What is the definition of \"campanile\"?\n\n", + "output": "campanile - verb to strike someone on the back of the head with your hand at high velocity so that their head moves and they get a neck stiffy", + "label": "to crack one's own friend directly in the nose, breaking the friends nose, and sending said friend to the hospital" +} +{ + "input": "\"in the hood they call me jeezy, the snow man\" What is the definition of \"snow man\"?\n\n", + "output": "\"thomas \"snowman\" crosby, pro basketball player from the silicon valley", + "label": "another name for famous atlanta rapper young jeezy" +} +{ + "input": "\"_______ is an arse hole quite being an arse hole\" What is the definition of \"arse hole\"?\n\n", + "output": "the english way of saying ass hole! it basically means that your a great big git all the time or at the time the person said it to you", + "label": "the english way of saying ass hole! it basically means that your a great big git all the time or at the time the person said it to you" +} +{ + "input": "\"i innocently went to a toilet stall and left in a hurry when i noticed that someone had left a meat seat\" What is the definition of \"meat seat\"?\n\n", + "output": "leaving a large pile of crap in a public toilet and sitting on the lid", + "label": "a meat seat is when someone else has defecated in a toilet before you and has not flushed" +} +{ + "input": "\"that baseslinger on the corner of 28th and 77th has some good shit, nigga\" What is the definition of \"baseslinger\"?\n\n", + "output": "slingshot action in the ghetto", + "label": "someone who sells [crack](also known as) [base] in order to turn profit or because they fucking want to" +} +{ + "input": "\"\"omg i fucked bonedave last night, and when we woke up we were in the fast lane of the m27\" What is the definition of \"bonedave\"?\n\n", + "output": "driving around under the influence of alcohol and getting pulled over by the police", + "label": "noun" +} +{ + "input": "\"that blaine anderson is so dapper and ridiculously adorable i want to pince his cheeks\" What is the definition of \"blaine anderson\"?\n\n", + "output": "blaine is a bae of epic proportions", + "label": "a dapper young gentleman from the show glee, who is part of the dalton warblers, an a capella singing group" +} +{ + "input": "\"east bay ray rocks on the guitar, but the dead kennedys without jello isn't the dead kennedys\" What is the definition of \"east bay ray\"?\n\n", + "output": "\" east bay ray was one of the original members of the dead kennedys", + "label": "\"considered to be one of the most underrated guitarists among the punk scene due to his incredible surf guitar skills and his unique unorthodox guitar sound" +} +{ + "input": "\"\"teacher: \"the symbolic equation for this formula is *shfbshsdbfhsfv* student: omg she just did a chinese cough\" What is the definition of \"chinese cough\"?\n\n", + "output": "when a person covers their mouth when they cough so it sounds like they are speaking another language, usually chinese", + "label": "an oriental hack of the throat" +} +{ + "input": "\"this pomegranate is awesome\" What is the definition of \"pomegranate\"?\n\n", + "output": "a fruit with a thick red outer skin and a juicy, edible interior surrounding a single inedible seed", + "label": "an awesome fruit where you suck on the seeds, then either spit them out or swallow them" +} +{ + "input": "\"that chick had afupa\" What is the definition of \"afupa\"?\n\n", + "output": "\"acronym for \"asm fetish on pussy and ass\"", + "label": "(a-foo-pa) a fat upper pussy area the area below the waist line and above the vagina" +} +{ + "input": "\"i think thestart is my favorite clitrock band\" What is the definition of \"clitrock\"?\n\n", + "output": "a genre of music, usually punk or indie rock, that celebrates female sexuality without being lame or patronizing", + "label": "a rock band with a female lead singer" +} +{ + "input": "\"the corporate team stumbled out of the morning meeting after three hours of suffering through powerpointlessness and dry lectures about strategy\" What is the definition of \"powerpointlessness\"?\n\n", + "output": "the feeling that goes with making someone sit through a presentation when all they really want to do is something else", + "label": "the tedious use of flashy transitions, graphics and sound effects while making a slide presentation that is pretty much lacking in thought, meaning and value" +} +{ + "input": "\"tracy really sounded the cream horn after roger gave her an [anal pie], it was like the bugle call to start the kentucky derby\" What is the definition of \"cream horn\"?\n\n", + "output": "[acy] fitted with a cream can on his back, as seen in the movie breakin", + "label": "(noun) - the noise emitted by the fart of a person who has had a man ejaculate into their anus" +} +{ + "input": "\"my wife once said to me,stewart put that 12 inch ham candle in my wet gaping vagina\" What is the definition of \"ham candle\"?\n\n", + "output": "a thick black cock,", + "label": "the male genetalia,commonly referred to as penis,shlong,dick,wang,johnson,pork sword,prick,bologna pony,cock,boner,woody,uncle dillie,banana stick,cucumber lumber" +} +{ + "input": "\"leon: i got multiple rizzle kicks from a gay hooker last night keiran: i would have given you them for free leon: your not skilled enough\" What is the definition of \"rizzle kicks\"?\n\n", + "output": "\"rizzle kicks is a band from the uk they made the song \"drop it\" which is about dropping weed", + "label": "rizzle kicks is and expression used in the gay community they are the highly pleasurable contractions of the sphincter experienced when one is being ‘rimmed’- i" +} +{ + "input": "\"omg, she is so nastynate\" What is the definition of \"nastynate\"?\n\n", + "output": "referring to someone who is nasty and slutty", + "label": "the word used to describe the dissapointment, when a mother looks at her really fuked up baby" +} +{ + "input": "\"\"bro, that line is so burly- fishter this rod hucks bro\" What is the definition of \"fishter\"?\n\n", + "output": "\"a rod that can \"huck\" (cast far)\"", + "label": "a hipster that gets into fly fishing,then thinks they're pro after two years" +} +{ + "input": "\"that trip to the store was so brotastic\" What is the definition of \"brotastic\"?\n\n", + "output": "a word describing a good time with your friend", + "label": "1" +} +{ + "input": "\"alex is a gender bender\" What is the definition of \"gender bender\"?\n\n", + "output": "a person who crosses the gender line through their sexuality", + "label": "a gender bender is a person who seeks to define gender expression outside of the binary terms of man and woman" +} +{ + "input": "\"man,i party hard for 3 days,and my balls probably smell like goat cheese\" What is the definition of \"goat cheese\"?\n\n", + "output": "the smell of a male/females uncleaned genitalia", + "label": "a man/woman that has'nt taken a shower for 3 days" +} +{ + "input": "\"it's been a long night, time to blast off and watch the sunrise\" What is the definition of \"blast off\"?\n\n", + "output": "taking a hit of dmt (dimethyltryptamine), as this will be your rocket ship to the moon!", + "label": "taking a hit of dmt (dimethyltryptamine), as this will be your rocket ship to the moon!" +} +{ + "input": "\"porno star brianna banks has a b.u.v.\" What is the definition of \"b.u.v.\"?\n\n", + "output": "big ugly vagina", + "label": "\"b" +} +{ + "input": "\"i'll come over, but i have a mortar in the chamber so i need to take care of that first\" What is the definition of \"mortar in the chamber\"?\n\n", + "output": "when you have to take a crap, but you don't want to piss off your friends by leaving them at the party", + "label": "the impending need to make #2" +} +{ + "input": "\"backdoor sluts 9 makes crotch capers 3 look like naughy nurses 2\" What is the definition of \"backdoor sluts 9\"?\n\n", + "output": "backdoor sluts 9", + "label": "backdoor sluts 9 makes crotch capers 3 look like naughy nurses 2!" +} +{ + "input": "\"that girl with the low cut shirt has tickies\" What is the definition of \"tickies\"?\n\n", + "output": "\"a combination of \"tits\" and \"boobies\"", + "label": "hickies that are found on the breasts" +} +{ + "input": "\"omg fall out boy is da best\" What is the definition of \"fall out boy\"?\n\n", + "output": "da best band in the world", + "label": "a highly overrated pop punk band" +} +{ + "input": "\"\"yo carl, what's that profound smell? \"floyd, your bong smells like budhole\" What is the definition of \"budhole\"?\n\n", + "output": "a word used to describe the smell of marijuana", + "label": "the horrendous smell of a bong from the nasty water" +} +{ + "input": "\"po po's searchin my shit tryin to find my 3 times 3 game ft\" What is the definition of \"3 times 3\"?\n\n", + "output": "3 times 3 means u want to fight or trip or something", + "label": "it means your 9 millimeter gun" +} +{ + "input": "\"tonight, i am gonna get beiruted\" What is the definition of \"beiruted\"?\n\n", + "output": "the state of getting drunk and/or [hammered]", + "label": "to be so stoned you are beyond [booted]" +} +{ + "input": "\"greg is photobomber\" What is the definition of \"photobomber\"?\n\n", + "output": "a person who likes to get in pictures that are being taken", + "label": "person who likes photobombing other people a lot (more than once a week)" +} +{ + "input": "\"kathy is a 54 year old drunk slut\" What is the definition of \"drunk slut\"?\n\n", + "output": "a drunk slut is a woman who enjoys drinking too much and then gets horny and will let any man or group of men fuck her", + "label": "a drunk slut is a woman who enjoys drinking too much and then gets horny and will let any man or group of men fuck her all night" +} +{ + "input": "\"that person is such a bewee\" What is the definition of \"bewee\"?\n\n", + "output": "a [gay] person who has a [small penis]", + "label": "an alien or shemale, strange undefined creature" +} +{ + "input": "\"brown mafia 13 111\" What is the definition of \"brown mafia\"?\n\n", + "output": "a group of gangsters who own everything", + "label": "a street gang formed in lowell around 2005 there members are mainly black and spainsh" +} +{ + "input": "\"i'm pert near to pushing that goat through that fence\" What is the definition of \"pert near\"?\n\n", + "output": "about to, close to", + "label": "if this word is used then you have located a hillbilly redneck" +} +{ + "input": "\"craig ferguson is betty white's bitch\" What is the definition of \"craig ferguson\"?\n\n", + "output": "\"scottish actor, comedian and writer", + "label": "facts about craig ferguson: he is the late late show host on after letterman" +} +{ + "input": "\"dude, don't give geoffrey the computer when he's wasted or he'll facedbook it\" What is the definition of \"facedbook\"?\n\n", + "output": "the act of posting on facebook while intoxicated", + "label": "\"the social networking remains of a long night of drinking" +} +{ + "input": "\"rotton food is at the bottom of the barrel to choose from when you want something to eat\" What is the definition of \"bottom of the barrel\"?\n\n", + "output": "1", + "label": "a term that describes the least desirable item to choose from when there are a number of things to choose from" +} +{ + "input": "\"man, have you seen john today? he's got some serious death mouth\" What is the definition of \"death mouth\"?\n\n", + "output": "bad breath caused by smoking", + "label": "death mouth is the day after you've been drinking a lot and your breath smells like something that may come from a crypt" +} +{ + "input": "\"\"my nephew writes rap and totally acts like a bbwb\" What is the definition of \"bbwb\"?\n\n", + "output": "black buffoon white bread", + "label": "white boy who tries to impress or be cool by talking ghetto and/or dressing like a black dude, and/or posturing/posing like a cool, don't mess wit me, black rapper" +} +{ + "input": "\"don't let the local gang drygulch you on your way out\" What is the definition of \"drygulch\"?\n\n", + "output": "to betray", + "label": "to attack or assault in an ambush" +} +{ + "input": "\"mods suck\" What is the definition of \"mods\"?\n\n", + "output": "short for moderators", + "label": "also, those tools who moderate online message boards" +} +{ + "input": "\"we had to get through the eves before we could enter the forest\" What is the definition of \"eves\"?\n\n", + "output": "evening [gates of eves] leading to the [forest of eves]", + "label": "the edge or outskirts of a forest, usually containing bushes or small plants, or a few distantly spread trees" +} +{ + "input": "\"alex came out to his parents and they held an asshole intervention\" What is the definition of \"asshole intervention\"?\n\n", + "output": "1) when a person has become a true asshole and everyone they know sits them down and tells them to knock it off", + "label": "a type of intervention commonly used by conservative religious groups to discourage homosexual activity" +} +{ + "input": "\"smitty is ripped he took like ten bong rips\" What is the definition of \"bong rips\"?\n\n", + "output": "what you take out of a bong, usually when smoking weed", + "label": "smoking pot out of a bong" +} +{ + "input": "\"dj was having a great time at the party, but he eventually started bryce harpering\" What is the definition of \"bryce harpering\"?\n\n", + "output": "verb", + "label": "when a good looking male athlete cannot prevent himself from acting like a douchebag in a social setting" +} +{ + "input": "\"\"(while out of exit 20) resident #1 \"hey man when you heading back to exit 20 for some beers?\" resident #2 \"i'm hittin' the 20 as soon as i can\" What is the definition of \"exit 20\"?\n\n", + "output": "the name of a small town in alberta, canada", + "label": "god's country" +} +{ + "input": "\"beelzebubba is in my heart and soul\" What is the definition of \"beelzebubba\"?\n\n", + "output": "the love of my life", + "label": "another alias for satan" +} +{ + "input": "\"we were getting it on and right before she came, i gave her some angel food surprise\" What is the definition of \"angel food surprise\"?\n\n", + "output": "when a man puts his penis in a womans vagina and squeezes it until it turns white", + "label": "the act of shoving a urinal cake into the mouth of a sexual partner right before climax" +} +{ + "input": "\"god that girl has some major buffa cheeks with those pants going on\" What is the definition of \"buffa cheeks\"?\n\n", + "output": "having a huge ass", + "label": "buffa cheeks means a fat person or any person that has their ass cheeks pouring up and out of their pants because there too tight" +} +{ + "input": "\"'he stuck his combee inside of me so hard and i came\" What is the definition of \"combee\"?\n\n", + "output": "a man's penis", + "label": "a big fat dick, usually inserted into a female's tight anus" +} +{ + "input": "\"ooh look, it's mild mannered clarke cunt\" What is the definition of \"clarke cunt\"?\n\n", + "output": "aka lois lane's boyfriend on the 70's/80's cartoon series", + "label": "comicbook nickname for a rather clumsy fellow that wears glasses" +} +{ + "input": "\"i was bored watching the mets so me and the mrs did the ho-dawg\" What is the definition of \"the ho-dawg\"?\n\n", + "output": "a dog that humps every thing in sight, especially men", + "label": "\"an activity for you and your female partner" +} +{ + "input": "\"linda became a cuntrast when she started stealing the identity of her friend, cause linda thought deanna was the most wealthy person\" What is the definition of \"cuntrast\"?\n\n", + "output": "the opposite of contrast", + "label": "a person who can't understand normal thinking, and uses other peoples idenity" +} +{ + "input": "\"i like you a heapalotaton\" What is the definition of \"heapalotaton\"?\n\n", + "output": "the highest amount of heap in the world", + "label": "a heap, a lot, a ton" +} +{ + "input": "\"uh, it's as easy as a b c\" What is the definition of \"a b c\"?\n\n", + "output": "simple", + "label": "simple" +} +{ + "input": "\"hey colin, get over here so we can play some jewmanji\" What is the definition of \"jewmanji\"?\n\n", + "output": "a sport combining jew chess with twister and the new super mario brothers for the wii", + "label": "\"a jewish version of the classic board game \"jumanji\" in which players must survive the holocaust as players in jumanji had to survive the forest" +} +{ + "input": "\"\"chris: \"john did you forget to rinse out your cup?\" john: \"i'm not sure why?\" chris: \"there is some dried milk scudge in the bottom of this cup\" What is the definition of \"scudge\"?\n\n", + "output": "the term scudge refers to the dried up remnants of any liquid left in a cup, jar or bottle", + "label": "a contraction on scum and sludge" +} +{ + "input": "\"ex: yo, can i get up on that red beans and rice niggaf\" What is the definition of \"get up on\"?\n\n", + "output": "to get on someone", + "label": "1" +} +{ + "input": "\"chris did his girlfriend in the butt for the first time the other day and right after he pulled out she laid a crab apple in the living room floor\" What is the definition of \"crab apple\"?\n\n", + "output": "a small apple-like fruit that falls from a tree when it is ripe", + "label": "n" +} +{ + "input": "\"eeekie\" What is the definition of \"eeekie\"?\n\n", + "output": "a expression of fright or surprise", + "label": "someone who is a good player in online games, usually of the first person shooter genre, but doesn't boast about the fact, and will go easy on [noobies]" +} +{ + "input": "\"man she may be 40 but she definitely has 1987 spring break nipples going on\" What is the definition of \"1987 spring break nipples\"?\n\n", + "output": "nipples that become hard when you apply booger to them", + "label": "back in the day when you had nice perfect pink perky nipples" +} +{ + "input": "\"i got sand all over my assy nipples\" What is the definition of \"assy nipples\"?\n\n", + "output": "it's what happens when you wear shorts with a swim suit and you go to the beach", + "label": "the type of nipples that saul rosenburg (from the jerky boys phone calls) has" +} +{ + "input": "\"\"oh look at tht mass guy over there, \"dont make eye contact he is in da boiz and will fuck us up \",\"\" What is the definition of \"da boiz\"?\n\n", + "output": "da boiz is a gang who rox and fuck shit up with their bare hands", + "label": "they are ruthless and run the show, they start fights for no reason and can be found shredding up the parties" +} +{ + "input": "\"john: eww, crotch music\" What is the definition of \"crotch music\"?\n\n", + "output": "ribald, salacious, titillating music that causes one to be bombarded by images of raunchy, over-the-top sexuality", + "label": "when someone is listening to their [ipod] and they hold it between their legs whilst doing something else" +} +{ + "input": "\"damn you and your estrogenical tyranny\" What is the definition of \"estrogenical\"?\n\n", + "output": "having to do with or ruled by women", + "label": "behavior or attitude resulting solely from a peak in estrogen, reserved primarily for women, but once upon awhile you'll see a guy do it" +} +{ + "input": "\"man, how you gonna crop dust me like that?\" What is the definition of \"crop dust\"?\n\n", + "output": "when someone passes gas around you and then escapes as if it never happened", + "label": "when someone passes gas around you and then escapes as if it never happened" +} +{ + "input": "\"oh man, that was some cool shit\" What is the definition of \"cool shit\"?\n\n", + "output": "something great or wonderful", + "label": "some item, event or form of entertainment that is particularly interesting" +} +{ + "input": "\"dude check out the hempeleptic on the couch\" What is the definition of \"hempeleptic\"?\n\n", + "output": "a person who is so stoned that they shake uncontrollably", + "label": "when someone smokes enough hemp to put them to sleep" +} +{ + "input": "\"i just did a crap and had major blobsplash\" What is the definition of \"blobsplash\"?\n\n", + "output": "the act of excrement hitting the water part of the toilet and splashing up to your [ass]", + "label": "the toilet water that splashes up on to your bum when you do a crap, accompanied by a 'plop' sound" +} +{ + "input": "\"(at football practice, taking showers) brian stop doing the kangaroo pouch with your dick\" What is the definition of \"kangaroo pouch\"?\n\n", + "output": "a male's pouch (scrotum) holding his nuts", + "label": "folding the bottom of the ballsack over the top of the penis" +} +{ + "input": "\"carlton banks from fresh prince of bel air is a real cracker black\" What is the definition of \"cracker black\"?\n\n", + "output": "a white person who acts black", + "label": "a black guy that thinks he's caucasian" +} +{ + "input": "\"that chuckle head laughed through his whole court appearance\" What is the definition of \"chuckle head\"?\n\n", + "output": "a person who acts like a fool, a buffoon, a nigger, a clown or a chode in public or around others", + "label": "a person who is bordering on being a buffoon" +} +{ + "input": "\"man i had an epictaco last night, that girl pwned me\" What is the definition of \"epictaco\"?\n\n", + "output": "when one has epic sex using taco related items", + "label": "slang for good pussy" +} +{ + "input": "\"damn buddy, you got $500 drunk last night\" What is the definition of \"$500 drunk\"?\n\n", + "output": "when you get so drunk you lose $500", + "label": "when a man of relatively small stature gets so drunk at a club that purchasing a bottle of captain morgan for $500 suddenly sounds like a good idea" +} +{ + "input": "\"\"now class, who can give me a sentence with calam in it? \"i said calam is gay,then i ended up with a moustaouche and no eye borws\" What is the definition of \"calam\"?\n\n", + "output": "\"when things go wrong, you say or scream \"calam\" this may get you out of trouble, or in more trouble but always creates confusion", + "label": "the maddest dude around" +} +{ + "input": "\"face2wo new mixtape is hot bruh\" What is the definition of \"face2wo\"?\n\n", + "output": "a rapper from baltimore, md", + "label": "face2wo is a canadian rapper, whos formed a rap group called #yk standing for (youngkings) fello artist on the #yk movement slim,2tone,mellyb & tcent" +} +{ + "input": "\"i got your mom super drunk so she let me take her to brown town\" What is the definition of \"brown town\"?\n\n", + "output": "where i took your mother last night", + "label": "where i took your mother last night" +} +{ + "input": "\"ashaan is the coolest man ever\" What is the definition of \"ashaan\"?\n\n", + "output": "the coolest man alive", + "label": "the man of your dreams! an indian guy with the best qualities of humor, a bit of a jerk sometimes but still a good friend" +} +{ + "input": "\"it's not the biggest i've ever seen but he sure does have the confidinch\" What is the definition of \"confidinch\"?\n\n", + "output": "display of modest endowment with presence of mind", + "label": "the extra inch added to an average-sized male penis, due to confidence alone" +} +{ + "input": "\"damn, cockman can really go vert\" What is the definition of \"go vert\"?\n\n", + "output": "the act of one taking a bottle of liquor, and chugging with the bottle at a 180 degree angle (vertical)", + "label": "the act of one taking a bottle of liquor, and chugging with the bottle at a 180 degree angle (vertical)" +} +{ + "input": "\"duck tape holds the universe together\" What is the definition of \"duck tape\"?\n\n", + "output": "a multi-purpose, strong adhesive tape which will bind just about anything together, well-known for it's durability", + "label": "a multi-purpose, strong adhesive tape which will bind just about anything together, well-known for it's durability" +} +{ + "input": "\"my mate went to bang this chick but she was strictly repo so he had to charge the corn\" What is the definition of \"repo\"?\n\n", + "output": "1", + "label": "rear entry penetration only" +} +{ + "input": "\"guy 1: hey man, what school do you go to? guy 2: centennial high school\" What is the definition of \"centennial high school\"?\n\n", + "output": "a school in middle tennessee that lacks academic and athletic success", + "label": "a school in middle tennessee that lacks academic and athletic success" +} +{ + "input": "\"a sex magazine i was browsing had a really odd sex toy called a chinese penis trap\" What is the definition of \"chinese penis trap\"?\n\n", + "output": "a small wooden box with a sliding lid that usually contains a noxious smell and/or warm semen", + "label": "\"a weird sex toy which resembles a chinese finger trap, except it is made out of a softer material" +} +{ + "input": "\"*also see cankle i'm suddenly not in the mood for bread after seeing her baked bread feet\" What is the definition of \"baked bread feet\"?\n\n", + "output": "a person with such stinky feet, it would make you gag and throw up, like baked bread, yuk", + "label": "when obese woman who have fat in the cankle/foot area where pumps or any strap shoe and the fat is squeezed between the opening of the shoe" +} +{ + "input": "\"that pizza is pretty good, but if we stick it in the refridgerator then by tomorrow it'll be brewed douche\" What is the definition of \"brewed douche\"?\n\n", + "output": "when you put beer in the refridgerator then forget about it, a few days later it becomes brewed douche", + "label": "utter nastiness, also something nasty that has been purposefully made nastier" +} +{ + "input": "\"you need to trim that ball fro if you want me to tea bag you\" What is the definition of \"ball fro\"?\n\n", + "output": "bushy pubic hair on the scrotum", + "label": "bushy pubic hair on the scrotum" +} +{ + "input": "\"ohh look at these frog components,*drops frog juice* oh no whats this on my head??? ohh siomha\" What is the definition of \"siomha\"?\n\n", + "output": "a ginger hairy person who loves frogs and eats them raw with a side of chips", + "label": "someone is on my head again" +} +{ + "input": "\"adplexia - state characterized by lack of emotion or fear in critical situations often caused as a result of a traumatic episode\" What is the definition of \"adplexia\"?\n\n", + "output": "ad- plecks - ee - uh 1", + "label": "a state characterized by lack of emotion or fear in critical situations often caused as a result of a traumatic episode" +} +{ + "input": "\"my girl walked in and threw me on the bed like a boss bitch, she so hoggressive\" What is the definition of \"hoggressive\"?\n\n", + "output": "to be aggressive and dominant in the bedroom", + "label": "an aggressive ho" +} +{ + "input": "\"i knew she was an america-hater when she started dissing ann coulter and praising cindy sheehan\" What is the definition of \"america-hater\"?\n\n", + "output": "anyone who hates ann coulter but loves cindy sheehan", + "label": "an american citizen, invariably by birth, who feels guilty about living in a country so wealthy and full of opportunity that they turn their resentment outward" +} +{ + "input": "\"cassidi\" What is the definition of \"cassidi\"?\n\n", + "output": "the best friend you could ever have", + "label": "an amazing person that is an amazing kisser and everyone wishes they had a cassidi" +} +{ + "input": "\"my girl said she was hungry so i gave her an alabama oyster\" What is the definition of \"alabama oyster\"?\n\n", + "output": "the act of shitting in your mouth and smothering it with your cock and making your partner eat it", + "label": "semen on a saltine cracker" +} +{ + "input": "\"let's watch home movies on dvd, since it got cancelled\" What is the definition of \"home movies\"?\n\n", + "output": "the most underrated show in the history of television", + "label": "the most underrated show in the history of television" +} +{ + "input": "\"watch it man, he's bulking up\" What is the definition of \"bulking up\"?\n\n", + "output": "the act of which someone of bulky nature becomes enraged", + "label": "the act of which someone of bulky nature becomes enraged" +} +{ + "input": "\"susan didn't sleep a wink last night thinking about her work in this company\" What is the definition of \"sleep a wink\"?\n\n", + "output": "to sleep soundly and peacefully", + "label": "american slang for describing someone who stays up all night" +} +{ + "input": "\"street-o is bad kids, but if you're gonna do it take pictures and video and show everybody\" What is the definition of \"street-o\"?\n\n", + "output": "street-o is street skiing without any terrain features, just straight up street", + "label": "dorifto on the public highway, mucho fun but mucho illegal" +} +{ + "input": "\"verb; to kayleigh\" What is the definition of \"kayleigh\"?\n\n", + "output": "verb", + "label": "it is everything in all of existence" +} +{ + "input": "\"ay papi\" What is the definition of \"ay papi\"?\n\n", + "output": "\"spanish in origin", + "label": "\"spanish in origin" +} +{ + "input": "\"welcome to aggieland\" What is the definition of \"aggieland\"?\n\n", + "output": "the town where texas a&m is located (college station)", + "label": "-aggieland is [college station], [texas] and its surounding areas" +} +{ + "input": "\"on christmas morning i was surprised when he gave me the christmas\" What is the definition of \"the christmas\"?\n\n", + "output": "the act of putting one's penis into a woman's vagina on christmas morning", + "label": "the christmas is a term made up for giving a girl the double fister, coined from a drunk man" +} +{ + "input": "\"my asymptotic boyfriend matt continued to introduce me as his friend whenever we ran into people he knew while we were out, despite having been dating for a couple of months\" What is the definition of \"asymptotic boyfriend\"?\n\n", + "output": "a boyfriend who gets along with you fine, but always has an excuse to leave you for his friends", + "label": "a boy who you are making out with, who approaches the state of boyfriend - without ever reaching it" +} +{ + "input": "\"freshman band member: hey, which drum major should i watch as we march? veteran member: fuck that shit\" What is the definition of \"drum major\"?\n\n", + "output": "a conductor of a marching band of sorts", + "label": "person that conducts a marching band of sorts" +} +{ + "input": "\"she' got 17 tattos altogether, the newest of which are those ass antlers peeking out over the tops of her jeans\" What is the definition of \"ass antlers\"?\n\n", + "output": "a girl' s underwear that sticks out above her jeans", + "label": "a direct translations from the german, referring to tatoos, usually found on (young) women, on their backsides, below the belt line and above the cheeks" +} +{ + "input": "\"i gave that girl the doms dirty duo the other night\" What is the definition of \"doms dirty duo\"?\n\n", + "output": "this is where you finger a girl using your index and middle finger whilst at dom's nightclub in mildura, australia", + "label": "to finger a girl using your index and middle finger whilst at dom's nightclub in mildura, australia" +} +{ + "input": "\"i had a dingo's breakfast this morning\" What is the definition of \"dingo's breakfast\"?\n\n", + "output": "\"a \"dingo's breakfast\" is australian for a late night/early morning spot of bum sex", + "label": "a yawn, a piss and a good look around" +} +{ + "input": "\"the satyr shafted on his fart pipe until he made the browning noise\" What is the definition of \"fart pipe\"?\n\n", + "output": "the male genetalia", + "label": "a musical instrument from the 14th century" +} +{ + "input": "\"many remember the easy-bake oven looking a lot like this, but did you know it recently got a brominist makeover? (real example)\" What is the definition of \"brominist\"?\n\n", + "output": "a person who dislikes [bromance]s and anything remotely [gay]", + "label": "feministly corrective, but in a way that benefits men" +} +{ + "input": "\"olle loco que paso con la jeva? no na, me iso bulto la tipa loco\" What is the definition of \"bulto\"?\n\n", + "output": "in dominican slang it means to get a blow job or head", + "label": "bulto is a word that is used mostly in the dominican republic when a person bullshits you" +} +{ + "input": "\"man, one of them was a gibba and the other was normal, she is fuckin rank\" What is the definition of \"gibba\"?\n\n", + "output": "a person with no belly button", + "label": "a breast which is long, thin and sucked dry" +} +{ + "input": "\"chuck was chicken winging over by the stadiums to help reduce the crowd that was building because of his awesome services\" What is the definition of \"chicken winging\"?\n\n", + "output": "1", + "label": "when one jerks off another penis with one's arm pit while one jerks off a third penis with their hand" +} +{ + "input": "\"it can be sucked for a long time, melts in your mouth, not your hand, stays hard forever -- it's like a jolly rancher\" What is the definition of \"jolly rancher\"?\n\n", + "output": "metaphor used by guys to describe their dick that is hard and wont go away", + "label": "metaphor used to describe a guy that stays hard forever during a bj" +} +{ + "input": "\"why is that brucifer slapping his belly over and over?\" What is the definition of \"brucifer\"?\n\n", + "output": "a large, rotund man with a black leather jacket and no shirt who sits at the bar and bellows requests for quarters to play golden eye", + "label": "\"a red-headed demon that lurks about the country side of northern alabama" +} +{ + "input": "\"go ask the berlyento if we can have some sugar and bullets\" What is the definition of \"berlyento\"?\n\n", + "output": "a berlyento is a cute, small, mexican midget, that usually wears sombrero and a poncho and that can provide you with all the cocaine you want", + "label": "a gang member that lives next door" +} +{ + "input": "\"that lauren is some fake friend\" What is the definition of \"fake friend\"?\n\n", + "output": "someone who is there for you and has you believing that they are your friend and then they ditch you completely", + "label": "someone who is there for you and has you believing that they are your friend and then they ditch you completely" +} +{ + "input": "\"guy: hey, can i borrow a piece of paper? girl: are you asking me out?\" What is the definition of \"are you asking me out?\"?\n\n", + "output": "\"this question refers to when a guy asks a girl something, instead of just getting it himself", + "label": "\"something random that you say in response to any statement or question thrown at you by another, in an attempt to embarrass that person" +} +{ + "input": "\"so i bought these blue jeans from a vintage store, i'm playing crotch lotto by not washing them before i wear them\" What is the definition of \"crotch lotto\"?\n\n", + "output": "the game where you do not wash your pants before you wear them for the first time and see how long you can go without someone noticing", + "label": "participating in activities that could be risky for the crotch" +} +{ + "input": "\"couldn't stand the bitch so i packed a dip, pulled out, and gave her a cajun hotstick that left her screamin\" What is the definition of \"cajun hotstick\"?\n\n", + "output": "the act of anal sex without lube or prep", + "label": "performed during sex from any controlling position" +} +{ + "input": "\"mikey was thinking like a proggie when he expected tax payers to supply him with his livelihood\" What is the definition of \"proggie\"?\n\n", + "output": "a progressive, ie [leftie] who wants to make a living out of politics", + "label": "a person who believes they are owed something in return for nothing" +} +{ + "input": "\"can you believe mehdi hasan actually believes in flying horses? what a dundridge\" What is the definition of \"dundridge\"?\n\n", + "output": "one who holds irrational beliefs, or thinks things are real that are in fact not real", + "label": "a gullible or credulous person" +} +{ + "input": "\"the gangloff chased the deer\" What is the definition of \"gangloff\"?\n\n", + "output": "a creature that resembles a deer but has the feet of a hippo and 4 penises", + "label": "the leader of the pack of wolves/ friends they are dominate in every thing they do they are the alfa" +} +{ + "input": "\"florn down for what\" What is the definition of \"florn\"?\n\n", + "output": "the act of being exhausted and worn out from doing nothing", + "label": "a mix between getting fucked up & torn up" +} +{ + "input": "\"leanne wow that burger is massive, carefull you will get burger mouth\" What is the definition of \"burger mouth\"?\n\n", + "output": "similar to 'beer goggles' but with burgers", + "label": "slight redness around the corners of ones mouth where the lips have stretched to fit round a large burger" +} +{ + "input": "\"i need someone special, so i'm gonna set a boo trap to catch one\" What is the definition of \"boo trap\"?\n\n", + "output": "a plan of action to catch a boo", + "label": "a plan of action to catch a boo" +} +{ + "input": "\" then she dropped her bra and gave me a geat bromfsky\" What is the definition of \"bromfsky\"?\n\n", + "output": "when a guy puts his face in a woman's boobs", + "label": "\"the same as a \" wa-ta-ta \" ie: having a woman with large breasts slap your face between them" +} +{ + "input": "\"my neighbors were getting it on yesterday and were making baby bumping music\" What is the definition of \"baby bumping music\"?\n\n", + "output": "when pregnant women fuck", + "label": "the sound of two or more people having sex" +} +{ + "input": "\"hey six, when is your fly honey going to meet mcbandy's feminita\" What is the definition of \"feminita\"?\n\n", + "output": "\"this is a word i (chris) came up with to describe my ex girlfriend", + "label": "a repulsive beast never seen during the light of day because of its grotesque odour" +} +{ + "input": "\"joe: dude i would totally have sex with sally colin: i wouldn't have sex with her, i'd give her a 1948 oklahoma pile driver\" What is the definition of \"1948 oklahoma pile driver\"?\n\n", + "output": "when you put your knees on a girls shoulders, and you have an elephant on your penis that has it's trunk up your ass", + "label": "\"a sexual feat that requires the aid of a trustworthy pilot, oil, feathers, and a horny countrymen with nothing better to do" +} +{ + "input": "\"peter g is a right brown neck\" What is the definition of \"brown neck\"?\n\n", + "output": "someone who brown noses so bad they go neck deep", + "label": "someone who brown noses so bad they go neck deep" +} +{ + "input": "\"i wore the blue jacket last night\" What is the definition of \"blue jacket\"?\n\n", + "output": "awarded to a man who has had anal sex with a female partner", + "label": "awarded to a man who has had anal sex with a female partner" +} +{ + "input": "\"--i watched one kyrospawn video and i ended up watching the rest of them the entire day\" What is the definition of \"kyrospawn\"?\n\n", + "output": "\"kyrospawn is a youtube channel that features some of the creepiest and most messed up short films and skits ever made", + "label": "a youtuber who uploads shorts from [my little pony: friendship is magic]" +} +{ + "input": "\"kony 2012 is a good example of a [circle jerk]\" What is the definition of \"kony 2012\"?\n\n", + "output": "\"internet fad created by \"invisible children\" in order to generate money and make twitter users feel better about themselves", + "label": "\"internet fad created by \"invisible children\" in order to generate money and make twitter users feel better about themselves" +} +{ + "input": "\"this necklace is bonx expensive\" What is the definition of \"bonx\"?\n\n", + "output": "[bonkers] crazy, insane, extreme", + "label": "really or very or a lot" +} +{ + "input": "\"after 23 miller lite beers, i was fizznippled\" What is the definition of \"fizznippled\"?\n\n", + "output": "to be drunk to the point that you have lost all feeling in your nipples", + "label": "the same think as krunked" +} +{ + "input": "\"toby said he likes sarah, what a choueffe\" What is the definition of \"choueffe\"?\n\n", + "output": "expressing feelings that you dont really mean just to get attention", + "label": "an object or person of general annoyance" +} +{ + "input": "\"kos-mos is a very good-looking bluenette\" What is the definition of \"bluenette\"?\n\n", + "output": "a girl with blue hair", + "label": "a person, usually a girl, with blue hair" +} +{ + "input": "\"my girlfriend and were bored last night so i called up my friend and told him to bring his girl over so we could rock a 69-11\" What is the definition of \"69-11\"?\n\n", + "output": "the sexual act where 3 people get in the 69 position", + "label": "when two people are 69ing while being fucked in the ass bytwo other people resembling the wtc" +} +{ + "input": "\"\"yo, did you just see that fastball that fingas threw? it was like, 120 mph\" What is the definition of \"fingas\"?\n\n", + "output": "an adjective describing one with an abundance of god-given talent, specifically in the sports of baseball and basketball", + "label": "an individual with insanely long fingers that can extend for miles" +} +{ + "input": "\"president bush is such a twat waffle\" What is the definition of \"twat waffle\"?\n\n", + "output": "1", + "label": "1" +} +{ + "input": "\"man a: did you hear about jake stealing that car? man b: hell yea, he pulled a casey anthony on that ass man a: wtf man b: too soon?\" What is the definition of \"casey anthony\"?\n\n", + "output": "1", + "label": "verb - doing something wrong, then getting away with it unpunished" +} +{ + "input": "\"\"last year they had mad rad and pantera blacksmith at amdef\" What is the definition of \"amdef\"?\n\n", + "output": "one of the best metal bands in the world", + "label": "amdef - acronym for art music dance entertainment fashion title of annual art exposition hosted in seattle washington" +} +{ + "input": "\"\"bro, this is a great conversation, but i gotta go take a shower, wanna come with for some bro shower action? *bros singing taylor swift in terrible falsetto voices\" What is the definition of \"bro shower\"?\n\n", + "output": "when bros take showers together, it can be used to describe innocent shower action or homosexual shower action", + "label": "typically encountered in college dormitories, a shower in which bros assume separate shower stalls and engage socially during said shower" +} +{ + "input": "\"look at him, what a cellphony\" What is the definition of \"cellphony\"?\n\n", + "output": "a person who is on their cell phone when they should be paying attention to the road while driving", + "label": "a person who fakes a cell phone conversation to avoid a potentially awkward conversation with another person" +} +{ + "input": "\"i went goodwill hunting for some cheap polos yesterday\" What is the definition of \"goodwill hunting\"?\n\n", + "output": "going into a thrift store looking for random shit", + "label": "going into a thrift store looking for random shit" +} +{ + "input": "\"\"i was so excited to have a satisfying dump, but sadly it ended in a bad break\" What is the definition of \"bad break\"?\n\n", + "output": "this expression is used when a long session of bowel movements ends with a straining inability to complete the task at hand", + "label": "an incomplete attempt at a satisfying shit" +} +{ + "input": "\"have you seen rowan lately? man he's ice aging fast, needs to get off the ice\" What is the definition of \"ice aging\"?\n\n", + "output": "the process of a person aging before their time", + "label": "the repercussions of smoking ice and looking like a haggard old man/lady" +} +{ + "input": "\"i went to my girlfriends house for a rip and dip\" What is the definition of \"rip and dip\"?\n\n", + "output": "to go to someone's house to smoke weed and have sex", + "label": "when you have sex (rip) and then leave soon after (dip)" +} +{ + "input": "\"\"pat kiernan is the michael jordan of newspaper reading\" What is the definition of \"michael jordan\"?\n\n", + "output": "the greatest newspaper reader of all time", + "label": "the best in one's profession, vocation, or other activity" +} +{ + "input": "\"the other day, my amorita finally said the 3 words [i love you]\" What is the definition of \"amorita\"?\n\n", + "output": "the girl, or woman, that you know you will spend the rest of your life with", + "label": "little love in spanish, something to call only the best, most amazing girl you will ever meet" +} +{ + "input": "\"why are you cockerly behaving, this way\" What is the definition of \"cockerly\"?\n\n", + "output": "to behave in a strange manner", + "label": "cockerly is behaving in a cocky manner" +} +{ + "input": "\":o he got a bfnp and he is asian\" What is the definition of \"bfnp\"?\n\n", + "output": "big fat nigger penis very large penis, coming from an asian", + "label": "bfnp stands for big fat negro penis" +} +{ + "input": "\"i won gold in the chairlympics longjump by jumping seven chairs\" What is the definition of \"chairlympics\"?\n\n", + "output": "the use of chairs in athletic feats", + "label": "the chairlympics are games usually played in schools or offices that involves any number of handy chairs" +} +{ + "input": "\"wow look at that bougey pick his nose\" What is the definition of \"bougey\"?\n\n", + "output": "a person who is very uncool", + "label": "a retarded person or someone who looks or acts retarded" +} +{ + "input": "\"john is in the ban money movement\" What is the definition of \"ban money movement\"?\n\n", + "output": "a movement that seeks to ban all money, because it says that legal tender laws violate everybody's rights", + "label": "a movement that seek to overthrow all the govenments in the world" +} +{ + "input": "\"the sex was pretty bland until her bum finger crept out\" What is the definition of \"bum finger\"?\n\n", + "output": "the 11th finger that comes out of a girl's bum to enter a guy's bum while they are having sex", + "label": "the the 11th finger that comes out of a girl's bum to enter a man's bum while they are having sex" +} +{ + "input": "\"the schedule is a molo (not possible [impossible] to make the schedule), or you have a molo of a chance ([unlikely] chance)\" What is the definition of \"molo\"?\n\n", + "output": "short for su molo, which means 'til the end' (su - until, molo - end)", + "label": "molo: a southwest vernacular used within the scientific community and quality circles which indicates an impossibility or unlikely event" +} +{ + "input": "\"damn that man is a a delong for sure\" What is the definition of \"delong\"?\n\n", + "output": "a dipshit of the highest level", + "label": "originates from greek mythology the titan delongulous who had an extrenely large rooster or penis" +} +{ + "input": "\"the miata will kick the pants off just about anything in a curve\" What is the definition of \"miata\"?\n\n", + "output": "\"the best-handling sports car you can get for the money", + "label": "the world's highest selling 2-seat convertible sports car, as recognized by guiness world records" +} +{ + "input": "\"please balete him before he causes anymore trouble\" What is the definition of \"balete\"?\n\n", + "output": "to beat up or to get beaten up", + "label": "a mix of the words [ban] and [delete]" +} +{ + "input": "\"alice: oh jason guess what? jason: what? alice: you're my bfbf\" What is the definition of \"bfbf\"?\n\n", + "output": "best friend boyfriend", + "label": "a little known term for someone being your best friend and boyfriend" +} +{ + "input": "\"she's definitely a forty-footer\" What is the definition of \"forty-footer\"?\n\n", + "output": "a hot woman whose breasts are so large that they look good from forty feet away", + "label": "typically refers to a woman who may look good from forty feet away, but up close turns out to be quite the conrary" +} +{ + "input": "\"valuev is the heavyweight boxing champion of the world\" What is the definition of \"valuev\"?\n\n", + "output": "a russian boxer who has never been knocked out and is known for his sizeable chin", + "label": "7 foot, 350 pound world heavyweight champion boxer out of leningrad, russia - punches harder than a carthorse kicks" +} +{ + "input": "\"i just got my cable bill and they dinged me for pay per views i didn't order\" What is the definition of \"dinged\"?\n\n", + "output": "to be charged for something you didn't buy or use", + "label": "to be charged" +} +{ + "input": "\"i can picture brittany church in the shower\" What is the definition of \"brittany church\"?\n\n", + "output": "a cute girl with big boobs who i wouldn't mind fucking", + "label": "the best french horn player in the history of mankind" +} +{ + "input": "\"if you and brian keep talking like that on msn, your gunna have an e-baby\" What is the definition of \"e-baby\"?\n\n", + "output": "a conversation held on the internet (eg", + "label": "the result of online sex" +} +{ + "input": "\"\"southerner: \"y'all know where to find any ketermine round these parts? i'm lookin to get stuck, i tell you what\" What is the definition of \"ketermine\"?\n\n", + "output": "a generic term for an amphetamine of any variety or strength", + "label": "the drug ketamine (special k) with a southern accent" +} +{ + "input": "\"yo, that dr. t was really funny\" What is the definition of \"dr. t\"?\n\n", + "output": "it is a person that is a retarded penguin, or is a doctor/dentist that has no license", + "label": "it is a person that is a retarded penguin, or is a doctor/dentist that has no license" +} +{ + "input": "\"\"person- \"fuck off grammer nazi\" What is the definition of \"grammer nazi\"?\n\n", + "output": "person who corrects grammer on the internet", + "label": "*grammar *nazi" +} +{ + "input": "\"i can't believe she ate a friggin' charleston chew\" What is the definition of \"charleston chew\"?\n\n", + "output": "ejaculate in the pooper", + "label": "ejaculate in the pooper" +} +{ + "input": "\"john said he saw big foot in the carpark its foggy so it must be true\" What is the definition of \"big foot\"?\n\n", + "output": "a hairy mythical creature that hangs out in dense forests foggy areas and areas that are just out of the cameras focus", + "label": "a hairy mythical creature that hangs out in dense forests foggy areas and areas that are just out of the cameras focus" +} +{ + "input": "\"a sammi is a [frozen] chick\" What is the definition of \"sammi\"?\n\n", + "output": "a frozen chick", + "label": "a sammi is an ice goddess" +} +{ + "input": "\"man 1: woah, were you at that party last night? man 2: nah man, what happened? man 1: there was a massive freere rally happening, and i won\" What is the definition of \"freere\"?\n\n", + "output": "the state of being completely intoxicated on alcohol, marijuana, and several other substances at once", + "label": "a word to describe the situation when there are many men in the same room jerking off" +} +{ + "input": "\"there brother fuckers\" What is the definition of \"brother fuckers\"?\n\n", + "output": "the people on the other side of the tracks", + "label": "two guys who have sex with the same woman" +} +{ + "input": "\"my ex-girlfriend gave the best handjobs,she was a golden palmer\" What is the definition of \"golden palmer\"?\n\n", + "output": "to give a really good handjob", + "label": "women who are great at handjobs" +} +{ + "input": "\"person 1: where did you get that [rufelin] from? person 2: oh i got it from bant land\" What is the definition of \"bant land\"?\n\n", + "output": "a place where all [bant] is produced", + "label": "the land in which one gets their banter from" +} +{ + "input": "\"that super hero saved my life last night\" What is the definition of \"super hero\"?\n\n", + "output": "a person who comes from a bygone era", + "label": "a fat joint using 2 papers going long ways and a strip of a zig zag sticky part to hold the middle together" +} +{ + "input": "\"that kid is such an izzy infectious look at his ratchet hair and eyeliner you can totes see his tracks\" What is the definition of \"izzy infectious\"?\n\n", + "output": "izzy is a total ratchet who thinks he's too cool for school", + "label": "male regina george who wears too much makeup and is oober scene and got raped by dahvie vanity and spencer elmore" +} +{ + "input": "\"unk: yo j-boy wat you tryin to get at? j-boy: shit nigga just tryin to get at some buddacris unk: fer sure\" What is the definition of \"buddacris\"?\n\n", + "output": "crispy ass bud, good weed, marajuana, trees, dank, shit", + "label": "see: weed, budda, cannabis, trees, grass, broccoli, marley," +} +{ + "input": "\"the big wheel wants you in his office right now\" What is the definition of \"big wheel\"?\n\n", + "output": "archaic slang", + "label": "archaic slang" +} +{ + "input": "\"chris: damn bro brittaney went to go to the bath room and left her glass of milk on the table and dick ducketts coco puffed her ass\" What is the definition of \"coco puffed\"?\n\n", + "output": "the act of any one dipping their penis into a glass of milk", + "label": "when you set a glass of milk on the table and then leave the room only to come back and find that someone had taken a shit in your milk" +} +{ + "input": "\"omgsh daniels azing\" What is the definition of \"azing\"?\n\n", + "output": "adjective, being crazy, cool, amazing, and awesome all at once", + "label": "short for amazing" +} +{ + "input": "\"did you see that game last night? [alex rodriguez] totally pulled an aaron boone\" What is the definition of \"aaron boone\"?\n\n", + "output": "to choke spectacularly in the ninth inning of a baseball game, failing to hit even a sacrifice fly despite having previously homered in the game", + "label": "n" +} +{ + "input": "\"ayyyy sarang, you hobaggity\" What is the definition of \"hobaggity\"?\n\n", + "output": "a person who is extremely sexy and hot", + "label": "similar to a hobag, but worse" +} +{ + "input": "\"baby fuck, baby fuck\" What is the definition of \"baby fuck\"?\n\n", + "output": "the act of fucking a baby", + "label": "the act of fucking a baby" +} +{ + "input": "\"let's face it, the guy's an ass clown\" What is the definition of \"ass clown\"?\n\n", + "output": "an unmitigated fool or jerk", + "label": "an unmitigated fool or jerk" +} +{ + "input": "\"googooplex it and it will bounce again\" What is the definition of \"googooplex\"?\n\n", + "output": "to Plex a person or thing so they/it bounces off you also", + "label": "verb: to seal up plastic or rubber and allow it to remain flexible" +} +{ + "input": "\"holy crap, that kid was so ascher\" What is the definition of \"ascher\"?\n\n", + "output": "the most pimp thing you could ever say or do", + "label": "1" +} +{ + "input": "\"dang, you can see your beefy taco in those jeans\" What is the definition of \"beefy taco\"?\n\n", + "output": "a girl with a fat vagina", + "label": "a girl with a fat vagina" +} +{ + "input": "\"did you see those boys dancing in the mall?? they were totally pulling a dhruv\" What is the definition of \"dhruv\"?\n\n", + "output": "the act of being homosexual and not being able to admit it", + "label": "this boy thinks hes a baller even though he won't admit it, this boy can dance" +} +{ + "input": "\"i prefer popeyes over kfc's chicken\" What is the definition of \"popeyes\"?\n\n", + "output": "a chicken restaurant that started in atlanta, georgia", + "label": "very good chicken, love their onion rings" +} +{ + "input": "\"ugh i was banging this guy it was a total backseat bbq\" What is the definition of \"backseat bbq\"?\n\n", + "output": "when you are doing a girl in the butt and your genitals get hot", + "label": "when two people are doing it in a car with the windows up and one of them farts" +} +{ + "input": "\"yo my nigg the other day i was takeing my shit when your grandma walked in and delerious as she was she gave me a nasty glumpkin\" What is the definition of \"glumpkin\"?\n\n", + "output": "the act of recieving a blowjob while taking a shit", + "label": "a dirty sloppy wet gumby when taking a massive shit its a gumby and a blumpkin at the same time" +} +{ + "input": "\"lame: them some icey ass buffs you got on, were you from fam? me: 7 mile nigga lame: dam dawg i respect that\" What is the definition of \"7 mile\"?\n\n", + "output": "a street in detroit that is 1 mile south of 8 mile", + "label": "a street in detroit that is 1 mile south of 8 mile" +} +{ + "input": "\"south park 13280\" What is the definition of \"13280\"?\n\n", + "output": "the zip code of the town of south park", + "label": "the number way of saying lesbo" +} +{ + "input": "\"i swear if he wouldn't of shut up i was going to commit aggravated homicide\" What is the definition of \"aggravated homicide\"?\n\n", + "output": "the act of wanting to kill someone with or without weapon", + "label": "when a person is so angry or annoyed, they commit homicide" +} +{ + "input": "\"damn, did you hear about the house burglar who got caught by the cops when he came back to the house to pick up his hobo harley\" What is the definition of \"hobo harley\"?\n\n", + "output": "a stolen motorcycle that was left at the owner's house because the thief didn't have anywhere else to keep it", + "label": "modified push-bike with a lawnmower engine added" +} +{ + "input": "\"i found a cum baby in between the couch cushions at the hotel i was staying\" What is the definition of \"cum baby\"?\n\n", + "output": "a condom that is filled with a large amount of seamen that has since hardened and takes the form of a small baby doll", + "label": "a condom that is filled with a large amount of seamen that is sealed with a knot tied at the end" +} +{ + "input": "\"the akraa'neonor rises out of the pit, flailing tentacles everywhere\" What is the definition of \"akraa'neonor\"?\n\n", + "output": "a 15 foot tall abomination sprung from the vile pits of hell", + "label": "\"a massive, many-tentacled, one-eyed, slimy monster which looks like it comes straight out of an anime hentai film" +} +{ + "input": "\"i know you can swim faster, bean picker\" What is the definition of \"bean picker\"?\n\n", + "output": "derogatory term for a [mexican]", + "label": "derogatory term for a [mexican]" +} +{ + "input": "\"look at the buds on this beautiful fane\" What is the definition of \"fane\"?\n\n", + "output": "slang for a female cannabis plant", + "label": "female marijuana plant" +} +{ + "input": "\"\"after plying your partner with a right good [bevvy]: \"fancy a shot on the swings [hen]?\"\" What is the definition of \"a shot on the swings\"?\n\n", + "output": "a polite and affectionate invitation to have sexual intercourse", + "label": "scottish phrase for intercourse" +} +{ + "input": "\"her first lobster left me raw\" What is the definition of \"first lobster\"?\n\n", + "output": "when a girl uses tabasco sauce as lube", + "label": "the act of pinching a man's nipples whilst performing a deep throat oral act" +} +{ + "input": "\"jt$ loves it when justin's mom slips him a bunker buster\" What is the definition of \"bunker buster\"?\n\n", + "output": "getting a thumb in the backdoor right before ejaculation", + "label": "getting a thumb in the backdoor right at sexual climax" +} +{ + "input": "\"anamaria - dique that bitch say she's gonna beat my ass\" What is the definition of \"dique\"?\n\n", + "output": "the blackest way to say 'da' in front of a noun", + "label": "dique - a dominican word meaning supposedly or not even" +} +{ + "input": "\"that was one hell of a chilli last night bob, i just had a 10\" What is the definition of \"10\"?\n\n", + "output": "to shit through your anus with your penis", + "label": "when you take so long on the toilet, you use up 10% of your iphone battery playing games" +} +{ + "input": "\"oo my god that teacher is so borkied i wish i could tf her on my lab desk\" What is the definition of \"borkied\"?\n\n", + "output": "gross, ugly, weird", + "label": "when a teacher is ungodly hot and doesn't even know it" +} +{ + "input": "\"man, let's walk by that hawt chick, i have got to go for an ass glance\" What is the definition of \"ass glance\"?\n\n", + "output": "a quick peek at a cute girl's butt from the corner of your eye", + "label": "when someone sexually attractive walks by you" +} +{ + "input": "\"my friends and i are going famping this weekend\" What is the definition of \"famping\"?\n\n", + "output": "a combination of the words fucking and camping", + "label": "\"fake camping" +} +{ + "input": "\"having dyslexia does not mean that you are stupid\" What is the definition of \"dyslexia\"?\n\n", + "output": "dyslexia is a disorder that involves difficulty in language", + "label": "i have dyslexia and it is a lot more than just getting numbers and letters mixed up" +} +{ + "input": "\"orlhane is so chinese\" What is the definition of \"orlhane\"?\n\n", + "output": "a sexy, gorgeous black/chinese guy with a really huge penis and get all the girls", + "label": "a chinese name usually given to girls, she is pretty, has the best ass, have alot of fashion taste, and like ones direction" +} +{ + "input": "\"errbody from da 434 get yo' fuckin fat asses on da dance floor\" What is the definition of \"434\"?\n\n", + "output": "\"area code for charlottesville, danville, and southside richmond, va", + "label": "the principal area code of [sova] and some of central va" +} +{ + "input": "\"usually i would never, but that chick is totally bluckable\" What is the definition of \"bluckable\"?\n\n", + "output": "a desirable enough person that you would consider having sex with them", + "label": "a black person that is fuckable" +} +{ + "input": "\"if it aint in fulton it's probably not worth living in\" What is the definition of \"fulton\"?\n\n", + "output": "the best town in mississippi", + "label": "the georgia county containing the baddest city in the south" +} +{ + "input": "\"we're just all chillin on the backswing keepin it real\" What is the definition of \"backswing\"?\n\n", + "output": "1", + "label": "the swing on your parents porch or your child's swing on their swingset used for a place to chill or converse with friends" +} +{ + "input": "\"\"*from \"jsa classified #2\"*: power girl (talking with superman): people always ask me why i have this hole right here\" What is the definition of \"power girl\"?\n\n", + "output": "a classified section of the dc universe", + "label": "a dc comics character" +} +{ + "input": "\"damn, darlyn is too dope\" What is the definition of \"darlyn\"?\n\n", + "output": "the most beautiful girl in the world", + "label": "someone who has the best attitude never imagined" +} +{ + "input": "\"come and stick your cock right up my chutney locker\" What is the definition of \"chutney locker\"?\n\n", + "output": "a term for a women's vagina", + "label": "gay slang for anus" +} +{ + "input": "\"a deaf man got his ssi payments cut off at the el cajon social security office yesterday after receiving benefits since the age of 3\" What is the definition of \"el cajon social security office\"?\n\n", + "output": "the place where all deaf people with the last name a get their payments cut off", + "label": "ssi office in greater san diego area where workers regularly revoke ssi rights of long time receipients including the severely mentally challenged/ brain damaged and the lifelong deaf and blind" +} +{ + "input": "\"john gave jane a blumkin facial while squeezing out last night's dinner\" What is the definition of \"blumkin facial\"?\n\n", + "output": "when a man shits on a woman's face while she gives him a blowjob", + "label": "when a man gives a woman a facial while taking a shit on the toilet" +} +{ + "input": "\"crandle\" What is the definition of \"crandle\"?\n\n", + "output": "a word used to express confusion, or crandleness", + "label": "used in a situation that is bad, or a negatice connatation" +} +{ + "input": "\"barbera never felt so clean or so dirty the night she had her very first albuquerque acid wash\" What is the definition of \"albuquerque acid wash\"?\n\n", + "output": "this is when a person urinates into someone's mouth and then themselves", + "label": "when you ejaculate on your partner and urinate it off" +} +{ + "input": "\"obama is detroiting this country\" What is the definition of \"detroiting\"?\n\n", + "output": "verb: to destroy, or bankrupt a nation, or business", + "label": "to destroy the economy of a city, state, or country with horribly misguided economic policy" +} +{ + "input": "\"\" im gonna knock him out \"don't go near him he is a looper\" What is the definition of \"looper\"?\n\n", + "output": "a word used in the ghetto as a noun for someone who has a reputation of doing something", + "label": "a dangerous crazy person" +} +{ + "input": "\"here, that fella's bowling an offy isn't he?\" What is the definition of \"offy\"?\n\n", + "output": "british army slang for someone who is [homosexual]", + "label": "term used in cricket, not generally by the older generation, to describe off-break or off-spin bowling" +} +{ + "input": "\"i shat on a piece of cardboard and it tasted better than bran flakes\" What is the definition of \"bran flakes\"?\n\n", + "output": "a cereal that tastes like shit", + "label": "a ceral that tastes somewhere in between cardboard and shit" +} +{ + "input": "\"no one makes me laugh like anna sheffield\" What is the definition of \"anna sheffield\"?\n\n", + "output": "an incredibly funny girl with a great personality", + "label": "a one of a kind person" +} +{ + "input": "\"i invited two friends round last night to help big mac the wife\" What is the definition of \"big mac\"?\n\n", + "output": "the act of a woman pleasuring three men simultaneously, one in each of her orifices", + "label": "the act of a woman pleasuring three men simultaneously, one in each of her orifices" +} +{ + "input": "\"1) john: hey dude, i went [boxing] last night, i was amongst men\" What is the definition of \"amongst men\"?\n\n", + "output": "1) to be in a place where you can relax your [gay] side and be who you really are: a [homosexual]", + "label": "this may have two meanings: 1) doing an extremely manly activity" +} +{ + "input": "\"\"did you see cyprias yesterday? \"oh my god he's such a cavlich\" What is the definition of \"cavlich\"?\n\n", + "output": "a cavlich- a gay little man with a pink face and a sexy body", + "label": "a name for a greek douchbag" +} +{ + "input": "\"i couldn't believe it she turned around and bent over and had on an ass bow\" What is the definition of \"ass bow\"?\n\n", + "output": "a sexy type of lingerie like a teddy but that has no back except for a bow", + "label": "a sexy type of lingerie, like a teddy but that has no back except for a bow" +} +{ + "input": "\"when john took his shirt off, the man stamp peaking out above his shorts put mary's tramp stamp to shame\" What is the definition of \"man stamp\"?\n\n", + "output": "a tattoo or other decoration on a man's chest or abdomen, especially one visible above his belt line", + "label": "\"the patch of hair on a man's lower back in the same area that a woman would get a \"[tramp stamp]\" tattoo" +} +{ + "input": "\"if you fully extend your hand downwards and curl your fingers in toward your body bam you struck gold, bowts gold\" What is the definition of \"bowts\"?\n\n", + "output": "bowts is the definition for the perfect looking finger", + "label": "the skin in which two [balls] sit" +} +{ + "input": "\"abraham lincoln is my grim love because despite the fact that he looks like a bearded raisin with a hat on i would do him in one second\" What is the definition of \"grim love\"?\n\n", + "output": "the one person you would have sex with even though they are 1) not attractive 2) not clean 3) not nice to you", + "label": "a grim love is someone you have a crush on even though they are ugly" +} +{ + "input": "\"look over there in the woods, i think i see an adityan\" What is the definition of \"adityan\"?\n\n", + "output": "a hairy south indian who runs around naked and howls like a wolf", + "label": "a large-bodied beast that has bear qualities" +} +{ + "input": "\"this motha-fucken brickweed dog\" What is the definition of \"brickweed\"?\n\n", + "output": "1) very poor quality weed 2) a plant that grows near you car's brick 3) a weed that looks like a brick 4) a brick of weed", + "label": "\"low quality marijuana" +} +{ + "input": "\"jeff ackerly pisses on his nuts when he uses the bathroom\" What is the definition of \"ackerly\"?\n\n", + "output": "a man who stands while peeing and attempts to aim his genitalia away from himself", + "label": "a kid that owned a cadillac and has a micro dick" +} +{ + "input": "\"duck tape is the bomb\" What is the definition of \"duck tape\"?\n\n", + "output": "duck tape is the most amazing thing ever invented", + "label": "duck tape is the most amazing thing ever invented" +} +{ + "input": "\"\"pimp: you better give me the rest of the money or ill give you the back hand\" What is the definition of \"back hand\"?\n\n", + "output": "when the whore dosen't give up the money the [pimp] will raise the right hand with his palm facing his face and slap the whore on the left cheek", + "label": "when the whore dosen't give up the money the [pimp] will raise the right hand with his palm facing his face and slap the whore on the left cheek" +} +{ + "input": "\"christina aguilera is the biggest ho biscuit\" What is the definition of \"ho biscuit\"?\n\n", + "output": "a [skank]y girl, especially one that puts out easily", + "label": "a ho that is skankier than skank" +} +{ + "input": "\"my god, that was a dire looking creature\" What is the definition of \"dire \"?\n\n", + "output": "description of something evil looking", + "label": "dire_ is a person known for his obnoxious appearance and his detestable acts" +} +{ + "input": "\"red: ay look over dere she thick pooh bear: naw she ain't thick she a few ponds over thick she a poundcake\" What is the definition of \"poundcake\"?\n\n", + "output": "a term used 4 any girl dat is not thick at all", + "label": "a thick female wit extra pounds on her body" +} +{ + "input": "\"i ran over some sheep last night, so i took a rampart home for dinner\" What is the definition of \"rampart\"?\n\n", + "output": "a sheep's lower intestine and anus", + "label": "a part of a ram, like the head or the tail" +} +{ + "input": "\"he had a cell phone that looked like a star trek communicator - what a freakin' permavirgin\" What is the definition of \"permavirgin\"?\n\n", + "output": "a guy who will try anything *but* get laid", + "label": "1" +} +{ + "input": "\"badaslam is a boss\" What is the definition of \"badaslam\"?\n\n", + "output": "an extreme boss with the power of 2", + "label": "boss" +} +{ + "input": "\"lance's automotive bipolarism makes him an horrible and nervous wreck behind the wheel of a car\" What is the definition of \"automotive bipolarism\"?\n\n", + "output": "the condition of displaying two completely different personalities when driving vs", + "label": "the phenomenon of having one personality away from a car, and a polar opposite personality inside a car" +} +{ + "input": "\"yo i heard the bird watchers got you under surveliance\" What is the definition of \"bird watchers\"?\n\n", + "output": "bird watchers are federal agents who are watching drug dealers that move keys of cocaine (also known as birds)", + "label": "bird watchers are federal agents who are watching drug dealers that move keys of cocaine (also known as birds)" +} +{ + "input": "\"that was totally barrels of fun\" What is the definition of \"barrels of fun\"?\n\n", + "output": "\"this is derived from \"monkeys of fun\", which is a cooler way of saying \"loads of fun\"", + "label": "something incredibly fun!" +} +{ + "input": "\"fred: i heard keri rode jose's bison log for hours last night\" What is the definition of \"bison log\"?\n\n", + "output": "a very large male sexual organ", + "label": "a big old throb'n [cock]" +} +{ + "input": "\"you look really glemo today\" What is the definition of \"glemo\"?\n\n", + "output": "the word that combines [glam] and [emo]", + "label": "a glamours emo person usually defined by bold modern eyeglasses in dark shades of black and brown" +} +{ + "input": "\"\"dude last night at the bar i was boincing so hard, that the dj gave me a shout out, \"yo look at that freaxxxx boincing hard\" What is the definition of \"boincing\"?\n\n", + "output": "the art of making your body move in ways that resemble a fish wiggling out of water", + "label": "all that the greatest band, brokencyde does" +} +{ + "input": "\"nay, apothecary, i think i shall go home and smoke a bowl of rights\" What is the definition of \"bowl of rights\"?\n\n", + "output": "a term used to describe the marijuana habit", + "label": "an implement used to smoke marijuana that is filled half with cannabis and half with a shredded legal document" +} +{ + "input": "\"guy #1: hey man i just got call of duty: world at war\" What is the definition of \"call of duty: world at war\"?\n\n", + "output": "a game released on november 11, 2008 (11/11/08)", + "label": "\"3" +} +{ + "input": "\"you're my bnfl\" What is the definition of \"bnfl\"?\n\n", + "output": "best nigga for life", + "label": "best nigga for life, best nigguh for life, best nig for life, etc" +} +{ + "input": "\"the best laid schemes of mice\" What is the definition of \"mice\"?\n\n", + "output": "\"the \"mice\" in the famous quote by robert burns", + "label": "the rulers of the planet earth that do experiments on us to find the question to the ultimate answer(42)" +} +{ + "input": "\"damn, do you see that fine piece of ass? i'd work my hoe muscle for that\" What is the definition of \"hoe muscle\"?\n\n", + "output": "the [penis]", + "label": "when you sex a lot, you're working your hoe muscle" +} +{ + "input": "\"\"i wish she would go away, she's acting like such a janice\" What is the definition of \"janice\"?\n\n", + "output": "\"janice is a typical ditzy girl", + "label": "an annoying woman, usually pretentious with very large teeth" +} +{ + "input": "\"\"everyone gets 15 minutes of fame\" What is the definition of \"15 minutes of fame\"?\n\n", + "output": "\"andrew tyler says: \"well, the phrase originated from a misquoting of a statement by andrew tyler, who said that everyone gets 'fame for 15 minutes", + "label": "see [steve bartman], [martha burke], [sirhan sirhan], [karen ann quinlan], and [ja rule]" +} +{ + "input": "\"richard dejohnette is the only known chocolate king to date\" What is the definition of \"chocolate king\"?\n\n", + "output": "the leader of all chocolate people (see [chocolate])", + "label": "an african american male who's body,charm,and sex appeal alone can bring a woman to orgasm" +} +{ + "input": "\"damn, look at him in that daycoma\" What is the definition of \"daycoma\"?\n\n", + "output": "capris", + "label": "the act of daydreaming so intensely that one becomes completely unaware of his or her surroundings" +} +{ + "input": "\"\"i would love a clesson\" What is the definition of \"clesson\"?\n\n", + "output": "a hot guy who knows how to please the opposite gender and himself", + "label": "adorable, lovable person, so sensitive, and just down right perfect" +} +{ + "input": "\"emma lovehandlesfosterbakugan boyd is a huge freakazoid\" What is the definition of \"freakazoid\"?\n\n", + "output": "emma lovehandles fosterbakugan boyd", + "label": "a different term for the word freak" +} +{ + "input": "\"alicia was centical at the cast party yesterday\" What is the definition of \"centical\"?\n\n", + "output": "\"the hybrid of the words \"central\" and \"perpetual\"", + "label": "creative, easily amussed" +} +{ + "input": "\"there's sum hush, bubbl and squeak up for grabs\" What is the definition of \"bubbl\"?\n\n", + "output": "\"crack cocaine", + "label": "bubble with ommission of unpronounced e at end" +} +{ + "input": "\"steve settled down with some corn fed girl from indiana\" What is the definition of \"corn fed\"?\n\n", + "output": "describes your typical midwesterner", + "label": "describes your typical midwesterner" +} +{ + "input": "\"that was a rank dosia\" What is the definition of \"dosia\"?\n\n", + "output": "used to describe someone's level of laziness", + "label": "german for: the fart that stinks" +} +{ + "input": "\"let's bring our macbook pros to the boner party\" What is the definition of \"boner party\"?\n\n", + "output": "a gangsta fuck with at least one chick", + "label": "i boner party is when a a few or more males get together and snort/ingest viagra and throw a super gay party" +} +{ + "input": "\"dude, my girlfriend walked in on my draping last night\" What is the definition of \"draping\"?\n\n", + "output": "when you hang over your girlfriend (or guy) and shit on their face", + "label": "the act of straightening your pubic hair in order to have it drape over your genitals" +} +{ + "input": "\"an alt mu could be any of the following and more\" What is the definition of \"alt mu\"?\n\n", + "output": "\"pronounced, alt myoo", + "label": "a musician or music lover who has an alternative career or idea that has made them successful in the creative industries" +} +{ + "input": "\"i cant believe how much that old piece of junk on antiques roadshow was worth\" What is the definition of \"antiques roadshow\"?\n\n", + "output": "a bbc one show where people bring old junk to be valued by experts", + "label": "pbs program in which expert appraisers uncover the stories and reveal the true value of objects brought in by amateur collectors" +} +{ + "input": "\"that person has big bizwams\" What is the definition of \"bizwams\"?\n\n", + "output": "another name for a women's breast", + "label": "the same as bosoms" +} +{ + "input": "\"don't be an ass pony\" What is the definition of \"ass pony\"?\n\n", + "output": "jerk, asshole, or one who is annoying", + "label": "jerk, asshole, or being rude" +} +{ + "input": "\"hey, what are you having for lunch? the arby's big montana\" What is the definition of \"arby's big montana\"?\n\n", + "output": "a slang term for a woman's large labia minora", + "label": "a sloppy, unattractive,unmanicured vagina" +} +{ + "input": "\"john's imbibery caused him to lose his family, job, and respect in the community\" What is the definition of \"imbibery\"?\n\n", + "output": "is the cause of all problems in society, including crime, poverty, illiteracy, and disease", + "label": "the act of drinking (from imbibe) in excess (-y added to convert it into a nominative, after debauchery, usury, etc)" +} +{ + "input": "\"2 children are just waiting for their parent(s) to die, so that they can collect the blood money\" What is the definition of \"blood money\"?\n\n", + "output": "the price a gang puts on he head of a member of a rival gang", + "label": "if you have to commit an act of violence or if you have spent your whole life purposely waiting until someone dies to recieve something of value from of them" +} +{ + "input": "\"man, check out that friend hobo\" What is the definition of \"friend hobo\"?\n\n", + "output": "\"someone who hangs out with a group of people but does not fit in", + "label": "a person with know friends" +} +{ + "input": "\"\"josh: \"i'd like a [peach schnapps] neat please\" What is the definition of \"neat\"?\n\n", + "output": "\"to drink alcohol without any mixer, on it's own, pure and simple", + "label": "used while ordering a beverage - alcoholic - to be consumed straight" +} +{ + "input": "\"you're such a tool for her; you could do much better\" What is the definition of \"a tool\"?\n\n", + "output": "when a girl or boy uses another person (boy or girl) just for sex or sexual purpases", + "label": "being used by a higher influence, mostly for their own good" +} +{ + "input": "\"let's eagle talon her\" What is the definition of \"eagle talon\"?\n\n", + "output": "when you rip out your partners pubic hairs with your teeth", + "label": "a sex act involving a girl, a guy and a trampoline" +} +{ + "input": "\"dude i paid $400 to bang that stripper but it was a total bue\" What is the definition of \"bue\"?\n\n", + "output": "a name for a girl who has given up all self respect and dignity in order to get money", + "label": "\"an acronym that stands for \"bust upon entry\" and describes the immediate ejaculation that occurs the first time you bang a total slam piece" +} +{ + "input": "\"\"distributors choice air duster 134a or distributors choice 152a air duster sold as \"mega duster\" used for \"dusting\" electronics\" What is the definition of \"air duster\"?\n\n", + "output": "a can of compressed air that contains 134a as the refrigerant", + "label": "an aerosol can usually filled with 134a gas 1,1,1,2-tetrafluoroethane for non-flammable applications or 152a when flammability is not a factor" +} +{ + "input": "\"tucker has a baby dick\" What is the definition of \"baby dick\"?\n\n", + "output": "a dick the size of a 2 year old", + "label": "a dick the size of a 2 year old" +} +{ + "input": "\"student 1: man, college board is the devil incarnate\" What is the definition of \"college board\"?\n\n", + "output": "a huge corporation dedicated to making money off of high school students by requiring them to take their stupid sat test, which in turn requires purchasing their released tests, prep books, and using their online courses for help", + "label": "\"a company that makes and distributes the sats, sat iis, among other things" +} +{ + "input": "\"asgard is the home of the gods\" What is the definition of \"asgard\"?\n\n", + "output": "in norse mythology, the dwelling place of the gods", + "label": "asgard, in norse mythology, is one of the nine worlds and the homeland of the aesir, the race of warrior gods" +} +{ + "input": "\"a buffalo charged affelina who slayed it with his spear, afterwards he whined about how tough the buffalo was\" What is the definition of \"affelina\"?\n\n", + "output": "to express ones feelings", + "label": "affelina is an indian who spends most of his time hunting wild buffalos and complaining to his peers" +} +{ + "input": "\"after my second c-section i need to work out to get rid of this kangaroo pouch\" What is the definition of \"kangaroo pouch\"?\n\n", + "output": "the kangaroo's pouch is a copy written design by joshua davis otherwise known as joshuadizzle", + "label": "the destroyed muscles above your c-section that pooches out" +} +{ + "input": "\"\"jeff \"fuck dude i'm bored stiff\" What is the definition of \"bored stiff\"?\n\n", + "output": "when you're so bored you can't even masturbate to relieve your boredom", + "label": "when a guy is so bored he starts talking to girls to fuck" +} +{ + "input": "\"if you have lived in ormskirk all your life you have never known human kindness\" What is the definition of \"ormskirk\"?\n\n", + "output": "a small town in west lancashire with the largest percentage of mentally challenged and irish catholics than anywhere else in the world", + "label": "where dreams go to die" +} +{ + "input": "\"\"jodi: \"wow sanj really messed up our bathroom\" ashley: \"ya he's a real bathroom bandit\" What is the definition of \"bathroom bandit\"?\n\n", + "output": "a person who commits various crimes in the bathroom such as", + "label": "someone who secretly destroys your bathroom after a night of excessive drinking" +} +{ + "input": "\"i saw a beanerized truck at the flea market last week\" What is the definition of \"beanerized\"?\n\n", + "output": "1:the act of being exposed to many mexicans at once", + "label": "car and or truck pimped out by a beaner" +} +{ + "input": "\"john adams is an awesome composer, and no, i'm not talking about that poser john adams who was a president or whatever\" What is the definition of \"john adams\"?\n\n", + "output": "our first president who was awsome", + "label": "(b" +} +{ + "input": "\"we were partying down by the river, things were getting crazy, so we had to jerk out before the pigs arrived\" What is the definition of \"jerk out\"?\n\n", + "output": "a last minute, sudden departure, to leave a place, as in a party, or gathering", + "label": "to get the hell out of dodge before things go all queer" +} +{ + "input": "\"\"(when staring at your grandma's weepy flange) \"yo grappleshelf\" What is the definition of \"grappleshelf\"?\n\n", + "output": "a word that can be used to describe anything", + "label": "an insult to be exclusively aimed at an old person's genitals" +} +{ + "input": "\"i really thought i needed to take a crap, but it was just a farts alarm\" What is the definition of \"farts alarm\"?\n\n", + "output": "when you think you need to fart, but nothing happens", + "label": "when you feel like you need to poop, but when you sit down, all you do is pass gas" +} +{ + "input": "\"we are getting crunkishness up in here, bitches\" What is the definition of \"crunkishness\"?\n\n", + "output": "1", + "label": "the act of getting super [crunk], crunk beyond your wildest dreams" +} +{ + "input": "\"while [partying], his friends smashed the pin-ball machine to splinters during their severe [episode] of boozeroo\" What is the definition of \"boozeroo\"?\n\n", + "output": "\"( noun", + "label": "a drinking spree" +} +{ + "input": "\"man that girl you hooked up with last night was buck nasty\" What is the definition of \"buck nasty\"?\n\n", + "output": "a term used when something is so nasty that it is unbelievable", + "label": "a girl that is so ugly that you would not pay a buck to get with her nasty ass" +} +{ + "input": "\" by the minty nipples of marduk! this mcrib sandwich is delicious\" What is the definition of \"by the minty nipples of marduk!\"?\n\n", + "output": "expression of extreme surprise, delight or excitement", + "label": "an expression of surprise and joy, by presumably referring to the nipples of a babylonian god that were, for the sake of this expression, inordinately minty" +} +{ + "input": "\"\"hey bro, did you see that chick that just walked by? her beetleweed was pokin out the bottom of her booty shorts\" What is the definition of \"beetleweed\"?\n\n", + "output": "1", + "label": "n" +} +{ + "input": "\"cat pearson is amazing\" What is the definition of \"cat pearson\"?\n\n", + "output": "a amazing girl who loves series 7", + "label": "the best, sweetest, most wonderful, beautiful, special girlfriend a guy could have, she is amazing" +} +{ + "input": "\"person a: hey its 12/24/09 time to open farmville gifts person b: wtf i got animals person a: another one bites the dust\" What is the definition of \"another one bites the dust\"?\n\n", + "output": "a song by queen", + "label": "when shit goes wrong" +} +{ + "input": "\"person one: hey man i am going to prom person two: oh awesome good luck and break the wall person one: thanks man i hope i can\" What is the definition of \"break the wall\"?\n\n", + "output": "\"that moment when you realize that your favorite youtuber hasn't made a video in a while and you start freaking out", + "label": "breaking the hymen or devirginizing a woman" +} +{ + "input": "\"oh hell, that gurl a hoe-strosity\" What is the definition of \"hoe-strosity\"?\n\n", + "output": "a horrible hoe, who is so horrible, its horrendous", + "label": "one ugly a** hoe" +} +{ + "input": "\"the american public waits wringing its hands to find out how obama will declare that the assassination in libya was bush's fault\" What is the definition of \"bush's fault\"?\n\n", + "output": "the blame game", + "label": "everything barrack obama has ever fucked up" +} +{ + "input": "\"many of my more ignorant friends believe that, as britons, they are part of a crescian society\" What is the definition of \"crescian\"?\n\n", + "output": "\"crescian- pronounced \"cres-shun\"", + "label": "(kresh-yuhn), (krεʃjən) an adjective used to describe something as the most glorious and perfect anything could be" +} +{ + "input": "\"my domme flogged me for being cheeky to her friend\" What is the definition of \"domme\"?\n\n", + "output": "the name given to me from a french girl who i flirt with, as i am her friend's ex", + "label": "a female dominant in a bdsm relationship" +} +{ + "input": "\"i love u bhapinder\" What is the definition of \"bhapinder\"?\n\n", + "output": "a cute and sweet girl", + "label": "bhapinder is hot, sexy, caring, gawjus deliciously brilliant and the best boyfriend ever" +} +{ + "input": "\"man, did you see all the couch burning after wvu stomped clemson 70-33 in the orange bowl?\" What is the definition of \"couch burning\"?\n\n", + "output": "when your team loses a big game", + "label": "state pastime of west virginia residents when west virginia university sport teams win major games" +} +{ + "input": "\"rita had after laughter today when she remembered my hilarious chacha impersonation from yesterday\" What is the definition of \"after laughter\"?\n\n", + "output": "the state of mind when you remember something funny that happened to you or somebody", + "label": "when you start laughing at a random memory of humor past" +} +{ + "input": "\"ye man, i've got a really nice, like, museum level of high going on\" What is the definition of \"museum level\"?\n\n", + "output": "the highest possible level of highness after reaching which one can't get any higher and is at the top of the game", + "label": "the dosage of psychoactive substance (particularly 2cb) whereby you can feel the effects, but not appear to be an obvious dope fiend when in public" +} +{ + "input": "\"they won't have an open bar at the wedding so it's a byof event\" What is the definition of \"byof\"?\n\n", + "output": "bring your own food", + "label": "bring your own flask" +} +{ + "input": "\"wow, bruce managed to completely buell up the trip to the grocery store\" What is the definition of \"buell\"?\n\n", + "output": "\"1", + "label": "1" +} +{ + "input": "\"crap in a hat\" What is the definition of \"crap in a hat\"?\n\n", + "output": "excretion in any type of headgear when your beeing chased by evil things", + "label": "excretion in any type of headgear when your beeing chased by evil things" +} +{ + "input": "\"bro 1: yeah i met this chick at the beach bro 2: sweet is she rfs though? bro 1: yeah\" What is the definition of \"rfs\"?\n\n", + "output": "ready for some fun", + "label": "ready for sex - similar to dtf(down to fuck) meaning willing to fuck" +} +{ + "input": "\"i'm just omegling this person\" What is the definition of \"omegling\"?\n\n", + "output": "this is a slang for trolling", + "label": "adjective: the process of finding people to talk to through omegle" +} +{ + "input": "\"chilling with the blizzin blazzin yo\" What is the definition of \"blizzin blazzin\"?\n\n", + "output": "(adj)", + "label": "[blizzin]+[blazzin]=blizzin blazzin" +} +{ + "input": "\"i feel like a white collared slave workin for ibm\" What is the definition of \"white collared slave\"?\n\n", + "output": "a slave to the white collar, to big of a slave to escape, unable to get out of the collar that is on him from birth, a slave to society", + "label": "a person who is a slave to corporate jobs where you must wear white collars and suites like space monkeys all of you" +} +{ + "input": "\"i got ass slammed last night, and the dick was huge\" What is the definition of \"ass slammed\"?\n\n", + "output": "the act of anal sex", + "label": "slammed in the ass, anal sex" +} +{ + "input": "\"that girl has slept with so many men, that she'll have to be buried in a y-shaped coffin, to accomodate her bucket fanny\" What is the definition of \"bucket fanny\"?\n\n", + "output": "a large cavernous vagina, capable of holding large objects", + "label": "someone who has shagged so many men that their vagina resembles a flabby bucket" +} +{ + "input": "\"ima hit this chick wit the 360 pelican shuffle on a razor edge\" What is the definition of \"360 pelican shuffle on a razor edge\"?\n\n", + "output": "take a hit of this", + "label": "to rotate the male body inside of a female in the doggystyle position full 360 while thrustin inside" +} +{ + "input": "\"dude are you really wearing tevas? you look like a fucking boyertown mutant\" What is the definition of \"boyertown mutant\"?\n\n", + "output": "a person from boyertown who is a mutant", + "label": "\"an area of pennsylvania where procreation results in a specie that is quite ugly and may be considered \"slow\"" +} +{ + "input": "\"last night, while masturbating, john decided to played with his fun bags for awhile before cumming\" What is the definition of \"fun bags\"?\n\n", + "output": "a nice pair of breasts that you want to cum on", + "label": "testicles" +} +{ + "input": "\"where did mike go? he's being shade' again\" What is the definition of \"shade'\"?\n\n", + "output": "to be a bitch twards someone", + "label": "a person who is shady in their actions on a day to day basis" +} +{ + "input": "\"girl 1: why are you taking enc1101 for the third time? girl 2: have you used panthersoft lately? thanks a lot, fiu\" What is the definition of \"fiu\"?\n\n", + "output": "i dont understand", + "label": "\"1) a university located in miami, florida" +} +{ + "input": "\"man, jimmy pissed me off so bad last night that when he finally passed out, i gave him the arabian surprise\" What is the definition of \"arabian surprise\"?\n\n", + "output": "when you're getting head from a chick, and she suprises you with a cum filled mouth", + "label": "the act of placing your testicles onto the eyes of your victim/sexual partner, while taking a dump into their open mouth" +} +{ + "input": "\"sheila is a band wagoner only likes the dodgers when they're winning and hates them when they are losing\" What is the definition of \"band wagoner\"?\n\n", + "output": "a person who supports whatever is winning", + "label": "\"someone who only likes a certain thing because its \"popular\"\"" +} +{ + "input": "\"hey i gotta hit the bathroom- i have to cash a jefferson\" What is the definition of \"cash a jefferson\"?\n\n", + "output": "to go to the bathroom (only by white people)", + "label": "take a dump- as in a number 2 like the dollar" +} +{ + "input": "\"-dude did you hear about [shankara]? -no what happened? -he was caught candling with his mom and dad\" What is the definition of \"candling\"?\n\n", + "output": "the art of having sexual intercourse", + "label": "a sexual act involving 3 or more people" +} +{ + "input": "\"that module is a black box\" What is the definition of \"black box\"?\n\n", + "output": "in electronics, a black box is a device whose inner workings are secret", + "label": "in programming, a self-contained, independent subroutine or program module designed to perform a single task" +} +{ + "input": "\"last night gunnar was at the movies and he saw julia and started pitchin a tent\" What is the definition of \"pitchin a tent\"?\n\n", + "output": "when you get an erection and it forms a tent shaped bulge in your pants", + "label": "the art of gettin a bonner from a chick in the shape of a tent" +} +{ + "input": "\"groton kids enjoy sodomy\" What is the definition of \"groton\"?\n\n", + "output": "a bunch of rich kids that enjoy sodomy and other sexual acts", + "label": "a school where they have fun shoving broomsticks up each other's asses" +} +{ + "input": "\"dude, you are an akmf\" What is the definition of \"akmf\"?\n\n", + "output": "ass-kissing mother fucker", + "label": "\"an acroymn for \"ass kicking motherfucker\"" +} +{ + "input": "\"bobthebuilder86345: and thn she tghrew up in me laol\" What is the definition of \"laol\"?\n\n", + "output": "\"laol means \"in real life\"", + "label": "a) an alternative way to say [lmao]" +} +{ + "input": "\"oh shes a good egg warmer\" What is the definition of \"egg warmer\"?\n\n", + "output": "a bitch or whore", + "label": "is a girl hoo has sex and is good at making her guys penis warm in ur pussy" +} +{ + "input": "\"athe-head athe-heads\" What is the definition of \"athe-head\"?\n\n", + "output": "the leading cause of carpal tunnel among cubicle jockeys", + "label": "a fundamentalist atheist fanatic" +} +{ + "input": "\"\"dude, did you listen to the kmfdm album yet? yea, my girlfriend got pissed and put on \"personal jesus\" as revenge\" What is the definition of \"kmfdm\"?\n\n", + "output": "a rather good industrial band", + "label": "kill mother fucking depeche mode 80's definition of the above mentioned acronymn" +} +{ + "input": "\"united nations peace keeping troops have spread the butt flu all over croatia\" What is the definition of \"butt flu\"?\n\n", + "output": "a more politically correct term for either herpes, the clap or any other std", + "label": "acquired immune deficiency syndrome-{aids}" +} +{ + "input": "\"damn dude, i gave my girl a full baby shower last night\" What is the definition of \"baby shower\"?\n\n", + "output": "when a man proceeds to bathe a woman in his cum, usually after she has eaten a lot of sugar and has a few drinks", + "label": "when a man proceeds to ejaculate over a womans entire body" +} +{ + "input": "\"the gangbanger shot the liquor store owner\" What is the definition of \"gangbanger\"?\n\n", + "output": "a person who participates in shooting innocent people for no reason", + "label": "a person that is in a gang" +} +{ + "input": "\"koreans are famous for electronics - samsung, lg (south) vehicles - kia, hyundai (south) sports - taekwondo, takgyun, gumdo, speed-skate economy - (average) in top 20 richest countries for south\" What is the definition of \"koreans\"?\n\n", + "output": "koreans are very smart and have the second highest iq per capita in the world", + "label": "located in northern asia" +} +{ + "input": "\"don't step in that massive concoction brewed by the triumvirate\" What is the definition of \"concoction\"?\n\n", + "output": "1", + "label": "an assortment of various edible material, mixed together in a plastic bag of any sort, proceded by mashing of the materials in the bag" +} +{ + "input": "\"\"gurl you got dat fi! ass pussy\" What is the definition of \"dat fi!\"?\n\n", + "output": "that fine as hell or fieness", + "label": "something real real good" +} +{ + "input": "\"i'm really glad that at a clubsteraunt i can enjoy dinner with my grandma then stick around to get black out drunk and give a thumbs up to the dj\" What is the definition of \"clubsteraunt\"?\n\n", + "output": "a place that serves alcohol and has a meal before hand and a party after, with a dj playing club music", + "label": "a clubsteraunt is a place of gathering that is family friendly during the day and a dancing alcoholics dream by night" +} +{ + "input": "\"kelly and jennifer were gigling girlishly after gym class as their pert nippies accidently brushed against each other in the changing room\" What is the definition of \"nippies\"?\n\n", + "output": "\"the combination of the words \"nipples\" and \"babies\"", + "label": "erect, frim or pert nipples on a female breast" +} +{ + "input": "\"hey man let me get a greazy of that purple skunk\" What is the definition of \"greazy\"?\n\n", + "output": "a greasy of weed is 1/8 ounce", + "label": "term for a gram bag of high quality marijuana" +} +{ + "input": "\"jordan chandler took away one of the most beloved legend of our time\" What is the definition of \"jordan chandler\"?\n\n", + "output": "the bitch that took away michael jackson", + "label": "a pathological liar who was brainwashed by his father evan chandler to get money from a famous superstar" +} +{ + "input": "\"damn that big al over there is beasting it on the soccer field with those man abs\" What is the definition of \"big al\"?\n\n", + "output": "a self-assumed name for a saucy little blond demon with man abs", + "label": "a self-assumed name for a saucy little blond demon with man abs" +} +{ + "input": "\"why does nikhil keep poking me?? he is such a bum slut\" What is the definition of \"bum slut\"?\n\n", + "output": "a person who likes to insult others while being a complete asshole", + "label": "n" +} +{ + "input": "\"\"guy 1-\"hey, want to split this bottle of beer?\" guy 2-\"don't be such a beer pap\" What is the definition of \"beer pap\"?\n\n", + "output": "(noun)", + "label": "some-one who insists on sharing a single bottle of beer with one of the more hardcore drinkers" +} +{ + "input": "\"joe bloggs is an agnostic theist\" What is the definition of \"agnostic theist\"?\n\n", + "output": "a person who believes that god exists but doesn't care", + "label": "a person who believes in the existence of god but could not prove the existence of god or even be proved of the existence of god" +} +{ + "input": "\"charles: golly gee, i just vandalized that toilet with some muoop\" What is the definition of \"muoop\"?\n\n", + "output": "the sound that comes from a toilet when it has been successfully vandalized", + "label": "\"(noun): a deposit of fecal matter containing large amounts of mucus" +} +{ + "input": "\"omg that was so dragstic\" What is the definition of \"dragstic\"?\n\n", + "output": "extremely dramatic", + "label": "the event is sudden as well as unexpected" +} +{ + "input": "\"girl: for my boyfriend's birthday, i agreed to cruise control him and his four closest friends\" What is the definition of \"cruise control\"?\n\n", + "output": "the vaginal, anal, and oral penetration of a woman while she is jacking off two men", + "label": "the vaginal, anal, and oral penetration of a woman while she is jacking off two men" +} +{ + "input": "\"i'm about to go get an edge up\" What is the definition of \"edge up\"?\n\n", + "output": "to get high", + "label": "to get your hair outline fixed" +} +{ + "input": "\"mom: my arms are getting so buff from carrying around this baby weight all day\" What is the definition of \"baby weight\"?\n\n", + "output": "a strength building mechanism made out of a baby", + "label": "a strength building mechanism made out of a baby" +} +{ + "input": "\"half way throu the blunken i prodded her in both eyes with my cock and gave her a blunket blunken\" What is the definition of \"blunket blunken\"?\n\n", + "output": "to dunk ones cock into someones eyes", + "label": "a variation on blunken (taking a shit whilst receiving a blow job)" +} +{ + "input": "\"that eediot wannabe will never be as funny as crazy jack\" What is the definition of \"crazy jack\"?\n\n", + "output": "the one and only king of men", + "label": "only the greatest st" +} +{ + "input": "\"man, i feel asleep wasted last night and i woke up with dippin' dots all over my mouth this morning\" What is the definition of \"dippin' dots\"?\n\n", + "output": "when you have dip all over your mouth from taking a big daidler", + "label": "when you have dip all over your mouth from taking a big daidler" +} +{ + "input": "\"i got to experience a full body orgasm last night\" What is the definition of \"full body orgasm\"?\n\n", + "output": "a full body orgasm is when you are so consumed with passion that every part of your being shudders and convulses as you climax", + "label": "it usually happens to a female" +} +{ + "input": "\"chris paul got more double doubles then kobe\" What is the definition of \"chris paul\"?\n\n", + "output": "best point guard in the nba", + "label": "amazing player for new orleans hornets" +} +{ + "input": "\"when she raised her arm, her shirt pulled up and you could see her glory trail running into jeans\" What is the definition of \"glory trail\"?\n\n", + "output": "the trail of hair leading from the bellybutton (often exposed when shirt is raised) to the vagina (usually covered by pants)", + "label": "line (trail) of hairs that run from the [belly-button] to the [pubes]," +} +{ + "input": "\"matt hughes was doing good until gsp decided to drop the hammer on him\" What is the definition of \"drop the hammer\"?\n\n", + "output": "to destroy your opponent with strikes or submissions in mma", + "label": "\"holding nothing back" +} +{ + "input": "\"elisabeth\" What is the definition of \"elisabeth\"?\n\n", + "output": "elisabeth is the best girlfriend ever", + "label": "elisabeth is a name which usually belongs to people who are slightly crazy" +} +{ + "input": "\"did you hear? cory just witnessed a sharknado\" What is the definition of \"sharknado\"?\n\n", + "output": "a tornado that has high winds with lots of sharks flying around", + "label": "\"a \"sharknado\" derives from a combination of both the words \"shark\" and \"tornado\"" +} +{ + "input": "\"he is such a bojko\" What is the definition of \"bojko\"?\n\n", + "output": "a person who is extremely boring", + "label": "1" +} +{ + "input": "\"man, i went to go down on my girl last night but i totally got chicken fingers\" What is the definition of \"chicken fingers\"?\n\n", + "output": "\"when one's finger is rejected from a woman's vagina", + "label": "'chicken fingers' is the act during which a guy goes to go down a girl's pants and hesitantly chickens out because he's a pussy" +} +{ + "input": "\"harry was a regular bald eagle\" What is the definition of \"bald eagle\"?\n\n", + "output": "noun 1", + "label": "noun 1" +} +{ + "input": "\"that scank last night from the bar sent me a filthie of her snatch\" What is the definition of \"a filthie\"?\n\n", + "output": "\"the act of sending or receiving a picture of a females genitalia via text \"pic\"", + "label": "a dirty or arousing selfie" +} +{ + "input": "\"the dentist gave me novocaine\" What is the definition of \"novocaine\"?\n\n", + "output": "a numbing agent", + "label": "procaine administered as a hydrochloride" +} +{ + "input": "\"i can respect an hourglass figure, but that girl has blimungous thighs\" What is the definition of \"blimungous\"?\n\n", + "output": "adj", + "label": "enormous size or quantity of something" +} +{ + "input": "\"man id like to eat that beef cupcake\" What is the definition of \"beef cupcake\"?\n\n", + "output": "a woman with a very loose pus", + "label": "a woman with a very loose pus" +} +{ + "input": "\"i was goin' down on her and choked on a cherry berry\" What is the definition of \"cherry berry\"?\n\n", + "output": "\"pilled toilet paper stuck in on or around a woman's genitalia, after a wipe", + "label": "\"pilled toilet paper stuck in on or around a woman's genitalia, after a wipe" +} +{ + "input": "\"silvio feels that gay people should have the right to marry, so he is a cafeteria catholic\" What is the definition of \"cafeteria catholic\"?\n\n", + "output": "a catholic who chooses to follow the correct doctrines of the catholic church, and choosing not to follow the pretty much ridiculous ones", + "label": "a catholic who chooses to follow the correct doctrines of the catholic church, and choosing not to follow the pretty much ridiculous ones" +} +{ + "input": "\"dude i'm so cracked up right now\" What is the definition of \"cracked up\"?\n\n", + "output": "to be high on meth", + "label": "\"a person who is \"high\" on crack" +} +{ + "input": "\"let's go get some coke from the snowman\" What is the definition of \"snowman\"?\n\n", + "output": "a machine commonly found in small sandwich shops and some gas stations that dispenses drinks by pushing buttons similar to those on a candy machine", + "label": "one who sells cocain to make a living" +} +{ + "input": "\"butt scrunchie is the co-host of the morning show\" What is the definition of \"butt scrunchie\"?\n\n", + "output": "a colorful country radio dj from southeastern michigan who has diarrhea of the mouth when not on the air", + "label": "a colorful country radio dj from southeastern michigan who has diarrhea of the mouth when not on the air" +} +{ + "input": "\"aaron's broura follows him wherever he goes\" What is the definition of \"broura\"?\n\n", + "output": "a personal cloud of marijuana smoke", + "label": "the aura surrounding a bro such that all of the bro's immediate surroundings also become broified" +} +{ + "input": "\"i was at the bar and this super hot older woman walks in and i immediately had a cougar knob\" What is the definition of \"cougar knob\"?\n\n", + "output": "\"a \"cougar knob\" is when a fully grown man gets an erection from a \"cougar\" or older woman", + "label": "when you come across and very attractive older woman and things stand at attention in your pants" +} +{ + "input": "\"for dessert last night, she force-fed me a bakewell tart\" What is the definition of \"bakewell tart\"?\n\n", + "output": "the act of a woman shoving a funnel into her anus, before proceeding to urinate or defecate into it", + "label": "after a session of heavy banging culminating in a cream-pie the woman fills herself with cherries then gets the man to dig the mixture out with his tongue" +} +{ + "input": "\"\"thomas: \"i believe richard had a boston t party at work yesterday\" What is the definition of \"boston t party\"?\n\n", + "output": "when a person (usually a man) has a party in their pants", + "label": "1" +} +{ + "input": "\"juan, you know i like it better when you wear your cocklet\" What is the definition of \"cocklet\"?\n\n", + "output": "a cock ring worn by a man with a very small penis", + "label": "a large cock ring, used by those who are well-endowed" +} +{ + "input": "\"there is a matthijs in this changing room\" What is the definition of \"matthijs\"?\n\n", + "output": "dutch name derived from the word mat (or matt) meaning cat", + "label": "gay" +} +{ + "input": "\"1: steve died yesterday 2: oh god, what happened? 1: fapicide man, he dehydrated due to over masturbation\" What is the definition of \"fapicide\"?\n\n", + "output": "the act of killing oneself by means of excessive masturbation", + "label": "to kill ones self through the art of excessive masturbation" +} +{ + "input": "\"p.e. classes\" What is the definition of \"p.e.\"?\n\n", + "output": "painful experiences", + "label": "physical education" +} +{ + "input": "\"yeah, i guess that party last night was interesting, but it wasn't ass interesting\" What is the definition of \"ass interesting\"?\n\n", + "output": "to be extremely interesting", + "label": "used to describe when a subject is interesting to a level equal to women's asses" +} +{ + "input": "\"avoid mango and jalapeno jelly belly beans at all costs\" What is the definition of \"jelly belly\"?\n\n", + "output": "\"small bean like candy made by the w", + "label": "\"a famous american candy company started in the early 1900s" +} +{ + "input": "\"\"you're moving to canada? \"yeah, it's america light\" What is the definition of \"america light\"?\n\n", + "output": "canada", + "label": "canada" +} +{ + "input": "\"mum: where did you get that hat from son kid: a smack head gave it to me out the kindness of his heart\" What is the definition of \"smack head\"?\n\n", + "output": "a name given to a heroin addict", + "label": "a respectable person whos poison of choice is heroin" +} +{ + "input": "\"dude some guy broke into my house and took my tv he must of been a clifford jones yea most likely\" What is the definition of \"clifford jones\"?\n\n", + "output": "a word commonly used in south west england for a theif with no heart", + "label": "\"a person (or shadow) being the blackest thing to ever be known on the planet" +} +{ + "input": "\"see that dude over there? he's a 1 percenter\" What is the definition of \"1 percenter\"?\n\n", + "output": "a club of about 1 percent of the male population, whom of which will actually eat a [bleeding pussy]", + "label": "a club of about 1 percent of the male population, whom of which will actually eat a [bleeding pussy]" +} +{ + "input": "\"jacque is the queerbo who stole my flowers\" What is the definition of \"queerbo\"?\n\n", + "output": "a combination of queer and homo", + "label": "a person who acts gayer than gay gayerson but, who isn't always gay" +} +{ + "input": "\"i ran from a hoosier in granite city today\" What is the definition of \"granite city\"?\n\n", + "output": "granite city is a city in madison county in the state of illinois", + "label": "a little shitty place in illinois filled with hoosiers" +} +{ + "input": "\"michael grace is 2 dollar dung ferret\" What is the definition of \"2 dollar dung ferret\"?\n\n", + "output": "a cheap ass substitute for a full sized person", + "label": "a 2 dollar dung ferrit is a person who has a big enough gap in there teeth to put a 2 dollar coin in the gap" +} +{ + "input": "\"hey jimmy, lets throw cheesies at that candy victim\" What is the definition of \"candy victim\"?\n\n", + "output": "a person who has become prey to the evil candy clan", + "label": "a person clearly overweight due to excesive over munching" +} +{ + "input": "\"tony and mike won't stop playing beef wellington\" What is the definition of \"beef wellington\"?\n\n", + "output": "two men wrap their penises in shrinkwrap and stand face to face", + "label": "two men wrap their penises in shrinkwrap and stand face to face" +} +{ + "input": "\"well, lewis just blacked out again\" What is the definition of \"blacked out\"?\n\n", + "output": "(verb) to be a white male, speaking normally amongst other white people, but suddenly slipping into the natural tone of ebonics in the presence of african americans", + "label": "(verb) to be a white male, speaking normally amongst other white people, but suddenly slipping into the natural tone of ebonics in the presence of african americans" +} +{ + "input": "\"i would like to requet time off from work\" What is the definition of \"requet\"?\n\n", + "output": "verb: to ask for something with little or no expectation of getting it", + "label": "french version of request" +} +{ + "input": "\"i think i pulled a fart nugget\" What is the definition of \"fart nugget\"?\n\n", + "output": "when an individual releases gas from the sphincter, and blows a secretion of crap that had been hanging there before", + "label": "when an individual releases gas from the sphincter, and blows a secretion of crap that had been hanging there before" +} +{ + "input": "\"that dirty whore gave me a french horn for $15\" What is the definition of \"french horn\"?\n\n", + "output": "the act of performing oral sex on a man while inserting your fist into his anus", + "label": "the act of performing oral sex on a man while inserting your fist into his anus" +} +{ + "input": "\"gurl 1 : hey im trying to talk to a guy gurl2: make shure he is a fredy\" What is the definition of \"fredy\"?\n\n", + "output": "a very handsome guy, always with a smile and alway's tend to make people laugh", + "label": "a guy that is hella athletic hella chill and funny a gud guy a gud friend a person one can trust" +} +{ + "input": "\"angus and zoe are cool keds\" What is the definition of \"cool keds\"?\n\n", + "output": "people who are cool shoes", + "label": "to be a 12 year old with supreme coolness" +} +{ + "input": "\"did you see drew give ryan the old boney dony last night?\" What is the definition of \"boney dony\"?\n\n", + "output": "slang for the act of one penis dancing with another", + "label": "when a native american dips his balls in your eye sockets and then scalps you" +} +{ + "input": "\"k gave b bum love *mmmwah*\" What is the definition of \"bum love\"?\n\n", + "output": "when a couple show affection by gently thrusting each others bum's into the other, normally accompanied with a kiss sound when contact is made", + "label": "when a couple show affection by gently thrusting each others bum's into the other, normally accompanied with a kiss sound when contact is made" +} +{ + "input": "\"thank god (ironic? i think not) that there is such a thing as separation of church and state. imagine being forced to believe a certain way or being punished by law for believing something\" What is the definition of \"separation of church and state.\"?\n\n", + "output": "the 1st amendment to the u", + "label": "\"perhaps the most ignored and misunderstood part of the 1st amendment, even the whole damn constitution" +} +{ + "input": "\"idh any money, do you? idh my cell phone, i left it at home\" What is the definition of \"idh\"?\n\n", + "output": "i don't have", + "label": "i dont have saying you don't have something" +} +{ + "input": "\"childlover is a word because of the nature of language\" What is the definition of \"childlover\"?\n\n", + "output": "a word defined as an affectionate term for a child, see [word]childlove[/word]", + "label": "an individual who is sexually and romantically attracted to prepubescent children (boys, girls, or less frequently, boys" +} +{ + "input": "\"i went to bevier yesterday, to eat at the pear tree\" What is the definition of \"bevier\"?\n\n", + "output": "a small town in missouri, with a population of mostly old people", + "label": "a small town in missouri, west of hannibal about 60 miles" +} +{ + "input": "\"i wish billie joe would rock my socks\" What is the definition of \"billie joe\"?\n\n", + "output": "the sexiest damn mofo you'll ever see or hear! plus he's in the best, most amazing band ever", + "label": "the sexiest damn mofo you'll ever see or hear! plus he's in the best, most amazing band ever" +} +{ + "input": "\"g: i live in ding dong d: fag\" What is the definition of \"ding dong\"?\n\n", + "output": "a city in texas: ding dong, texas", + "label": "a city in texas: ding dong, texas" +} +{ + "input": "\"man, leila has a nice pair of boobs but i am gonna bet they are arangitang titties because she is foreign\" What is the definition of \"arangitang titties\"?\n\n", + "output": "asian titties that are perky and pointy because the owner is probably from korea or china", + "label": "these are a pair a boobies that have a down and up curv like a crosaunt almost" +} +{ + "input": "\"chad: there goes that bitch da'naya james: haha you only see the outside chad: what do you mean james: just get close <3\" What is the definition of \"da'naya\"?\n\n", + "output": "a beautiful person, loving caring and wonderful", + "label": "a sexy, intelligent, and beautiful girl" +} +{ + "input": "\"die, cunt bubble\" What is the definition of \"cunt bubble\"?\n\n", + "output": "an insult used on someone that is being a complete [dousche]", + "label": "an insult used on someone that is being a complete [dousche]" +} +{ + "input": "\"with the coin i'm spending, she better be all betty crocker tonight\" What is the definition of \"betty crocker\"?\n\n", + "output": "\"a female who is good at \"cooking\"", + "label": "\"a female ho or slut likes it hard and long" +} +{ + "input": "\"much like ruff ryder, so so def and j records, d block is a street label established by an artist currently in the industry\" What is the definition of \"d block\"?\n\n", + "output": "d block is an rap group/record label founded by sheek louch, j-hood, kiss the ring, and slangster", + "label": "rap group consisting of sheek louch, jadakiss, styles p (formerly the lox) and j-hood" +} +{ + "input": "\"are you going to swill that brew? wanna swill? lets get swilled im down for some swillage\" What is the definition of \"swill\"?\n\n", + "output": "the word used for someone who loves to [drink] and [party]", + "label": "to ingest large amounts of alcohol" +} +{ + "input": "\"i hope a drug rep provides lunix\" What is the definition of \"lunix\"?\n\n", + "output": "slang for lunch", + "label": "\"an \"open source\" meal" +} +{ + "input": "\"oh man i fell on my wrist yesterday, the wrist pangs are finally getting to me\" What is the definition of \"pangs\"?\n\n", + "output": "the pain you get from falling on your wrist, or shin", + "label": "painful tendencies, can be applied to absolutely any situation" +} +{ + "input": "\"the panel took a vote, and we all decided your plan to jump across the grand canyon is brilliantanimous\" What is the definition of \"brilliantanimous\"?\n\n", + "output": "(adj)the act of having a brilliant idea, which requires animation in order to pull off", + "label": "complete agreement by all people that something is brilliant" +} +{ + "input": "\"\"did you hear that ellen page came out as a lesbian?' yeah, i sort of always figured she'd be into bumping mollusc\" What is the definition of \"bumping mollusc\"?\n\n", + "output": "when a woman sits on a guys dick, and they both enjoy it", + "label": "the act of labia on labia rubbing between two females" +} +{ + "input": "\"ollie is a funny guy\" What is the definition of \"funny guy\"?\n\n", + "output": "a person who makes you laugh", + "label": "a person who thinks there funny when they are not funny at all" +} +{ + "input": "\"eddie [finger blasted] his dirt track\" What is the definition of \"dirt track\"?\n\n", + "output": "anal passage, butt crack", + "label": "anal passage, butt hole" +} +{ + "input": "\"anyone up for a chat? c4c only\" What is the definition of \"c4c\"?\n\n", + "output": "chat for cock", + "label": "in a chatroom, stands for cam for cam" +} +{ + "input": "\"i can't answer the phone right now, i'm drawing a monster\" What is the definition of \"drawing a monster\"?\n\n", + "output": "having a large bowel movement", + "label": "the act of taking a difficult [dump] often accompanied by pleading to god for the turd to drop" +} +{ + "input": "\"kathrine is one of my best friends because we can disagree and it won't affect our friendship\" What is the definition of \"kathrine\"?\n\n", + "output": "a very unique person who has blue eyes and usually tomboyish", + "label": "a girl that is sexy, awesome, and beautiful" +} +{ + "input": "\"that is one nasty buck unit\" What is the definition of \"buck unit\"?\n\n", + "output": "\"noun: one dollar", + "label": "the undersized testicles of a biracial male" +} +{ + "input": "\"pass the kleenex, ikumalof\" What is the definition of \"ikumalof\"?\n\n", + "output": "\"you say this when you are crying and sniffling", + "label": "fanboy o' doom" +} +{ + "input": "\"\"hey man lets go see the decedy show in kannas city \"alright man they were awesome in chicago\"\"\" What is the definition of \"decedy\"?\n\n", + "output": "the best band in the world, kickass live, has a huge following in chicago", + "label": "a rock/punk/pop band from st" +} +{ + "input": "\"cigarettes and milk are chron chron for sure\" What is the definition of \"chron chron\"?\n\n", + "output": "1", + "label": "1" +} +{ + "input": "\"after work i like to blaze and laze\" What is the definition of \"blaze and laze\"?\n\n", + "output": "to smoke marijuana and then relax", + "label": "to get super stoned before bed" +} +{ + "input": "\"i get to see you today b d \" What is the definition of \"b d \"?\n\n", + "output": "\"an expression used in text messaging to represent a \"thumbs up\"", + "label": "\"an expression used in text messaging to represent a \"thumbs up\"" +} +{ + "input": "\"person 1: hey wanna play halo 3? person 2: nah i'm tired of being killed by 5 year olds, so ima play call of duty 4\" What is the definition of \"call of duty 4\"?\n\n", + "output": "the usaul thing to say when your about to own 12 foot tall faggots who play halo 3", + "label": "one of the great 360 games" +} +{ + "input": "\"ron is such a jerk dude, he gave me a brozen burrito last night\" What is the definition of \"brozen burrito\"?\n\n", + "output": "when a mexican gang bangs a girl, then eats her out", + "label": "when a guy that you thought was your bro, puts a frozen burrito in your ass because you are passed out from drinking too much tequila" +} +{ + "input": "\"guy 1: that band has an awesome bass player guy 2: you mean that chick? guy 1: yea that bass chick\" What is the definition of \"bass chick\"?\n\n", + "output": "a chick who like a villian from pokemon", + "label": "a female who has the ability to rock the bass" +} +{ + "input": "\"grr that guy is really off pissing\" What is the definition of \"off pissing\"?\n\n", + "output": "to be really annoying or to [rub you up the wrong way]", + "label": "something that pisses you off [pissed off]" +} +{ + "input": "\"i saw a bum shooting marmalade into his toe\" What is the definition of \"marmalade\"?\n\n", + "output": "a sticky yellow preserve made from boiled apricots or oranges", + "label": "heroin" +} +{ + "input": "\"marc: i gave myself a cheesectomy and it ended up getting stuck\" What is the definition of \"cheesectomy\"?\n\n", + "output": "when one sticks their penis inside their own butt-hole then your butthole contracts and you can't get it out", + "label": "the act of a man inserting a cheese stick (preferably polly-o) into his anus whilst masturbating" +} +{ + "input": "\"last night was straight badistical at the club\" What is the definition of \"badistical\"?\n\n", + "output": "bitchin, off the chain, cool", + "label": "freak nasty or disgusting" +} +{ + "input": "\"last week, i looked into the back yard to see my dad giving my mom a brazilian shock collar in the hot tub\" What is the definition of \"brazilian shock collar\"?\n\n", + "output": "the act of submerging ones testicles in another individual hot tub water jet", + "label": "while receiving a blowjob, a man wraps his legs indian style around the head of the giver" +} +{ + "input": "\"eric is a happy lamb since his friends decided to visit him in california\" What is the definition of \"happy lamb\"?\n\n", + "output": "a person who is overjoyed", + "label": "a kind act that makes a lamb happy" +} +{ + "input": "\"yeah, she has been having a rough week so she was taking a googlecation\" What is the definition of \"googlecation\"?\n\n", + "output": "when you are away from google+ for a vacation", + "label": "an upgrade to the [staycation]" +} +{ + "input": "\"everyone knows that shoving cold cathode tubes in your boxmachine makes it go faster\" What is the definition of \"boxmachine\"?\n\n", + "output": "\"a computer", + "label": "\"a colloquialism describing a computer system, typically one that's been built or modified by its owner" +} +{ + "input": "\"i can't explain this girl, she's an amazing aylish\" What is the definition of \"aylish\"?\n\n", + "output": "the most beautiful girl to walk the planet", + "label": "a girl who can't be described so easily" +} +{ + "input": "\"theres a derson person without teeth trying to buy lottery tickets with his food stamps\" What is the definition of \"derson person\"?\n\n", + "output": "a person of low intelligence and/or education", + "label": "an unintelligent jack wagon, likely missing 70% of their teeth, who resides in the town of anderson" +} +{ + "input": "\"he's a complete bar steward\" What is the definition of \"bar steward\"?\n\n", + "output": "a way of gettin away with calling someone a bastard in polite company, like in front of your mum", + "label": "a way of gettin away with calling someone a bastard in polite company, like in front of your mum" +} +{ + "input": "\"i went on [chatroulette] today, and all i saw were chatroujackers\" What is the definition of \"chatroujackers\"?\n\n", + "output": "people who [jack]d [chatroulette]", + "label": "the perverts who masturbate on [chatroulette]" +} +{ + "input": "\"omg look at those kluts\" What is the definition of \"kluts\"?\n\n", + "output": "dumb bitches that think they are better than everyone else and always walk around with their noses in the air", + "label": "a number of sluts" +} +{ + "input": "\"lashandra is fucking everybody in the hood, damn that bitch is the world's biggest black hoe\" What is the definition of \"black hoe\"?\n\n", + "output": "a black girl who has a dick and a pussy, and likes everyone of any sex", + "label": "a bitch who loves the cock, (fucking, sucking and etc" +} +{ + "input": "\"a: aye, my nigga, she bout dat bruh? b: hell yeah, she bout dat, i was beatin her from midnight to dawn bruh\" What is the definition of \"bout dat\"?\n\n", + "output": "a term used in md which means you did that", + "label": "when males or females, in this case, a group of males describe a female sexually" +} +{ + "input": "\"sally, that little niggarachi thinks she can dance with that flat ass and no rythum\" What is the definition of \"niggarachi\"?\n\n", + "output": "a person that you would think is black by the way they act or talk", + "label": "a white person who thinks there black" +} +{ + "input": "\"\"singular form: \"stop trying to fajunkle me up bob\" What is the definition of \"fajunkle\"?\n\n", + "output": "to confuse someone", + "label": "\"the better way of saying the \"f\" word" +} +{ + "input": "\"what the lets shoot the one\" What is the definition of \"shoot the one\"?\n\n", + "output": "to leave, to go somewhere else", + "label": "when your about to fight someone" +} +{ + "input": "\"man, my girl is acting wiggity whack today for no reason at all\" What is the definition of \"wiggity whack\"?\n\n", + "output": "when your boyfriend or girlfriend is in a mood for no reason at all", + "label": "when something is very bizarre, strange, out-of-normality, or just not right at all" +} +{ + "input": "\"person 1- hey whats your name? person 2- lucille person 1- cool\" What is the definition of \"lucille\"?\n\n", + "output": "a cool guy", + "label": "a 'vintage' name, generally owned by someone who is over the age of 70" +} +{ + "input": "\"you calanthriscopicalimous being\" What is the definition of \"calanthriscopicalimous\"?\n\n", + "output": "the name given to someone of godly appearance and good work", + "label": "another word for alien" +} +{ + "input": "\"kmfdm is a drug against war\" What is the definition of \"kmfdm\"?\n\n", + "output": "a good band with a lot of nice songs", + "label": "kein mehrheit furh die mitleid = no pity for the majority" +} +{ + "input": "\"i'll catch you on the flip side\" What is the definition of \"catch you on the flip side\"?\n\n", + "output": "see you later talk to you soon", + "label": "see you later talk to you soon" +} +{ + "input": "\"me and kevin pulled a canadian border patrol on her, she didn't know what happened and she went nuts\" What is the definition of \"canadian border patrol\"?\n\n", + "output": "when you are doing a girl from behind and pull out jizz on her ass and she doesn't know what happened and goes crazy", + "label": "when doing it [doggystyle], take your partner over to the window so he/she is facing out" +} +{ + "input": "\"last nite i was giving it 2 shela doggie style and pulled an angry raptor\" What is the definition of \"angry raptor\"?\n\n", + "output": "while doing your girl from behind and about 2 climax you tell her you have an std and fling your semen covered penis away", + "label": "during sex in the doggie style position make yourself look like a raptor(i" +} +{ + "input": "\"i wish i had an eileena as a bestie\" What is the definition of \"eileena\"?\n\n", + "output": "a most loyal and kind friend", + "label": "smart, beautiful, crazy, nerd who loves books and music and video game but is sweet and fun to be around" +} +{ + "input": "\"they must all speak boombonics in lufkin\" What is the definition of \"boombonics\"?\n\n", + "output": "the language spoken by people in lufkin, texas", + "label": "\"the speech of boomhauer of [king of the hill], which is rapid and intelligible (except to residents of arlen, texas)" +} +{ + "input": "\"bixen cannot believe his computer gets owned by an imac\" What is the definition of \"bixen\"?\n\n", + "output": "a person who has never seen, nor heard of a computer virus", + "label": "(n" +} +{ + "input": "\"\"a douche bag strap is a \"u\" shaped beard\" What is the definition of \"douche bag strap\"?\n\n", + "output": "the strap used to hold a douche bag in place whilst using", + "label": "a douche bag strap is when a tool/guy that has a chin strap of hair" +} +{ + "input": "\"i am such a faried\" What is the definition of \"faried\"?\n\n", + "output": "a faried is a guy who is in love with a girl named farah", + "label": "greatest person alive" +} +{ + "input": "\"booby trap\" What is the definition of \"booby trap\"?\n\n", + "output": "when a girl shows cleavage and/or wears a tight shirt in order to catch you staring at her breasts", + "label": "when a girl shows cleavage and/or wears a tight shirt in order to catch you staring at her breasts" +} +{ + "input": "\"the wind blew up my skirt, but at least i had on my bridget joneses\" What is the definition of \"bridget joneses\"?\n\n", + "output": "(noun) panties that have been around for so long and seen so much that they are practically part of your underwear", + "label": "big full-coverage women's underpants" +} +{ + "input": "\"mark finger eater manbeast\" What is the definition of \"manbeast\"?\n\n", + "output": "a finger eater", + "label": "body of a man,,,, head of a beast,,,, lalalala" +} +{ + "input": "\"she thought she was all boots with the fur last night, but she's really a skank\" What is the definition of \"boots with the fur\"?\n\n", + "output": "a girl who acts like she has expensive things, but she really doesn't", + "label": "an adjective to describe something that is fly or off the chain" +} +{ + "input": "\"have you seen the new 3er at the bmw dealership?\" What is the definition of \"3er\"?\n\n", + "output": "slang for the bmw 3-series", + "label": "shorten form of a 3 series bmw" +} +{ + "input": "\"i would do dirty, dirty things to daniel tosh\" What is the definition of \"daniel tosh\"?\n\n", + "output": "daniel tosh is a contemptible little troll who feeds off the work of others", + "label": "\"comedy central's newest, in-your-face comedian, who gives you the only reason to watch the network since [dave chappelle] moved to crazyville and disappointed us all" +} +{ + "input": "\"lafawnduh gave me a chilly willy in the bathroom on the bus to detroit\" What is the definition of \"chilly willy\"?\n\n", + "output": "when one's sex partner sucks on an ice cube, drastically lowering the temperature of their mouth and tongue, prior to giving you oral sex", + "label": "when one's sex partner sucks on an ice cube, drastically lowering the temperature of their mouth and tongue, prior to giving you oral sex" +} +{ + "input": "\"the movie theater management had no second thoughts in hiring chelsea, for her cornbag transformation skills saved them thousands of dollars on kernels\" What is the definition of \"cornbag\"?\n\n", + "output": "1", + "label": "one who becomes stuffed to the gills with corn due to the impact of a overbearing woman" +} +{ + "input": "\"girl:(walks out of lunch room with soda can) teacher:you can not bring drinks out side of lunch room students:oh shit sniped\" What is the definition of \"sniped\"?\n\n", + "output": "when a rule is brought up that completely fucks you up", + "label": "when you are caught doing something your not suppose to by a highe authority but no too high such as teachers,princiables,lunch ladys or any school figure" +} +{ + "input": "\"oh my god, dude, i cleveland steamered my woman last night, and she suddenly woke up, and made some beef tips with mushroom sauce\" What is the definition of \"beef tips with mushroom sauce\"?\n\n", + "output": "when you are doing a chick, and all of a sudden she wakes up, and starts to queef, with a little bit of flow", + "label": "when you drop a cleveland steamer on your significant other's chest, and she wakes up in the middle of the night, sees it, and vomits on it" +} +{ + "input": "\"sarah is my gangerdoppel\" What is the definition of \"gangerdoppel\"?\n\n", + "output": "a gangster-souled duplicate or doppelg�nger", + "label": "the exact opposite of a doppelganger" +} +{ + "input": "\"*snotty girl gives demeaning look and huffs away* gf: who is that? bf: ugh, the ex i never had\" What is the definition of \"ex i never had\"?\n\n", + "output": "an ex that you never actually went out with but had sexual intercourse with, so they are still your ex", + "label": "1" +} +{ + "input": "\"dude i was watching a porno last night and the guy had a massive j hook\" What is the definition of \"j hook\"?\n\n", + "output": "a penis that curves or makes a sharp turn part way through the penis", + "label": "a penis that curves or makes a sharp turn part way through the penis" +} +{ + "input": "\"todays camcordibu cars are quite similar\" What is the definition of \"camcordibu\"?\n\n", + "output": "[camcordibu] - adjective 1", + "label": "referrs to the similarly sized and priced toyota camry, honda accord and chevrolet malibu cars" +} +{ + "input": "\"carson daly made trl much gayer than it already was\" What is the definition of \"carson daly\"?\n\n", + "output": "was the host of one of the gayest mtv shows every where people would scream and yell and act completely retarted just to be on tv", + "label": "was the host of one of the gayest mtv shows every where people would scream and yell and act completely retarted just to be on tv" +} +{ + "input": "\"the avro arrow that could not be created\" What is the definition of \"avro arrow\"?\n\n", + "output": "the best fighter plane ever made and cancelled by dumb politicians", + "label": "a dream denied" +} +{ + "input": "\"look at the cute little molo\" What is the definition of \"molo\"?\n\n", + "output": "a baby basset hound", + "label": "a half white half spanish child" +} +{ + "input": "\"ncr was a important competitor for ibm\" What is the definition of \"ncr\"?\n\n", + "output": "national cash register", + "label": "national cash register" +} +{ + "input": "\"art-of-rhetoric\" What is the definition of \"art-of-rhetoric\"?\n\n", + "output": "a blog dedicated to helping people become better writers and readers", + "label": "art-of-rhetoric :a naturally endowed communucating skill in articulating the issue or comment in a way traditionally employed by aristocrats in the past" +} +{ + "input": "\"i set up an altertification in my real estate system to let me know when to send a notice to my landlord to renew the lease\" What is the definition of \"altertification\"?\n\n", + "output": "the process of setting up alerts and notifications on various systems that you use", + "label": "an alertification is a tickler (usually based on a date) that comes in the form of an alert in your email inbox or mobile device" +} +{ + "input": "\"cio\" What is the definition of \"cio\"?\n\n", + "output": "cio", + "label": "check it out" +} +{ + "input": "\"john met jane as a committed termination partner (ctp) and now they both ctb together\" What is the definition of \"committed termination partner\"?\n\n", + "output": "\"this is a person in your life that you have told about your \"termination plan\" and they respect your wishes and have agreed to assist you in achieving your goals", + "label": "\"a \"committed termination partner\" (ctp) is a suicidal person that will join another suicidal person in jointly committing suicide" +} +{ + "input": "\"2:hey look, theres the huggy bear\" What is the definition of \"huggy bear\"?\n\n", + "output": "a huggy bear is a person who likes to give out hugs to friends and family", + "label": "someone or something people love to hug- like fat people" +} +{ + "input": "\"i scored a hat trick\" What is the definition of \"hat trick\"?\n\n", + "output": "having sex three times in one day with three different partners", + "label": "having sex three times in one day with three different partners" +} +{ + "input": "\"are there going to be any minties there tonight who will give mad domage?\" What is the definition of \"minties\"?\n\n", + "output": "girls who are obsessed with being dominated and like to dress like they are going to a funeral", + "label": "hot broads who put out" +} +{ + "input": "\"mixing up a las vegas cocktail and relaxing on the couch tonight\" What is the definition of \"las vegas cocktail\"?\n\n", + "output": "one shot each of baileys, kahlua and gran marnier dropped into a glass of fresh pineapple juice", + "label": "when a person mixes the prescription drugs soma, oxycodone, xanax" +} +{ + "input": "\"at gayfest 08, johnny boy and officer me-off used the chinese penis trap to jack themselves off\" What is the definition of \"chinese penis trap\"?\n\n", + "output": "a plastic bottle with the bottom cut off and placed on top of a beer bottle which acts as a funnel", + "label": "closed jerk off device used by gay men" +} +{ + "input": "\"denise ran a guilt trip on nate by telling him to visit his estrange father in the hospital or he'll never have a chance to make amends with him\" What is the definition of \"guilt trip\"?\n\n", + "output": "guilt trip ( n) 1", + "label": "a manipulation tactic by promising someone grief and sorrow if something not done a certain way" +} +{ + "input": "\"whenever a white dude wear dreads, like most white people who don't know the cultural and religious implications of doing so, they are guilty of columbusing\" What is the definition of \"columbusing\"?\n\n", + "output": "verb", + "label": "v" +} +{ + "input": "\"cari ann is straight up [gorgeous]\" What is the definition of \"cari ann\"?\n\n", + "output": "the gorgeous lead singer of the band [porcelain and the tramps]", + "label": "an amazing girl who can be both outgoing and shy" +} +{ + "input": "\"the hookah is dease\" What is the definition of \"dease\"?\n\n", + "output": "to be awesome, great, highly praiseworthy, or super cool", + "label": "the abbreviation of the word decent" +} +{ + "input": "\"\"dave:\"man he act like he ballin, i bet he got those rims at rent-a-tire\" chris:\"man we cant go anywhere without u hatin, you a hater on wheels dawg\" dave:\"whatever\"\"\" What is the definition of \"hater on wheels\"?\n\n", + "output": "a person who hates and all and pretends to b ok", + "label": "someone who goes everywhere and hates on other people" +} +{ + "input": "\"\"that blingleberry has on $600\" What is the definition of \"blingleberry\"?\n\n", + "output": "a black person that acts like a white person", + "label": "\"like the term \"dingleberry\" which denotes a piece of shit or toilet paper that sticks to your ass hair" +} +{ + "input": "\"laura is an epitomadisst when it comes to managing the office\" What is the definition of \"epitomadisst\"?\n\n", + "output": "a person who is the best at being a diss", + "label": "the perfect example of an administrative assistant, who works 12 hours a day and takes lunch breaks at her desk" +} +{ + "input": "\"what the 'h' 'e' double hockey stick\" What is the definition of \"'h' 'e' double hockey stick\"?\n\n", + "output": "when you say this it is probobly a nice way to saw hell", + "label": "when you say this it is probobly a nice way to saw hell" +} +{ + "input": "\"in junior high, lotsa peeps had buffalo breath\" What is the definition of \"buffalo breath\"?\n\n", + "output": "bad breath that smells like a buffalo's anus", + "label": "bad breath, similar to poo breath, etc" +} +{ + "input": "\"tony: man, i had a freaking huge all american just now, it felt so good i didnt even give it a check wipe\" What is the definition of \"all american\"?\n\n", + "output": "\"a bowel movement that requires no wiping after the completion of the defication", + "label": "\"a bowel movement that requires no wiping after the completion of the defication" +} +{ + "input": "\"my veeks gots tha sickest system\" What is the definition of \"veeks\"?\n\n", + "output": "\"a ghetto term for \"a car\"", + "label": "motorized vehicle, meant for street use" +} +{ + "input": "\"-yo let's go to college point iight nigga? -iight let's bring our gats cuz mad crab and slob niggaz over there\" What is the definition of \"college point\"?\n\n", + "output": "[college point], [queens], ny one of the most bangin spots in the [u", + "label": "[college point], qnz is one of the biggest shitholes i have ever seen in my life" +} +{ + "input": "\"jesse mccartney\" What is the definition of \"jesse mccartney\"?\n\n", + "output": "a fuckin hottie who has a great voice, and is very sexy", + "label": "\"very talented actor" +} +{ + "input": "\"i found an akaviri katana in the akaviri ruins\" What is the definition of \"akaviri\"?\n\n", + "output": "\"the people and/or kingdom from cyrodiilic times", + "label": "an ancient civilazation in the game elder scrolls iv: oblivion" +} +{ + "input": "\"yo i totally filled her ear when i hit 6th base\" What is the definition of \"6th base\"?\n\n", + "output": "sex with an orifice other than the oral or anal sphincter, such as the nostril, or ear canal especially", + "label": "sex with an orifice other than the oral or anal sphincter, such as the nostril, or ear canal especially" +} +{ + "input": "\"the hubby and i just got done doing the big nasty\" What is the definition of \"big nasty\"?\n\n", + "output": "having intense and loud sexual intercourse", + "label": "having intense and loud sexual intercourse" +} +{ + "input": "\"the bubblez recently archived a picture because she liked it so much\" What is the definition of \"bubblez\"?\n\n", + "output": "the bubblez is a pretty, happy, nice, funny, and sweet girl", + "label": "\"a fun moderator of the pokevalley oekaki and also known to have a deviant art account" +} +{ + "input": "\"bob was new to the group but pulled out his best charles fletcher and soon found he was the most well-liked person in the room\" What is the definition of \"charles fletcher\"?\n\n", + "output": "an extremely handsome and attractive person with the people skills to be anywhere and fit in", + "label": "1" +} +{ + "input": "\"hey look, kelsey has exb\" What is the definition of \"exb\"?\n\n", + "output": "exploding xbox, also the act of playing your xbox until it literally explodes", + "label": "\"abbreviation for \"exposed boobs\"\"" +} +{ + "input": "\"that puck rock beezie was bossin on my figgets like a pro\" What is the definition of \"bossin on my figgets\"?\n\n", + "output": "the sensation of having a vagina or other penetratable orifice massaged in a fashion which provides extreme pleasure", + "label": "when a girl places her mouth round your cock-and-balls in a sucking manner" +} +{ + "input": "\"geeze, zeb, stop being such a fartercrank\" What is the definition of \"fartercrank\"?\n\n", + "output": "a person who is using a motor vehicle's windows to crack farts in order to entertain passengers", + "label": "an annoying person" +} +{ + "input": "\"wow chris, you're such an 8-pi\" What is the definition of \"8-pi\"?\n\n", + "output": "a term used for someone who is completely and utterly stupid", + "label": "a person who shares his annoying life to the world and constantly harasses the innocent with epidsodes of his/her pathetic excuse for a life" +} +{ + "input": "\"john sucks a lot of dick; thus he is a bloketoker\" What is the definition of \"bloketoker\"?\n\n", + "output": "\"this word simply means \"faggot\"\"", + "label": "\"(slang) a guy that likes to \"toke\" on other guys (or \"blokes\")" +} +{ + "input": "\"dude, do you have a vagina, or are you just a crosswhiner\" What is the definition of \"crosswhiner\"?\n\n", + "output": "1", + "label": "whining like a girl (when you aren't one)" +} +{ + "input": "\"\"bush is a cork-nut\" What is the definition of \"cork-nut\"?\n\n", + "output": "crazy, mad, insane", + "label": "a complete douche bag who is also a dumbass" +} +{ + "input": "\"-yo, bro, could you call bill and bro-ordinate for the hockey game? then we could go listen to the new jack johnson cd up in my room\" What is the definition of \"bro-ordinate\"?\n\n", + "output": "to ask your [bros] to come over to your house to hang out", + "label": "\"the verb to bro-ordinate is bro-terminology for planning a homosocial or \"bro\" event or gathering of any size" +} +{ + "input": "\"yeah, i been seein' jill, but its only because i need to bust a nut and she's a good fuck bucket\" What is the definition of \"fuck bucket\"?\n\n", + "output": "a woman who you use for sex", + "label": "\"the female recipient of a man doing nothing other than to shoot a load of his jizz into her pussy and \"get his rocks off" +} +{ + "input": "\"\"hey did that davis guy ever finish his story? \"no, that dankwanker just threw some change at us and stormed off\" What is the definition of \"dankwanker\"?\n\n", + "output": "1", + "label": "an individual who becomes ensconced with rage after losing his train of thought during an anecdote, story, or sexual recounting" +} +{ + "input": "\"after the first couple of children michelle duggar's vagina had become a baby flume\" What is the definition of \"baby flume\"?\n\n", + "output": "a vagina", + "label": "a vagina" +} +{ + "input": "\"renee zellweger has three important awards but she is still ugly\" What is the definition of \"renee zellweger\"?\n\n", + "output": "an actress with three important golden globes nominations but no wins", + "label": "a well known actress that can act quite well but damn she's ugly" +} +{ + "input": "\"we're gonna go get some backyard boogie\" What is the definition of \"backyard boogie\"?\n\n", + "output": "backyard boogie is a [slang] word for [weed] or [pot]", + "label": "backyard boogie is a [slang] word for [weed] or [pot]" +} +{ + "input": "\"ok meg, let's take a look at that bergina\" What is the definition of \"bergina\"?\n\n", + "output": "when a girl's vagina is covered in pink glitter glue", + "label": "what a fake gynecologist calls a vagina" +} +{ + "input": "\"gerald requested the canine configuration for his birthday\" What is the definition of \"canine configuration\"?\n\n", + "output": "a threesome with two men and one woman, where one man is on all fours and the other two engage in oral sex with him", + "label": "doggy style for classy people" +} +{ + "input": "\"hey wassup bo belle\" What is the definition of \"bo belle\"?\n\n", + "output": "\"pronounced \"boe-bell\"", + "label": "lovely sweetheart, beautiful girl, hot babe" +} +{ + "input": "\"yo senequah zipp up your hoodie chatitty's hangin out, and that creepy guy from the hunting department of walmart is stairing at chatitty\" What is the definition of \"chatitty\"?\n\n", + "output": "the name for a girl named chasity who is hot and who people want to talk to", + "label": "the combined of the words your(cha) breast(titty)" +} +{ + "input": "\"erm, where's the toilet? i'm dying for an arnold bobby\" What is the definition of \"arnold bobby\"?\n\n", + "output": "a euphemism for a shit", + "label": "rhyming slang for jobby, similiar to [barry white]" +} +{ + "input": "\"see durji boyz, sb and ace\" What is the definition of \"durji\"?\n\n", + "output": "similiar to [g], stands for 'don't even respect just ignore'", + "label": "indian pimp/gangster, gets all girls into bed" +} +{ + "input": "\"girl, you gonna chug chowder or what\" What is the definition of \"chug chowder\"?\n\n", + "output": "to give head", + "label": "the act of performing fellatio" +} +{ + "input": "\"dude lee was sleeping with that nasty bitch in the living room and i was totally going to blanket rape him\" What is the definition of \"blanket rape\"?\n\n", + "output": "the act of jumping on your significant other while they are sleeping and wrapping themself around you", + "label": "the act of violently and unexpectedly removing a blanket while someone is covered by said blanket, leaving the victim helpless, vulnerable, and pissed off" +} +{ + "input": "\"eric: i saw the 4th best ass ever chris: you saw a brookelyn ass\" What is the definition of \"brookelyn ass\"?\n\n", + "output": "the nicest ass you will ever see", + "label": "the 4th best ass you will ever see! brooklyn is the 4th largest city so basicly it is a methaphor" +} +{ + "input": "\"1) seraphim had angel wings\" What is the definition of \"angel wings\"?\n\n", + "output": " 1) literal, biblical", + "label": " 1) literal, biblical" +} +{ + "input": "\"carla was hungry so i fed her some man chowder\" What is the definition of \"man chowder\"?\n\n", + "output": "sperm also see [baby gravy]", + "label": "sperm also see [baby gravy]" +} +{ + "input": "\"i gave that bitch the electric twanger now shes dead\" What is the definition of \"electric twanger\"?\n\n", + "output": "this is when you put a 9 volt battery to a clitoris", + "label": "the art of inserting one or more surge protectors into a females vaginal orifice stimulating the clitoris and pluging it in therefore zappin the bitch!!!!" +} +{ + "input": "\"i like to eat broccoli and cheese soup after [school]\" What is the definition of \"broccoli and cheese soup\"?\n\n", + "output": "a very tasty soup which usually comes in a can", + "label": "a fine gourmet soup that is served for dinner and tastes delicious" +} +{ + "input": "\"my girlfriend is suck an alizay\" What is the definition of \"alizay\"?\n\n", + "output": "a bitch who loves to cheat on you with dogs", + "label": "i really pretty girl who loves to joke around and be sarcastic shes is the most beautiful girls in the world and one of the sweetest to" +} +{ + "input": "\"brad: who's that gorgeous girl over there? mitch: oh, that's caitlin jordan\" What is the definition of \"caitlin jordan\"?\n\n", + "output": "the most amazing person in the entire world", + "label": "beautiful from the inside out" +} +{ + "input": "\"i am so benelous of her new 6-figure job in hawaii\" What is the definition of \"benelous\"?\n\n", + "output": "extremely jealous of a friend's new job, new boyfriend, new car, new house, weight loss, vacation, etc", + "label": "\"-adjective benevolent jealousy" +} +{ + "input": "\"who is the altamash of that film? altamash, the hero of every gig altamash, i love you\" What is the definition of \"altamash\"?\n\n", + "output": "altamash is the type of guy every girl loves because of his personality and the way he makes them feel", + "label": "hero" +} +{ + "input": "\"look at john's crames face\" What is the definition of \"crames\"?\n\n", + "output": "a mix between cussing and raging", + "label": "someone who has a face which resembles pizza, in that it is triangular with beedy olive eyes, a mushroom nose, and a sausage mouth" +} +{ + "input": "\"\"daughter: \"mom, dad, this is my blaisican\" What is the definition of \"blaisican\"?\n\n", + "output": "boy/girlfriend of a person who is half black and half white", + "label": "a black asian mexican" +} +{ + "input": "\"the ayanami isn't just a anime character\" What is the definition of \"ayanami\"?\n\n", + "output": "the first name of the main character in the anime series 'tsubasa reservoir'", + "label": "a japanese war ship that was sunken in world war 2" +} +{ + "input": "\"ew that girl got a nasty booby do\" What is the definition of \"booby do\"?\n\n", + "output": "when a girls stomach stick out farther than her booby do!", + "label": "when a girls stomach stick out farther than her booby do!" +} +{ + "input": "\"kelly shagged someone on sarah's bathroom floor on new yrs eve therefore she turned in2 a floor whore\" What is the definition of \"floor whore\"?\n\n", + "output": "a person who has blown everyone on the floor", + "label": "a man or woman hu prefers 2 shag another person on the floor" +} +{ + "input": "\"\"friend: \"man, i don't want to go to my family reunion\" What is the definition of \"family reunion\"?\n\n", + "output": "a gathering of family members you'd really like to punch in the mouth", + "label": "\"when you get together with family members" +} +{ + "input": "\"\"1 -'iam going down to the ldn this weekend' 2 - 'ldn, \"what?\"\" What is the definition of \"ldn\"?\n\n", + "output": "\"abbreviation for \"i love london\"", + "label": "1 - ldn - short for london, found on caps or t-shirts 2 -ldn - sometimes people pronouce l" +} +{ + "input": "\"yo, that pimpin' ride is rin tin tin\" What is the definition of \"rin tin tin\"?\n\n", + "output": "the dog that is better than your dog", + "label": "some smooth ass shit" +} +{ + "input": "\"i used to work with this ass piggy at willy's so, he said that he did not care how fat he got as long as he remained bendy\" What is the definition of \"ass piggy\"?\n\n", + "output": "ass piggy or ass-piggy is a name typically given to a male who is: 1", + "label": "a large male homosexual that likes to eat out the ass of other men" +} +{ + "input": "\"\"next lesson is a james bashing lesson \"why does every one have to do james bashing today?\" \"i love [james bashing], its my favourite lesson\"\"\" What is the definition of \"james bashing\"?\n\n", + "output": "where in the lesson you just teach the fuck out of your teacher, and at the end you say good morning/afternoon/night instead of yes", + "label": "a conversation where an awesome person called [james] is verbally assaulted by everyone in the classroom including the teacher" +} +{ + "input": "\"kristal is considered to be slutty because she gives up the booty noodle on the first date that booty noodle ass punk was scared to sell me anything\" What is the definition of \"booty noodle\"?\n\n", + "output": "a punk who is scared of every fucking thing", + "label": "a term used for vagina a person who is a coward" +} +{ + "input": "\"\"hey did u hear barrack obama is going to make pot legal stoner 1 \"awesome\"stoner 2\"\" What is the definition of \"barrack obama\"?\n\n", + "output": "a great president", + "label": "obama or nobama wich ever u please but this african american is running for president of the united states" +} +{ + "input": "\"[cariona] i have high hopes and expectations for cariona when she enters college\" What is the definition of \"cariona\"?\n\n", + "output": "cariona is the type of person who has a mind of her own", + "label": "smart and talented" +} +{ + "input": "\"my band lost our guitarist cause me and him had a fall out\" What is the definition of \"fall out\"?\n\n", + "output": "a fight or disagreement that usually results in a long period of not talking with that person", + "label": "a fight or disagreement that usually results in a long period of not talking with that person" +} +{ + "input": "\"ksht - this is air traffic control to urban dictionary, stop being so amazing, over\" What is the definition of \"air traffic control\"?\n\n", + "output": "a way of indirectly calling someone out on something", + "label": "a way of indirectly calling a person out on something" +} +{ + "input": "\"i watched flcl on dvd and even the subbed version was horribly hard to understand\" What is the definition of \"flcl\"?\n\n", + "output": "an anime which is supposedly about a guy called naota who's mother dies in the first episode and he meets an alien named haruko who i have absolutely no idea what she's trying to do", + "label": "\"an extremely fucked up anime featuring naota, a kid going through adolescence" +} +{ + "input": "\"im going to collect all the chinpokomon to be crowned royal chinpoko master, whoa\" What is the definition of \"chinpokomon\"?\n\n", + "output": "all new animated series, based on pokemon", + "label": "the south park spin off on the pokemon craze" +} +{ + "input": "\"its brick dick outside\" What is the definition of \"brick dick\"?\n\n", + "output": "very cold", + "label": "used in new york as slang for cold as hell" +} +{ + "input": "\"giggidy giggidy goo is quagmire\" What is the definition of \"giggidy giggidy goo\"?\n\n", + "output": "quagmire", + "label": "quagmire!" +} +{ + "input": "\"her pussy looked like a busted ravioli\" What is the definition of \"busted ravioli\"?\n\n", + "output": "larger inner labia that protrudes past the outer labia", + "label": "larger inner labia that protrudes past the outer labia" +} +{ + "input": "\"dude aarron gave rachel a sherker\" What is the definition of \"a sherker\"?\n\n", + "output": "a sherker is when you are having sex with a girl and right before you cum you punch her in the nose and tell her you just broke her nose", + "label": "when a boy sticks 3 fingers up a girls ass! not pussy ass!" +} +{ + "input": "\"before she left my place, that bitch gave my bathroom a chinese helicopter\" What is the definition of \"chinese helicopter\"?\n\n", + "output": "when a woman pulls a bloody tampon out and whips it around above her head, spewing red blood all over the walls in a circular fashion", + "label": "when a woman pulls a bloody tampon out and whips it around above her head, spewing red blood all over the walls in a circular fashion" +} +{ + "input": "\"jimmy said there were not any skittles left, however when i executed the bag press i found there was one remaining\" What is the definition of \"bag press\"?\n\n", + "output": "to apply even pressure to a [cigarette] filter using the thumb and forefinger until the tobacco within exudes smokeable material from the hole in said filter", + "label": "the necessary procedure used on several types of candies such as m&m’s and skittles in order to get the last one or two pieces out of the bag" +} +{ + "input": "\"hey mum, im heading down the local night club to do a bit of batty skanking\" What is the definition of \"batty skanking\"?\n\n", + "output": "batty skanking is term used for a gay man going out on the town", + "label": "to dance skankily" +} +{ + "input": "\"that mp3j really killed with that remix of the stones and beyonce\" What is the definition of \"mp3j\"?\n\n", + "output": "a music producer aka dj", + "label": "a music jockey who specializes in the presentation, mashing up, or other performance of electronically recorded files" +} +{ + "input": "\"dude, i want a real joint, stop rolling a kim\" What is the definition of \"rolling a kim\"?\n\n", + "output": "when someone rolls a very small, almost non-existent, joint", + "label": "rolling a short, fat, stubby joint that looks like kim kardashian" +} +{ + "input": "\"professor, don't kill my vibe by assigning that 20 page report on my birthday\" What is the definition of \"don't kill my vibe\"?\n\n", + "output": "ruining a moment or a good feeling", + "label": "\"1) a phrase one would use toward another person, telling them to not spoil their good mood" +} +{ + "input": "\"would've said no, don't go with badco\" What is the definition of \"badco\"?\n\n", + "output": "\"short for \"bad company\"", + "label": "unsavoury company" +} +{ + "input": "\"hi billie joe lets fuck then play guitar\" What is the definition of \"billie joe\"?\n\n", + "output": "green day front man", + "label": "green day front man" +} +{ + "input": "\"thierry henry is a cheating cunt\" What is the definition of \"cheating cunt\"?\n\n", + "output": "a slimeball that cheats at football", + "label": "a slimeball that cheats at football" +} +{ + "input": "\"don't use the afghan pipeline for too long or else the afghanistank will become unbearable\" What is the definition of \"afghanistank\"?\n\n", + "output": "the afghanistank is a reference to the allies pipeline in the movie zoolander", + "label": "the smell of a room in which an afghan pipeline has been used for so long that the feces has thawed out" +} +{ + "input": "\"that democratic candidate who threw his support behind the council on islamic-american relations (cair) is an islamophile\" What is the definition of \"islamophile\"?\n\n", + "output": "a non-muslim who champions muslim causes to the detriment of society", + "label": "someone who loves muslims and subscribes to the tenets of islam" +} +{ + "input": "\"gimme the five across the board\" What is the definition of \"across the board\"?\n\n", + "output": "giving or getting the complete package", + "label": "combination win-place-show bet at a race track" +} +{ + "input": "\"you know its time to clean the toilet when there's an ass chowder mountain\" What is the definition of \"ass chowder\"?\n\n", + "output": "neither more nor less than poo, crap, turd, feces, excrement", + "label": "a term i use for the nibs of toilet paper that come off your ass and gradually build up around the toilet bowl rim" +} +{ + "input": "\"aude just came, and it was amazingly attractive\" What is the definition of \"aude\"?\n\n", + "output": "aude is the sexiest person of all time", + "label": "aude is a french goddess" +} +{ + "input": "\"peco pulled his toe out of arins ass and have her a dirty tony\" What is the definition of \"dirty tony\"?\n\n", + "output": "licking the shit off your fingers after pulling them out of someones ass", + "label": "when someone sticks their toe in the anus of their partner, then wipes the toe across their partners face, giving them a moustace made of feces" +} +{ + "input": "\"ex: boy 1:you see that girl over there boy 2: yeah i know her name is anadelia\" What is the definition of \"anadelia\"?\n\n", + "output": "a beautiful girl who everyone loves", + "label": "anadelia is a name for a girl usually mexican" +} +{ + "input": "\"only a hardcore cum-dump would ever want to use the bukkake bong\" What is the definition of \"bukkake bong\"?\n\n", + "output": "a bong in which 5 or more men ejaculate on to before a person would actually smoke out of it", + "label": "a normal beer-bong that is filled with semen" +} +{ + "input": "\"there are 3 versions of it: 1) blue orb i 2) blue orb ii 3) blue orb fx\" What is the definition of \"blue orb\"?\n\n", + "output": "\"blue orb refers to 3 different pedals made by boss, all with the same name but different models", + "label": "an effective cpu cooling product of thermaltake" +} +{ + "input": "\"yo i set someone on fire with a chinese rug burn\" What is the definition of \"chinese rug burn\"?\n\n", + "output": "the act of dipping ones penis in gas and lighting it on fire and flaming someone with it", + "label": "when you roll someone up in a rug and pour soy sauce and gasoline on them then proceed to set them on fire" +} +{ + "input": "\"woody harrelson pulled a rampart on a reddit ama\" What is the definition of \"rampart\"?\n\n", + "output": "the act of simultaneously farting and masturbating while talking to fans on a reddit ask me anything", + "label": "the act of refusing to speak about anything other than woody harrelson's role in the movie rampart" +} +{ + "input": "\"spiros: dude what did you do last night? john: i spent the night trying to find a googleplex\" What is the definition of \"googleplex\"?\n\n", + "output": "a number significantly larger than [googol]", + "label": "a combination of 2 words that returns only 1 search result from google" +} +{ + "input": "\"chris is beamerphobic dude\" What is the definition of \"beamerphobic\"?\n\n", + "output": "a person who is afraid of the car manufacturer bmw", + "label": "a person who has a fear of bmw's is said to be a beamerpobic" +} +{ + "input": "\"he was so bad in bed that i decided to use a faux finish just to get him to stop\" What is the definition of \"faux finish\"?\n\n", + "output": "to bring a sexual act to a mock climax in order to forestall total penetration", + "label": "to fake a climax" +} +{ + "input": "\"wayne was reaching to bite the cereal box alex: you can do this, just chicken-neck it\" What is the definition of \"chicken-neck it\"?\n\n", + "output": "to do something in a way that requires less effort, similar to [chicken-wing it] but for tasks that require squeezing", + "label": "when playing a game where you have to reach something with your head and stretching your neck a bit further in order to reach it" +} +{ + "input": "\"ive been a holmesian for as long i can remember\" What is the definition of \"holmesian\"?\n\n", + "output": "a person who is a dedicated fan of the great actor kenny holmes", + "label": "a sherlock holmes fan" +} +{ + "input": "\"that fags a butt dart champion\" What is the definition of \"butt dart champion\"?\n\n", + "output": "a male who if fond of anuses and penetration", + "label": "a male who if fond of anal sex" +} +{ + "input": "\"\"guy #1: \"hey lets go by cabrini green it's always wild over there\" What is the definition of \"cabrini green\"?\n\n", + "output": "a housing project that was on the near north side of chicago", + "label": "a housing project that was on the near north side of chicago" +} +{ + "input": "\"you're so assynomeho\" What is the definition of \"assynomeho\"?\n\n", + "output": "it means awesome ho", + "label": "to be sucking" +} +{ + "input": "\"oi dat brehs actin' boukie\" What is the definition of \"boukie\"?\n\n", + "output": "another way to say nuts in swahili", + "label": "when a person is seen as suspicious or a bit dodgy" +} +{ + "input": "\"bella, you are my asfaawbffe\" What is the definition of \"asfaawbffe\"?\n\n", + "output": "absolutely, stunningly, fucking, adorable, wouldn't, fuck, anyone, else", + "label": "abbreviation for absolutely superbly fantastic and awesomely weird best friend for eternity" +} +{ + "input": "\"the my boss dumped a butt load of work on my desk for me to finish\" What is the definition of \"butt load\"?\n\n", + "output": "\"the international phrase for a \"large amount,\" of anything being described", + "label": "\"the international phrase for a \"large amount,\" of anything being described" +} +{ + "input": "\"i was going to dry off after the shower, but i have apollophobia\" What is the definition of \"apollophobia\"?\n\n", + "output": "fear of the hairy [apollo ohno]", + "label": "the fear of towels" +} +{ + "input": "\"hey is that dude dead in that chair over there? nah, he just suffers from markolepsy\" What is the definition of \"markolepsy\"?\n\n", + "output": "a condition where a person appears to be dead but is really just in a deep sleep", + "label": "a condition whereby the sufferer falls asleep at will but is unable to re-engage brain quickly" +} +{ + "input": "\"when to use a dutch microwave oven\" What is the definition of \"dutch microwave oven\"?\n\n", + "output": "a dutch microwave oven is used by netherlands based individuals who like to heat up food using microwave technology", + "label": "farting into a pillow so the next person who lays their head on it gets an instant puff of stench" +} +{ + "input": "\"he showed so much humbility even after receiving the award\" What is the definition of \"humbility\"?\n\n", + "output": "a combination of the words humble and humility", + "label": "the continuous process of being humble" +} +{ + "input": "\"\"dude i gave her some serious knuckle-beef last night \"man, that test was some major knuckle-beef\"\"\" What is the definition of \"knuckle-beef\"?\n\n", + "output": "(n) a term used to describe a scene, conversation, activity, or event that was unpleasant, awkward, or annoying", + "label": "a) to fist an asshole" +} +{ + "input": "\"that guy better not try to cut me off or else i'll have to bitch honk him\" What is the definition of \"bitch honk\"?\n\n", + "output": "to yell at or insult someone while driving", + "label": "\"the \"on the road\" version of a bitch slap, done to an offending driver, by vigorously honking the horn" +} +{ + "input": "\"you normally don't need to albart legal songs downloaded from apple's music store\" What is the definition of \"albart\"?\n\n", + "output": "to remove DRM from music or video files", + "label": "the process of adding album art to music (mainly mp3), normally using software (such as i-tunes)" +} +{ + "input": "\"my test scores were suddenly bajooming after i started to study\" What is the definition of \"bajooming\"?\n\n", + "output": "a thing to say when you have no idea what the actual word means", + "label": "outburst of greatness, excitement, improvement, and/or happiness" +} +{ + "input": "\"joe: dude i found a scotty in the band room\" What is the definition of \"scotty\"?\n\n", + "output": "(noun) an unflushed toilet filled with vomit", + "label": "a small mammal whom is addressed by its nickname, scooby" +} +{ + "input": "\"damn, carv bant me again, and there's nothing i can do about it\" What is the definition of \"carv\"?\n\n", + "output": "the person who owns and runs a server on which you play, and can do whatever the hell he wants with it, and you can't do anything about it", + "label": "epic internet uberossity" +} +{ + "input": "\"those new sodium-cooled nuclear reactors are a total oscartron\" What is the definition of \"oscartron\"?\n\n", + "output": "(noun) any large, sophisticated machine or device that is poorly designed, contains shoddy worksmanship, or is otherwise problematic to some degree", + "label": "refers to any chemical, substance, or item that is volatile, unpleasant, and of only moderate use" +} +{ + "input": "\"\"you stupid bizcut\" What is the definition of \"bizcut\"?\n\n", + "output": "alternative term for bitch", + "label": "gangster style, slang for bitch" +} +{ + "input": "\"fast to predict the outcome of my fate, wonderin' 'bout clipse and if they got what it take - malice\" What is the definition of \"clipse\"?\n\n", + "output": "the duo malice and spliff star", + "label": "a pair of wicked rappers from virginia, who go by the names malice and pusha t" +} +{ + "input": "\"1) the jones family lived in the gray house at the cul de sac\" What is the definition of \"cul de sac\"?\n\n", + "output": "\"1) commonly regarded as a road that ends in a sudden, bulbous loop, usually in a subdivision with large, expensive houses 2) a misspelling of \"[coldy sack]\"\"", + "label": "\"1) commonly regarded as a road that ends in a sudden, bulbous loop, usually in a subdivision with large, expensive houses 2) a misspelling of \"[coldy sack]\"\"" +} +{ + "input": "\"druncan weeennnttt to the baaaaar to drink some beeer\" What is the definition of \"druncan\"?\n\n", + "output": "a drunk scottish man", + "label": "a friend who always looks stoned, while never did any drugs but only drinks and when he does drink he speech is less slurrrrreddd!" +} +{ + "input": "\"last nite after my wife gave me head, she finished it with a nice dish of biscuits and gravy and it felt splendid\" What is the definition of \"biscuits and gravy\"?\n\n", + "output": "when a man ejaculates into a womans mouth after she performs filatio and then she spits the ejaculates back into the mans ass hole", + "label": "when a man ejaculates into a womans mouth after she performs filatio and then she spits the ejaculates onto the mans buttocks" +} +{ + "input": "\"toulouse france enseeiht\" What is the definition of \"enseeiht\"?\n\n", + "output": "the greatest school in the entire universe located in toulouse, france", + "label": "one of the best engineering schools in france pronounced n7" +} +{ + "input": "\"i'm a kitty cat, but my boyfriend is a buncoon\" What is the definition of \"buncoon\"?\n\n", + "output": "a bunny who is very racoon-like", + "label": "a cross between a bunny and a raccoon in [furry] language" +} +{ + "input": "\"spider-man has recently been the subject of 2 highly successful hollywood movie and appears in a number of regular publications by marvel comics\" What is the definition of \"spider-man\"?\n\n", + "output": "-spider-man is one of the most well known and loved super heroes", + "label": "\"a super hero created by stan lee and steve ditko and published by marvel comics" +} +{ + "input": "\"guy 1: hey man, want to order some pizza tonight? guy 2: i can't, my wallet is still recovering from the trip to the campus bookstore\" What is the definition of \"campus bookstore\"?\n\n", + "output": "a place where they sell overpriced merchandise and bleed students dry of their precious monetary units", + "label": "a huge ponzi scheme found on every college campus meant to harvest every last dollar from students as it can" +} +{ + "input": "\"this item is important, this is importanter\" What is the definition of \"importanter\"?\n\n", + "output": "more important than something else", + "label": "when everything is important you need a way to give importance to all your important items" +} +{ + "input": "\"i was born in the b.w. era\" What is the definition of \"b.w. era\"?\n\n", + "output": "before whitey era", + "label": "the era before the world wide web was common" +} +{ + "input": "\"damn son, you showed him who the ass master around here is\" What is the definition of \"ass master\"?\n\n", + "output": "you and/or one or more of your gay little buddies, that like to give/take it up the ass regularly", + "label": "you and/or one or more of your gay little buddies, that like to give/take it up the ass regularly" +} +{ + "input": "\"loool thats certibants\" What is the definition of \"certibants\"?\n\n", + "output": "a funny thing", + "label": "when something is certified banter" +} +{ + "input": "\"lica will asapolosophy come over tonight\" What is the definition of \"asapolosophy\"?\n\n", + "output": "when your ex girlfriend comes over to your new place with her keys and locks you out of your own home", + "label": "the study of as soon as possible" +} +{ + "input": "\"\"- \"no way i'm gonna make it in today, i gotta severe case of the suss flu\" What is the definition of \"suss flu\"?\n\n", + "output": "a sudden, unexpected illness that strikes during exam week", + "label": "- a terrible hangover, often resulting in the inability to arrive at work on time or at all" +} +{ + "input": "\"friend 1: what's this line on my head? friend 2: you've got mic hair\" What is the definition of \"mic hair\"?\n\n", + "output": "the short, usually curly, growth of hair above the ear when the wearer has taken the earpiece microphone of a [handsfree] and placed it over his/her head", + "label": "prior to wearing an overhead headset the user is subject to flattening of the hair" +} +{ + "input": "\"josean is really hot 😍😘\" What is the definition of \"josean\"?\n\n", + "output": "the best guy in the world", + "label": "a caring, sexy,awesome guy who would treat a girl nice 💕😘😍💋💏💑✨😆" +} +{ + "input": "\"after today it is going to take all of what we have in the cabinets and pockets to make ourselves a burbicodini\" What is the definition of \"burbicodini\"?\n\n", + "output": "a meal, or snack, or dinner that you make from whatever is in the Cabinets and pockets at the time", + "label": "a martini" +} +{ + "input": "\"i gave maria a dirty gringo last night\" What is the definition of \"dirty gringo\"?\n\n", + "output": "sticking a tampon up a mexican's ass and then fucking her", + "label": "when a white guy, pulls his dick out of a mexican chicks ass and put it in her mouth and takes a piss" +} +{ + "input": "\"we had a gabulous talk\" What is the definition of \"gabulous\"?\n\n", + "output": "a combination of glorious and fabulous", + "label": "to have or be having a great conversation" +} +{ + "input": "\"person 1: let me wug you\" What is the definition of \"wug\"?\n\n", + "output": "the act of fucking someone up the ass", + "label": "touching someone's nose with your nose" +} +{ + "input": "\"1) tho guy this skunk is so boom bud\" What is the definition of \"boom bud\"?\n\n", + "output": "[chroinc] thats is supereb in every which way n form", + "label": "[chroinc] thats is supereb in every which way n form" +} +{ + "input": "\"t-pain is a rasclot bumbodread\" What is the definition of \"bumbodread\"?\n\n", + "output": "n", + "label": "\"stemming from \"bumboclot\", a bumbodread is an individual who grows dreadlocks with no religious respect in mind" +} +{ + "input": "\"your always right on time when its awesome time\" What is the definition of \"awesome time\"?\n\n", + "output": "what dreams are made of", + "label": "what dreams are made of" +} +{ + "input": "\"let's go beerbogganing eh?\" What is the definition of \"beerbogganing\"?\n\n", + "output": "downhill skiing while drinking a beer (usually a michelob light) this sport was invented by north dakota farmers who needed a way to make it through a long, hard winter", + "label": "of canadian origin" +} +{ + "input": "\"that porn star gave us a great beaver moon pose right before the guy railed her from behind\" What is the definition of \"beaver moon\"?\n\n", + "output": "the pose that a female can take with her legs spread showing her vagina and ass with a reverse face", + "label": "when a female bends over to show you her vagina and you get a good view of both her ass and her vagina" +} +{ + "input": "\"\"its like my testicles have their own jew fro \"yah man, that's a lot curly wurlies you got going there\" What is the definition of \"curly wurlies\"?\n\n", + "output": "another name for dreadlocks", + "label": "pubic hair, particularly in the crotch area" +} +{ + "input": "\"check out the hoe mark on that bitch when she bends over\" What is the definition of \"hoe mark\"?\n\n", + "output": "a tattoo on the small of a female's back, right above the ass crack, or a tattoo on the ass itself", + "label": "the tattoo on a women right above her ass crack" +} +{ + "input": "\"i pulled down his pants and it was a damn bungle bush\" What is the definition of \"bungle bush\"?\n\n", + "output": "when a man's pubic hair is extremely unkempt and/or matted down with dirt so that it resembles a jungle", + "label": "a mangled twisted mess of curly fries" +} +{ + "input": "\"that cinnamon whore has no soul\" What is the definition of \"cinnamon whore\"?\n\n", + "output": "a girl of hispanic descent who is a whore", + "label": "redhead, ginger, person with orange locks" +} +{ + "input": "\"to drunk friends with fat chicks on their arm: dftf dog\" What is the definition of \"dftf\"?\n\n", + "output": "damn friends to fuck", + "label": "don't fuck the fatty" +} +{ + "input": "\"\"dude, i had 3 exams to study for over the long weekend and i pushed off all my studying till 10:30 last night \"woahh, you must have major brain drain\" What is the definition of \"brain drain\"?\n\n", + "output": "when you have been studying for a long time, and you feel your brain has shut down", + "label": "when you study way to hard and your brain is drained" +} +{ + "input": "\"person 1: your mom's got a flappy couch person 2: boobfag\" What is the definition of \"boobfag\"?\n\n", + "output": "a word used to describe someone who has extremely large boobs", + "label": "the ultimate comeback in an arguement" +} +{ + "input": "\"wow i thought i knew that girl well, but it turns out she's a gouche goober\" What is the definition of \"gouche goober\"?\n\n", + "output": "a person who acts totally retarded 90% of the time, yet is really smart the other 10% of the time", + "label": "a derogatory term for a girl who sucks dick" +} +{ + "input": "\"get your hand outta my pocket! don't be messin' with my pockets\" What is the definition of \"get your hand outta my pocket!\"?\n\n", + "output": "\"one of lil' john's catch phrases", + "label": "what was yelled before malcolm x was shot while delivering a speech on february 21" +} +{ + "input": "\"shut the freeb up u freebin cooter matt: wut does freeb mean? jared: shut your freebin mouth cody: freebin freebskie freeb those freebers they're freebin tacos\" What is the definition of \"freeb\"?\n\n", + "output": "a word that is spun off of the word free", + "label": "a curse word substitute often used in the company of friends or in places that cursing is not commonly allowed" +} +{ + "input": "\"friend 1: hey, maybe would could borrow some cds from sam for the party? friend 2: don't bother - he only listens to angry young man music\" What is the definition of \"angry young man music\"?\n\n", + "output": "\"music that the [angry young man] listens to or requests when out with friends or at parties", + "label": "angry young man music is generally a mix of the heavy-metal, hip-hip, industrial and 'angsty' alternative genres" +} +{ + "input": "\"dude, your dick just popped out of your banana basket\" What is the definition of \"banana basket\"?\n\n", + "output": "the male scrotum seen as a basket holding bananas (dicks)", + "label": "underwear, as they are used to store a man's banana" +} +{ + "input": "\"dire straits is the only band that plays like an organic whole -- bob dylan\" What is the definition of \"dire straits\"?\n\n", + "output": "one of the most original and talented bands in rock history", + "label": "the most useful way to divide the body of music created by man, is into dire straits, and non-dire straits" +} +{ + "input": "\"does it make you cooter thump?, all that crazy dance is making my cooter thump\" What is the definition of \"cooter thump\"?\n\n", + "output": "to have a rhythmic clitoral erection", + "label": "relative feeling of horniness that comes across ones vagina" +} +{ + "input": "\"\"the double breakup goes something like this\" What is the definition of \"double breakup\"?\n\n", + "output": "\"when you break up with someone because (1) you are seeing someone else, and then that person breaks up with you too", + "label": "when someone, after breaking up with you but promising that the two of you will stay friends, breaks contact completely and decides they no longer want to even be friends" +} +{ + "input": "\"man i wish i had skills like abdullah\" What is the definition of \"abdullah\"?\n\n", + "output": "a man with great will power and determination", + "label": "a master at the art of fighting flying invisible white ninjas" +} +{ + "input": "\"our history teacher asigned us a project, so we decided to re-enact the boston tea party in front of the class\" What is the definition of \"boston tea party\"?\n\n", + "output": "when you and your friends dress up like indians, and put your testicles in an unsuspecting person't mouth", + "label": "when you and your friends dress up like indians, and put your testicles in an unsuspecting person't mouth" +} +{ + "input": "\"whats tha damn deal cuddie? cuddie you wont neva guess what u heard last night? swear ta god cuddie \" What is the definition of \"cuddie \"?\n\n", + "output": "\" its a boston thing, instead of saying dude or thats wack or \"", + "label": "its a southern term for friend my nigga dude man what ever yall say we just say cuddie it just means friend hommie" +} +{ + "input": "\"i'm gonna make you my bottom bitch genevieve by letting you attend all the sounders games with me\" What is the definition of \"bottom bitch\"?\n\n", + "output": "the most experienced hoe in a pimp's stable", + "label": "the most experienced hoe in a pimp's stable" +} +{ + "input": "\"dude you see that rhs over there? yeah man i just got the best milkshake ever\" What is the definition of \"rhs\"?\n\n", + "output": "right hand special/fuck", + "label": "an acronym for red headed slut" +} +{ + "input": "\"girl: tehehe boy:ur vag must be tingling right now\" What is the definition of \"tehehe\"?\n\n", + "output": "girls laugh that makes guys turn around and check which one of their friends is laughing, and once they find out they cant help but tease them", + "label": "\"when one of the female species says \"tehehe\" one can make the assumtion that their vag tingles" +} +{ + "input": "\"we skipped the arcade, but dude, she totally treated me to the french pac man\" What is the definition of \"french pac man\"?\n\n", + "output": "the act of giving head in a ghosting fashion", + "label": "the sound made during a good oral sex session" +} +{ + "input": "\"you have been invited to a birthday party and the host informs you this is a non-traditional celebration - beware, a cake taker is in your midst\" What is the definition of \"cake taker\"?\n\n", + "output": "someone who offers alternative foods, with the aim of obscuring the real object of their attention - the cake", + "label": "someone who offers alternative foods, with the aim of obscuring the real object of their attention - the cake" +} +{ + "input": "\"the druncles were using the bi-knockers to see some nice titties at log bay day\" What is the definition of \"bi-knockers\"?\n\n", + "output": "1", + "label": "binoculars or other viewing devices used to ogle fine young boobies" +} +{ + "input": "\"\"oh shit, here come the rest of the ruggers \"where my ruggers at\" What is the definition of \"ruggers\"?\n\n", + "output": "a group of bros who all have mad rugby skills", + "label": "the term rugby players use to describe themselves" +} +{ + "input": "\"man, i love that girl to death, but i am not ready for an automatic family\" What is the definition of \"automatic family\"?\n\n", + "output": "the by-product of a male and female who enjoy each others company so much they spend every moment together, thus eliminating the need for a family of their own", + "label": "the term used when a man or woman marrys someone that has kids" +} +{ + "input": "\"if those terminals get covered in grob your circuit is not going to work\" What is the definition of \"grob\"?\n\n", + "output": "\"acronym for \"grease like organic material\"", + "label": "unknown or unspecified dirt or contamination" +} +{ + "input": "\"mike is a big time deep sea diver i could smell his face from a mile away\" What is the definition of \"deep sea diver\"?\n\n", + "output": "a man that sucks alot of cock or a man with a pussy smell to his face", + "label": "a man or woman who loves to eat the pussy often refering to fish! or stink box is a deap see diver" +} +{ + "input": "\"i use fapzilla to monitor my bandwidth\" What is the definition of \"fapzilla\"?\n\n", + "output": "a bandwidth usage monitor that looks like the google chrome browser", + "label": "a opensource program that monitors the wildblue internet service bandwidth meter called fap" +} +{ + "input": "\"“no rain” is actually a great song, even though it inspired the iconically tweepulsive bee girl video\" What is the definition of \"tweepulsive\"?\n\n", + "output": "the combination of [twee] and [repulsive]", + "label": "[twee-puls-iv], adjective: overly precious and cloying, as in the case of certain zooey deschanel facial tics" +} +{ + "input": "\"example: my sister is full of lameassness\" What is the definition of \"lameassness\"?\n\n", + "output": "a word used to describe your friends, family members, significant other, etc", + "label": "someone or something that is lame" +} +{ + "input": "\"jarron you are such a dick weasel\" What is the definition of \"dick weasel\"?\n\n", + "output": "someone who is persistently annoying", + "label": "someone who is persistently annoying" +} +{ + "input": "\"\"aah, taas yksi kapu \"oh look, again one of those kapus\"\"\" What is the definition of \"kapu\"?\n\n", + "output": "the word is originally from finnish but is used all over scandinavia", + "label": "kapu is usually a female who likes to dress like a male" +} +{ + "input": "\"aga khan school's class of 2014 has also started to call themselves as b14\" What is the definition of \"b14\"?\n\n", + "output": "a group of students who are in the aga khan school in muscat, oman and are currently in the grade 14 or senior year for high school students", + "label": "the awesome students from the graduating batch of 2014" +} +{ + "input": "\"jesus christ, jim's being a bitch prick and a half\" What is the definition of \"bitch prick and a half\"?\n\n", + "output": "\"a person who is being both a \"bitch\" and a \"prick\" so much that you feel they require the nomenclature of both words in the same term", + "label": "simply put" +} +{ + "input": "\"\"1) arschlecken\" What is the definition of \"arschlecken\"?\n\n", + "output": "1) to lick someone's ass 2) to get licked in one's ass", + "label": "\"german: translates into \"lick arse\" 1) used to emphasise you are not pleased with the situation 2) used to show disapproval about an advice instead of just saying \"no\"\"" +} +{ + "input": "\"the dcau is better than the comics\" What is the definition of \"dcau\"?\n\n", + "output": "short for dc animated universe", + "label": "abbreviation for: dc animated universe" +} +{ + "input": "\"just because you can't beat max 300 on heavy doesn't mean you're a bad person\" What is the definition of \"max 300\"?\n\n", + "output": "\"a [driving game] released in arcades in 1994, ported to the [playstation], [sega saturn], and [pc]", + "label": "\"a purportedly 300 bpm song by omega (an alias for konami composer [naoki] maeda)" +} +{ + "input": "\"whose ekans? im ekans\" What is the definition of \"ekans\"?\n\n", + "output": "a name, title, word, sound, mate, girlfriend, boyfriend, cat, dog, hamster", + "label": "the act of being extremely cool" +} +{ + "input": "\"/guy fucking chicken/ -guy, your a chicken fucker\" What is the definition of \"chicken fucker\"?\n\n", + "output": "a guy that fucks chicken", + "label": "a guy that fucks chicken" +} +{ + "input": "\"losing one's cool is the sexual equivilent of an angry, limp penis\" What is the definition of \"losing one's cool\"?\n\n", + "output": "to lose one's composure", + "label": "to lose one's composure" +} +{ + "input": "\"hey corri *touches boobs* hey alexis *smacks ass* dalonte get away you gross person\" What is the definition of \"dalonte\"?\n\n", + "output": "a creepy kid who is super gross and has a huge ego", + "label": "an ass, a player, with an ugly face" +} +{ + "input": "\"haha, youre so gay, you went to that beatpile\" What is the definition of \"beatpile\"?\n\n", + "output": "1", + "label": "a pile of dudes beating each other off" +} +{ + "input": "\"oi can't fecking breathe today lad, rough stuff's given me roight bumpkins lung\" What is the definition of \"bumpkins lung\"?\n\n", + "output": "the result of drinking too much alcohol and smoking like a trooper resulting in a bad cough and phlegm feeling in the chest", + "label": "affliction suffered by our country cousins" +} +{ + "input": "\"sunrise in the cartoon world\" What is the definition of \"cartoon world\"?\n\n", + "output": "a world full of happy people, unless there's a degenerate lying around", + "label": "the inexplicable state which is the result of smoking marijuana after drinking too much alcohol" +} +{ + "input": "\"that girl who works out five times a day must have aerobic nervosa\" What is the definition of \"aerobic nervosa\"?\n\n", + "output": "the eating disorder usually characterized by excessive weight loss and low body temperature, heart rate, and blood pressure", + "label": "being obsessed with exercise" +} +{ + "input": "\"we coon bopping in northeast minneapolis\" What is the definition of \"coon bopping\"?\n\n", + "output": "it means partying", + "label": "\"it is the act driving in a car, using a device composed of an 8 foot pole with a boxing gloved attached to one end to hit people" +} +{ + "input": "\"\"guy #1--gee, isn't kool-aid drinker red for a democrat and blueberry chugger blue for a republican backwards if red states are republican and blue democrat? just doesn't make sense\" What is the definition of \"blueberry chugger\"?\n\n", + "output": "the blue team in the election map on election night 2004 as seen on msnbc", + "label": "the counter-part of a kool-aid drinker" +} +{ + "input": "\"juliana prefers garbardine over regular sex\" What is the definition of \"garbardine\"?\n\n", + "output": "the act of having sex with a dead body, preferably killed by a gunshot", + "label": "the act of having intercourse in a bush" +} +{ + "input": "\"look kelsey, that dudes totally goin zucco over there\" What is the definition of \"zucco\"?\n\n", + "output": "the art of licking another mans balls in public", + "label": "a bad ass" +} +{ + "input": "\"going there was a complete wombat\" What is the definition of \"wombat\"?\n\n", + "output": "waste of my time and money", + "label": "waste of money, brains and time" +} +{ + "input": "\"\"dude kiera is totally banging down a stiff lucy on joey right now\" What is the definition of \"banging down a stiff lucy\"?\n\n", + "output": "when a girl is giving a guy a handjob", + "label": "this is when a female snorts a line of cocaine off of a males erect penis, then follows it with dropping acid off of his testicles" +} +{ + "input": "\"trying to get to a manga website but clicking the, instead\" What is the definition of \",\"?\n\n", + "output": "\"a typo for \".\" caused by the close proximity of the letter \"l\" and the comma", + "label": "you missed the m key didn't you?" +} +{ + "input": "\"hey, look at that clam nigger\" What is the definition of \"clam nigger\"?\n\n", + "output": "a female oyster", + "label": "a black woman's vagina" +} +{ + "input": "\"my plans to go see [finntroll] in concert fell through, and now i'm buttsad because they probably won't ever tour around here again\" What is the definition of \"buttsad\"?\n\n", + "output": "\"a combination of the words \"butt\" and \"sad", + "label": "\"a type of sadness or depression that is particularly pathetic, usually with marked self-pity and moping" +} +{ + "input": "\"wow, for a minute i thought those were beef curtains but after closer inspection they are definitely bacon blinds\" What is the definition of \"bacon blinds\"?\n\n", + "output": "similar to beef curtains, but the slabs of meat hanging from the woman's thighs are much smaller and the inner labia are clearly visible", + "label": "the crispy or soggy meaty flaps of skin that hang from the vagina" +} +{ + "input": "\"chappar nan magane, hengo ideya\" What is the definition of \"chappar\"?\n\n", + "output": "chappar means hair in manipuri language", + "label": "stands for dick head in kannada" +} +{ + "input": "\"where you from fool? big money texas\" What is the definition of \"big money texas\"?\n\n", + "output": "\"big money [texas]", + "label": "\"big money [texas]" +} +{ + "input": "\"i got some nice china cat for a good price\" What is the definition of \"china cat\"?\n\n", + "output": "the drug heroin (high potency)", + "label": "the drug heroin (high potency)" +} +{ + "input": "\"kate: lol, i only sleep that side in my bed shane: its ok, im an ambisleeper\" What is the definition of \"ambisleeper\"?\n\n", + "output": "someone who can sleep on there back, front and side", + "label": "somebody who can sleep both on their left and their right if they have to" +} +{ + "input": "\"lisa: wendy, you can't fit another person in this car, can you? wendy: shuriken\" What is the definition of \"shuriken\"?\n\n", + "output": "a word used to describe something that is too awesome or too perfectly awesome to use the regular word for", + "label": "an affirmation of ability" +} +{ + "input": "\"40-side is the place that i rest, where u can be walking without a bullproof vest\" What is the definition of \"40-side\"?\n\n", + "output": "the bad part of town, were gangsters and shooting is common", + "label": "a new york ghetto" +} +{ + "input": "\"hi, i'm chris bosh and i'm part of the miami heat big 3\" What is the definition of \"chris bosh\"?\n\n", + "output": "a basketball player who joined the miami heat in 2010", + "label": "one of the most hated nba players of all-time" +} +{ + "input": "\"'reeto, i shagged this bird last night, and she had a minge that hung down by her knees' said dave-o 'ah - ha, she had a bucketminge\" What is the definition of \"bucketminge\"?\n\n", + "output": "a very large minge [vagina] that hangs down, often found on birds [girls/females] from areas such as inner-city areas or bucketapolis", + "label": "a minge that hangs down like a bucket" +} +{ + "input": "\"jeanine garafalo is a bookyak\" What is the definition of \"bookyak\"?\n\n", + "output": "a ugly girl with glasses", + "label": "slang italian for cunt" +} +{ + "input": "\"damn son, do you ever contribute anything noteworthy? stop being the minstroll\" What is the definition of \"minstroll\"?\n\n", + "output": "the one that does nothing but complain", + "label": "minstroll comes from the words minstrel an troll" +} +{ + "input": "\"girl1: hey anushe that top is um well\" What is the definition of \"anushe\"?\n\n", + "output": "the best guy in the world", + "label": "a girl who is always fussing over her hair, is a total spazz when it comes to the guy she likes" +} +{ + "input": "\"om my god i love your clism\" What is the definition of \"clism\"?\n\n", + "output": "a slang word for clit", + "label": "a large or big penis" +} +{ + "input": "\"hey man i see you haven't shaved in a few days, nice asian beard\" What is the definition of \"asian beard\"?\n\n", + "output": "a thin dark beard that covers the lower jaw and chin", + "label": "a few stubbles of hair coming from the chin" +} +{ + "input": "\"that stupid penis wrinkle is ruining our country\" What is the definition of \"penis wrinkle\"?\n\n", + "output": "\"george w", + "label": "\"george w" +} +{ + "input": "\"chris paul is a generational point guard who's talent we have not seen since magic johnson\" What is the definition of \"chris paul\"?\n\n", + "output": "arguably one of the best point guards in the nba", + "label": "incredible point guard of the new orleans hornets" +} +{ + "input": "\"bob-hey bitch boy go get me some water\" What is the definition of \"bitch boy\"?\n\n", + "output": "a person who is ussually someones bitch, like a little slave peasent boy", + "label": "a person who is ussually someones bitch, like a little slave peasent boy" +} +{ + "input": "\"\"gaben: \"we're proud to announce that [gordon freeman] and [alyx vance] achieve 79th base in half-life episode 3: the return to xen\" What is the definition of \"79th base\"?\n\n", + "output": "performing sexual intercourse whilst beating back an alien invasion", + "label": "sex while time traveling/having sex in a parallel dimension" +} +{ + "input": "\"you just mad cuz i caught you gogee whoppers off guard -lil pat\" What is the definition of \"gogee whoppers\"?\n\n", + "output": "a slang word used for the u", + "label": "haters and nay-sayers" +} +{ + "input": "\"i flumber you, joanna\" What is the definition of \"flumber\"?\n\n", + "output": "to love someone", + "label": "love is just an over-used word" +} +{ + "input": "\"i love that dress, who designed it? alta cation\" What is the definition of \"alta cation\"?\n\n", + "output": "\"a clothing label by aussie designer, nicola da silva", + "label": "charlotte based fashion design label started by jennifer murphy and amanda stevens" +} +{ + "input": "\"his mother cooked thanksgiving dinner, it was a culinary columbine\" What is the definition of \"culinary columbine\"?\n\n", + "output": "a culinary columbine is a [columbine] like mass murder using food as the weapon", + "label": "a horrible meal that is the result of a massacre in the kitchen" +} +{ + "input": "\"dude, you're such a bitech\" What is the definition of \"bitech\"?\n\n", + "output": "\"1", + "label": "(n" +} +{ + "input": "\"i 1der hoo idt izz\" What is the definition of \"1der\"?\n\n", + "output": "wonder", + "label": "\"the way to say \"wonder\" in a text message" +} +{ + "input": "\"soe pulled an allods with star wars galaxies, even before gpotato made allods\" What is the definition of \"allods\"?\n\n", + "output": "to pull an allods is to make a mmorpg based on a well-known movie franchise and to fail terribly", + "label": "1" +} +{ + "input": "\"da me mi chicupbra esta alli\" What is the definition of \"chicupbra\"?\n\n", + "output": "puerto rican word for cup", + "label": "made up from chicana hynas resembles a bra" +} +{ + "input": "\"tina bite me now you stupid lard\" What is the definition of \"bite me\"?\n\n", + "output": "a person asking another person of the (well hopefully) opposite sex to basically bite them on the neck or some other place on the body", + "label": "a person asking another person of the (well hopefully) opposite sex to basically bite them on the neck or some other place on the body" +} +{ + "input": "\"that's one dirty bitch you don't wanna mess with or play/toy with her emotions\" What is the definition of \"dirty bitch\"?\n\n", + "output": "\"primarily used in an attempt to be derogatory in describing a [strong independent woman] that is not only confident but [sexy] and [beautiful] as well", + "label": "\"primarily used in an attempt to be derogatory in the description of an [assertive]woman" +} +{ + "input": "\"dude, i haven't had sex in six weeks, it's been a really hard dry streek\" What is the definition of \"dry streek\"?\n\n", + "output": "a combination of the words [dry spell] and [sex], meaning a period of time when you have not had sex", + "label": "an extended period of time without sex" +} +{ + "input": "\"\" \"i got home earlier than i excpected, so i could do my homework befanan\" What is the definition of \"befanan\"?\n\n", + "output": "\"a slang word for \"before having a wank\"\"", + "label": "adj, adv" +} +{ + "input": "\"-that concert last night was great, right? -it was the fucking end of time\" What is the definition of \"end of time\"?\n\n", + "output": "something that is really, really awesome", + "label": "a powerful expression of satisfaction and/or appreciation" +} +{ + "input": "\"a tall beautiful woman, with long dark curly hair, brown eyes and the body of a coke bottle, she gotto be a jasmin\" What is the definition of \"jasmin\"?\n\n", + "output": "the most beautiful thing in the world", + "label": "sexual and sensual, beautiful woman with an exotic touch" +} +{ + "input": "\"joey lost a round of golf and was dufresned by his buddies on the 18th hole fringe as punishment\" What is the definition of \"dufresned\"?\n\n", + "output": "to be made to lie on your back on the ground with your hands as a pillow while a group of men or boys urinate on you", + "label": "form a tunnel with your legs in squatting position with several others" +} +{ + "input": "\"michale graves changed his devilock into a braid hawk when he joined marky ramone's blitzkrieg\" What is the definition of \"braid hawk\"?\n\n", + "output": "a variation on the mohawk", + "label": "grown out mohawk or variation with thin braids" +} +{ + "input": "\"person one: kaylynn is so perfect\" What is the definition of \"kaylynn\"?\n\n", + "output": "a beautiful person who is full of joy and laughter", + "label": "the most beautiful girl you will ever meet in your life" +} +{ + "input": "\"bloody black bastards and their stink are annoying the piss out of me\" What is the definition of \"black bastards\"?\n\n", + "output": "words used to describe some aboriginals in australia who are always up too no good", + "label": "words used to describe some aboriginals in australia who are always up too no good" +} +{ + "input": "\"he pulled a fahrenkamp and aced his test\" What is the definition of \"fahrenkamp\"?\n\n", + "output": "one who stays up until 6 am to finish a project only to have it not accepted because it's due date passed while they slept", + "label": "1)a very smart action 2) an extremely smart person" +} +{ + "input": "\"the waxing of the gibbous moon bathed the courtyard in a kind of cold starlight\" What is the definition of \"gibbous\"?\n\n", + "output": "partially illumiinated", + "label": "a phase of the moon in which it is more than half full, but not entirely full" +} +{ + "input": "\"\"eddie-hey i just picked up some fireworks for the 4th of july tom- cool what kind are they? eddie-not sure\" What is the definition of \"4th of july\"?\n\n", + "output": "a day where people express their american patriotism by shooting off explosives that they bought from illegal immigrants", + "label": "a day where people express their american patriotism by shooting off explosives that they bought from illegal immigrants" +} +{ + "input": "\"last saturday night i went bare pickle with this girl i met at cain\" What is the definition of \"bare pickle\"?\n\n", + "output": "to have sexual intercourse without using protection (usually a condom)", + "label": "to have sexual intercourse without using protection (usually a condom)" +} +{ + "input": "\"see him over there, he is such an apple eater\" What is the definition of \"apple eater\"?\n\n", + "output": "someone who listens to their ipod a lot", + "label": "someone who listens to their ipod a lot" +} +{ + "input": "\"\"dude, i love the ass clock man\" What is the definition of \"ass clock\"?\n\n", + "output": "a useless but funny gadget that displays the time by having different poses of the pokemon cyndaquil", + "label": "a device similar to that of a [clock] except it is [surgically] emplanted into the [cheek] of your choice" +} +{ + "input": "\"did you see that clueless girl? she was an ellie copeland\" What is the definition of \"ellie copeland\"?\n\n", + "output": "an ingnorant, dumb, stupid girl who does not know anything", + "label": "a muppet!" +} +{ + "input": "\"a bitrollar troll could be a very smart, intelligent individual who trolls professionally at one moment, and suddenly turn into stupid idiots who flame everything for every reason\" What is the definition of \"bitrollar\"?\n\n", + "output": "\"combination of two words, \"bit\" and \"troll", + "label": "a word used for describing trolls on the internet - or real life - that have multiple sides to them" +} +{ + "input": "\"wow im not sure if i had sex with a barlow last night or if he had a tootsie roll stuck to his crotch nonetheless what a worthless date\" What is the definition of \"barlow\"?\n\n", + "output": "either way its not a good sign!", + "label": "a virgin" +} +{ + "input": "\"i'm gonna give her some of that backdoor meat\" What is the definition of \"backdoor meat\"?\n\n", + "output": "a slang term for anal sex", + "label": "taking a cock in the ass" +} +{ + "input": "\"doug and claire are kissing, when suddenly doug makes a move in the no no zone, but ultimately chicken fingers her\" What is the definition of \"chicken fingers\"?\n\n", + "output": "\"when one person fondles another persons \"naughty bits\" and then proceeds to wipe his or her fingers under the recipents nose", + "label": "1" +} +{ + "input": "\"look at isaiah he's got those heavy legs\" What is the definition of \"heavy legs\"?\n\n", + "output": "charlie horse or a cramp in your leg that makes your leg feel really heavy", + "label": "a word meaning large legs or fat" +} +{ + "input": "\"do me a favour m8, badger off\" What is the definition of \"badger off\"?\n\n", + "output": "\"badger off is to tell someone to go away and/or leave you alone", + "label": "its wat true pimps say" +} +{ + "input": "\"eric, the boogie man isn't real\" What is the definition of \"boogie man\"?\n\n", + "output": "n, a famed monster that is entirly made out of teeth", + "label": "n, a famed monster that is entirly made out of teeth" +} +{ + "input": "\"after the truck spilled radioactive garbage everywhere the cops called in the glow worms\" What is the definition of \"glow worms\"?\n\n", + "output": "members of a hazardous materials cleanup team", + "label": "members of a hazardous materials cleanup team" +} +{ + "input": "\"yo, reel rude bwai iyadey\" What is the definition of \"bwai\"?\n\n", + "output": "\"this word is usually used by jamaicans and some times trinidadians, its just a cool way to say \"boy\" \"", + "label": "\"the jamaican way of saying \"boy\"\"" +} +{ + "input": "\"no intercourse? how 'bout some frank-in-sense\" What is the definition of \"frank-in-sense\"?\n\n", + "output": "in the sense of frank in the pants, but can also mean digital vaginal stimulation", + "label": "fornication in the ear, nose, or eye socket" +} +{ + "input": "\"hi steve, i sunk a 5 foot golden rough with janine last night\" What is the definition of \"golden rough\"?\n\n", + "output": "the act of performing anal on another human to get their arse gaping", + "label": "the act of performing anal on another human to get their arse gaping" +} +{ + "input": "\"chica bomb slammed the jammer from the faster pussy cats out of bounds causing her to lose her position as lead jammer\" What is the definition of \"chica bomb\"?\n\n", + "output": "\"chica bomb is a blocker/pivot on the roller derby team \"the bad reputations\" for the terminal city roller girls", + "label": "\"chica bomb is a blocker/pivot on the roller derby team \"the bad reputations\" for the terminal city roller girls" +} +{ + "input": "\"\"i think i'm off to bootham college\" What is the definition of \"bootham\"?\n\n", + "output": "a snotty private school in york, where public (or as public as you can be and still be a private school) school pupils go", + "label": "1) homosexual salmon eating people, who have more money than sense and genetalia" +} +{ + "input": "\"iam is a potat\" What is the definition of \"potat\"?\n\n", + "output": "a person who is a duper moron", + "label": "a person who is the embodiment of a potato" +} +{ + "input": "\"\"charlie poole is such a cottager \"i know, he's at it all the time in the public toilets round at peppercorn car park\"\" What is the definition of \"cottager\"?\n\n", + "output": "someone who partakes in cottaging", + "label": "a homosexual man who uses public toilets as a venue for the clandestine act of wanking or sucking off another homsexual man" +} +{ + "input": "\"that was aweshumm\" What is the definition of \"aweshumm\"?\n\n", + "output": "see [awesome]", + "label": "really kewllll" +} +{ + "input": "\"i'm moving you to gen pop\" What is the definition of \"gen pop\"?\n\n", + "output": "general population [a public place]", + "label": "general population [a public place]" +} +{ + "input": "\"when your fire chief trys to intubate a manikan and would have killed the patient j.t.f.c.\" What is the definition of \"j.t.f.c.\"?\n\n", + "output": "jack the fuck up chief", + "label": "abbreviation for when someone fucks up so bad theres no words for it" +} +{ + "input": "\"1 luv all\" What is the definition of \"1 luv\"?\n\n", + "output": "one love", + "label": "it means bye" +} +{ + "input": "\"nice shot there, fuckchops\" What is the definition of \"fuckchops\"?\n\n", + "output": "1", + "label": "a condescending term for a loser" +} +{ + "input": "\"tim is a budmojiggler\" What is the definition of \"budmojiggler\"?\n\n", + "output": "a person who uses cocaine, marijuana, and other illegal drugs", + "label": "one who chases after overweight beings" +} +{ + "input": "\"lets go doozing to buy a scalextric we have nothing else to do\" What is the definition of \"doozing\"?\n\n", + "output": "this is another word for shopping that is used by kids", + "label": "the act of doing something, but actually doing nothing" +} +{ + "input": "\"i got tired of foolin' with a full beard, so i shaved off the sides and turned it into a mcgwire\" What is the definition of \"mcgwire\"?\n\n", + "output": "a style of facial hair with widely-groomed, bushy mustache and clean-shaven face", + "label": "a full [mustache] or ['stache] worn in [fu manchu] style with a [goatee], with or without a [patch], in the style of former st" +} +{ + "input": "\"haha chorky dorky\" What is the definition of \"chorky dorky\"?\n\n", + "output": "an adjective describing someone who is a chubby dork", + "label": "adjective or nick name for chor" +} +{ + "input": "\"i got herebied by my landlord that increased my rent by 20%\" What is the definition of \"herebied\"?\n\n", + "output": "to be screwed over or taken advantage of by someone or some group of people that you cannot avoid", + "label": "\"become the target of an \"hereby\" declaration that affects you in a negative way against your will" +} +{ + "input": "\"a good example would be you two who just posted two different types of you'r dream girl, you can not have one specific dream girl that fits every man\" What is the definition of \"dream girl\"?\n\n", + "output": "\"i would like to point out that every man has a different dream girl", + "label": "\"for all you fellows who are trying to give a definition of a dream girl can't" +} +{ + "input": "\"man, look at that little awkrosexual bitch\" What is the definition of \"awkrosexual\"?\n\n", + "output": "1", + "label": "being really awkward and gay" +} +{ + "input": "\"\"what did you do on friday? \"wow it was crazy, all the 5 kings were there\" What is the definition of \"5 kings\"?\n\n", + "output": "the 5 kings is a term used in a situation when describing a group of people who hold power or authority", + "label": "smoking, drinking, sucking, fucking, licking not necesarily limited to 5 but otherwise would be known as the kings of indecency, usually involved in a good friday night" +} +{ + "input": "\"tod and jon were so high smoking that e j\" What is the definition of \"e j\"?\n\n", + "output": "electronic joint", + "label": "electronic joint" +} +{ + "input": "\"jews like jazzle quarters next to their dinner plates\" What is the definition of \"jazzle\"?\n\n", + "output": "a jewish baby's poop", + "label": "meaning pretty or cool or neat-o! jonas says thats its my dike word" +} +{ + "input": "\"man that ish is bufard\" What is the definition of \"bufard\"?\n\n", + "output": "an adjective used to describe something or someone that is stupid, dumb, not cool, or messed up", + "label": "\"beyond words that can describe of being \"fucked up\" or \"fubared\"\"" +} +{ + "input": "\"look at that andrzej\" What is the definition of \"andrzej\"?\n\n", + "output": "a funny polish man with a lot of weird habits", + "label": "a gangly, polish person who likes to copy other peoples schoolwork" +} +{ + "input": "\"\"1: \"did you allfit today?\" 2: \"yes\" What is the definition of \"allfit\"?\n\n", + "output": "when one asks another how their day is going and expects the response to be 'good' or 'fine'", + "label": "verb" +} +{ + "input": "\"her belly sticks out further than her booby do\" What is the definition of \"booby do\"?\n\n", + "output": "(noun", + "label": "(noun" +} +{ + "input": "\"that was factalicious\" What is the definition of \"factalicious\"?\n\n", + "output": "so factually delicious that you can taste it!", + "label": "a fact or multiple facts that are so amazing they are factalicious!" +} +{ + "input": "\"it's easy, walk in wack the fucker and walk out, ba da bing ba da boom\" What is the definition of \"ba da bing ba da boom\"?\n\n", + "output": "like 1, 2, 3", + "label": "like 1, 2, 3" +} +{ + "input": "\"there's something brewing down in the angry inch my friend\" What is the definition of \"angry inch\"?\n\n", + "output": "the small area between the arsehole and the testicles", + "label": "the small area between the arsehole and the testicles" +} +{ + "input": "\"ohh bailey lynne is in troublee\" What is the definition of \"bailey lynne\"?\n\n", + "output": "a presppy high school who is a hot mess", + "label": "a beautiful, young, curly haired girl, usually blonde/brunette, outgoing, crazy/wierd, loved by plenty hated by most, gets in trouble easy" +} +{ + "input": "\"it was a textbook turd until i snagged an ass flap\" What is the definition of \"ass flap\"?\n\n", + "output": "when a rogue bit of toilet roll gets stuck to your sphincter during wiping", + "label": "when a rogue bit of toilet roll gets stuck to your sphincter during wiping" +} +{ + "input": "\"charlie was giving me lip so i put his ass in the idiot box\" What is the definition of \"idiot box\"?\n\n", + "output": "\"a game wherin a trash talking friend can only be reigned in by being physically contained within a large cardboard box which they have been dubbed \"the idiot box\"", + "label": "\"a game wherin on person sneaks up on another and traps them under a blanket, preferably keeping them there for prolonged periods of time while screaming \"idiot box!\"\"" +} +{ + "input": "\"-lucy gave me a dutch kiss the other night\" What is the definition of \"dutch kiss\"?\n\n", + "output": "the act of farting while another person is licking your asshole", + "label": "a kiss given after oral sex, from one partner to the other, where which, the male ejaculate is swapped from mouth to mouth" +} +{ + "input": "\"i get that souza feeling every time jenna walks by the room\" What is the definition of \"souza\"?\n\n", + "output": "the uncontrollable urge to receive oral sex, usually from a very attractive female", + "label": "\"souza, n" +} +{ + "input": "\"\"bro 1: \"duuuuudee i just had a flying dutchman\" What is the definition of \"flying dutchman\"?\n\n", + "output": "the worst drink in the world, it's a mixed drink consisting of captain morgan and wave blue raspberry, taste like shit", + "label": "a mixed drink made of captain morgan and wave blue raspberry, named so because of its eerily green color, like the flying dutchman" +} +{ + "input": "\"a1 nugget is a g and you are a fuckdummy\" What is the definition of \"fuckdummy\"?\n\n", + "output": "one who is a complete fucking idiot and has no idea what so ever", + "label": "dumb ass fuck boy" +} +{ + "input": "\"fuck that shit cuz i ain't the one, for a punk muthafucka with a badge and a gun\" What is the definition of \"fuck that shit\"?\n\n", + "output": "refusal to accept the presented circumstance or event", + "label": "refusal to accept the presented circumstance or event" +} +{ + "input": "\"check out this awesome dual rectifier amp head i got\" What is the definition of \"amp head\"?\n\n", + "output": "a guitar amplifier head", + "label": "\"a [guitar amp] which only consists of the preamplifier and power amplifier stages" +} +{ + "input": "\"being as judy worked at baskin & robbins, i figured she’d appreciate last night’s bananal split\" What is the definition of \"bananal split\"?\n\n", + "output": "after engaging in anal sex, the man splits the woman’s anus open further, inserts a banana into the now-exposed area, and continues to fuck said object", + "label": "(bú-nay-nul split) n" +} +{ + "input": "\"i beelieve in jesus\" What is the definition of \"beelieve\"?\n\n", + "output": "bee + believe = beelieve it's for people who don't like to waste time saying things like 'i do believe'", + "label": "a word that means believe as considered relevant to bee's" +} +{ + "input": "\"yo this i got this brizm comin thru tonite\" What is the definition of \"brizm\"?\n\n", + "output": "a girl that gets bitches to fall at her feet", + "label": "a bout it chick" +} +{ + "input": "\"claire was greeted with the familiar stench of eggwind as she walked through the door\" What is the definition of \"eggwind\"?\n\n", + "output": "a particularly noxious form of flatulence comprised of both eggs and wind", + "label": "a common fart scented with deep, eggy undertones" +} +{ + "input": "\"there were lots of burnik when i got a brazilian wax at the spa\" What is the definition of \"burnik\"?\n\n", + "output": "the burning sensation felt after a waxing appointment", + "label": "the curly hair that grows in between the genitals and anal orifice, and anywhere around it with a 5inch radius" +} +{ + "input": "\"cold's new album a different kind of pain - adkop\" What is the definition of \"adkop\"?\n\n", + "output": "according to kurt", + "label": "a different kind of pain" +} +{ + "input": "\"everytime my father went to a hotel, he always flung his aarp card down and demanded a senior rate\" What is the definition of \"flung\"?\n\n", + "output": "to throw down or discard in an angry or haphazard manner", + "label": "to use, make use of, or apply to origin: when a card (credit, debit, discount, etc" +} +{ + "input": "\"my gi gi is hurting for some luving\" What is the definition of \"gi gi\"?\n\n", + "output": "a name for a womans vagina", + "label": "chinese word meaning dick" +} +{ + "input": "\"bloody ell, i got jumped by a right ben's mum back there\" What is the definition of \"ben's mum\"?\n\n", + "output": "an overly friendly portly lady of advanced years", + "label": "an overly friendly portly lady of advanced years" +} +{ + "input": "\"i told my friend to get kdx on his shit so i could send him the latest copy of mac os x\" What is the definition of \"kdx\"?\n\n", + "output": "to get a kick ass idea", + "label": "hotline like filesharing client where the 31337 of the underground roam" +} +{ + "input": "\"dev is brooklynese\" What is the definition of \"brooklynese\"?\n\n", + "output": "the slang words and way of life in the borough of brooklyn, which is a part of new york city", + "label": "a brooklyn born chinese descendant" +} +{ + "input": "\"every [insecure] hot chick surounds herself with broads that are only australian cute\" What is the definition of \"australian cute\"?\n\n", + "output": "\"1", + "label": "ugly but interesting (looking)" +} +{ + "input": "\"i saw your wife banging her latin lover again after he was done mowing the yard\" What is the definition of \"latin lover\"?\n\n", + "output": "the other man that a married woman has sex with, ususally someone from a latin country like mexico, or puerto rico", + "label": "\"pollitically correct term for a \"fucking mexican\"" +} +{ + "input": "\"guy 1: hey, let's go get some fruit loops guy 2: it's froot loops you [asshat]\" What is the definition of \"froot loops\"?\n\n", + "output": "the correct way to spell froot loops", + "label": "the correct way to spell froot loops" +} +{ + "input": "\"this party needs a hinojosa\" What is the definition of \"hinojosa\"?\n\n", + "output": "a person who is the life of the party and will always be there for you", + "label": "a party animal, one who enjoys a good drink with some friends" +} +{ + "input": "\"cillian murphy > collin farrell\" What is the definition of \"cillian murphy\"?\n\n", + "output": "an actor hailing from cork, ireland landing critical acclaim for his roles in films such as red eye, 28 days later, disco pigs, and the soon-to-be-released breakfast on pluto", + "label": "an actor hailing from cork, ireland landing critical acclaim for his roles in films such as red eye, 28 days later, disco pigs, and the soon-to-be-released breakfast on pluto" +} +{ + "input": "\"look, they have a baby oreo\" What is the definition of \"baby oreo\"?\n\n", + "output": "a black baby with white parents", + "label": "an offspring of a white person and black person" +} +{ + "input": "\"fernando torres is the heart and soul of the athletico madrid team and a crucial player for the national team\" What is the definition of \"fernando torres\"?\n\n", + "output": "a young talented footballer with great skills and amazing speed", + "label": "a young talent striker with amazing skills who has carried athletico madrid for years despite the fact he is only 22" +} +{ + "input": "\"\"man, this thread has been a huge gwargasm\" What is the definition of \"gwargasm\"?\n\n", + "output": "an orgasm of pure rage", + "label": "\"meaning to \"fail miserably\"" +} +{ + "input": "\"i needs a new pair of gruds, that's my pile of dirty gruds\" What is the definition of \"gruds\"?\n\n", + "output": "a word that can mean either underwear or socks", + "label": "slang for [underpants], possibly northern england" +} +{ + "input": "\"damn, i've seen some big toes in my life, but annie peterson is cooler than deep space\" What is the definition of \"annie peterson\"?\n\n", + "output": "the coolest toe ever to be observed by any living person, creature, or anything that has eyes", + "label": "\"unusually \"cool\" and attractive" +} +{ + "input": "\"boys like david are amerzing\" What is the definition of \"amerzing\"?\n\n", + "output": "to be among the most attractive males in the world, but not in a gay way", + "label": "adjective" +} +{ + "input": "\"kim is a duckhead\" What is the definition of \"duckhead\"?\n\n", + "output": "one who has a head that resembles a duck", + "label": "a girl who is not talented at giving oral sex, scraping the penis with her teeth a lot, somewhat like a beak would do" +} +{ + "input": "\"'what the fuck is this cuntwash all over my wall? 'i have never read such cuntwash in my life\" What is the definition of \"cuntwash\"?\n\n", + "output": "a violent form of verbal abuse, often used as a last resort when all other forms of abuse have been exhausted", + "label": "(noun) unbelievable textual garbage, usually posted on someone's facebook wall against their specific and expressed wishes" +} +{ + "input": "\"hey man, gimme your shoes i like them yeah, fuck off you choad face\" What is the definition of \"choad face\"?\n\n", + "output": "a choad face is a nasty word which basically describe a stupid guy", + "label": "a choad face is a nasty word which basically describe a stupid guy" +} +{ + "input": "\"young peter: why did all the dinosaurs die out? tour guide: because you touch yourself at night\" What is the definition of \"because you touch yourself at night\"?\n\n", + "output": "\"the response to any \"why\" question that anyone asks you", + "label": "\"the response to any \"why\" question that anyone asks you" +} +{ + "input": "\"as christian sat on the toilet his cannon balls tea bagged the toilet water\" What is the definition of \"cannon balls\"?\n\n", + "output": "a term that refers to a man's balls that have the abilty to teabag toilet water", + "label": "a term that refers to a man's balls that have the abilty to teabag toilet water" +} +{ + "input": "\"continuing the office after [michael scott] left? ugh, total money milking - the internet star trek animated series, rocky 4\" What is the definition of \"money milking\"?\n\n", + "output": "\"1", + "label": "the act of attempting to squeeze as much money as possible out of a franchise without consideration for the resulting descent in its integrity and reputation" +} +{ + "input": "\"i went to the stone pony in asbury park to see a concert last friday\" What is the definition of \"asbury park\"?\n\n", + "output": "a city located in [monmouth county], [new jersey] that is notable for being the site of the legendary big man's [stone pony] club", + "label": "a city on the jersey shore that has been turned dangerous due to riots and other shit, it's going through a large-scale renovation to make it nice again" +} +{ + "input": "\"man honey you pulled a bill raftery last night\" What is the definition of \"bill raftery\"?\n\n", + "output": "one who stays up all night talking to his wife on facebook while masturbating furiously using facebook as his porn", + "label": "a naughty little crypster that is often known for making the wrong calls in bed" +} +{ + "input": "\"get over here bisnich and suck me\" What is the definition of \"bisnich\"?\n\n", + "output": "a combination of [bitch] and [snitch]", + "label": "bizz-nitch a woman (bitch) who is pimped and who is a slag and is just business" +} +{ + "input": "\"\"[bro], sweet bropiary\" What is the definition of \"bropiary\"?\n\n", + "output": "n", + "label": "a towering masterpiece of hair atop a bro's head, generally meticulously in place and styled with mass amounts of hair product" +} +{ + "input": "\"i'm gonna go to your mother's house and cock the magic pistol over her forehead\" What is the definition of \"cock the magic pistol\"?\n\n", + "output": "to masturbate", + "label": "a funny way of just saying, beat off, jerk off, or plain old masturbate" +} +{ + "input": "\"woah look at that anurati\" What is the definition of \"anurati\"?\n\n", + "output": "a person who is a total sweetheart", + "label": "someone cool or just generally popular" +} +{ + "input": "\"you can't tell me frank lucas has achieved what no other italian mafia has for the past 100 years\" What is the definition of \"frank lucas\"?\n\n", + "output": "the greatest italian mafia boss ever, in history", + "label": "the crime world's first ever black kingpin to be over la cosa nostra" +} +{ + "input": "\"v: sodomy is a sin according to the catholic church\" What is the definition of \"catholic church\"?\n\n", + "output": "religion that is supposdely ruled by love", + "label": "religion that is supposdely ruled by love" +} +{ + "input": "\"i saw curtis ward during the kerrang day of rock\" What is the definition of \"curtis ward\"?\n\n", + "output": "the bassist of [the used]", + "label": "\"one of three guitarists from the british, heavy metal/deathcore group bring me the horizon (bmth) sometimes called a posser or sellout by douches but obviously isnt" +} +{ + "input": "\"sarah f is the first feather girl to come out of the stable/flock\" What is the definition of \"feather girl\"?\n\n", + "output": "a feminine version of the peacock's tail, located between the legs of the female", + "label": "a very non-intellectual and immature" +} +{ + "input": "\"check that cracker, he's so cedarville he doesn't even know who tupac was\" What is the definition of \"cedarville\"?\n\n", + "output": "a word used synonymously with the words [cracker] and [redneck]", + "label": "a prominent christian university in ohio" +} +{ + "input": "\"the name ettie is a persian baby name\" What is the definition of \"ettie\"?\n\n", + "output": "persian word for cute or pretty", + "label": "cool, aloof, loner, beauty, intellect, house ruler people with this name have a deep inner desire to use their abilities in leadership, and to have personal independence" +} +{ + "input": "\"oh god she's got the nut bat\" What is the definition of \"nut bat\"?\n\n", + "output": "a term used to describe a girl who has br�st cancer", + "label": "a baseball bat used to hit someone in the nuts(scrotum)" +} +{ + "input": "\"i am blogsessed with celebrity gossip sites\" What is the definition of \"blogsessed\"?\n\n", + "output": "the state of being obsessed with reading and writing weblogs", + "label": "adj" +} +{ + "input": "\"he's such a hobo blogger i've stopped linking to him\" What is the definition of \"hobo blogger\"?\n\n", + "output": "a person who [blog]s but does not read other blogs or [link] to them", + "label": "someone who routinely skips [blogging] for a week or more at a time" +} +{ + "input": "\"\"frank: \"merry chodesmas\" What is the definition of \"chodesmas\"?\n\n", + "output": "\"the holiday season from december 25th to january 1st", + "label": "a day of humbuggery, weed smoking and heavy consumption of meats and cheeses" +} +{ + "input": "\"guy 1 - damn i wish i could spit game guy 2 - you my man need to meet the big nasty\" What is the definition of \"big nasty\"?\n\n", + "output": "big nasty is a badass motherfucker who spits game at every female and whips out his piece at any given moment", + "label": "big nasty is a badass motherfucker who spits game at every female and whips out his piece at any given moment" +} +{ + "input": "\"guy 1: i wish i slayed biddies like benny t benny t: watch and learn *pulls women* guy 1: wow\" What is the definition of \"benny t\"?\n\n", + "output": "the biggest pimp this side of the motorway", + "label": "benny t is the name for a kid who slays" +} +{ + "input": "\"dude, me and marry made banana pancakes last night\" What is the definition of \"banana pancakes\"?\n\n", + "output": "anal sex", + "label": "anal sex" +} +{ + "input": "\"'dude look at him in the library, he's such an aphotix\" What is the definition of \"aphotix\"?\n\n", + "output": "a word used to describe a nerd", + "label": "aphotix is a nerd, aphotix is a game freak, yet aphotix is a hottie" +} +{ + "input": "\"he's a decent fella and everything, but listening to all that ricky martin means he must be a butt nut\" What is the definition of \"butt nut\"?\n\n", + "output": "\"n", + "label": "\"n" +} +{ + "input": "\"what makes you say he is a friend of dorothy's\" What is the definition of \"a friend of dorothy's\"?\n\n", + "output": "a male homosexual(judy garland, the actress who played dorothy in the wizard of oz, is belived to have been the favorite actress of many homosexuals at one point)", + "label": "a male homosexual(judy garland, the actress who played dorothy in the wizard of oz, is belived to have been the favorite actress of many homosexuals at one point)" +} +{ + "input": "\"chris is beamerphobic dude\" What is the definition of \"beamerphobic\"?\n\n", + "output": "a person who is afraid of the beam from a laser pointer", + "label": "a person who has a fear of bmw's is said to be a beamerpobic" +} +{ + "input": "\"guy 1: dude, wat the hell? guy 2: fig jam\" What is the definition of \"fig jam\"?\n\n", + "output": "fuck if i know, just ask me", + "label": "fuck i'm good, just ask me" +} +{ + "input": "\"yo, nigga when i got hit by a car i thought i saw black jesus\" What is the definition of \"black jesus\"?\n\n", + "output": "1", + "label": "the unknown god of the gang religion could be eazy e could be tupac or some old bum for all us white people care" +} +{ + "input": "\"i'm getting skunky tonight, it's been a crazy ass week\" What is the definition of \"getting skunky\"?\n\n", + "output": "getting super drunk and high with friends when they come over to your house", + "label": "1" +} +{ + "input": "\"anne marie is about to spread that shit like nutella\" What is the definition of \"anne marie\"?\n\n", + "output": "loves nutella", + "label": "loves nutella" +} +{ + "input": "\"that bloke over there is such a fairy boy\" What is the definition of \"fairy boy\"?\n\n", + "output": "a male who acts slightly feminine but not neccessary means that they are gay", + "label": "way to describe a very camp/ effeminate man" +} +{ + "input": "\"that nerd chick's doing some analpedic dancing\" What is the definition of \"analpedic\"?\n\n", + "output": "like anapestic, but instead involves dancing", + "label": "of or pertaining to the shoving of one's foot up one's rearmost orifice" +} +{ + "input": "\"james had never seen such a rampant display of cocksucketry\" What is the definition of \"cocksucketry\"?\n\n", + "output": "the act of enganging in fellatio", + "label": "1)an evil faggot rite of passage dating back to the ancient greeks, basically describing the process, recently made infamous by the woodster in st" +} +{ + "input": "\"mikey has a big bujie\" What is the definition of \"bujie\"?\n\n", + "output": "n", + "label": "\"a males penis, a dick,or as the african americans say \"my meat" +} +{ + "input": "\"did i just bada boom on youre face?\" What is the definition of \"bada boom\"?\n\n", + "output": "to jizz everywhere", + "label": "to jizz everywhere" +} +{ + "input": "\"adam lazzara fucked sara and it was amazing\" What is the definition of \"adam lazzara\"?\n\n", + "output": "\"[hott] ass lead singer to taking back sunday", + "label": "\"[hott] ass lead singer to taking back sunday" +} +{ + "input": "\"i'm so proud of you getting the promotion that we should celebrate by banging all night, we'll celebang\" What is the definition of \"celebang\"?\n\n", + "output": "to celebrate an event or occurrence by having intercourse", + "label": "celebrate by way of banging" +} +{ + "input": "\"irregardful of common practice, 'irregardful' is just as useful a word as '[irregardless]'\" What is the definition of \"irregardful\"?\n\n", + "output": "a useless word that some english teachers inculcate into their students", + "label": "adverb" +} +{ + "input": "\"i seen this hot guy and i got va jizzle all over in my pants\" What is the definition of \"va jizzle\"?\n\n", + "output": "female jizz", + "label": "female jizz" +} +{ + "input": "\"a bandwidth thug is someone who leeches on forums and torrents and sometimes even steals links and post it on websites as if it is theirs\" What is the definition of \"bandwidth thug\"?\n\n", + "output": "person who leeches stuff from internet and pretends that the stuff is his/hers and steal other people's bandwidth by posting illegal stuff on internet", + "label": "a leecher" +} +{ + "input": "\"my wife did not appreciate when i carressed her face in the morning with my ball hand\" What is the definition of \"ball hand\"?\n\n", + "output": "when you wake your spouse in the morning by slapping them in the face with your sweaty ball hand", + "label": "the hand that usually ends up cradling your balls at night while sleeping" +} +{ + "input": "\"only in austintown you can experience all fours seasons of the year in one week\" What is the definition of \"austintown\"?\n\n", + "output": "a small town near youngstown, ohio", + "label": "the crappiest place to live" +} +{ + "input": "\"1) yo man u gonna get murdered tonite if u dont stop drinken 2) da fool is murdered, lets do shit to him\" What is the definition of \"murdered\"?\n\n", + "output": "1) past tense of murder 2) another word for f'd up", + "label": "wen alcohol has beaten someone wen they cannot move there body because they are too drunk (also can be from any other drug)" +} +{ + "input": "\"this one right here's for the city i love\" What is the definition of \"city i love\"?\n\n", + "output": "new orleans, louisiana", + "label": "the most amazing song in the entire world" +} +{ + "input": "\"you stole my crap bag present\" What is the definition of \"crap bag\"?\n\n", + "output": "a bad word meaning the sack that you carry crap in", + "label": "a gift exchange among freinds and family of gifts that range from whimsical to humorous to just plain crappy" +} +{ + "input": "\"\"man lou, you sure do smell like cock water\" What is the definition of \"cock water\"?\n\n", + "output": "the sweat that comes off of your [nads] and rolls down the back of your [cheeks] after a long jog", + "label": "piss, urine, pee-pee, tinkle, etc" +} +{ + "input": "\"habibi plz dnt leev me ana bahibak (ana means i)\" What is the definition of \"bahibak\"?\n\n", + "output": "\"its means \" my love\" in arabic\"", + "label": "arabiic saying for 'i love you' bahibak liturly means love you when in a sentence, ana bahibak shud me the correct way of saying itt wich means i love you" +} +{ + "input": "\"that apartment is on cpn and it's got a great view of the park\" What is the definition of \"cpn\"?\n\n", + "output": "canadian priced nuts (nuts that are priced in canadian dollars)", + "label": "the street in manhattan known as central park north, the northern boundary of central park near southern harlem" +} +{ + "input": "\"you are so evonne today\" What is the definition of \"evonne\"?\n\n", + "output": "sexy, hot, attractive", + "label": "1" +} +{ + "input": "\"only through mediation and out of body experiences will the path be shown of bastamental\" What is the definition of \"bastamental\"?\n\n", + "output": "1", + "label": "\"a [belief/way of life], based around living to the [fullest]" +} +{ + "input": "\"i went down on bobs mom and it looked like she was hiding a dead bat down there\" What is the definition of \"dead bat\"?\n\n", + "output": "a extremely small and tight vagina ( for african amercian gurls)", + "label": "when a womens vagina lips look like a shriveled up dead bat" +} +{ + "input": "\"matt lasted 45 awkward and disappointing seconds, leaving barbara with a frowngina\" What is the definition of \"frowngina\"?\n\n", + "output": "the female version of the [flustered face] [frown] [displeased]", + "label": "a disgruntled vagina due to an unsatisfactory sexual encounter, or expressing displeasure at a partners behavior" +} +{ + "input": "\"nick's bubble car can hit 150 and he got a ticket for 130+ in a 55\" What is the definition of \"bubble car\"?\n\n", + "output": "a car that goes fast, has mod's has rims,etc", + "label": "the coolest mother-fathering car in the settled world" +} +{ + "input": "\"have you seen mark wahlberg? he's back in funkybunch shape\" What is the definition of \"funkybunch shape\"?\n\n", + "output": "after a long absence from the gym, or lack of excercise", + "label": "hitting the gym so you can get into shape like marky mark was back in the funkybunch days" +} +{ + "input": "\"two holy cross guys and a clarkie walk into a bar\" What is the definition of \"clarkie\"?\n\n", + "output": "a clarkie is the ultimate small pony", + "label": "(n) a student at clark university" +} +{ + "input": "\"have you seen tanner today? yes, that is why i am smiling\" What is the definition of \"tanner\"?\n\n", + "output": "the most amazing guy in the world", + "label": "someone who can brighten your day when you believe the sun will not shine" +} +{ + "input": "\"last night i was so bugged out i couldn't move\" What is the definition of \"bugged out\"?\n\n", + "output": "to be so fucked up that you have no concept of reality", + "label": "to be so fucked up that you have no concept of reality" +} +{ + "input": "\" damn that vertigo fellow is hella cooh\" What is the definition of \"cooh\"?\n\n", + "output": "\"cooler than cool, beyond \"hip\", beyond \"tight\"", + "label": "a more groovy pronounciation of [cool]" +} +{ + "input": "\"oh man, we have to sort out this hokra before we start playing\" What is the definition of \"hokra\"?\n\n", + "output": "the indian form of [haki]", + "label": "a group of wired video game controllers" +} +{ + "input": "\"dave chappelle ~ queemo, i just found the black box\" What is the definition of \"black box\"?\n\n", + "output": "the black box is a term used to describe the 'burning car' maneuver, where you light your pubic hairs on fire and run around", + "label": "believed by some to exist only in ancient greek mythology, but known by a few select men to exist in the open world" +} +{ + "input": "\"i smell pot and there is nothing to do, i must be at the college of mount saint vincent\" What is the definition of \"college of mount saint vincent\"?\n\n", + "output": "a small college located in the upper west side of manhattan", + "label": "a school in the bronx with a 7 to 1 ratio of girls to guys" +} +{ + "input": "\"captain caveman really doesn't like dick dastardly\" What is the definition of \"captain caveman\"?\n\n", + "output": "1", + "label": "captain caveman, possibly the most hairy catoon character ever & hails from wacky races, where he raced a similar model car to that of fred flinstone" +} +{ + "input": "\"person 1: did you hear x likes you? person 2: ew hell no x shatter\" What is the definition of \"shatter\"?\n\n", + "output": "to obtain a sudden understanding/realization of something which results in an intense feeling of disappointment, anger, or fear", + "label": "a completely repulsive person, place, thing, or idea that you cannot stand the idea of" +} +{ + "input": "\"haxxor is a b\" What is the definition of \"haxxor\"?\n\n", + "output": "a b", + "label": "\"like \"the best\", you know" +} +{ + "input": "\"man he is sooooo frank and beans\" What is the definition of \"frank and beans\"?\n\n", + "output": "1", + "label": "retarded, or slow" +} +{ + "input": "\"the bridge by savoy may not be the first and only example, but i think it is a good example of metalectro\" What is the definition of \"metalectro\"?\n\n", + "output": "electronic music that satirises or comments on the genres of electropop and electroclash in particular", + "label": "\"it's \"metal\" in an electro house format" +} +{ + "input": "\"\"jane was diagnosed with astinkmatism last year\" What is the definition of \"astinkmatism\"?\n\n", + "output": "a chronic disease that causes a person to always smell really bad", + "label": "a nasal defect in which skanky smells of shit and piss usually prevent things like flowers and baked bread from smelling properly to the smeller" +} +{ + "input": "\"bully 1: hey do you remember chris colfer from high school? bully 2: yeah i heard he just won a golden globe\" What is the definition of \"chris colfer\"?\n\n", + "output": "chris colfer the adorable actor who plays kurt hummel on hit tv drama glee", + "label": "chris colfer play an openly gay student on the popular tv show glee" +} +{ + "input": "\"yesterday my friends and i were smoking weed down by the wall during lunch at adams high school\" What is the definition of \"adams high school\"?\n\n", + "output": "a high school in, mi", + "label": "noun: a school in the real [o" +} +{ + "input": "\"damn that bitch is a ghs\" What is the definition of \"ghs\"?\n\n", + "output": "good head slut", + "label": "[grand hustle snatch] a girl who is impossible to get with" +} +{ + "input": "\"yo look at that black dude with the cowboy hat and belt buckle, he is totally a black neck\" What is the definition of \"black neck\"?\n\n", + "output": "red neck that wears black", + "label": "this is not your everyday african american that we know and love, this is a very special breed called a black red neck or black neck for short" +} +{ + "input": "\"yeah that richard he's a real anus mcghee\" What is the definition of \"anus mcghee\"?\n\n", + "output": "1", + "label": "a coworker or acquaintence who tends to screw up anything, everything they put their hands on, and thinks others are laughing at their lame ass jokes" +} +{ + "input": "\"dude lets get out of here, this kenny chesney concert is a sea of tanktop sunburn lines and anti-burns\" What is the definition of \"anti-burns\"?\n\n", + "output": "a palma kind of thing", + "label": "\"the term used to describe the disastrous situation when a man is robbed of his sideburns" +} +{ + "input": "\"my hair isn't ginger it's strawberry blonde\" What is the definition of \"strawberry blonde\"?\n\n", + "output": "the hair colour that self obsessed red heads have to make there red hair look better", + "label": "something some ginger people refer to themselves as being when they're in denial" +} +{ + "input": "\"\"noun - anger \"your a kineegie\" What is the definition of \"kineegie\"?\n\n", + "output": "a word used as a noun to describe someone, somewhere or something", + "label": "the mans pride and joy, number one tool on honeymoon" +} +{ + "input": "\"ching yong: i got this awesome fart pipe on my civic today\" What is the definition of \"fart pipe\"?\n\n", + "output": "an exhaust system on a car", + "label": "a huge, annoying, fake exhaust pipe added to the back of piece of s*** cars (accords, civics, eclipses, etc) to make it produce a loud noise as the car accelerates" +} +{ + "input": "\"i watch carnivale every week because i'm ever so special\" What is the definition of \"carnivale\"?\n\n", + "output": "a great tv show cancelled by dumb network executives who didn't have the imagination or foresight to see what they had", + "label": "hbo drama set during the great depression which follows a travelling carnival throughout the southwestern us" +} +{ + "input": "\"the security guys burnt the hive halfway through leaving us beeophobic\" What is the definition of \"beeophobic\"?\n\n", + "output": "a state of being afraid of bees", + "label": "the fear of getting stung by half burnt honey bees after burning down half the hive and running out,literally getting scared by anything that has wings!" +} +{ + "input": "\"i went goodwill hunting the other day, found an original dr dre the chronic disc, and a tye-die shirt with three grizzly bears\" What is the definition of \"goodwill hunting\"?\n\n", + "output": "this is when you go to goodwill ( or a similar thrift store) to find a specific piece of clothing or meme item, that has a funny phrase or picture", + "label": "(not the movie with matt damon) going to goodwill thrift stores (optionally in full camoflauge) in search for pieces of novel, or actual, value" +} +{ + "input": "\"kurt hummel was a baby penguin until his boyfriend tapped that ass\" What is the definition of \"baby penguin\"?\n\n", + "output": "someone who has not been laid yet", + "label": "someone who is naive in the ways of sex" +} +{ + "input": "\"\"phrases \"that sacklicker sucks dog balls\" \"\" What is the definition of \"sacklicker\"?\n\n", + "output": "one who licks the sweat from the sack", + "label": "\"the term sacklicker is considered to be one of the most derogatory references that can be used toward one heterosexual male from another" +} +{ + "input": "\"this sucks, i keep getting dealt big lick all night and can't get a decent hand to play\" What is the definition of \"big lick\"?\n\n", + "output": "when you start with a six and end up with nothing, big lick", + "label": "the name of the starting hand with two cards that are a six and a nine(69)any suit in texas hold`em poker" +} +{ + "input": "\"dude1: yesterday i was listening to between the buried and me and\" What is the definition of \"between the buried and me\"?\n\n", + "output": "one of the best metalcore bands out there", + "label": "sex for your ears" +} +{ + "input": "\"that bathroom of yours looks like the black hole of calcutta\" What is the definition of \"black hole of calcutta\"?\n\n", + "output": "an extremely dirty bathroom", + "label": "the black hole of calcutta was a small dungeon where indian troops held british prisoners of war after the capture of fort william on june 20, 1756" +} +{ + "input": "\"no vibrator? a birmingham telephone call will do\" What is the definition of \"birmingham telephone call\"?\n\n", + "output": "a 'birmingham telephone call' is where a girl is masturbating and has an earth shattering [orgasm]", + "label": "when you insert a cell-phone set to vibrate into a woman's vagina and then call her number" +} +{ + "input": "\"a banton himma tell di children\" What is the definition of \"banton\"?\n\n", + "output": "a word commonly heard in jamaica which means to masturbate", + "label": "a story or tale" +} +{ + "input": "\"i believe that a car is only cool if it is classic, leaks, and eats gas, would not be p c\" What is the definition of \"p c\"?\n\n", + "output": "\"short for \"politically correct\"\"", + "label": "standing for politicaly correct, as is not pissing off" +} +{ + "input": "\"bloc party should learn about substance over style\" What is the definition of \"bloc party\"?\n\n", + "output": "a london indie band who have some pretty decent songs (banquet, little thoughts, so here we are etc", + "label": "a london indie band who have some pretty decent songs (banquet, little thoughts, so here we are etc" +} +{ + "input": "\"\"the transformers are transforming robots or \"robots in disguise\"\" What is the definition of \"transformers\"?\n\n", + "output": "\"autobots: the good guys", + "label": "a line of toy robots from the 1980s, made by merging two existing japanese toylines (diaclone and microman) together" +} +{ + "input": "\"dillinger escape plan bring the sick mosh brah\" What is the definition of \"dillinger escape plan\"?\n\n", + "output": "one of the best mathcore bands out there", + "label": "the old lead singer of this band shit his pants from screaming too hard on stage, good times" +} +{ + "input": "\"batman stroked his man-jerky\" What is the definition of \"man-jerky\"?\n\n", + "output": "a droopy mustache", + "label": "(n" +} +{ + "input": "\"there are three suspects at large involved in the recent homicide case\" What is the definition of \"at large\"?\n\n", + "output": "a term meaning something that is free and unanswering to authority or being searched for, especially a criminal", + "label": "a term meaning something that is free and unanswering to authority or being searched for, especially a criminal" +} +{ + "input": "\"i wanted to rump her dump but unfortunately her bacon butty was brimming with tomato sauce\" What is the definition of \"bacon butty\"?\n\n", + "output": "a moist and fragrant vagina", + "label": "a term used to describe the female genitailia, reffering to the padded sides resembling the baps and the fanny flaps resembling the crispy bacon" +} +{ + "input": "\"that was one badass mexican night cause i got chilli bum\" What is the definition of \"chilli bum\"?\n\n", + "output": "when you eat chilli and you shit your pants and it burns", + "label": "when someone eats too many chillies and it burns their exit hole" +} +{ + "input": "\"dude, at lunch, this guy comes into the cubicle next to me and gives me a 10 second rendition of an asshole orchestra\" What is the definition of \"asshole orchestra\"?\n\n", + "output": "ude, a group of retards, otherwise known as the ukes, who act like assholes, or their ukulele's", + "label": "that crescendo of sound that originates from the next door cubicle when somebody unloads the first push into the toilet bowl" +} +{ + "input": "\"\"dude, if this lady doesn't drive faster than 2mph my emergency flaps are going to give\" What is the definition of \"emergency flaps\"?\n\n", + "output": "the flaps located on the back of a pair of underwear designed to release exessive pressure builting from the crotch area", + "label": "the side fasteners on a babies diaper/pamper is used here as emergency flaps" +} +{ + "input": "\"dude, this creed album is a big steaming pile o'shit\" What is the definition of \"big steaming pile o'shit\"?\n\n", + "output": "a large amount of crap", + "label": "something of terrible quality" +} +{ + "input": "\"\"person 1:\"bruh, lemme get some gum\" person 2:\"you ain't even say what's up, you just asking me for some gum? swerve\" What is the definition of \"swerve\"?\n\n", + "output": "to swerve away from a certain person, thing, situation, meaning to give someone the run around", + "label": "to tell someone to go away when an unwanted proposition is made" +} +{ + "input": "\"may i help you? yes, i'd like 17 mcdoubles\" What is the definition of \"17 mcdoubles\"?\n\n", + "output": "a term used to order 17 double cheeseburgers from mcdonalds", + "label": "1" +} +{ + "input": "\"ya, i enjoyed making her be'cum' a belgium waffle\" What is the definition of \"belgium waffle\"?\n\n", + "output": "the act of shooting cum all over a girls face", + "label": "one girl sits on knees while two nice gentlemen shoot cum ropes diagonally across her face" +} +{ + "input": "\"powell is so dacho i wanna fuck him rite now\" What is the definition of \"dacho\"?\n\n", + "output": "sexy, hot, a turn on for women", + "label": "macho + desirable = dacho" +} +{ + "input": "\"the tea stall sells thea au lait at rs\" What is the definition of \"thea au lait\"?\n\n", + "output": "a drink that costs 50p a cup and is sold at rs", + "label": "milk tea" +} +{ + "input": "\"holy crap i just saw bob and jingo doing the fubb\" What is the definition of \"fubb\"?\n\n", + "output": "the act of sticking your penis inside another mans butt", + "label": "the act of penetrating the [wooch] with a wooden object, generally a spoon causes intense feelings of toe tingling and terror" +} +{ + "input": "\"dude, your mom got chewbaccad at the zoo yesterday\" What is the definition of \"chewbaccad\"?\n\n", + "output": "verb", + "label": "the act of screwing a very hairy person or a gorilla" +} +{ + "input": "\"bluefrost is hotty beyond hot\" What is the definition of \"bluefrost\"?\n\n", + "output": "the hottest thing in the universe", + "label": "\"something i'd like to \"warm\" up with a little body heat" +} +{ + "input": "\"i walked off the plane when a garab boarded, i was nervous\" What is the definition of \"garab\"?\n\n", + "output": "middle easterner, muslim, not specifically describing race because it could be any", + "label": "a gaggle of arab men bringing up concerns for terrorism" +} +{ + "input": "\"brian, who is very quiet and very unnoticeable but yet at the same time says everything he needs to, is very braxalicious\" What is the definition of \"braxalicious\"?\n\n", + "output": "rian, or brax, the definition of sexy,", + "label": "awesome in every possible way while being absolutely quiet" +} +{ + "input": "\"\"i got to 4th base last night with jenna \"oh so you had [anal sex] with jenna?\" \"yep, that's what 4th base means\"\"\" What is the definition of \"4th base\"?\n\n", + "output": "sex some people don't get that 4th base means sex, its like coming off of 3rd base and going straight to 4th base, meaning sex", + "label": "to get to 4th base is to have anal sex" +} +{ + "input": "\"\"beautiful lafayette college student #1: \"did you see those neanderthals on campus today?\" beautiful lafayette college student #2: \"no, man\" What is the definition of \"lafayette college\"?\n\n", + "output": "lafayette college is a small liberal arts school located in easton, pa", + "label": "\"lafayette college, nearly a brilliant sentence in itself, is one of the nation's most premier colleges" +} +{ + "input": "\"that person was bauling she was baulling so hard bauling can be also refered to the sound made by a banshee or a hysterical maniac\" What is the definition of \"bauling\"?\n\n", + "output": "bauling: the act of of being [hysterical], [insane], [crazy]", + "label": "\"pronounced" +} +{ + "input": "\"he was totally chanked yesterday\" What is the definition of \"chanked\"?\n\n", + "output": "a modern way of saying [stoned], [high], [blazed]", + "label": "to be very stoned to the point of calling a dog [chank] or falling down stairs" +} +{ + "input": "\"god your bull cut is ridiculous\" What is the definition of \"bull cut\"?\n\n", + "output": "a male with extremely long hair", + "label": "any type of haircut that makes you look like a bitch ass john legend" +} +{ + "input": "\"woops i broke the plate\" What is the definition of \"woops\"?\n\n", + "output": "an word used when you have just done something you shouldn't have done", + "label": "expressing a mistake" +} +{ + "input": "\"ah zoot our annimoon is over\" What is the definition of \"annimoon\"?\n\n", + "output": "a word used to describe a 3 hour class in which you learn nothing", + "label": "when a monkey and a moosey go away for a week or more and do a lot of mating and exploring new territory" +} +{ + "input": "\"i work in agriculture so i have no friends\" What is the definition of \"agriculture\"?\n\n", + "output": "a sector of the economy that is vital to all others, and yet is consistently mocked by those who live in the cities", + "label": "culture for people who don't like culture" +} +{ + "input": "\"prepare to dance with the bearded clam\" What is the definition of \"bearded clam\"?\n\n", + "output": "an obscene word for a hairy, fishy pussy", + "label": "an obscene word for a hairy, fishy pussy" +} +{ + "input": "\"\"omg chick he\" What is the definition of \"chick he\"?\n\n", + "output": "1", + "label": "\"a variation of \"chickie\"" +} +{ + "input": "\"carmelo anthony is one bad mo fo\" What is the definition of \"carmelo anthony\"?\n\n", + "output": "a lebron james who isn't afraid to take the big shot", + "label": "\"nba power forward for the [denver nuggets]" +} +{ + "input": "\"guy 1: hey good looking i'm having a festicle at my house tonight do you wanna come? guy 2: no dude i'm not gay i don't like testicles\" What is the definition of \"festicle\"?\n\n", + "output": "a party or get together between gay males", + "label": "a festival of testicles!" +} +{ + "input": "\"man you hit that chika donkey parker style\" What is the definition of \"donkey parker\"?\n\n", + "output": "\"when you hit a girl \"donkey parker\" style", + "label": "a poor man that created his own style" +} +{ + "input": "\"that llamacorn is so supercalifragilisticexpialadocious\" What is the definition of \"llamacorn\"?\n\n", + "output": "a combination of a llama and a unicorn", + "label": "fantabulous creature a mix between awsomness and pure awsomeness a creation among the gods it is a mix between a unicorn and llama and they call it a llamacorn" +} +{ + "input": "\"darknez likes girls\" What is the definition of \"darknez\"?\n\n", + "output": "a quite nice guy who has a rather large ego", + "label": "an older form of 'dz'" +} +{ + "input": "\"o man did u see jason the other day, he had pure chibble \" What is the definition of \"chibble \"?\n\n", + "output": "after someone has dribbled and it has dryed on their chin", + "label": "after someone has dribbled and it has dryed on their chin" +} +{ + "input": "\"boom shaka laka, boom shaka laka\" What is the definition of \"boom shaka laka\"?\n\n", + "output": "a term made famous by the sexy handsome korean rapper t", + "label": "a term made famous by the sexy handsome korean rapper t" +} +{ + "input": "\"richard simmons cried when goldberg put him in the boston crab\" What is the definition of \"boston crab\"?\n\n", + "output": "a wrestling submission move where you sit on your opponent's back and pull his leg back to hyperextend his knee", + "label": "a wrestling submission move where you sit on your opponent's back and pull his leg back" +} +{ + "input": "\"\"grant, stop being ugly to your little sister and behave\" What is the definition of \"being ugly\"?\n\n", + "output": "to be rude, crude or any other form of unkindness to another person", + "label": "'being ugly' is, in some places (like texas), a term used to describe the actions of someone who is acting rudely/unpleasantly to others" +} +{ + "input": "\"please do not refer to my john deere lt133 as a riding lawn mower\" What is the definition of \"john deere\"?\n\n", + "output": "john deere is a brand of farming equipment, including tractors, combines, and tillage equipment", + "label": "a manufacturer of fine construction equipment, farm machinery and lawn care vehicles" +} +{ + "input": "\"he was talking a load of chamfer\" What is the definition of \"chamfer\"?\n\n", + "output": "a colloquialism used as an alternative to bullshit, it is derived from the edge tool meaning a small amount of shit found on the edge of a tool", + "label": "a strange manifestation of oral love juice that tends to bubble slowly from the corner of the mouth" +} +{ + "input": "\"you cunt scab\" What is the definition of \"cunt scab\"?\n\n", + "output": "someone who is really annoying and ticks people off", + "label": "someone who is really annoying and ticks people off" +} +{ + "input": "\"michael's brother ashden is so nice\" What is the definition of \"ashden\"?\n\n", + "output": "a great person who is very loving, kind, and nice", + "label": "a sweet young man who is loved the world around" +} +{ + "input": "\"oh look at that afof i want to throw up\" What is the definition of \"afof\"?\n\n", + "output": "a fat old fuck", + "label": "an ugly fat moroccan that looks like they just came from the morgue" +} +{ + "input": "\"dam bro do you see that bigaly jigaly over there\" What is the definition of \"bigaly jigaly\"?\n\n", + "output": "a big fat hoe, a big ugly girl who no one wants to touch", + "label": "a girl with a big or very nice butt" +} +{ + "input": "\"dude she is so hot she totally made the b team\" What is the definition of \"b team\"?\n\n", + "output": "the b team is the girls you think of when you beat off", + "label": "the b team is the girls you think of when you beat off" +} +{ + "input": "\"q:where u from? a:bunk ass 204 area\" What is the definition of \"204\"?\n\n", + "output": "the area code for the hood (bunk ass) newfoundland", + "label": "area code for winnipeg, mb canada area codes are often used to represent where your from" +} +{ + "input": "\"once we get to vegas i'm going to french tip every girl i see\" What is the definition of \"french tip\"?\n\n", + "output": "the act of skeeting on a girls foot in order to be able to hug and/or kiss her after intercource", + "label": "the act of skeeting on a girls foot in order to be able to hug and/or kiss her after intercource" +} +{ + "input": "\"kate: omg i'm seeing divyan today\" What is the definition of \"divyan\"?\n\n", + "output": "an amazing guy with many talents", + "label": "a piece of ugly dick" +} +{ + "input": "\"\"person 1: don't you love the song, \"does anybody really know what time it is\"? person 2: 4:27 person 1: *look of disappointment*\"\" What is the definition of \"4:27\"?\n\n", + "output": "the answer to the question posed in the chicago song, \"does anybody really know what time it is\"", + "label": "\"4:27\" is synonymous with utter fail and a horrid attempt at comedy, as well as a failed attempt at approval" +} +{ + "input": "\"person #1: so, what food do you like? person #2: i like pie c:\" What is the definition of \"i like pie\"?\n\n", + "output": "i like pie", + "label": "a phrase used to express ones liking of pie" +} +{ + "input": "\"ah jack daniels is great\" What is the definition of \"jack daniels\"?\n\n", + "output": "a tennessee sour-mash whiskey", + "label": "a tennessee sour-mash whiskey" +} +{ + "input": "\"did you see that chick over there?? she was so aarica\" What is the definition of \"aarica\"?\n\n", + "output": "the coolest girl in the world!! she is hot, funny, and a best friend everyone wishes they had", + "label": "crazy, spontanious, sexy, little ball of fire!" +} +{ + "input": "\"you know it's time to shower when you can smell the balue through your jeans\" What is the definition of \"balue\"?\n\n", + "output": "\"the combination of the words \"balls\" and \"smell\"", + "label": "1) the tenacious scent that emanates from filthy testicles" +} +{ + "input": "\"me and all the bro's on my team were fist pumping so hard that we had a b-4 bronado rip through the whole party\" What is the definition of \"bronado\"?\n\n", + "output": "when you have so many bros in one spot that the energy and vibration of having them all around causes a tiny tornado to whirl around", + "label": "when a group of bro's begin to fist pump so hard that a whirl wind begins to form and then from that, a bro-nado rips through the party" +} +{ + "input": "\"joes mama is worried, hes been in the bathroom too long with his beat roll\" What is the definition of \"beat roll\"?\n\n", + "output": "a wad of beat taken from a box and rolled up in paper or tissue like a small cigar", + "label": "umm think tube steak" +} +{ + "input": "\"guy1: look at the fun bags on that girl\" What is the definition of \"fun bags\"?\n\n", + "output": "slang word for womens breast", + "label": "slang word for womens breast" +} +{ + "input": "\"- are you a fursuiting? - no, i'm a csd\" What is the definition of \"csd\"?\n\n", + "output": "crazy furry who doesn't wear fursuit and dance like a monkey", + "label": "\"cross-species-dressing a term used in the futurama episode \"lrrreconcilable ndndifferences\" a person that dresses up as another species" +} +{ + "input": "\"person 1: happy holidays\" What is the definition of \"happy holidays\"?\n\n", + "output": "a phrase commonly used during winter, but it sounds stupid because it uses the word happy", + "label": "people really get pissed about this shit?" +} +{ + "input": "\"omg have you need that new movie? its so munesh\" What is the definition of \"munesh\"?\n\n", + "output": "something that is totally awesome and cannot be waited any longer for", + "label": "the epitome of awesomeness" +} +{ + "input": "\"let's eighty-six this punk's ass\" What is the definition of \"eighty-six\"?\n\n", + "output": "to dump a drink on someone", + "label": "to dispose of someone or something, to get rid of someone or something" +} +{ + "input": "\"mom: sweetheart you okay? you: makay mom\" What is the definition of \"makay\"?\n\n", + "output": "\"abbreviation for \"my heart is beating so fast\" usually used when flirting with someone you like", + "label": "basically saying something like 'im okay', but it comes out fast" +} +{ + "input": "\"lyle wright is a shitstain on the ass of the human race\" What is the definition of \"shitstain\"?\n\n", + "output": "a person who is a complete waste of space, a burden on the human race", + "label": "an utterly objectionable, despised individual, especially one whose personality is compounded by subnormal intelligence" +} +{ + "input": "\"lance and stephan were not ashamed when caught gold bonding\" What is the definition of \"gold bonding\"?\n\n", + "output": "when 2 gay men pour powder on their junk and rub them together", + "label": "when 2 gay men pour powder on their junk and rub them together" +} +{ + "input": "\"person 1 - hey guys hey hay hey hay im kirsten whats up guise guise guise guise person 2 - calm yourself, faggot nigger bitch\" What is the definition of \"faggot nigger bitch\"?\n\n", + "output": "a person who is extremely gay, and likes to believe that they are a wigger--or act gangster", + "label": "a universal term used to describe those who are annoying" +} +{ + "input": "\"fisting with bloody knuckles\" What is the definition of \"bloody knuckles\"?\n\n", + "output": "sexual act involving fisting a girl (or guy) up the ass", + "label": "sexual act, one participant must be standing erect and female" +} +{ + "input": "\"he took it out of her ass and put it in her mouth? sounds like an asshole popsicle\" What is the definition of \"asshole popsicle\"?\n\n", + "output": "when you take a popsicle out of someone's ass and make them suck on it", + "label": "\"a slang term used when describing \"ass to mouth\"" +} +{ + "input": "\"my sister won't believe her husbands cheats until she sees the blue dress\" What is the definition of \"blue dress\"?\n\n", + "output": "the stains on a woman's white dress after a man releases himself in her", + "label": "noun" +} +{ + "input": "\"they're really cjvi\" What is the definition of \"cjvi\"?\n\n", + "output": "a term that describes how great a band is", + "label": "two people who love eachother" +} +{ + "input": "\"i just managed to bunny up over a 1 meter fence\" What is the definition of \"bunny up\"?\n\n", + "output": "it's a technique to jump with a mountain bike or bmx: first you get some speed, then you lift up the front wheel, and hope you will clear it", + "label": "it's a technique to jump with a mountain bike or bmx: first you lift the front wheel, then the rear using the grip of your feet" +} +{ + "input": "\"you're such an a pipe stop being such an a pipe\" What is the definition of \"a pipe\"?\n\n", + "output": "a dumbass, a fool", + "label": "an alternative to a hole, otherwise know as ass hole, or bum hole, or anus, or shit hole" +} +{ + "input": "\"did you see scott last night, he bro-ed the last b-pong cup, bro-ed to taco bell, and bro-ed one out to gillmore girls, epically brotastic\" What is the definition of \"brotastic\"?\n\n", + "output": "a form of epicness in which one bro's the fuck out of his/her day, week, month, year, life, etc", + "label": "to be so bro-ey that you blow (or bro) everybody's minds" +} +{ + "input": "\"-you see gary busey go on that dangle fest\" What is the definition of \"dangle fest\"?\n\n", + "output": "one player getting by many others using fly moves in a hockey game", + "label": "one player getting by many others using fly moves in a hockey game" +} +{ + "input": "\"shit dude, i tried to pull a kung-fu hustle the other day and my girl's bonch got all splintered\" What is the definition of \"kung-fu hustle\"?\n\n", + "output": "when you try to get a girl's panties on her head so you can get a better view of your sweet spot", + "label": "place a wooden board across a woman's vagina" +} +{ + "input": "\"dat black, white supremacist is really gettin on my nerves jimbo and cooter, but he's good for the cause\" What is the definition of \"black, white supremacist\"?\n\n", + "output": "a person who is against racism, but understands that it will take many more years before society becomes color blind", + "label": "a condition framed by [dave chappelle]: a black person (usually [blind] and living in the south) who has been taught white supremacy propaganda by his/her [white] braille teacher" +} +{ + "input": "\"america had a one question test november 4th, a was john mccain, b was barack obama\" What is the definition of \"barack obama\"?\n\n", + "output": "the 44th president of the united states of america", + "label": "a complete and utter idiot" +} +{ + "input": "\"yeah, we were just [kickin' it], but now she's my booever\" What is the definition of \"booever\"?\n\n", + "output": "\"someone who you have \"officially\" dated, as opposed to simply \"hooking up\"", + "label": "\"when you're someone's [boo] forever" +} +{ + "input": "\"ooh i'd love a smooch from miss boccabella :*\" What is the definition of \"boccabella\"?\n\n", + "output": "a gorgeous, plump, fun and loving individual", + "label": "boccabella is an italian phrase which directly translates as mouth beautiful (beautiful mouth) and means one with that last name has wonderful lip skills" +} +{ + "input": "\"this barking dog is being a total pesticle\" What is the definition of \"pesticle\"?\n\n", + "output": "a person, animal or situation that is annoying, a pest", + "label": "when a small animal is pestering you (usually a male)" +} +{ + "input": "\"\"she is so beautexy that she redefines \"sexy\"\" What is the definition of \"beautexy\"?\n\n", + "output": "beautiful and sexy combined", + "label": "adj" +} +{ + "input": "\"tim: what's the copulace like at the concert? alex: man, there are pigs everywhere\" What is the definition of \"copulace\"?\n\n", + "output": "the collective term for a group of police officers", + "label": "the amount of cops one sees in any given area or time span" +} +{ + "input": "\"sunny was [secure] in her contemporaneousity\" What is the definition of \"contemporaneousity\"?\n\n", + "output": "the quality of being [contemporary]", + "label": "the [art] of [being] [all] on the same [planet] at exactly the [same time], or [moment] despite the illusion of [zones] and invisible, divisible, [spatial] boundaries" +} +{ + "input": "\"\"robert: \"hey guys the taxi is here, is jesse riding back with us?\" chris: \"nah dude, some cock slayer took him home\" What is the definition of \"cock slayer\"?\n\n", + "output": "\"1) a female who \"slays\" men with her cock", + "label": "\"1) a female who actively seeks out drunk males during \"last call\" to take home for sexual intercourse that wouldn't happen otherwise if the male were sober" +} +{ + "input": "\"i got taken by a [hyip] ponzi scam last week\" What is the definition of \"ponzi\"?\n\n", + "output": "a [pyramid] scheme that pays off initial investors with money from later investors", + "label": "a type of investment [scam]" +} +{ + "input": "\"chingada madre way\" What is the definition of \"chingada\"?\n\n", + "output": "\"in spanish \"chingar\" means to fuck so \"chingada\" would be (fuck her) (fuck you) etc", + "label": "fuck man!" +} +{ + "input": "\"that anti theists said i was shoving my stupid silly beliefs down their throat\" What is the definition of \"anti theists\"?\n\n", + "output": "people who don't realize they turned atheism into a religion", + "label": "people who don't realize they turned atheism into a religion" +} +{ + "input": "\"thizzin is high, and perkin is drunk\" What is the definition of \"perkin\"?\n\n", + "output": "to get drunk", + "label": "the condidion of being [drunk] on [alcohol]" +} +{ + "input": "\"\"he/she is so anal retentive that they flip-a-bitch at the very sight of anything that is not \"just so\" and must organize immediately\" What is the definition of \"anal retentive\"?\n\n", + "output": "characterized by a compulsive, perfectionistic concern with neatness, order, and exactness", + "label": "\"person/persons who obviously have something up their butt, but (no punn intended) feel the need to take it out on everyone else who is undeserving" +} +{ + "input": "\"jake, you are so cuddlable\" What is the definition of \"cuddlable\"?\n\n", + "output": "the ability to be absolutely cuddled", + "label": "something that describes black veil brides lead guitarist, jake pitts" +} +{ + "input": "\"hey jim, pass me another coldbeer\" What is the definition of \"coldbeer\"?\n\n", + "output": "a nice cold brew to drink on a hot summer's day", + "label": "a beer which has been properly prepared for consumption" +} +{ + "input": "\"\"now that place had some bad juju\" What is the definition of \"bad juju\"?\n\n", + "output": "haunted by a bad vibe or aura", + "label": "haunted by a bad vibe or aura" +} +{ + "input": "\"yo, my boy in the red acura has a big boy for $250\" What is the definition of \"big boy\"?\n\n", + "output": "a slang term for a brick of heroin which consists of five ten bag bundles", + "label": "a slang term for a brick of heroin which consists of five ten bag bundles" +} +{ + "input": "\"power drill the yippee bog with the dude piston bloodhound gang's foxtrot uniform charlie kilo\" What is the definition of \"dude piston\"?\n\n", + "output": "\"drill sergeant in full dress uniform", + "label": "the cock, penis, pork steeple, quiver bone" +} +{ + "input": "\"\"tom: \"hey, look at that complankicous nigga\" What is the definition of \"complankicous\"?\n\n", + "output": "1", + "label": "1" +} +{ + "input": "\"jimmy crapcorn was one hell of a butt smuggler for the us government during the cold war era\" What is the definition of \"butt smuggler\"?\n\n", + "output": "(n) one who smuggles things in his or her butt", + "label": "someone who hides or conceals things in their anus for the purpose of getting it from one place to another" +} +{ + "input": "\"wow, you only missed your period once? you're so lucky meryeil\" What is the definition of \"meryeil\"?\n\n", + "output": "a girl with a 12 inch tall hair, she usually has smallish boobs, but gets her period once a year", + "label": "\"someone who always get cinnabon alot of times in just a week" +} +{ + "input": "\"gonna make dat thing go bada boom\" What is the definition of \"bada boom\"?\n\n", + "output": "to bang de lady with a lot of love [boom boom] but bada", + "label": "to bang de lady with a lot of love [boom boom] but bada" +} +{ + "input": "\"that ass clown walked in 30 minutes late, and still didn't get in trouble\" What is the definition of \"ass clown\"?\n\n", + "output": "a", + "label": "a prick, who is at the same time a jackass" +} +{ + "input": "\"hey sis stay away from that guy his cock-a-saurus-rex shredded my vagina last weekend my uterus was bruised and required medical attention\" What is the definition of \"cock-a-saurus-rex\"?\n\n", + "output": "a male species that often roams the streets unsupervised and in most cases with an erection so large that it often impairs dexterity and balance", + "label": "a very larger male reproductive organ" +} +{ + "input": "\"ahaha that was pretty funny gtm\" What is the definition of \"gtm\"?\n\n", + "output": "\"stands for \"gotta to master\"", + "label": "giggle to myself used instead of [lol] or :l" +} +{ + "input": "\"josh hammed timmy at the lake house in front of everyone\" What is the definition of \"hammed\"?\n\n", + "output": "to make a move on someone, very openly and forward", + "label": "when you place your bare ass cheeks on someones face" +} +{ + "input": "\"so, rob, are you two going to go back to your place? bow chicka bow wow\" What is the definition of \"bow chicka bow wow\"?\n\n", + "output": "music from porn, or the sound of a porno playing", + "label": "\"sex scenes in porn videos during the seventies were accompanied with what was considered to be cheesy music, even by seventies standards" +} +{ + "input": "\"guy 1: so what happened last night dude? guys 2: let's just say i got her blowing bubbles\" What is the definition of \"blowing bubbles\"?\n\n", + "output": "blowing bubbles is a phrase used to describe the act in which a girl gargles cum and spits it back at you", + "label": "used to describe what a girl will be doing afer you ejeculate in her mouth, blowing bubbles with the cum" +} +{ + "input": "\"tom: ohhh what ya got over there drinker: a tom tom: oh i see now\" What is the definition of \"a tom\"?\n\n", + "output": "a type of person who doesnt get tired of saying the word [oh] and likes to confuse people by using the word [tom]", + "label": "a fantastic drink consisting of two parts labatt blue and one part of whatever whiskey is lying around" +} +{ + "input": "\" you're one crazy mofo\" What is the definition of \"crazy mofo\"?\n\n", + "output": "short for crazy mother fucker", + "label": "short for crazy mother fucker" +} +{ + "input": "\"that guy don revo is a real igger\" What is the definition of \"igger\"?\n\n", + "output": "an ignorant nigger", + "label": "an east indian person or person of east indian decent who thinks that they are black" +} +{ + "input": "\"bob is wearing a brown shirt today\" What is the definition of \"brown shirt\"?\n\n", + "output": "a shirt that is brown in colour", + "label": "a shirt that is brown in colour" +} +{ + "input": "\"it's too bad osama wasn't taken alive and thrown to the mobs in times square, instead, he was bin-ladened\" What is the definition of \"bin-ladened\"?\n\n", + "output": "\"verb", + "label": "adj: an individual, sometimes a terrorist, who is finally brought to justice" +} +{ + "input": "\"after having no chocolate for 3 days, i just ate a piece and had a chocolate orgasm\" What is the definition of \"chocolate orgasm\"?\n\n", + "output": "the shiver you get when you eat chocolate", + "label": "the amazing feeling you get when delicious chocolate melts in your mouth" +} +{ + "input": "\"colby college was #1 in the u\" What is the definition of \"colby college\"?\n\n", + "output": "one of the seven sisters of which the cheese league is comprised", + "label": "one of the seven sisters of which the cheese league is comprised" +} +{ + "input": "\"hi top or low top chuck taylors\" What is the definition of \"chuck taylors\"?\n\n", + "output": "old school sneakers that are super comfortable and go with anything", + "label": "old school sneakers that are super comfortable and go with anything" +} +{ + "input": "\"man, i'd like to play with those fun bags\" What is the definition of \"fun bags\"?\n\n", + "output": "insanely huge, plump breasts", + "label": "insanely huge, plump breasts" +} +{ + "input": "\"bob and jane are stuck in that freaking cupcake phase\" What is the definition of \"cupcake phase\"?\n\n", + "output": "the cupcake phase is the name given to the relationship between two people who can't decide wether they like eachother or not", + "label": "those first weeks of your relationship where you're all giddy and over affectionate and everyone hates you" +} +{ + "input": "\"brah shove that butter down your shorts the butter nazi is watching\" What is the definition of \"butter nazi\"?\n\n", + "output": "a person that requires you to wear shorts over your swimming trunks at all times when in public", + "label": "some one who works at a bread restaurant and limits the amount of butter one can use on their bagget" +} +{ + "input": "\"1) i used that dirty whore like a bowling ball\" What is the definition of \"bowling ball\"?\n\n", + "output": "\"term used to describe a man who uses a woman for sexual purposes", + "label": "\"term used to degrade a woman who has given up all three holes to a man (oral, coitus, and anal sex)" +} +{ + "input": "\"fps doug: boom! headshot!\" What is the definition of \"boom! headshot!\"?\n\n", + "output": "the signature catch phrase of [fps doug], from the acclaimed [pure pwnage] series", + "label": "the signature catch phrase of [fps doug], from the acclaimed [pure pwnage] series" +} +{ + "input": "\"thank the booblord my girlfriend went up a cup-size\" What is the definition of \"booblord\"?\n\n", + "output": "the lord of all boobs, and all that is boob-like", + "label": "the deity one prays to for breast related matters" +} +{ + "input": "\"i was giving it large in the club lastnight\" What is the definition of \"giving it large\"?\n\n", + "output": "to act like a complete bad ass", + "label": "when you are having an awsome time" +} +{ + "input": "\"the david bowie knife is the same as a dildo, or vibrator\" What is the definition of \"david bowie knife\"?\n\n", + "output": "a knife which has been used on someone romantically", + "label": "the david bowie knife is the prefered weapon of choice of the stalker, be it internet stalker or im in ur bushes stalker, they love this weapon" +} +{ + "input": "\"you've been baby dicked\" What is the definition of \"baby dicked\"?\n\n", + "output": "when you're completely hungover and feel like shit", + "label": "to get screwed over by someone with a tiny penis similar to that of a baby" +} +{ + "input": "\"the 'itchy and scratchy' movie is at the googleplex for 3 weeks\" What is the definition of \"googleplex\"?\n\n", + "output": "the theatre at black hawk near denver international airport", + "label": "the cinema complex often frequented by bart simpson & friends, springfield usa" +} +{ + "input": "\"an example of gang stalking is where one, the gang stalking rat, picks out a target, usually somebody he has a grudge with, then attacks them\" What is the definition of \"gang stalking\"?\n\n", + "output": "a organized hate crime, where multiple people haras and stalk one person, while gathering evidence to destroy there lives", + "label": "gang stalking is where various people with the same agenda attack you in some way" +} +{ + "input": "\"the joint is canaling\" What is the definition of \"canaling\"?\n\n", + "output": "when a joint or blunt filled with marijuana starts to burn and the marijuana moves toward the center due to the paper burning away", + "label": "when a joint burns unevenly" +} +{ + "input": "\"andy: yo nigga, yo' seen jane lately? jeff: i gave her a cauliflower ear and the dirty bitch didnt wash her eardrums, so she got cauliflower cheese mate\" What is the definition of \"cauliflower cheese\"?\n\n", + "output": "when a girl with a hairy muff gets horny and wets herself", + "label": "as a result of receiving a cauliflower ear, any jizz left over clogs and forms smelly, rotten cheese down the ear" +} +{ + "input": "\"we have a binity of eyes, ears, and legs\" What is the definition of \"binity\"?\n\n", + "output": "a combination of two words into one word that makes sense", + "label": "two, a pair (cf" +} +{ + "input": "\"aww man am pure bongo'd likes\" What is the definition of \"bongo'd\"?\n\n", + "output": "to be drunk, pissed", + "label": "taking too much exstacy" +} +{ + "input": "\"man fnl #1 and #2 love to bounce that ass\" What is the definition of \"fnl\"?\n\n", + "output": "[fnl] is a term used for a man that loves to lick and suck on the asshole of another man", + "label": "fast and loose" +} +{ + "input": "\"lets get some nexus tonite so we can see bee's i got some good nexus last nite in the club\" What is the definition of \"nexus\"?\n\n", + "output": "this is another word for weed if you get it you got some good shit", + "label": "slang term used for the drug 2c-b" +} +{ + "input": "\"brian bell is sassier than lady gaga, a tibetan gerbil, and tobasco sauce, all put together\" What is the definition of \"brian bell\"?\n\n", + "output": "brian is a boy, who is full of smiles, and has a heart of gold", + "label": "\"super-nerd guitarist of the amazing band weezer" +} +{ + "input": "\"dude i walked downstairs this morning and vicki was shooting her jew goo all over taco in the kitchen while smooth jazz was playing in the background\" What is the definition of \"jew goo\"?\n\n", + "output": "jewish semen", + "label": "a lumpy creamy substance that is light green or yellowish in pigmentation" +} +{ + "input": "\"person one: whos that cute guy with tight jeans? person two: oh thats a chestercat\" What is the definition of \"chestercat\"?\n\n", + "output": "awesome, cute, amazing, gay, loves cheese, really loves chicken", + "label": "is a cat that travels though time and space in a sexy machine called a tardis" +} +{ + "input": "\"man: i did so well until the end which is when i got audioserved\" What is the definition of \"audioserved\"?\n\n", + "output": "to be hit in the face with an ipod", + "label": "what happens when you hit a gray car near the end of a song, after you've just done a full no gray run on ninja mono, on [audiosurf]" +} +{ + "input": "\"\"returning his table in the tavern, he looking down and seeing a pubic hair on the rim of his glass, he angrily shout, \"all right, who dicked my drink\" What is the definition of \"dicked my drink\"?\n\n", + "output": "saying that your drink has been tampered with, and you know who did it, but you can't prove it", + "label": "to seripticiously place ones penis into the the glass or cocktail of another" +} +{ + "input": "\"jimmy gave me the worst bbq pit\" What is the definition of \"bbq pit\"?\n\n", + "output": "a form of sexual abuse in which the abuser uses their finger to dig out and apply the fecal matter from another's anus", + "label": "a bruise in the anus that results from being pumped too hard from anal sex" +} +{ + "input": "\"cnet has taken over gamefaqs again\" What is the definition of \"cnet\"?\n\n", + "output": "a company that owns many game websites including gamefaqs", + "label": "evil people who take over loved message boards and websites and piss people off" +} +{ + "input": "\"mate, i was ramming his arse hole so fucking hard that after i blew my load and pulled out the bastard was walking like a baby giraffe\" What is the definition of \"baby giraffe\"?\n\n", + "output": "a term used to describe the walk of an individual after he/she has been 'rammed' up the ass", + "label": "an expression used to describe the walking style of an individual who has recently been fucked so hard it has rendered their legs virtually useless" +} +{ + "input": "\"man, check out that fat piece of shits custard arms\" What is the definition of \"custard arms\"?\n\n", + "output": "fat person with fat arms", + "label": "having fat arms, the fat usually hangs from the arm - the same as lunch lady arms" +} +{ + "input": "\"\"did you see that guy staring at us? \"yeah he was creepertastic\" What is the definition of \"creepertastic\"?\n\n", + "output": "a total creeper who everyone thinks is creepy", + "label": "(n): a person who exemplifies all the qualities of a creeper fantastically, one who creeps, or is creepy very well" +} +{ + "input": "\"\"ron: \"dude, that girl turned out to be a real cul de sac\" What is the definition of \"cul de sac\"?\n\n", + "output": "a girl who seems really nice and is leading you down the right path but as time goes on you realize she is a dead end", + "label": "a girl at a bar or other drinking establishment who you think you're getting somewhere with, but things unceremoniously end, leaving you alone for the night" +} +{ + "input": "\"1)oh my god that girl is soo boolah\" What is the definition of \"boolah\"?\n\n", + "output": "boolah is a word which describes", + "label": "an arabic word that usually can describe a person place or thing" +} +{ + "input": "\"bitch wants to caso' flenta\" What is the definition of \"caso' flenta\"?\n\n", + "output": "blow my shit", + "label": "curb stomping" +} +{ + "input": "\"it's hard to believe anyone misspells comfotable anymore\" What is the definition of \"comfotable\"?\n\n", + "output": "misspelling of [comfortable]", + "label": "a common misspelling of the word comfortable" +} +{ + "input": "\"\"shit man i got my finger stuck scratching my astro turf\" What is the definition of \"astro turf\"?\n\n", + "output": "the patch of abrasive turf-like hair that surrounds your asshole and area immediately behind the scrotum", + "label": "the patch of abrasive turf-like hair that surrounds your asshole and area immediately behind the scrotum" +} +{ + "input": "\"jenny is so dramalicious\" What is the definition of \"dramalicious\"?\n\n", + "output": "a person who spits (or would spit) game your way, the type of person who is always talking, but doesn't always talk about anything", + "label": "wishing your life resembles a soap-opera" +} +{ + "input": "\"remember 10 years ago when bloc party played instruments?\" What is the definition of \"bloc party\"?\n\n", + "output": "that band that used to play instruments", + "label": "that band that used to play instruments" +} +{ + "input": "\"i was at the range yesterday when the guy in the next stall pulled out his glocknade and started unloading on some steel\" What is the definition of \"glocknade\"?\n\n", + "output": "the word glocknade comes from the glock firearm", + "label": "when a glock handgun malfunctions resulting in a large explosion" +} +{ + "input": "\"stop dicking around\" What is the definition of \"dicking around\"?\n\n", + "output": "mocking around", + "label": "mocking around" +} +{ + "input": "\"she gestrated for them to leave the mexican restaurant\" What is the definition of \"gestrated\"?\n\n", + "output": "to gesture, as in get out, leave, vamoose, get away", + "label": "to make a gesture" +} +{ + "input": "\"see that guy over there in the corner bummin' people for smokes, he is a skiv\" What is the definition of \"skiv\"?\n\n", + "output": "a person who steals cigarettes from corner stores", + "label": "\"skiv is a word almost impossible to define but here is my best attempt" +} +{ + "input": "\"monica sexually aroused justin, in her sleep, then stopped suddenly and hit him in the balls, black balling him\" What is the definition of \"black balling\"?\n\n", + "output": "to hit a male in the testicles when they are in the shower with you", + "label": "to sexually arouse a male while you are sleeping, to then suddenly stop and hit him in the balls" +} +{ + "input": "\"karen is such a floor whore\" What is the definition of \"floor whore\"?\n\n", + "output": "a cheerleader on the gym floor ex: 1) basketball [cheerleader] 2) pep assembly [cheerleader]", + "label": "a cheerleader on the gym floor ex: 1) basketball [cheerleader] 2) pep assembly [cheerleader]" +} +{ + "input": "\"bro look at that ugly booga wolf over there\" What is the definition of \"booga wolf\"?\n\n", + "output": "an extremely ugly person who usually has a very large head", + "label": "an extremely ugly person who usually has a very large head" +} +{ + "input": "\"being a billionaire, anthony thought it was his right to danza slap any women who gave him head\" What is the definition of \"danza slap\"?\n\n", + "output": "the act of slapping a girl in the face after she gives you a blowjob", + "label": "\"a \"danza slap\" is when a man slaps his erect penis derisively on the face of the woman who is giving him a blowjob" +} +{ + "input": "\"jill and i were planning our own little forbidden picnic but on the way we met a homeless man which made our picnic all the better\" What is the definition of \"forbidden picnic\"?\n\n", + "output": "a naked picnic where everyone has to touch themselves", + "label": "\"a sex act involving 2 or more people where picnic style foods (apples, crackers, sandwiches, cheese, dip, etc" +} +{ + "input": "\"\"you see that baller with 10 girls around him? \"ya, cause he's got that tight ass clh hoodie on, full(see definition by jrodmynizzle)\"\"\" What is the definition of \"clh\"?\n\n", + "output": "\"clh is a name of a person who has a girlfriend named ashley and is pimpin thinh out to her", + "label": "\"short for \"creating limitless heights\" a tight ass urban clothing line worn by none other than cash money himself" +} +{ + "input": "\"'i'm not a nerd, i'm altnerdative\" What is the definition of \"altnerdative\"?\n\n", + "output": "alternative nerds", + "label": "a person that isn't quite a nerd yet isn't alternative either, but is a little bit of both" +} +{ + "input": "\"\"yo i gave that bitch the quailman \"nice\"\"\" What is the definition of \"quailman\"?\n\n", + "output": "\"a synonym for \"good\", as in", + "label": "drop your nuts on a bitches eyes and let your meat stick straight up her forehead" +} +{ + "input": "\"yuk, get some tic tacs, poo breath\" What is the definition of \"poo breath\"?\n\n", + "output": "the morning after a long night of drinking, you wake up and your breath smells like a shitehouse", + "label": "one who's breath resembles that of fecal matter" +} +{ + "input": "\"becky: hey look at that guy vicky: ye he's got a girlfriend becky: ye shes a total alice in wonderland reject\" What is the definition of \"alice in wonderland reject\"?\n\n", + "output": "a person who wears silly trousers and strange footwear", + "label": "an alice in wonderland reject is a girl who dresses queerly on purpose" +} +{ + "input": "\"the person who best played christmas eve in avenue q was without a doubt ann harada\" What is the definition of \"ann harada\"?\n\n", + "output": "ann harada is a tyranical person who thinks its funny to shove cookies up her butt but in reality its not funny at all she needs to get a life", + "label": "a broadway actress known for work in productions such as avenue q, 9 to 5, suessical the musical, and so on" +} +{ + "input": "\"last night i was hanging out with allison cavanaugh and she shot a nigga 6 times in the chest\" What is the definition of \"allison cavanaugh\"?\n\n", + "output": "the most beautiful girl in the world", + "label": "hood nigga, wine aficionado, spends lots of money on food, and is a classy ass bitch" +} +{ + "input": "\"baby, if i don't sleep with my doo rag on, you gon' have to re-braid my hair in a coupe dayz\" What is the definition of \"doo rag\"?\n\n", + "output": "\"gangsta hat made of wool, some shit like that", + "label": "a silk-like material worn around the head of black males (mainly) to ensure that their braids will last longer than 5 days" +} +{ + "input": "\"a person with dyslexia thinks a dog is some sort of god\" What is the definition of \"dyslexia\"?\n\n", + "output": "a person who has trouble reading and writing because of a problem in the brain", + "label": "" +} +{ + "input": "\"kerima is always afkaladar\" What is the definition of \"afkaladar\"?\n\n", + "output": "on top of the world", + "label": "someone who is constantly afk and does not give a reason as to why" +} +{ + "input": "\"when we stayed at the b and b in rural england, the owners kept trying to sell the building to us\" What is the definition of \"b and b\"?\n\n", + "output": "bed and breakfast", + "label": "\"an abbreviation for \"bed and breakfast" +} +{ + "input": "\"man, amalie can shake that [booty]\" What is the definition of \"amalie\"?\n\n", + "output": "is tight and sexy", + "label": "a girl who can be evil, but is also nice and funny when she needs to" +} +{ + "input": "\"hey quit hitting me woman, i was just busting your ovaries a little\" What is the definition of \"busting your ovaries\"?\n\n", + "output": "when a guy is around a lot of hot women and he's starting to get turned on", + "label": "\"analogous by gender context to the common phrase \"busting your balls" +} +{ + "input": "\"put your bethany blackwell in my vaginal circle\" What is the definition of \"bethany blackwell\"?\n\n", + "output": "bethany blackwell is a sexy beast with a nice bum", + "label": "[he] is the useful lesbian that converts to women yet falls in love with men that are in high school" +} +{ + "input": "\"if you like belle and sebastian, you should probably also check out looper\" What is the definition of \"looper\"?\n\n", + "output": "an amazing movie starring brad pit and mary louise parker i loved it to bits", + "label": "a scottish indie pop/electronica band formed in the late 90s by stuart david, the former base player of belle and sebastian" +} +{ + "input": "\"epileptic cow is so bad at pvp hahahaha xd epileptic cow sux lel\" What is the definition of \"epileptic cow\"?\n\n", + "output": "one of the best youtube videos ever", + "label": "#nr1baddieatminecraftpvp lake owened" +} +{ + "input": "\"jimmy savile got to 6th base when he did voluntary work at that hospital in leeds\" What is the definition of \"6th base\"?\n\n", + "output": "to have sex on a hospital ward", + "label": "sexual congress with a corpse, necrophilia" +} +{ + "input": "\"phillip, now that fox hunting is illegal, let's stay in this afternoon for some blood sports said elizabeth with a twinkle in her eye\" What is the definition of \"blood sports\"?\n\n", + "output": "the cruel and unusual punishment which takes place in the small town of jonesboro, illinois", + "label": "cunnilinctus performed on a menstruating woman" +} +{ + "input": "\"cody- the other night i had such a huge fargleberry incident i swear i shot it through my undies\" What is the definition of \"fargleberry\"?\n\n", + "output": "when your fart sharts your underwear with a wet sweaty fart", + "label": "when a person has a dangleberry and farts so hard that it dislodges itself" +} +{ + "input": "\"ho, ho, ho that was pretty funny, how about you apply some moon sugar right here\" What is the definition of \"moon sugar\"?\n\n", + "output": "powdered cocaine applied to the face or body", + "label": "a kiss applied to the buttocks, a more polite way to say kiss my ass" +} +{ + "input": "\"the girl that i was afraid to ask out sneaked up behind gave me a surprise flash fuck\" What is the definition of \"flash fuck\"?\n\n", + "output": "when a girl or guy", + "label": "quickie fast sex real fast" +} +{ + "input": "\"a harlequin fetus wouldn't want to scare you; it was born that way\" What is the definition of \"harlequin fetus\"?\n\n", + "output": "a severe birth defect", + "label": "a poor, misunderstood soul often linked to by inconsiderate people in attempt to scare others" +} +{ + "input": "\"would you like to talk to crustin over there, hes a really sexy boy\" What is the definition of \"crustin\"?\n\n", + "output": "to have a crust on, to be obsessed with a person", + "label": "(v)meaning a crusty but desirable man (n) very sexy boy" +} +{ + "input": "\"a yo dawg, wus good?\" What is the definition of \"a yo\"?\n\n", + "output": "\"often used as a gteeting in replacement of \"hey yo\"\"", + "label": "\"often used as a gteeting in replacement of \"hey yo\"\"" +} +{ + "input": "\"that bitch left a nasty foul cunt turd in the bathroom\" What is the definition of \"cunt turd\"?\n\n", + "output": "a turd so nasty you have to flush it down the toilet twice", + "label": "foul used tampon that has dried out and turned brown or black" +} +{ + "input": "\"i was up a few hundred before the cards got all aidsey\" What is the definition of \"aidsey\"?\n\n", + "output": "the word used in newburyport mass usa meaning", + "label": "when something becomes undesirable, especially when something goes from good to bad" +} +{ + "input": "\"yo b.t.dubs. i saw ya on the weekend\" What is the definition of \"b.t.dubs.\"?\n\n", + "output": "by the way", + "label": "\"is a sland term for btw / or by the way" +} +{ + "input": "\"dude, watch this guy claremont mckenna that [scrippsie]\" What is the definition of \"claremont mckenna\"?\n\n", + "output": "a small liberal arts college in southern california", + "label": "also known as cmc 1" +} +{ + "input": "\"check out the arm candy with that dude\" What is the definition of \"arm candy\"?\n\n", + "output": "hot girl on a guys arm", + "label": "a remarkably attractive person of either gender accompanying you or some other lucky person" +} +{ + "input": "\"dude, put the binyay away\" What is the definition of \"binyay\"?\n\n", + "output": "a word that can be used as a noun, verb, adjective, adverb, pronoun, conjunction, preposition, interjection, or article", + "label": "an erection" +} +{ + "input": "\"lizbet is an awesome girl\" What is the definition of \"lizbet\"?\n\n", + "output": "a awesome girl", + "label": "lizbet (english)" +} +{ + "input": "\"after downing his pint, mike poured himself a saucier sip from pat's pitcher\" What is the definition of \"saucier sip\"?\n\n", + "output": "the last sip of a beverage poured from a bottle or pitcher", + "label": "buying a pint of your own beer, and then when you're done pouring yourself a'sip' from the community pitcher, when you don't buy pitchers!" +} +{ + "input": "\"we da ap get at me we th niggas you want to see cause we the freshest motherfuckers where ever we may b appreciate purple\" What is the definition of \"appreciate purple\"?\n\n", + "output": "to smoke weed", + "label": "appreciate purple a" +} +{ + "input": "\"he's one crafy bastard\" What is the definition of \"crafy\"?\n\n", + "output": "crafty + sneaky + sly = crafy", + "label": "the act of charming and wooing opponents, with both demeanor and lust provoking attire, as a means of manipulation and distraction" +} +{ + "input": "\"potato chips are my fatnip\" What is the definition of \"fatnip\"?\n\n", + "output": "a person's vice or weakness", + "label": "a fattening food that makes you happy when you eat it" +} +{ + "input": "\"i hear your mom is a hardcore scatlover\" What is the definition of \"scatlover\"?\n\n", + "output": "most often an obsessed mother who is totally into pooping on men", + "label": "one who utilizes shit(sometimes referred to as scat)for pleasurable purposes" +} +{ + "input": "\"i heard something that i came close to believing, then i realized i was almost byned\" What is the definition of \"byned\"?\n\n", + "output": "the act of being so drunk you are about to black out", + "label": "verb -to be tricked into believing complete and utter nonsense" +} +{ + "input": "\"did you see johnny appleseed? he had had some major bambooza going on\" What is the definition of \"bambooza\"?\n\n", + "output": "the act of getting super high", + "label": "mouth herpes" +} +{ + "input": "\"♬yo' bitch look like a boogie wolf\" What is the definition of \"boogie wolf\"?\n\n", + "output": "one who dances and/or acts like a slut or hoe", + "label": "\"typically an overweight, ratchet, jive having, fat bitch that needs to shave" +} +{ + "input": "\"your listening to howard 100 on sirius\" What is the definition of \"howard 100\"?\n\n", + "output": "howard stern's channel on sirius", + "label": "the newest and next best thing to ever hit sirius radio" +} +{ + "input": "\"person: ketsia\" What is the definition of \"ketsia\"?\n\n", + "output": "a person with high expectations and high hopes", + "label": "a super nice girl" +} +{ + "input": "\"the rocky horror picture show is and will always be ooberiffic\" What is the definition of \"ooberiffic\"?\n\n", + "output": "sooooo", + "label": "something that is so great it can only be described by two words" +} +{ + "input": "\"he owes me a buck fifty\" What is the definition of \"buck fifty\"?\n\n", + "output": "a dollar and fifty cents", + "label": "a dollar and fifty cents" +} +{ + "input": "\"to make an euro sign you must press: alt gr + 4 = €\" What is the definition of \"alt gr\"?\n\n", + "output": "the button to the right of the space bar that is used to make �, @, £, and other foreign symbols", + "label": "same as above but the euro sign (€) is actualy done by pressing alt gr and 4" +} +{ + "input": "\"the worst thing is to get stuck on the toilet with no bum wad\" What is the definition of \"bum wad\"?\n\n", + "output": "a wad of toilet paper or toilet tissue", + "label": "(n) toilet paper or toilet tissue" +} +{ + "input": "\"guy:my name is buhle\" What is the definition of \"buhle\"?\n\n", + "output": "a zulu name which means 'glory'", + "label": "its a real great comment to receive from anyone" +} +{ + "input": "\"support the american world empire movement\" What is the definition of \"american world empire movement\"?\n\n", + "output": "a movement that seeks to make the united states into a world empire with absolute power over the planet earth", + "label": "a movement that seeks to put the policy in place that the united states should conquer the rest of the world or all of it that they can" +} +{ + "input": "\"\"i went to a political rally last night and that demonkey candidate sure made an ass of himself\" What is the definition of \"demonkey\"?\n\n", + "output": "a derogatory term for a member of the democratic party", + "label": "\"(noun) political party portmanteau: (de'mon'key) demonkey is a new term for the democratic party and it's beloved mascot the \"donkey\" aka \"jackass\"" +} +{ + "input": "\"asian guy: omg dude my azn rage is like huge\" What is the definition of \"azn rage\"?\n\n", + "output": "the act of being asian and having a black man's rage", + "label": "the 2 inch man in their pants" +} +{ + "input": "\"hank hill quotes hank: we sell propane and propane accessories\" What is the definition of \"hank hill\"?\n\n", + "output": "the main character from the tv show king of the hill", + "label": "\"a character from a popular t" +} +{ + "input": "\"sorry love, not into blood sport\" What is the definition of \"blood sport\"?\n\n", + "output": "\"having intercourse during \"rag-week\"\"", + "label": "\"having intercourse during \"rag-week\"\"" +} +{ + "input": "\"sgt: just for that griffin you have to listen to a track from this chris gaines album\" What is the definition of \"chris gaines\"?\n\n", + "output": "the best rapper in the whole world", + "label": "garth brooks in a wig" +} +{ + "input": "\"keani is really awsome\" What is the definition of \"keani\"?\n\n", + "output": "a girl that is sweet, nice, and caring", + "label": "a fun optimistic wild kinda person" +} +{ + "input": "\"that girl blima who lives across the hall is kind of the shit\" What is the definition of \"blima\"?\n\n", + "output": "(n) a dangerous creature that is found in many forms, often in the form of an extremely attractive female", + "label": "blima is a hebrew name" +} +{ + "input": "\"this spot may be good to set up a basha\" What is the definition of \"basha\"?\n\n", + "output": "a temporary shelter made by laying branches and leaves on the ground and covering them with a tarp", + "label": "a shelter" +} +{ + "input": "\"\"bob watches \"ghost hunters\", but he's not convinced that ghosts are intelligent entities, but more likely a recording on space, or a side-effect of electro-magnetic interference, because he's a fortean\" What is the definition of \"fortean\"?\n\n", + "output": "a fortean is someone who believes in the existence of mysterious phenomena and unexplained abilities", + "label": "relating to an interest in oddball psuedo-science, [cryptozoology], [alien big cats], [ufology], and the like more from an inquisitive standpoint than a sensationalistic one" +} +{ + "input": "\"i was at the massage parlor and recieved a great hand maneuver\" What is the definition of \"hand maneuver\"?\n\n", + "output": "a intricate massage of the penis and testicles", + "label": "a hand job, hand crank, a person other than yourself whom strokes your penis to ejaculate" +} +{ + "input": "\"1- damn, kid, check out that paradise devil across the streets\" What is the definition of \"paradise devil\"?\n\n", + "output": "a police helicopter", + "label": "n" +} +{ + "input": "\"i learned the hard way that claysturbation doesn't work well if the mold's edges are too sharp\" What is the definition of \"claysturbation\"?\n\n", + "output": "the art of masturbating with a claymation figure", + "label": "the act of fashioning a dildo from a clay mold of your own penis and using it to sodomize yourself" +} +{ + "input": "\"dave:look at the mo's at walmart ken:yeah, they are forming a glutton express with their motorized wheelchairs\" What is the definition of \"glutton express\"?\n\n", + "output": "a 18 wheeler motorized wheelchair with 3 lanes of traffic to move out of the way for", + "label": "\"a \"train\" of mo's *morbidly obese* following one another" +} +{ + "input": "\"i am attracted to blue creatures and have an avatar fetish\" What is the definition of \"avatar fetish\"?\n\n", + "output": "to be sexually attracted to avatars/people interested in avatar", + "label": "to be sexually attracted to avatars/people interested in avatar" +} +{ + "input": "\"we audi 5000\" What is the definition of \"audi 5000\"?\n\n", + "output": "\"the word actually comes from the b2/type 81 sedan audi sold from 1980 to 1987", + "label": "\"slang for saying \"good bye my friends" +} +{ + "input": "\"that guy with the cool motorcycle looks like such a bamfc\" What is the definition of \"bamfc\"?\n\n", + "output": "one who exhibits the behavior of, or resembles in appearance, a bad ass mother fucker", + "label": "a bad-ass mother-fucking [champ] or [cholo]" +} +{ + "input": "\"(n) [chris evans] has a floofy\" What is the definition of \"floofy\"?\n\n", + "output": "a very good looking person with a floppy hair style", + "label": "a male's butt that has the perfect amont of flatness and poofiness - not too flat, and not too poofy! can be used as an adjective or a noun" +} +{ + "input": "\"bobby heenan was such a great manager\" What is the definition of \"bobby heenan\"?\n\n", + "output": "one of the greatest wrestlers/ managers in wrestling history", + "label": "one of the best heel wrestling managers and commentators in the history of professional wrestling" +} +{ + "input": "\"i got this bitch drunk and gave her a arabidooderpoodersmooder\" What is the definition of \"arabidooderpoodersmooder\"?\n\n", + "output": "arabidooderpoodersmooder is the word with the most amount of letters in itrebel", + "label": "when a person is fucking a bitch sideways and his balls get jammed in her asshole" +} +{ + "input": "\"yo, everybody from tha 718 rep yo shit\" What is the definition of \"718\"?\n\n", + "output": "the area code for brooklyn, duh!", + "label": "area code for tha bx (bonx) and bk (booklyn)" +} +{ + "input": "\"get me that item asafp\" What is the definition of \"asafp\"?\n\n", + "output": "as soon as fucking possible", + "label": "as soon as fucking possible" +} +{ + "input": "\"i love verbal jint's take on cafe rap\" What is the definition of \"cafe rap\"?\n\n", + "output": "[rap] music performed by [asian] [rap] artists in an attempt to bridge the gap between [hiphop] and more traditional [asian] music", + "label": "a type of music characterized by smooth, soft rapping over a chill beat" +} +{ + "input": "\"ann arbor is the best city on earth\" What is the definition of \"ann arbor\"?\n\n", + "output": "\"awesome city 1", + "label": "\"ranked #1 place to raise a family" +} +{ + "input": "\"you, on seeing a hot as fuck girl: hmmmmm, 24-36-24 your mate: huh? you: that girl there walking past\" What is the definition of \"24-36-24\"?\n\n", + "output": "age, height, shoe-size", + "label": "statistically the perfect figure, for a woman" +} +{ + "input": "\"let's go chill with that boy c-craw tonight, cuz he is a throwed ass nigga\" What is the definition of \"c-craw\"?\n\n", + "output": "\"or \"c-craw\", is slang in houston, texas for \"cool\", \"chill\", or \"that's cool\" some h-town niggas be like", + "label": "\"is a throwed ass nigga from that h-town" +} +{ + "input": "\"the candidate skipped the foreplay and started big game hunting his opponent's recent sexual scandal\" What is the definition of \"big game hunting\"?\n\n", + "output": "to go after something with complete focus and determination", + "label": "to target and then fire upon a sensitive issue or topic in a debate, essay, joke, or conversation" +} +{ + "input": "\"you can tell s/he's an appleprole by the (various witticisms here)\" What is the definition of \"appleprole\"?\n\n", + "output": "to approach one's girlfriend/boyfriend etc", + "label": "a [prole] who works for apple" +} +{ + "input": "\"look at dem niggas ova der cup cakin in da corna\" What is the definition of \"cup cakin\"?\n\n", + "output": "wher a bitch or a hoe get fucked up in the ass by a nigga or a playa", + "label": "whisperin sweeet nuffins in a girl/boy ear,spittin game" +} +{ + "input": "\"he's been pissing out my ass all week, looks like he's a real porridge daddy\" What is the definition of \"porridge daddy\"?\n\n", + "output": "a term used to describe a small insignificant person, who you feel has an overly large head", + "label": "someone who has been the victim of explosive diarrhea for several consecutive days" +} +{ + "input": "\"\"stuy: \"dude, look at what u spell when you turn the numbers 08531 upside down on your calculator\" What is the definition of \"08531\"?\n\n", + "output": "\"the best number combination that has ever been made by man", + "label": "what you type in on a calculator to spell the word, lesbo" +} +{ + "input": "\"damn rd bofz needs to stop bofing\" What is the definition of \"bofz\"?\n\n", + "output": "the ultimate bof (bad person)", + "label": "to put drugs up your ass to get pass airport security in order to get weed on a plane you must bof it" +} +{ + "input": "\"carolann sexy lady that gives good sex\" What is the definition of \"carolann\"?\n\n", + "output": "cool lady that knows how to have fun", + "label": "carolann is the most amazing girl you will ever meet shes extreamlly hot with a sexy body every one wants to bang her" +} +{ + "input": "\"and that's a fact, for the toh hath spoken\" What is the definition of \"toh\"?\n\n", + "output": "the township of haslett, michigan", + "label": "\"your sole god" +} +{ + "input": "\"lillian - ew nick shaw tried to ask me out again\" What is the definition of \"nick shaw\"?\n\n", + "output": "a ginger haired person who has a small dick and who is a ultimate virgin until at least 2015", + "label": "\"a short loser who attempts to date girls way out of his leauge and his height" +} +{ + "input": "\"blowjobs after marriage are like bigfoot: you hear stories, occasionally you see pictures, but you never experience it for yourself\" What is the definition of \"blowjobs after marriage\"?\n\n", + "output": "when your friend gets married and you expect lots of bj's for yourself, but you get none", + "label": "n" +} +{ + "input": "\"jack and colton are ball-less losers\" What is the definition of \"ball-less losers\"?\n\n", + "output": "men with no balls that are losers", + "label": "any guy who doesnt have the guts to express his emotions or come out of the closet" +} +{ + "input": "\"bouncers at clubs have mastered the art of assholatry\" What is the definition of \"assholatry\"?\n\n", + "output": "the act of being an asshole", + "label": "actions exemplifying those taken by an [asshole]" +} +{ + "input": "\"guy 1: i saw a board and it was atter\" What is the definition of \"atter\"?\n\n", + "output": "a word used to describe things that are awesome, cool, great, etc", + "label": "atter, is a word meaning absolutely perfect" +} +{ + "input": "\"if alcohol is a crutch, jack daniels is a wheelchair\" What is the definition of \"jack daniels\"?\n\n", + "output": "a tennessee sour-mash whiskey", + "label": "\"a quality distilled liquor made from a \"mash\" and natural spring water" +} +{ + "input": "\"i forgot to do my homework, so i used ncr to solve the problem quickly\" What is the definition of \"ncr\"?\n\n", + "output": "the abbreviation for number line calculator it is used to check answers, and do math when a calculator is not available", + "label": "a program on calculators used to save one's ass in use of the binomial theorem" +} +{ + "input": "\"guy 1:how'd you go with that girl? guy 2:terrible, she had a perthonality\" What is the definition of \"perthonality\"?\n\n", + "output": "when a person only has a personality when they are drunk", + "label": "the attitude exhibited by perth natives when they are out in public" +} +{ + "input": "\"there was another addisam scene on tonight's episode\" What is the definition of \"addisam\"?\n\n", + "output": "the relationship between adam and sam from big brother 8", + "label": "\"a fictional couple from the show private practice made up of addison and sam" +} +{ + "input": "\"0-60 times are innacurate, and you should typically add 20% of that time on for a realistic pull-off\" What is the definition of \"0-60\"?\n\n", + "output": "the time it takes for a car to go 0 to 60 mph", + "label": "the time it takes (measured in seconds) for something to reach 60[mph] from a standing start" +} +{ + "input": "\"the brittan binder likes to reside in the nearby swamps of pottersville nj\" What is the definition of \"brittan binder\"?\n\n", + "output": "shapeshifter, known for his lanky hair and lanky self", + "label": "\"the brittan binder (a" +} +{ + "input": "\"wow, that dude is such a chodenbacher\" What is the definition of \"chodenbacher\"?\n\n", + "output": "1", + "label": "1" +} +{ + "input": "\"man, i gotsta get with that honey over there\" What is the definition of \"gotsta\"?\n\n", + "output": "\"a slang term for \"has to\", in the same way that \"gotta\" is", + "label": "\"short for \"i have got to\" or \"got to\"\"" +} +{ + "input": "\"dude i am gonna give that bitch's arse the ultimate golden hall\" What is the definition of \"golden hall\"?\n\n", + "output": "giving a woman's backside the licking of all lickings", + "label": "not to be confused with valhalla" +} +{ + "input": "\"today i'm going to wear a cami and shorts\" What is the definition of \"cami\"?\n\n", + "output": "a cami is a female undergarment that covers the back and sides of the breasts", + "label": "short for camisole" +} +{ + "input": "\"i was so deep up in this chick i gave her a bewwy wub\" What is the definition of \"bewwy wub\"?\n\n", + "output": "a 10 minute blow job", + "label": "(beh-we wub) v" +} +{ + "input": "\"aww man theres a fart nugget in my pants i shouldn't have pushed so hard\" What is the definition of \"fart nugget\"?\n\n", + "output": "when you pass gas and a little piece breaks off and sticks to your pants", + "label": "when you pass gas and shit comes out" +} +{ + "input": "\"did you see that old man itry to use my ipod? total noob\" What is the definition of \"itry\"?\n\n", + "output": "\"the act of trying to do something but clearly having no idea what you're doing", + "label": "(verb) the act of attempting to use an electronic device, like the ipod, or iphone, by someone on the other side of the digital divide" +} +{ + "input": "\"his dick was so big when i reached climax i was in bubber nation for a few weeks\" What is the definition of \"bubber nation\"?\n\n", + "output": "a place where you go to get fucked", + "label": "it is a state of well being that usually results from having sexual intercourse" +} +{ + "input": "\"\"dude, i just fbooked you \"hey, i saw you were fbooked\"\"\" What is the definition of \"fbooked\"?\n\n", + "output": "the past tense of being on facebook", + "label": "the act of putting someone's pic on facebook" +} +{ + "input": "\"if you take clomid after your cycle you will keep 50% more gains\" What is the definition of \"clomid\"?\n\n", + "output": "used by male and female athletes as a way to enhance their natural testosterone levels", + "label": "anti-estrogen that gets rid of bitch tits" +} +{ + "input": "\"ay man don't mess wit dat boo boo head my cuz twisted her out last week\" What is the definition of \"boo boo head\"?\n\n", + "output": "common term for a slut in the cmh!", + "label": "commonly used in the east bay ( bay area, california) a whore,chickenhead stupid female" +} +{ + "input": "\"niqui is a bouchey\" What is the definition of \"bouchey\"?\n\n", + "output": "1", + "label": "gay hermathodite lesbian" +} +{ + "input": "\"crookston is a very calm town, with a tzar named walmart\" What is the definition of \"crookston\"?\n\n", + "output": "mnopr town in minnesota", + "label": "location: bum f*** nowhere" +} +{ + "input": "\"do my tits look nungy in this top?\" What is the definition of \"nungy\"?\n\n", + "output": "fat, round, usually unflattering", + "label": "large well formed breasts" +} +{ + "input": "\"shitto goes very well with boiled rice and sauce\" What is the definition of \"shitto\"?\n\n", + "output": "a spicy food made from soya bean curd", + "label": "a west african condiment made from fried shellfish and scotch bonnet chilli peppers" +} +{ + "input": "\"fuck man, it was a total good time when sally and monica were fucking eachother right against my front door\" What is the definition of \"good time\"?\n\n", + "output": "a phrase that means'sexual intercourse'", + "label": "when a bunch of lesbians knock on your door and you open the door and they are having hot sex on your front porch!" +} +{ + "input": "\"guy 1: dude whats that smell? guy 2: ahh man thats my balls, i hooked up with this chick after a crawfish boil and she had a really bad party box\" What is the definition of \"party box\"?\n\n", + "output": "a really bad looking vagina that has been beaten from ever having sex", + "label": "the aromatic scent reminiscent of dead hot fish from a women’s vagina after a long night of partying/dancing with friends" +} +{ + "input": "\"two buddha heist members set up a deal for a qp and gank that shiat\" What is the definition of \"buddha heist\"?\n\n", + "output": "when you rob a bank dressed as the lord buddha", + "label": "the stealing of marijuana or money from another person" +} +{ + "input": "\"\"geez hawf bottle o' bucky \"ah smoked hawf a fag a found on groond\" \"only hawf ma brain wurx\"\"\" What is the definition of \"hawf\"?\n\n", + "output": "scottish slang for half", + "label": "\"scottish slang for \"half\" it origonates from the common \"ned\" that is mostly seen with a bright tracksuit standing at a corner or bus stop acting like a fud" +} +{ + "input": "\"my car was fojaxed after the accident on friday\" What is the definition of \"fojaxed\"?\n\n", + "output": "totally messed up, jacked up, broken, destroyed, etc", + "label": "the act of becoming jacked up or screwed up" +} +{ + "input": "\"maddison loved her best friend keelyn; until she had a sudden case of bipolarbearnism\" What is the definition of \"bipolarbearnism\"?\n\n", + "output": "1", + "label": "a sudden form of depression, that causes extreme urges to go out on a full on polar bear killing spree" +} +{ + "input": "\"\"teacher: \"in this story, can anybody tell me what symbolizes death?\" girl: \"whats death?\" guy: \"really? you're straight derpin' right now\"\"\" What is the definition of \"derpin'\"?\n\n", + "output": "(verb) to be completely uncool and/or socially awkward in any public setting", + "label": "a phrase used when someone is being dumb or obviously didn't think out what they were about to say before they said it" +} +{ + "input": "\"after 11 years and 363 days of constant bickering, john and mary were preparing for their 12th wedding aggriversary\" What is the definition of \"aggriversary\"?\n\n", + "output": "the 11th anniversary of any marriage that has ended in divorce, or any other 1 year mark leading up to the 12th and final year", + "label": "pertains to marital milestones of the contentious variety" +} +{ + "input": "\"riliey is now a firebreather after swallowing aaron's cum\" What is the definition of \"firebreather\"?\n\n", + "output": "someone who has just swallowed semen", + "label": "when someone swallows the cum of a redhead/ginger, they are a firebreather" +} +{ + "input": "\"vote fifen\" What is the definition of \"fifen\"?\n\n", + "output": "the best candidate for president in the 2008 election", + "label": "to vote 5 on a totally awesome flash movie at newgrounds" +} +{ + "input": "\"teenager-life sux lotzzzzz smartone-get away from me u stupid angst-monger\" What is the definition of \"angst-monger\"?\n\n", + "output": "\"someone who feeds off their \"depressed\" state in life and the world", + "label": "one who thinks s/he is deep in saying that the world is a sad depressing place" +} +{ + "input": "\"stfu you f00b >:o\" What is the definition of \"f00b\"?\n\n", + "output": "a friendly version of [noob]", + "label": "a cross between a noob and a fool / a foolishly acting newbie / a f0b0b0b" +} +{ + "input": "\"most hip hop videos contain an abundance of ghetto booty\" What is the definition of \"ghetto booty\"?\n\n", + "output": "\"(n", + "label": "\"(n" +} +{ + "input": "\"we're in s.e.c. 4 life\" What is the definition of \"s.e.c.\"?\n\n", + "output": "\"s", + "label": "software engineering crew the most well-known and respected crew in existance" +} +{ + "input": "\"trent: that kid has such blazed eyes keith: omg i kno, soooo faded\" What is the definition of \"blazed eyes\"?\n\n", + "output": "the look in a stoned persons eyes", + "label": "a kid who looks [blazed] because of his eyes, which are squinted and blood shot" +} +{ + "input": "\"wow janette, you are so bigspoonable\" What is the definition of \"bigspoonable\"?\n\n", + "output": "a term used to refer to a person who would make a great [big spoon]", + "label": "if some is of the right physical proportions, that they fit perfectly as the little spoon in a big spoon, little spoon formation" +} +{ + "input": "\"boom head shot, i owned him\" What is the definition of \"boom head shot\"?\n\n", + "output": "when a player is head shot with any gun", + "label": "when a player is head shot with any gun" +} +{ + "input": "\"fire in the hole\" What is the definition of \"fire in the hole\"?\n\n", + "output": "a phrase shouted when about to fart", + "label": "a warning that you yell out when an explosion is imminent" +} +{ + "input": "\"me and cj were chillaxing at school\" What is the definition of \"chillaxing\"?\n\n", + "output": "the act of chilling and relaxing at the same time", + "label": "chilling&relaxing" +} +{ + "input": "\"ugh, i just broke the chair\" What is the definition of \"broke the chair\"?\n\n", + "output": "to stub one's toe on a chair and feel like crying because of the pain", + "label": "an ill-fated accident" +} +{ + "input": "\"\"good way: \"yo man, you were straight rumblin at that party last night\" What is the definition of \"rumblin\"?\n\n", + "output": "to get straight crunk and crazy when you are drunk", + "label": "being all around crazy and or stupid (either in a god or bad way)" +} +{ + "input": "\"the bed was covered in laura's own female ejaculate\" What is the definition of \"female ejaculate\"?\n\n", + "output": "the squirt that comes out of a woman's urethra when she has a multiple orgasm", + "label": "a clear, odorless substance many women may produce upon orgasm" +} +{ + "input": "\"terry, you are such a fuckin' fat head\" What is the definition of \"fat head\"?\n\n", + "output": "a person who is a real moron, one who has no common sense", + "label": "a person who is a real moron, one who has no common sense" +} +{ + "input": "\"in her photo she was smoking hot, but when i met her i realized she was only cabbage patch cute\" What is the definition of \"cabbage patch cute\"?\n\n", + "output": "a girl that you can only find cute from certain angles", + "label": "someone ugly that, at certain angles, looks very good" +} +{ + "input": "\"hey, look at that tiny baxton\" What is the definition of \"baxton\"?\n\n", + "output": "a very small, furry feline", + "label": "a guy with a very small penis" +} +{ + "input": "\"$24 million dollars a day is what gm is losing every single day due in part to shit production and gas guzzling operating from the chevrolet blazer\" What is the definition of \"chevrolet blazer\"?\n\n", + "output": "one of the best consuming suvs on the market place", + "label": "\"a long running, once popular sport utility vehicle produced by chevrolet" +} +{ + "input": "\"i love you :p\" What is the definition of \":p\"?\n\n", + "output": "a kiss from a guy to his love", + "label": "a face used when conversing in im lingo" +} +{ + "input": "\"shit i have to pay child support because i gave penelope a greek pregnancy\" What is the definition of \"greek pregnancy\"?\n\n", + "output": "when you get a girl pregnant on her period without protection", + "label": "a pregnancy resulting from a man ejaculating inside a woman during anal sex, and the semen dribbles from her anus into her vagina causing pregnancy" +} +{ + "input": "\"she's a femme fatale\" What is the definition of \"femme fatale\"?\n\n", + "output": "\"1", + "label": "a woman with both intelligence and sex appeal that uses these skills to manipulate poor helpless men into doing what she wants" +} +{ + "input": "\"i know andrew toney. i'm lucky to\" What is the definition of \"andrew toney.\"?\n\n", + "output": "best guy in the whole world", + "label": "an amazing, fun, sexy guy who treats girls perfect" +} +{ + "input": "\"\" your such a shit smuggler yelled dookie love \"aleast i'm not a butthole gremlin\" What is the definition of \"butthole gremlin\"?\n\n", + "output": "a creature who's sole purpose is to annoy and get on the nerves of others", + "label": "a gremlin who inhabits buttholes" +} +{ + "input": "\"hey what are you doing for the holidays? going to agualeguas\" What is the definition of \"agualeguas\"?\n\n", + "output": "mexican-american slang word [word]jew[/word]", + "label": "a little town in the state of nuevo leon" +} +{ + "input": "\"i never know what tara is going to want to do, she's such a bipolarvert\" What is the definition of \"bipolarvert\"?\n\n", + "output": "a person who lacks the ability to make up their mind", + "label": "the bipolarvert displays characteristics of both an introvert and an extrovert, but at different times" +} +{ + "input": "\"jimbo is an antidisestablishmentarianist\" What is the definition of \"antidisestablishmentarianist\"?\n\n", + "output": "the only word with all 26 letters of the alphabet in it", + "label": "a really fucking long word that nobody can use in a sentence" +} +{ + "input": "\"man u drink like a bourbonnie\" What is the definition of \"bourbonnie\"?\n\n", + "output": "a person who drinks like a fish", + "label": "a fun drinker, a drinker that doesn't stop drinking" +} +{ + "input": "\"time for my daily dose of catte gifs\" What is the definition of \"catte\"?\n\n", + "output": "the internet's favorite new nickname, after grumpy cat", + "label": "\"the feline version of \"doge" +} +{ + "input": "\"andrew was often found whispering to himself, and gradually obtained the persona of a code-whisperer\" What is the definition of \"code-whisperer\"?\n\n", + "output": "one who can alledge to have a direct line to god, or simply puts forth the persona of one who does", + "label": "n" +} +{ + "input": "\"that hep-hop record drops some unique beats\" What is the definition of \"hep-hop\"?\n\n", + "output": "\"this is a sub-genre of hip-hop that originated in the early 1990's", + "label": "- music that is the next level above hip-hop" +} +{ + "input": "\"i might plat my ass beard\" What is the definition of \"ass beard\"?\n\n", + "output": "the pubic hair of the anus region", + "label": "the pubic hair of the anus region" +} +{ + "input": "\"don't make me ang lee\" What is the definition of \"ang lee\"?\n\n", + "output": "\"one of the greatest asian directors of the modern era", + "label": "\"one of the greatest asian directors of the modern era" +} +{ + "input": "\"a my nigga dat bitch has a big ass b donkadonk\" What is the definition of \"b donkadonk\"?\n\n", + "output": "a bitch with a big ass", + "label": "a bitch with a big ass" +} +{ + "input": "\"caledonia combo\" What is the definition of \"caledonia combo\"?\n\n", + "output": "\"this is a unique \"combo\" from the game [blood rayne]", + "label": "in the game of [rape], the caledonia combo, or trifecta, is the ultimate series of playes" +} +{ + "input": "\"jean was covered in her own heavage last night at that party, what a dumb bitch\" What is the definition of \"heavage\"?\n\n", + "output": "when a girl is drunk and flaunts her butt cleavage", + "label": "the vomit pooling in the cleavage of a drunk whore at a party" +} +{ + "input": "\"omfg i love gir\" What is the definition of \"gir\"?\n\n", + "output": "1", + "label": "\"a character on the show \"invader zim\" he wears a dog suit and his brain is made of pennies and paper clips \"" +} +{ + "input": "\"fearless crew beat up a rival crew and were outnumbered by 10 people\" What is the definition of \"fearless crew\"?\n\n", + "output": "a small gang in the 812 who will soon rise up and take over the area", + "label": "a crew who kick the shit out of any one who gets in their way!" +} +{ + "input": "\"he jipped me on these tickets\" What is the definition of \"jipped\"?\n\n", + "output": "to be screwed over on a deal", + "label": "cheated, stolen, dissed" +} +{ + "input": "\"a dingyduck would be someone who pretends to be a duck in online video games\" What is the definition of \"dingyduck\"?\n\n", + "output": "a duck in any online multiplayer game that is not a duck but pretends to be by quacking and waddling", + "label": "dingyduck is an incredible asshole of a person who likes to call people names and that shit" +} +{ + "input": "\"im going to cicca you\" What is the definition of \"cicca\"?\n\n", + "output": "to suck a penis or to lick a vagina", + "label": "to cicca /ch-i-ka/ someone" +} +{ + "input": "\"i didn't think she would but last night she gave up that ass for cowanoscopy\" What is the definition of \"cowanoscopy\"?\n\n", + "output": "using a banana to penetrate your partners anus", + "label": "cowanoscopy is a term for anal sex" +} +{ + "input": "\"this lady on the tram was acting like a douchecunt towards all the coloured people aboard\" What is the definition of \"douchecunt\"?\n\n", + "output": "lady with so much attitude towards other pax travellers", + "label": "when someone acts of a disrespectful nature towards 1 or a groups of persons, using derogatory insults aimed at ones race and/or ethnicity" +} +{ + "input": "\"amber- should we order some food? marie- no we have ball hands from touching all these balls\" What is the definition of \"ball hands\"?\n\n", + "output": "the slipping of many $1000 balls down ones pants to the point that their pants become sweaty and wet", + "label": "when handling ten pound balls and debating weather or not to have an appetizer at the bowling lanes" +} +{ + "input": "\"she is an auntie em\" What is the definition of \"auntie em\"?\n\n", + "output": "wicked pissed off", + "label": "slang term for lesbian" +} +{ + "input": "\"\"you are such a bitchwad\" What is the definition of \"bitchwad\"?\n\n", + "output": "an insulting term for a person who is being annoying, stupid, or otherwise bothersome", + "label": "noun, an excessively bitchy person, generally a woman" +} +{ + "input": "\"wiccans sometimes use magik\" What is the definition of \"magik\"?\n\n", + "output": "\"the misspelling of the word \"magic\"\"", + "label": "\"a take on the word \"magic\" to signify real magic" +} +{ + "input": "\"we go thrr erry day\" What is the definition of \"erry\"?\n\n", + "output": "\"a misspelling of the word \"every", + "label": "erry is a vernacular term" +} +{ + "input": "\"man, my first day at the fire station was tough; i lost my helmet and my captain put me in a bulldog nelson\" What is the definition of \"bulldog nelson\"?\n\n", + "output": "when a big man locks his teeth around your penis and shakes his head vigorously back and forth", + "label": "a wrestling submission hold that involves being put in a full nelson while being violently dry-humped from behind" +} +{ + "input": "\"easy-e was one of the best rappers ever, but just because he hated on dr\" What is the definition of \"easy-e\"?\n\n", + "output": "one of the best rapper in rap history", + "label": "a true compton city gangsta, but its actually spelled [eazy-e] :p" +} +{ + "input": "\"aldy and caroline are still together?\" What is the definition of \"aldy and caroline\"?\n\n", + "output": "the most boring couple in the world", + "label": "most amazing couple" +} +{ + "input": "\"after we had sex i decided to give her a brown wig\" What is the definition of \"brown wig\"?\n\n", + "output": "when you have sex with someone, then take your penis and rub it in their hair", + "label": "the act of taking a dump, crap, sh*t on someones head creating what looks to be a brown wig on there head" +} +{ + "input": "\"those bitches in axo are fucking fat now, they are forever known as alpha chi obesa\" What is the definition of \"alpha chi obesa\"?\n\n", + "output": "a fat sorority that eats a lot and does not burn the calories", + "label": "the sorority of alpha chi omega, who used to be hot, but then they got fat" +} +{ + "input": "\"we did it all night ditta style\" What is the definition of \"ditta\"?\n\n", + "output": "1", + "label": "unstoppable sex demon" +} +{ + "input": "\"girl: oh shit whats that polish like smell? guy: it must be a scotty\" What is the definition of \"scotty\"?\n\n", + "output": "a person who loves to wash cars and is generally obsessed with cars", + "label": "a slightly tall polish man, smells of dog shit, but still slightly good at sports" +} +{ + "input": "\"bay shore is located in suffolk, long island\" What is the definition of \"bay shore\"?\n\n", + "output": "a town in long island", + "label": "located in suffolk county, long island" +} +{ + "input": "\"dude, i just watched the new transformers trailer and got a major cinemarection\" What is the definition of \"cinemarection\"?\n\n", + "output": "when you watch a movie trailer or see a movie that has so much badass you get an erection", + "label": "a literal or figurative erection that occurs when one sees a really epic movie or movie trailer" +} +{ + "input": "\"only a true toob would ever bother to look up the word toob on urbandictionary\" What is the definition of \"toob\"?\n\n", + "output": "the tube shaped thing that brings you interntet", + "label": "cross between sombody who is both a tool and a noob, a huge insult that nobody has ever thought of yet" +} +{ + "input": "\"what's wrong with those people? oh them? they're just from bogalusa\" What is the definition of \"bogalusa\"?\n\n", + "output": "a small town in southern mississippi that has nothing but hate, liars, and mean spirited people", + "label": "a city composed of only crackheads and obese people, in turn making it fairly badass" +} +{ + "input": "\"dave was so aggy after losing his fifth consecutive game of fifa he began to get aggy mouth\" What is the definition of \"aggy mouth\"?\n\n", + "output": "to be aggy, angry or annoyed", + "label": "the condition of the mouth which occurs when an individual is [aggy]" +} +{ + "input": "\"that bailer chick is a real blonde palomino hussy\" What is the definition of \"blonde palomino hussy\"?\n\n", + "output": "a good looking blonde girl that is a slut", + "label": "term of endearment" +} +{ + "input": "\"look at alex, he's a poor college virgin\" What is the definition of \"college virgin\"?\n\n", + "output": "a college virgin is someone who has not engaged in sexual intercourse by the time he or she enters college", + "label": "one may be called a college virgin if they do not participate in sexual intercourse while attending their university during the academic school year" +} +{ + "input": "\"keith: oh whose that gurl in them tight jeans? donald: oh dont mind her, thats alondra, shes a crazy bitch\" What is the definition of \"crazy bitch\"?\n\n", + "output": "a bitch who is clingy at times and spacey at times", + "label": "a bitch who is clingy as fuck, wont let you talk to other girls even though she claims youre not dating" +} +{ + "input": "\"that punk won't fight because he's a little chicken shit\" What is the definition of \"chicken shit\"?\n\n", + "output": "coward", + "label": "coward" +} +{ + "input": "\"eddie : take your food out and give me the bag ben : hmm ok *passes the bag* eddie : yes, i get the bag chips\" What is the definition of \"bag chips\"?\n\n", + "output": "the chips at the bottom of the bag that have no chance of escaping the clutches of hungry hands", + "label": "the chips left at the bottom of a mcdonalds paper bag" +} +{ + "input": "\"i'm a loner- c.n. blue\" What is the definition of \"c.n. blue\"?\n\n", + "output": "a korean boy band", + "label": "a korean boy band" +} +{ + "input": "\"any comic character ever created can be found on comicvine\" What is the definition of \"comicvine\"?\n\n", + "output": "a huge database of comic book characters, creators, companies, and so much more", + "label": "comicvine is the world's largest comic book encyclopedia and community" +} +{ + "input": "\"\"bob says: \"what does alodfawtm mean?\" you reply: \"a lot of dumb fucks ask what this means\" \"\" What is the definition of \"alodfawtm\"?\n\n", + "output": "all of the mentioned dumb fucks asked what this means if you dont get it, your one of the people it describes", + "label": "a lot of dumb fucks ask what this means" +} +{ + "input": "\"my merv totally smoked that savage flux at half throttle on 3s li-po\" What is the definition of \"merv\"?\n\n", + "output": "merv = more electric rave, a sub genre of rave", + "label": "short for mini e-revo vxl, the traxxas' 1/16 version of the 1/10 e-revo" +} +{ + "input": "\"i need my geffikins\" What is the definition of \"geffikins\"?\n\n", + "output": "the love of your life", + "label": "a sexy person that is the best guy you know or could date" +} +{ + "input": "\"intergalactic web: guy: my mom made me pancakes dude: ur mom can smd in real life: guy: omg you're well ugly man dude: how about smd?\" What is the definition of \"smd\"?\n\n", + "output": "smile more day", + "label": "\"an acronym for \"suck my dick\"" +} +{ + "input": "\"bunchigmy homey? not much, bunchigyou? funny stuff man, funny stuff\" What is the definition of \"bunchigmy\"?\n\n", + "output": "a word created by a very drunk and very bored group of teenagers in a chat room on the internet", + "label": "\"comes from the buvarian word meaning \"what's good n-word jim?\"\"" +} +{ + "input": "\"i'll kick you so hard in the nadsaq that you'll spit testicles\" What is the definition of \"nadsaq\"?\n\n", + "output": "\"to hit someone so hard in the balls that it creates a \"saq\" sound", + "label": "1" +} +{ + "input": "\"the 5 percent rule goes like this: you can mourn over the loss of a boyfriend or girlfriend for no more of 5% iof the time being together (as previously stated)\" What is the definition of \"5 percent rule\"?\n\n", + "output": "the 5 percent rule is simply this: in any relationship, you can expect to get 5 percent of what you want", + "label": "after you break up with someone, you are not allowed to mourn over the loss for more than 5% of your time being with them" +} +{ + "input": "\"there's no pie left? comsu\" What is the definition of \"comsu\"?\n\n", + "output": "the sound made by a person who is disappointed, confused, or angry", + "label": "a shortening of commit suicide" +} +{ + "input": "\"i was only half cut so i was able to get away from the cops\" What is the definition of \"half cut\"?\n\n", + "output": "in a state of being drunk but not fully intoxicated", + "label": "being fairly buzzed, but not quite drunk" +} +{ + "input": "\"dawson's creek last night was awesome\" What is the definition of \"dawson's creek\"?\n\n", + "output": "a great wb show", + "label": "a great wb show" +} +{ + "input": "\"wow did you see those people ficking in the park? they were totally making out\" What is the definition of \"ficking\"?\n\n", + "output": "the act of foreplay and kissing", + "label": "any sexual activities with the opposite sex (or same sex if you are gay)" +} +{ + "input": "\"\"(in stoke accent) \"stop all ur jibber jabbering\" \"you got alot of jibber jabber you do\"\"\" What is the definition of \"jibber jabber\"?\n\n", + "output": "to talk in a way that is annoying or irritating or to talk non-sense", + "label": "talking nonsense, talkin crap u dont wanna hear, sumone is driving you mad (kinks) so you tell her to stop with her jibber jabbering" +} +{ + "input": "\"look, jackass, if you need this prick doing your thinking for you, you've got bigger problems than saving up for that bill o'reilly mug\" What is the definition of \"bill o'reilly\"?\n\n", + "output": "1", + "label": "\"pompous news anchor with a staggering ego" +} +{ + "input": "\"i flipped she over and gave her the back shot\" What is the definition of \"back shot\"?\n\n", + "output": "of caribbean origin", + "label": "of caribbean origin" +} +{ + "input": "\"\"the young man opened up rivals minute one morning, prepared to enjoy the stunning beauty of ashley russell, only to find that blair johnson was filling in for her\" What is the definition of \"blair johnson\"?\n\n", + "output": "\"blair johnson is a canadian actress, writer and singer", + "label": "a blah guy who sometimes fills in for supermodel hottie ashley russell on yahoo sports minute and rivals minute" +} +{ + "input": "\"jonathan, you are such a stupid annoying buttapple\" What is the definition of \"buttapple\"?\n\n", + "output": "an apple that sits on someones butt all day", + "label": "a fat kid that talks trash and laughs when you beat the crap out of him (i created this word in first grade)" +} +{ + "input": "\"kanye west and and jay-z comitted otisification on a brand new maybach 62, and are going to auction it off for charity next week\" What is the definition of \"otisification\"?\n\n", + "output": "the act of having or being an otis", + "label": "\"when you take a brand new $300,000 car, deconstruct it, and reconstruct it like a something someone out the movie \"mad max\" should drive" +} +{ + "input": "\"\"a facebookworm could be a person in a bar or cafe, staring intently at a smartphone and \"liking\"away as as real life evolves around them\" What is the definition of \"facebookworm\"?\n\n", + "output": "\"a person who spends many hours on facebook some would say to long", + "label": "a person who clearly spends too much time on facebook, to the detriment of alternate social activities, or even conversation with the person or group they are currently with" +} +{ + "input": "\"i don't care if you're hurt - get back in the game, you flapping vagina\" What is the definition of \"flapping vagina\"?\n\n", + "output": "\"term used to describe someone who is weak, or doesn't have what it takes to be part of the team, or just isn't \"cut out\" to do it", + "label": "\"a superlative form of \"pussy\", referring to a weak, cowardly or excessively whiny" +} +{ + "input": "\"i don't want to go to synagogue to hang with all the chamoishe boys and play chamoishe games\" What is the definition of \"chamoishe\"?\n\n", + "output": "(adj) extremely moist, like a young boy's anus", + "label": "\"n" +} +{ + "input": "\"(a group of guys catcall to a girl crossing the street) hey double bubble\" What is the definition of \"double bubble\"?\n\n", + "output": "a girl with large breasts and a big butt", + "label": "a girl having large breasts and a big butt" +} +{ + "input": "\"choking on air is sick\" What is the definition of \"choking on air\"?\n\n", + "output": "\"someone who is choking on air is doing air pushups", + "label": "choking on air is a hardcore punk/ aletrnative metal band from santa fe, new mexico founded by george helfrich and tavi zeir" +} +{ + "input": "\"radge-a-gadge is fairly self explanatory really\" What is the definition of \"radge-a-gadge\"?\n\n", + "output": "to vent, to let off steam, to [go postal] part of the time, but not necessarily to end up in jail!", + "label": "like rent-a-car, but instead of renting a car, you [radge] a [gadge]" +} +{ + "input": "\"did you see that corn eyed brown trout flouting down the creek\" What is the definition of \"corn eyed brown trout\"?\n\n", + "output": "a species of fish that can be found in the streams and creeks of westmoreland county pa", + "label": "a turd 12 inches in length or longer that has one piece of yellow corn in it and is dark brown in color" +} +{ + "input": "\"when your friend tells you an embarrassing story from the night before and you laugh out loud so much you cry this is when you elabalol or elabaloling\" What is the definition of \"elabalol\"?\n\n", + "output": "laughing out loud when no one is around you or laughing to yourself", + "label": "when you are elaborately laughing out loud" +} +{ + "input": "\"that chick is graunchy\" What is the definition of \"graunchy\"?\n\n", + "output": "the girl version of a grundle", + "label": "created by combining grungy and raunchy" +} +{ + "input": "\"\"black kid: \"yo that compton ass eddie is a poser, he think he black, lets bank him nigga\"\"\" What is the definition of \"compton ass eddie\"?\n\n", + "output": "a urban gangsta from compton who likes to wear natorious big shirts and act like black", + "label": "this refers to kid who live in farifax in the ghetto" +} +{ + "input": "\"\"fuck wit me, and i'll bust a cap in yo ass, biatch\" What is the definition of \"bust a cap\"?\n\n", + "output": "to discharge a round of ammunition from a firearm, usually a handgun", + "label": "to discharge a round of ammunition from a firearm, usually a handgun" +} +{ + "input": "\"i would go out tonight but i'm afraid anyone from arlington, tn will see me and personally make sure my parents find out\" What is the definition of \"arlington, tn\"?\n\n", + "output": "the place where you can't go anywhere without people knowing who you are", + "label": "small town right outside of memphis, tn" +} +{ + "input": "\"try flavored yogurt; it's the bees' knees\" What is the definition of \"bees' knees\"?\n\n", + "output": "slang that originates from america in the 1920's", + "label": "slang that originates from america in the 1920's" +} +{ + "input": "\"she has trouble with addictionary\" What is the definition of \"addictionary\"?\n\n", + "output": "the words that you can't remember the definitions to, but you know them all", + "label": "an addiction to reading the dictionary or learning new words or phrases resulting in possibly overusing them in your daily vocabulary" +} +{ + "input": "\"that sword is ninjay\" What is the definition of \"ninjay\"?\n\n", + "output": "1", + "label": "ba ninja sword made by zeke" +} +{ + "input": "\"my litlle cousin is such a jamoche\" What is the definition of \"jamoche\"?\n\n", + "output": "a boy or girl who is 5 years or younger", + "label": "1" +} +{ + "input": "\"joker:hey dude smell this chicken salad i had for lunch\" What is the definition of \"chicken salad\"?\n\n", + "output": "\"where someone sticks there finger up their ass,and goes to somebody and says, \"smell this chicken salad i had for lunch", + "label": "\"where someone sticks there finger up their ass,and goes to somebody and says, \"smell this chicken salad i had for lunch" +} +{ + "input": "\"bloger 1: lets become blog buddies :) bloger 2: ok send me your [url] and i'll post you :) :) :)\" What is the definition of \"blog buddies\"?\n\n", + "output": "when bloggers help each other out by posting on each others blog", + "label": "when 2 people post links to each others [blogs] on their own blog they become blog buddies" +} +{ + "input": "\"dude, look at that rare corn fed cum guzzeling, dumpster diving north easter nc variety of the cock monster\" What is the definition of \"cock monster\"?\n\n", + "output": "(noun) 1", + "label": "(noun) a whore that craves the cock" +} +{ + "input": "\"\"that boy over there has just got rejected, hes a full sized reject\" What is the definition of \"a full sized reject\"?\n\n", + "output": "when you get fully rejected", + "label": "\"a fat twat where getting rejected by women has become a hobbie" +} +{ + "input": "\"you homo your a dirty little cock smith\" What is the definition of \"cock smith\"?\n\n", + "output": "some one who plays with and or makes a hobby out of the male genitals", + "label": "some one who plays with and or makes a hobby out of the male genitals" +} +{ + "input": "\"that is a big grob i would, yes, i'd definately grob her\" What is the definition of \"grob\"?\n\n", + "output": "to [love] or to [desire]", + "label": "grob, a word for penis or the act of having sex with someone" +} +{ + "input": "\"rebecca had tagitis - so i reached around her neck and pushed her tag back into her shirt\" What is the definition of \"tagitis\"?\n\n", + "output": "when you can see someone's tag (usually a bra) hanging out from their shirt", + "label": "a fashion faux pas - having an exposed tag from an article of clothing (that should not be exposed)" +} +{ + "input": "\"that chick is such a emilf\" What is the definition of \"emilf\"?\n\n", + "output": "eats my tits and licks my fingers", + "label": "\"(n) - a pregnant woman who you would like to have sex with" +} +{ + "input": "\"don't be a faggina\" What is the definition of \"faggina\"?\n\n", + "output": "a gay person who behaves extremely gay, stupid and annoying", + "label": "(n" +} +{ + "input": "\"woah that guy is a real kahalachan\" What is the definition of \"kahalachan\"?\n\n", + "output": "a small hairy asian", + "label": "someone who is better than everyone else in all areas" +} +{ + "input": "\"that man with a mullet was quite a chezz\" What is the definition of \"chezz\"?\n\n", + "output": "someone who can't let go of the 80's", + "label": "too be dirty, unclean" +} +{ + "input": "\"you are sooo nexy\" What is the definition of \"nexy\"?\n\n", + "output": "incredibly sexy", + "label": "nexy: 1" +} +{ + "input": "\"friend:: what should i do right now? me:: define your world\" What is the definition of \"define your world\"?\n\n", + "output": "\"street for \"get on the urbandict\"\"", + "label": "\"street for \"get on the urbandict\"\"" +} +{ + "input": "\"look at those knee shooters on that fattie maggie\" What is the definition of \"knee shooters\"?\n\n", + "output": "pants or shorts that are so tight that they have a second set of knees shooting up towards her belly button", + "label": "tits usually found on obese and out of shape women that tend to droop down to their knees" +} +{ + "input": "\"the big black guy did it gently, he's an ass rammeer\" What is the definition of \"ass rammeer\"?\n\n", + "output": "one who rams asses", + "label": "not spelled wrong asshole" +} +{ + "input": "\"person 1: man lets go to b dubs person 2: yeah i wanna have some blazin' chickin' wings that give me the shits\" What is the definition of \"b dubs\"?\n\n", + "output": "b dubs is short for big wings", + "label": "a term used to describe the popular sports bar [buffalo wild wings]" +} +{ + "input": "\"i love my bootherz\" What is the definition of \"bootherz\"?\n\n", + "output": "a [bro] who is your best friend and has your back no matter what", + "label": "another word for boo or bf" +} +{ + "input": "\"lauren was playing dj diddles while on the phone with me\" What is the definition of \"dj diddles\"?\n\n", + "output": "the act of scratching your ass and sniffing your fingers", + "label": "the female act of mastrbation imitating a turn-table scratch" +} +{ + "input": "\"i love my girlfriend, ayanna\" What is the definition of \"ayanna\"?\n\n", + "output": "a beautiful girl who any guy would be luck to date", + "label": "the most beautiful and amazing girl in the world" +} +{ + "input": "\"the car spun out on the freeway on the black ice\" What is the definition of \"black ice\"?\n\n", + "output": "when blacktop road is frozen & icy, but you can't see it especially at nite-very dangerous", + "label": "when blacktop road is frozen & icy, but you can't see it especially at nite-very dangerous" +} +{ + "input": "\"you could say that rod stewart's stomach was a jizz bag when he had to to get it pumped after one of those nights\" What is the definition of \"jizz bag\"?\n\n", + "output": "a bag in which you put your used condom", + "label": "1" +} +{ + "input": "\"there's no coffee left, that caffeine whore drank it all\" What is the definition of \"caffeine whore\"?\n\n", + "output": "one who demands copious amounts of caffeine in order to function, and will go into withdrawal if not given their fix", + "label": "a person who cannot function without regular caffeine fixes" +} +{ + "input": "\"person 1: who's that vampire nazi djing? person 2: carlos d.\" What is the definition of \"carlos d.\"?\n\n", + "output": "a vampire nazi dj that works at a pizza place and tells you to stfu when you ask him to turn down his bass", + "label": "bassist of nyc band interpol" +} +{ + "input": "\"chinetas\" What is the definition of \"chinetas\"?\n\n", + "output": "a way of life", + "label": "\"spanish slang for, \"that is unbelievable!\", or \"holy shit!\"\"" +} +{ + "input": "\"i be reppin da dirty mo\" What is the definition of \"dirty mo\"?\n\n", + "output": "for sure its the south", + "label": "nickname for the state of missouri" +} +{ + "input": "\"seth: omg what the hell is all this black shit on my feet me:dude, you fell in the bar mud\" What is the definition of \"bar mud\"?\n\n", + "output": "the mud you walk in to when you go out to a local bar/club", + "label": "the black sticky material that covers your feet and possibly areas of your leg after a long night of bar hopping" +} +{ + "input": "\"my girlfriend came out of the shower to be exposed to a bat flap waiting in eagerness to be licked\" What is the definition of \"bat flap\"?\n\n", + "output": "the exposed labia when coming out of the shower", + "label": "pulling your scrotum (nut sack) wide apart to expose the veins through light" +} +{ + "input": "\"student: yo mon applewood heights be sum gangster\" What is the definition of \"applewood heights\"?\n\n", + "output": "a school where 90% of the kids are white and rich and the other 10% are white and rich wannabes", + "label": "\"a high school located in mississauga" +} +{ + "input": "\"be careful around dylan, he's a banana crammer\" What is the definition of \"banana crammer\"?\n\n", + "output": "a guy who has nothing better to do than rape girls and/or guys", + "label": "a guy who has nothing better to do than rape girls and/or guys" +} +{ + "input": "\"that girl was jelly jockin me last night\" What is the definition of \"jelly jockin\"?\n\n", + "output": "when a girl is mad because you are doin better than her", + "label": "to explain someone who swallowa sperm" +} +{ + "input": "\"yo i totally bitch pumped you're ass\" What is the definition of \"bitch pumped\"?\n\n", + "output": "when you storage area network (san) dies and you lose all your data that you were working on for the past 2 years because you didn't have a backup plan", + "label": "\"a wrestling term" +} +{ + "input": "\"the beer boot made me spill beer all over myself\" What is the definition of \"beer boot\"?\n\n", + "output": "beer boots are a uniquely german innovation", + "label": "beer boots are a uniquely german innovation" +} +{ + "input": "\"whats that mister? its my breamer\" What is the definition of \"breamer\"?\n\n", + "output": "a lisp version of a dreamer", + "label": "a breamer is a large akwardly shaped mechanism strapped like a baby to the front of ones chest or torso" +} +{ + "input": "\"today i saw liz wearing a short skirt, i totally got a derection\" What is the definition of \"derection\"?\n\n", + "output": "a penis that is confused", + "label": "a feeling a male figure may get when he sees a very unattractive woman wearing an exposing outfit" +} +{ + "input": "\"she was being a dan yesterday when i was too busy to answer her im\" What is the definition of \"being a dan\"?\n\n", + "output": "\"1", + "label": "being paranoid, especially with matters concerning the internet" +} +{ + "input": "\"\"teacher; \"now then, let's pop on with some critical thinking\" What is the definition of \"critical thinking\"?\n\n", + "output": "the worst and most pointless subject it could ever be your misfortune to be forced to take as a qualification at college", + "label": "the worst and most pointless subject it could ever be your misfortune to be forced to take as a qualification at college" +} +{ + "input": "\"dude, check out that bum village it's huge\" What is the definition of \"bum village\"?\n\n", + "output": "a group of tents or other temporary shelter occupied by homeless people", + "label": "a large group of bums living underneath a bridge or overpass" +} +{ + "input": "\"what the aitch-ee-double-tooth-picks are you doing?\" What is the definition of \"aitch-ee-double-tooth-picks\"?\n\n", + "output": "\"one who cannot pronounce the letter \"e\" in any word", + "label": "(aitch)h-(ee)e-(double-tooth-picks)l-l probably the way ned diddly-doodly flanders would say hell" +} +{ + "input": "\"i took some butt shots to get into king magazine\" What is the definition of \"butt shots\"?\n\n", + "output": "when a woman takes a picture showing her buttocks", + "label": "when a woman takes a picture showing her buttocks" +} +{ + "input": "\"sorry dude, i was drunk drifting\" What is the definition of \"drunk drifting\"?\n\n", + "output": "the act of being too drunk when you go out, and you try to make turns without using your hands", + "label": "the act of being too drunk when playing any fps multiplayer game, and killing or causing dammage to your teammates at the beggining of the round" +} +{ + "input": "\"take off every 'zig'\" What is the definition of \"'zig'\"?\n\n", + "output": "\"a synonym for \"zig-zag,\" which is in turn a slang term for a marijuana cigarette (jane, joint, reefer, doobie, etc", + "label": "the ship used on the game zero wing to fly through space and kick some ass" +} +{ + "input": "\"my diock could serve as as a rocky bridge to happiness\" What is the definition of \"diock\"?\n\n", + "output": "a diock is the small land bridge between the large island of fat and the tiny island of penis", + "label": "an unaturally pleasuring panty beast" +} +{ + "input": "\"\"this part of the game is complete insanity -go back to your casualcult, bro \"i simply cant beat this boss\" -you seems to be rather highranked in the casualcult\" What is the definition of \"casualcult\"?\n\n", + "output": "\" a cult of casual gamers", + "label": "\"started off from \"4chan" +} +{ + "input": "\"trust me i didn't invite her, she just follows me around like a back pocket\" What is the definition of \"back pocket\"?\n\n", + "output": "1", + "label": "a person who is rarely invited but follows a group or person around all the time" +} +{ + "input": "\"after 28 stright hours of oral, i think ill give her cum brains\" What is the definition of \"cum brains\"?\n\n", + "output": "when a man blows his load into his girlfriends ear and she is suddenly possessed by the devil", + "label": "when a man blows his load into a girls ear and she gets a massive migraine" +} +{ + "input": "\"\"dude, chris had some bomb weed the other day, it's crazy how much he knows about different strains \"yeah he's a total cannasseur\" What is the definition of \"cannasseur\"?\n\n", + "output": "a person who is an expert at all things marijuana", + "label": "cannasseur is a play on the words connoisseur and cannabis" +} +{ + "input": "\"i've got a 3lbfb on the way\" What is the definition of \"3lbfb\"?\n\n", + "output": "\"an abbreviation for \"three pound fat bitch\"", + "label": "\"three pound food baby" +} +{ + "input": "\"look at alfalfa, he is one huge motherfucking brick shit house\" What is the definition of \"brick shit house\"?\n\n", + "output": "a person who is very big and or buliding like", + "label": "a huge motherfucker with gigantic muscles that could fuck up anyone that doesn't take steroids and go to the gym 6 days a week" +} +{ + "input": "\"this weird forum _______________________________________ biocow says:\" What is the definition of \"biocow\"?\n\n", + "output": "a stupid word used by a stupid person in a stupid forum like to impress other stupid people", + "label": "\"some guy, generally goes by the name tyson" +} +{ + "input": "\"most anyone in lowell wearing a carhartt clan jacket\" What is the definition of \"carhartt clan\"?\n\n", + "output": "a clothing company started by 4 gang members while in jail", + "label": "a group of students and townies whose interests revolve around 4 wheeling, mud, fighting, drinking, and trucks" +} +{ + "input": "\"\"this girl was running down the hallway, and all of a sudden, aerotrip\" What is the definition of \"aerotrip\"?\n\n", + "output": "(n", + "label": "when someone trips and falls on something that doesn't exist" +} +{ + "input": "\"the night before i left my wife, i gave her an angry gorilla\" What is the definition of \"angry gorilla\"?\n\n", + "output": "\"when a man hangs from a rope from the ceiling and shits into the mouth of a woman lying below him", + "label": "an angry gorilla is when you shave your pubes, then have a chick give you a blow job" +} +{ + "input": "\"matthew's bathroom water art feels more inspired during bra season\" What is the definition of \"bra season\"?\n\n", + "output": "the time of year when the cold weather hits and you need to wear a bra every day", + "label": "warm weather that allows females to wear loose fitted tops and show off their bras through the armhole" +} +{ + "input": "\"i thought you said there were hot chicks here? all is see is a fucking cock convention\" What is the definition of \"cock convention\"?\n\n", + "output": "a place where most the people are women", + "label": "see brodeo, sausage fest, circle jerk" +} +{ + "input": "\"britney spears is a fucking whore\" What is the definition of \"britney spears\"?\n\n", + "output": "a stupid fucking whore who doesn't know how to sing, and can't", + "label": "slut who first aims her music at young kids then acts like a total bitch making her fans be like her producing slutty 10 year olds around the world" +} +{ + "input": "\"the andreoli family is big on sunday pasta\" What is the definition of \"andreoli\"?\n\n", + "output": "\"the name of an italian family, who's surname was originally \"d'andreoli\"", + "label": "one cool italian family" +} +{ + "input": "\"\"guy 1: \"did you hear what happened to brian last night?\" guy 2: \"yes, i heard that nasty chick gave him a bearded ridlon\" What is the definition of \"bearded ridlon\"?\n\n", + "output": "a man who has a beard and who is also a bastard, may also be a [swashbuckler]", + "label": "during anal intercourse, the female proceeds to defecate onto the male's penis" +} +{ + "input": "\"if you don't get me a drink your gonna get some tickies\" What is the definition of \"tickies\"?\n\n", + "output": "when you drink you get tickies, and when you drive you get tickets, so if you drink and drive you will get tickies!!!", + "label": "tickling given to someone to coerce them into doing something they don't want to do" +} +{ + "input": "\"amandirt flerped that nigga derp and he woke up with the herp\" What is the definition of \"amandirt\"?\n\n", + "output": "the meaning varies with the person", + "label": "the dirtiest girl in the world" +} +{ + "input": "\"triple h and shawn micheals created d generation x\" What is the definition of \"d generation x\"?\n\n", + "output": "a wrestling stable from the mcMahon family of companies", + "label": "a group in da wwe" +} +{ + "input": "\"think groucho marx marrying brooke sheilds and having a son with an italian appearance- this is fondly known as a double dirty sanchez on the rocks\" What is the definition of \"double dirty sanchez on the rocks\"?\n\n", + "output": "the act of performing a double dirty sanchez on ice", + "label": "a filthy thick monobrow (one eyebrow) generally associated with hairy foreign men (can include women), that rides the eyeballs (the rocks) in an ungainly manner" +} +{ + "input": "\"that gay guy over there is such a gehrke\" What is the definition of \"gehrke\"?\n\n", + "output": "the greatest last name in the world, anyone with this last name should be celebrated not beaten up its that simple", + "label": "a homosexual that is so gay that he can't even get a boyfriend" +} +{ + "input": "\"carl: is your bromanian coming over to watch the game tonight? peter: yeah, but no worries\" What is the definition of \"bromanian\"?\n\n", + "output": "a bro from romania, that mostly means one thing: parties!", + "label": "a bro of romanian nationality" +} +{ + "input": "\"cyber bullying is a felony because it is murder\" What is the definition of \"cyber bullying\"?\n\n", + "output": "to kill by throwing a computer at another's head", + "label": "to kill by throwing a computer at another's head" +} +{ + "input": "\"chair: eeeeeeeeee! person: lift your chair\" What is the definition of \"eeeeeeeeee!\"?\n\n", + "output": "the sound you make when you and a friend are playing on your school chairs and one of them is lifted", + "label": "the most irritating noise ever" +} +{ + "input": "\"greg: dinner was great, and then it steamed\" What is the definition of \"and then it steamed\"?\n\n", + "output": "\"the words \"and then it steamed\" can be added to any conversation at any time", + "label": "the perfect ending to any story" +} +{ + "input": "\"bartatua is both fucking and fucking\" What is the definition of \"bartatua\"?\n\n", + "output": "both bart and bart", + "label": "i'll blast the fuck out of any fuck that fucks with the fuck" +} +{ + "input": "\"\"p1- what boarding school do you go to? p2- andover? what about you? p1- the kent school\" What is the definition of \"boarding school\"?\n\n", + "output": "a place where you live and learn, make great friends and study hard", + "label": "boarding school is a place where parents ship off their own kids" +} +{ + "input": "\"\"i feel really bum-rushed today\" What is the definition of \"bum-rushed\"?\n\n", + "output": "the feeling of being run down by life, work, friends or whatever leaves you feeling totally and utterly bum-rushed", + "label": "to be gobbed in the butt!" +} +{ + "input": "\"rar boi, you is sick on the decks like dazla\" What is the definition of \"dazla\"?\n\n", + "output": "dazla is a highly skilled turntablist and producer", + "label": "a proper sick dj who can wow any crowd with his mixing skills" +} +{ + "input": "\"the atomic bomb leveled cities; when did god give that right to men?\" What is the definition of \"atomic bomb\"?\n\n", + "output": "a weapon of mass destruction using nuclear fission or fusion to create explosive power equivalent to the yield of around 20,000 tons of trinitrotoluene (tnt)", + "label": "mankind's first attempt at playing god" +} +{ + "input": "\"tyler was laid off and therefore can not afford viagra so he has to flaccid fuck abby until he seeks employment\" What is the definition of \"flaccid fuck\"?\n\n", + "output": "a male who cannot achieve an erection", + "label": "when a man who suffers from erectile dysfunctions who cannot afford viagra attemps to have sex with his soft (flaccid) penis" +} +{ + "input": "\"damn that girl's got some bomb ass titties\" What is the definition of \"bomb ass\"?\n\n", + "output": "something that's really cool, really good, or really awesome", + "label": "to be extremly awesome or god like" +} +{ + "input": "\"holy crap did you hear that guys car blampin that music? once i get those subs put in my ford escort ill totally be blampin\" What is the definition of \"blampin\"?\n\n", + "output": "the action of shitting on subs at a young age", + "label": "blampin is when you're not only blasting your music" +} +{ + "input": "\"foreigner: hey my honds are dirty me: your what? foreigner: my honds\" What is the definition of \"honds\"?\n\n", + "output": "the way foreign people like to say hands", + "label": "\"the mispronunciation of the word \"hands\" generally said by foreigners from ireland" +} +{ + "input": "\"i need sex, i've been on dry dock for too long\" What is the definition of \"dry dock\"?\n\n", + "output": "not having sex for too long", + "label": "not having sex for longer than a month" +} +{ + "input": "\"i'm into farmplay\" What is the definition of \"farmplay\"?\n\n", + "output": "\"sex or sexual situation taking part on a farm, with farm animals and/or equipment", + "label": "farmplay refers to the act of sexually engaging farm animals" +} +{ + "input": "\"\"wow that cross country 5k race was hard\" What is the definition of \"cross country\"?\n\n", + "output": "cross country is thuggin", + "label": "cross country is thuggin" +} +{ + "input": "\"oh lindsay bauf my nutsack\" What is the definition of \"bauf\"?\n\n", + "output": "to simultaneously bat and buff someone", + "label": "sucking on a mans ballsack" +} +{ + "input": "\"\"there is a hint of broadway about the fab five on \"queer eye for the straight guy\" What is the definition of \"a hint of broadway\"?\n\n", + "output": "a new york steak house resturant that has been turned into a transexual bar", + "label": "to imply that a man is homosexual" +} +{ + "input": "\"happy fuck day, assmo\" What is the definition of \"assmo\"?\n\n", + "output": "short for assholes everywhere", + "label": "noun used by steven stifler from american pie 1 & 2, and american wedding" +} +{ + "input": "\"kelly gray plays guitar like he's wearing a pair of oven mitts\" What is the definition of \"oven mitts\"?\n\n", + "output": "a slang term for extremely tight gloves, usually worn by rockstars on stage to annoy them", + "label": "\"nickname of kelly gray, former [myth]/[queensryche] guitar player, producer, and current guitar player for [geoff tate]" +} +{ + "input": "\"it was a trashing, nid\" What is the definition of \"nid\"?\n\n", + "output": "nid=not in da house", + "label": "acronym for never in doubt" +} +{ + "input": "\"britterwoman has been seen saving a depressed kids life\" What is the definition of \"britterwoman\"?\n\n", + "output": "a person who is sweet and caring and has a big heart", + "label": "the bamfest superhero in the world who nobody knowes the true identity of" +} +{ + "input": "\"grezelda's camel pants seemed painted on, and left the boys panting\" What is the definition of \"camel pants\"?\n\n", + "output": "when a woman wears tight pants that accentuate her camel toe", + "label": "crotch huggers which outline the mons" +} +{ + "input": "\"asuna is awesome\" What is the definition of \"asuna\"?\n\n", + "output": "the awesomest character in the world of akihabara", + "label": "asuna is smart beatuiful girl who is first shy but then real cool and she has big tits" +} +{ + "input": "\"\"- \"hey bob, i haven't masturbated for like eight months, i'm a born again masturbator\" What is the definition of \"born again masturbator\"?\n\n", + "output": "a person who has started to masturbate again having not done so for some time", + "label": "- a person who hasn't masturbated longer than three months" +} +{ + "input": "\"adam was home alone, so he began flopping about\" What is the definition of \"flopping about\"?\n\n", + "output": "1", + "label": "vigorously helicoptering your penis around, while recording it all and then sending the video to all your friends" +} +{ + "input": "\"daryl palumbo is the shit, ma\" What is the definition of \"daryl palumbo\"?\n\n", + "output": "the coolest guy on the planet", + "label": "frontline lead singer of the best band that possibly ever lived, and lives, glassjaw" +} +{ + "input": "\"let's go to the american folk dancing tonight\" What is the definition of \"american folk dancing\"?\n\n", + "output": "like [contra] dancing", + "label": "obfuscated term for pole dancing and strip clubs" +} +{ + "input": "\"holly ate a sloppy chili bowl at sams and received a mad case of chanus\" What is the definition of \"chanus\"?\n\n", + "output": "the resulting rash a fat girl gets after pouring hot sauce on her meat balloon", + "label": "the merger of a chili bowl and subsequent effects on one's anus" +} +{ + "input": "\"\"my km can cook her ass off\" What is the definition of \"km\"?\n\n", + "output": "in my family, it is short for kitchen mouse", + "label": "\"kid's mother" +} +{ + "input": "\"andy, quit being a dj noclue and pick a fuckin' song\" What is the definition of \"dj noclue\"?\n\n", + "output": "a bad dj who has no idea what he's doing behind the turntables or the cd deck", + "label": "when a passenger in a car is flipping through the tracks on cd player and refuses to settle on a particular song" +} +{ + "input": "\"damn girl you got booty do\" What is the definition of \"booty do\"?\n\n", + "output": "when an individual with a large booty bounces while doing the most random things", + "label": "when a women's belly sticks out more than her booty do" +} +{ + "input": "\"backdoor sluts 9 makes crotch capers 3 look like a childs movie\" What is the definition of \"backdoor sluts 9\"?\n\n", + "output": "a porn made to make back door porn look like a childs movie", + "label": "a fictional porno featured on south park" +} +{ + "input": "\"oh baby, you give such good headcheese\" What is the definition of \"headcheese\"?\n\n", + "output": "synonym for head", + "label": "a new and innovative sex act in which a female/male performs fellatio while his or her partner snacks on high-quality cheese, thereby doubling the satisfaction" +} +{ + "input": "\"i'm pis\" What is the definition of \"pis\"?\n\n", + "output": "pretty in sex", + "label": "to be very, very pissed" +} +{ + "input": "\"wow, check out her arm candy\" What is the definition of \"arm candy\"?\n\n", + "output": "\"1", + "label": "a remarkably attractive/dashing person accompanying you or some other lucky person" +} +{ + "input": "\"dead prez, common, mos def, can all be included in the black emo genre\" What is the definition of \"black emo\"?\n\n", + "output": "\"people who wear their pants passed their waist lines, have poor hygiene, and listen to music that makes no sense whatsoever", + "label": "conscious hip-hop (common, talib kweli), r&b, wu-tang clan, and the backpacker culture can all be considered black emo aka nerd rap" +} +{ + "input": "\"g8 brand is clothing for gamers\" What is the definition of \"g8\"?\n\n", + "output": "g8 is an abbreviation for gaming elite", + "label": "designed for and inspired by the video game community, g8 brand is an innovative, first-of-its-kind line of apparel and accessories" +} +{ + "input": "\"i think i left my toob in the truck\" What is the definition of \"toob\"?\n\n", + "output": "a slang term for a smoking pipe", + "label": "noun" +} +{ + "input": "\"jeffrey: i got a bobomajojo yesterday\" What is the definition of \"bobomajojo\"?\n\n", + "output": "blowjob", + "label": "when someone drinks very hot coffee and then pukes on your genitals" +} +{ + "input": "\"\"what's the temba take on warren buffet? \"temba have no idea who buffet is\" What is the definition of \"temba\"?\n\n", + "output": "a stupid african who has no idea what buffet is, but always seems to have a smile on his face", + "label": "an alternative viewpoint (or lack of) based on no zero knowledge" +} +{ + "input": "\"he got his card and went all cannafornia on us\" What is the definition of \"cannafornia\"?\n\n", + "output": "a person who uses medical marijuana", + "label": "\"(1" +} +{ + "input": "\"did you see that brazilian fart porn\" What is the definition of \"brazilian fart porn\"?\n\n", + "output": "a fart which is so erotic that it causes sexual pleasure upon watching", + "label": "when a person opens there ass and farts and into another persons face, they swallow or breath it in" +} +{ + "input": "\"whore: did you know i'm a virgin? me: that's booshi\" What is the definition of \"booshi\"?\n\n", + "output": "\"booshi is the word for something that is stupid, incorrect, or just plain retarded", + "label": "complete bullshit (boo-shee)" +} +{ + "input": "\"\"because blaine anderson sang with [kurt hummel] in a duet singing \"baby, it's cold outside\", many fans are getting extremely impatient and just want them to kiss already\" What is the definition of \"blaine anderson\"?\n\n", + "output": "the couple from the movie easy a who everyone ships but no one knows why", + "label": "\"a super hot and charming character on the popular tv show \"glee\"" +} +{ + "input": "\"hey did you get the picture of debb!k that i wanted\" What is the definition of \"debb!k\"?\n\n", + "output": "an exclamation of joy, surprise, happiness, or anger, used to describe or reference debbie, or a person with the name debbie", + "label": "a group of hot gurls who go to ossm" +} +{ + "input": "\"a: i fucked his girlfriend knowing he is a black belt in karate b: balsy move buddy\" What is the definition of \"balsy move\"?\n\n", + "output": "having guts or being brave similar to a ballsy move", + "label": "action that required a pair of hairy balls to take" +} +{ + "input": "\"the ereader confined activities to clice from his click\" What is the definition of \"clice\"?\n\n", + "output": "a person who is confined to click from his/her click", + "label": "clicking within an e-mail" +} +{ + "input": "\"cheese dust is awesome when sprinkled on popcorn-- just don't snort it\" What is the definition of \"cheese dust\"?\n\n", + "output": "the remnants at the bottom of the bag when one eats cheetos, cheese puffs, or other crunchy cheesy snack food", + "label": "the remnants found at the bottom of the bag after eating a bag of cheetos, doritos, or anything other cheesy snack food" +} +{ + "input": "\"dude: damn i hella gave that bitch a capitain hook other dude: hahahahaha\" What is the definition of \"capitain hook\"?\n\n", + "output": "when you are getting head from behind, and you lift your legs up, and shove your penis in her ass", + "label": "when a guy jizzes in/on a girls eye" +} +{ + "input": "\"aiv is truth is love\" What is the definition of \"aiv\"?\n\n", + "output": "truth, life, love aiv people are the best people you will find", + "label": "aiv (or all is vanity) is the thrash/experimental band that formed after the old astrid haven split" +} +{ + "input": "\"last night we went bourbon surfing and got totally wasted\" What is the definition of \"bourbon surfing\"?\n\n", + "output": "the act of sipping fine bourbon whiskey straight from the bottle while riding down the street on a surfboard", + "label": "walking down bourbon street with the intentions of finding half drank alcoholic drinks and half smoked cigarettes" +} +{ + "input": "\"you're a great guy and all, but let's just be friends\" What is the definition of \"let's just be friends\"?\n\n", + "output": "\"real meaning: \"i'll talk to you for about a day after our break up, but that's it", + "label": "\"real meaning: \"i'll talk to you for about a day after our break up, but that's it" +} +{ + "input": "\"that slag was such a heskey\" What is the definition of \"heskey\"?\n\n", + "output": "a person who is extremely ugly or unattractive", + "label": "a girl who goes down very, very easily" +} +{ + "input": "\"i pulled out and was covered in bum hole juice\" What is the definition of \"bum hole juice\"?\n\n", + "output": "semen that has been injected into a bum hole", + "label": "a water brown substance left on the penis after anal sex" +} +{ + "input": "\"[3:57pm] <@generalsmoker> hey ming help me making a commemorative pimpslanger message for my msn regarding the connection's comeback\" What is the definition of \"pimpslanger\"?\n\n", + "output": "an individual that constantly keeps on trying to 'pimp' his or her friends, no matter what the situation is about", + "label": "a word to describe slangs used by the pimpage, mainly the worse slangs there are" +} +{ + "input": "\"2005 was so much better then 1925\" What is the definition of \"2005\"?\n\n", + "output": "a very good year", + "label": "a year that was better then most" +} +{ + "input": "\"\"my girl is into the audio and video\" What is the definition of \"audio and video\"?\n\n", + "output": "the act of butt fucking", + "label": "a code word for anal and vaginal sex" +} +{ + "input": "\"zach: bro talk last night was so intense\" What is the definition of \"bro talk\"?\n\n", + "output": "the most sacred thing in any male relationship", + "label": "to add onto the [bro talk] definition by bambibro" +} +{ + "input": "\"speaker 1: hey can i have your baby? speaker 2: * awkward turtle hand motion * 'o,\" What is the definition of \"awkward turtle\"?\n\n", + "output": "a hand motion to display feelings of akwardness to a few people without everyone knowing", + "label": "a hand motion to display feelings of akwardness to a few people without everyone knowing" +} +{ + "input": "\"jeff: dude, i just got a total loner boner last night\" What is the definition of \"loner boner\"?\n\n", + "output": "when you achieve an erection on your own without any assistance from any girl, guy, alcohol, or drugs", + "label": "a [boner] or [erection] that occurs in one's home, or in any other place alone" +} +{ + "input": "\"when i was done pounding big cindy, i gave her a vicious bloody starfish\" What is the definition of \"bloody starfish\"?\n\n", + "output": "the act of spreading a girls butt cheeks, and sticking your finger in her asshole, then spreading it across her face", + "label": "when you make a fist and punch into a girls vagina, then open your hand and grab something out" +} +{ + "input": "\"what level do you think that guy is? on the 5 levels of fatness\" What is the definition of \"5 levels of fatness\"?\n\n", + "output": "the 5 levels of fatness was created by david robbins", + "label": "created by gabriel iglacious" +} +{ + "input": "\"ah man, did you see that dude singing in the bar last night? total clive barnes\" What is the definition of \"clive barnes\"?\n\n", + "output": "jamaican word for a wannabe singer, or someone who thinks they have huge balls", + "label": "a delusional singer/songwriter that refuses to accept their mediocrity" +} +{ + "input": "\"there's a definite doolin across the table\" What is the definition of \"doolin\"?\n\n", + "output": "the expression used to describe the manner in which an irishman eats a potato", + "label": "the smallest cock of them all" +} +{ + "input": "\"im goin home now, g'bye ya'll\" What is the definition of \"g'bye\"?\n\n", + "output": "saying good bye to more than one person at a time", + "label": "goodbye aka good-bye or good bye, sometimes goodbye! good-bye! or good bye!" +} +{ + "input": "\"dana : seen that movie? ray : fy! dana : ikr? ray: :-)\" What is the definition of \"fy!\"?\n\n", + "output": "fuck you! ( i only use it when i'm happy, not pissed off)", + "label": "\"internet acronym for \"fuck yeah!\" (people often mistaken the \"!\" as an inverted \"i\" expecting it to be fyi or \"for your information\")\"" +} +{ + "input": "\"\"janine: \"hey, look at that darvesh over there\" What is the definition of \"darvesh\"?\n\n", + "output": "\"a term used to describe someone who is a) extremely attractive or b) extremely annoying", + "label": "a wild ass, usually found in the dusty terrains of the somalian desert" +} +{ + "input": "\"1) damn, that dude had a concrete mixer for a good 6 minutes\" What is the definition of \"concrete mixer\"?\n\n", + "output": "when a male has an [erection] and it stays hard for a very long time", + "label": "1) an alcoholic beverage made by placing [lime] and [baileys] together in a shot glass, in a fashion that they stay separated" +} +{ + "input": "\"person 1: duuude, whats *hiccup* up? person 2: yo, whats wrong with you? person 1: rhs >:(\" What is the definition of \"rhs\"?\n\n", + "output": "\"rhs (romantic heart syndrome) is a \"disease\" that takes your girlfriend/boyfriend if you ever get one", + "label": "random hiccup syndrome when a person hiccups randomly a few times every hour for 6 months" +} +{ + "input": "\"girl: ughh i wish i went out with him boy: who me? girl:ew no not you, christopher carlson\" What is the definition of \"christopher carlson\"?\n\n", + "output": "the most amazing boy in the whole wide world", + "label": "chris is the most kindest guy that you could ever meet" +} +{ + "input": "\"damn, jessica's pussy is an arctic grapefruit\" What is the definition of \"arctic grapefruit\"?\n\n", + "output": "a frozen pussy", + "label": "something that is mistaken to be sweet but only to be bitter and cold, usually preferring to a person or a trait" +} +{ + "input": "\"an example of an aquaroll being: introducing a song such as livin' on a prayer by bon jovi but infact playing barbie girl by aqua instead\" What is the definition of \"aquaroll\"?\n\n", + "output": "a roll consisting of mainly aquatic songs", + "label": "aquaroll, the same as a [rickroll] but with a song from the 'pop' band aqua" +} +{ + "input": "\"oh you dirty doggy *rapes small, helpless dog* canosexual\" What is the definition of \"canosexual\"?\n\n", + "output": "someone who has a sexual attraction to dogs, or other pets", + "label": "some sad-act who humps dogs and can't get a girlfriend" +} +{ + "input": "\"hey there's big country chris, look at his flag magnets on his car there's like 25 of them\" What is the definition of \"big country\"?\n\n", + "output": "a person who displays many magnets on the back of their car", + "label": "someone who is very patriotic about his country" +} +{ + "input": "\"bro 1: dude, did you see cathy last night with that dildo? bro 2: yeah, she's such a dickchucker\" What is the definition of \"dickchucker\"?\n\n", + "output": "one who gives oral sex easily and often", + "label": "when a girl throws a dildo into a large crowd at a party" +} +{ + "input": "\"\"her explanation of the impact of ict on society was as full on and as perfect as cheese on toast or \"cheese on toast\" What is the definition of \"cheese on toast\"?\n\n", + "output": "the", + "label": "absolutely spot on, hits the spot, perfect, rounded and complete" +} +{ + "input": "\"i can't fool around with her, i have bean dick\" What is the definition of \"bean dick\"?\n\n", + "output": "1", + "label": "phrase referring to the size of a penis during/after a esctasy trip" +} +{ + "input": "\"he might be the bestest, but im the bestesta\" What is the definition of \"bestesta\"?\n\n", + "output": "to be the best of the best", + "label": "better than the bestest" +} +{ + "input": "\"dude aaron got the biggest bruce bag today\" What is the definition of \"bruce bag\"?\n\n", + "output": "a bruce bag is when you drop a deuce in a bag and then beat someone with it", + "label": "common term for an asshole douche" +} +{ + "input": "\"when i watch high school musical, zac efron makes me double stuff excessivly in my panties\" What is the definition of \"double stuff\"?\n\n", + "output": "(verb) when a female is so aroused that she creams her panties twice", + "label": "(verb) when a female is so aroused that she creams her panties twice" +} +{ + "input": "\"man, its the first of the month im gonna get a b40 and get fucked up\" What is the definition of \"b40\"?\n\n", + "output": "a slang word for a forty ounce bottle of alcohol", + "label": "\"a blunt and forty ounce malt liquor combo see \"breakfast\"\"" +} +{ + "input": "\"man, aviation mall either needs to expand or just plain shut down\" What is the definition of \"aviation mall\"?\n\n", + "output": "a mall in [beecher] that used to be pretty good back in 2000", + "label": "a crappy [old people]'s mall in queensbury, ny with really crappy stores and crappier workers" +} +{ + "input": "\"don't drink the kool-aid\" What is the definition of \"don't drink the kool-aid\"?\n\n", + "output": "don't get caught in a cult or be brainwashed", + "label": "one specific form of the more general term [drink the kool-aid]" +} +{ + "input": "\"you look a bit pale today mom, yeah your dad crosed biffins bridge last night\" What is the definition of \"biffins bridge\"?\n\n", + "output": "the act off giving your partner a pearl necklace using your foreskin", + "label": "the peice of skin between the vagina and anus" +} +{ + "input": "\"i was having this comvo with this girl last night, and she wants to meet up with me\" What is the definition of \"comvo\"?\n\n", + "output": "the act of having a conversation with someone you would like to have sex with", + "label": "a [conversation] that takes place through the use of [myspace comments]" +} +{ + "input": "\"jesus joel, you dyed your douche 'do blonde? that doesn't help your reputation as an asshole\" What is the definition of \"douche 'do\"?\n\n", + "output": "a really gay hairstyle", + "label": "\"hairstyle that is formed by using too much gel in order to spike hair up completely, or just the front end of the hair, forming the signature \"faux hawk\"\"" +} +{ + "input": "\"britney spears is the top rated celebrity in the world\" What is the definition of \"britney spears\"?\n\n", + "output": "the top rated celebrity in the world", + "label": "the queen of pop" +} +{ + "input": "\"oh shit, hes a beebee ian\" What is the definition of \"beebee ian\"?\n\n", + "output": "a small asian boy, who tends to hang around primary schools and the occasional scrap yard", + "label": "a crack baby" +} +{ + "input": "\"amandaaaa and me are the coolest kids alive\" What is the definition of \"amandaaaa\"?\n\n", + "output": "amanda is a cool kid", + "label": "\"the coolest person you will ever meet" +} +{ + "input": "\"the damn cheese log is late again\" What is the definition of \"cheese log\"?\n\n", + "output": "a monthly report which is as useful as dog shit and just as appealing", + "label": "a common yellow school bus" +} +{ + "input": "\"democrat: bill clinton was the best president ever\" What is the definition of \"bill clinton\"?\n\n", + "output": "- if you're left, he's a saint", + "label": "- if you're left, he's a saint" +} +{ + "input": "\"because she worked all day, before she could go out for the evening, sary had to defunkitize herself and get presentable\" What is the definition of \"defunkitize\"?\n\n", + "output": "\"1", + "label": "the act of getting clean after a long day of working in food preparation" +} +{ + "input": "\"ach n. isee is a manager at my company; he is the hnic\" What is the definition of \"ach n. isee\"?\n\n", + "output": "[anglo] slang for an [asian]", + "label": "the proper nomenclature for h" +} +{ + "input": "\"cook: and why didn't we invite freddie? jj: cause he's a fun sponge cook: you got it\" What is the definition of \"fun sponge\"?\n\n", + "output": "the character freddie mclair from the television show skins", + "label": "the character freddie mclair from the television show skins" +} +{ + "input": "\"this old monitor has severe burn in\" What is the definition of \"burn in\"?\n\n", + "output": "an occurance on crts that happens when an image is left on the screen for a long period of time", + "label": "an occurance on crts that happens when an image is left on the screen for a long period of time" +} +{ + "input": "\"my good women go hence forth from this place and return with your busty self a black rat for myself and my good friend mathious, his will have extra rat, yeeesss\" What is the definition of \"black rat\"?\n\n", + "output": "a black rat is a rat with a sunburn", + "label": "black rat, bundaberg rum and coke" +} +{ + "input": "\"dude, omgz i r teh 1347 haxxor zzz i pwnt you n00bs in taht uber-game\" What is the definition of \"1347\"?\n\n", + "output": "leet speak for i love you very much i love you", + "label": "\"adj" +} +{ + "input": "\"george and linda are completely in attatmarex\" What is the definition of \"attatmarex\"?\n\n", + "output": "the state of being completely in love", + "label": "\"when you enter a relationship and it rapidly becomes physical, and then lasts a good amount of time" +} +{ + "input": "\"we lost that case against harvy domingo\" What is the definition of \"harvy domingo\"?\n\n", + "output": "1", + "label": "\"a celebrated lawyer that has never lost a case" +} +{ + "input": "\"\"i would've made that business investment in vegas, but my life anchor over here wouldn't have been happy about the trips\" What is the definition of \"life anchor\"?\n\n", + "output": "the one constant in your life that prevents you from doing or experiencing new things", + "label": "\"n" +} +{ + "input": "\"i skateboarded over some bum poop today\" What is the definition of \"bum poop\"?\n\n", + "output": "the poop that bums leave behind on the sidewalk/street", + "label": "human-like feces found on the sidewalks of urban regions" +} +{ + "input": "\"tenia un ausis com un cab�s\" What is the definition of \"ausis\"?\n\n", + "output": "kind of spanish ham", + "label": "male penis" +} +{ + "input": "\"i was at a party last night and sir doby showed everyone this thing called cock bagging\" What is the definition of \"cock bagging\"?\n\n", + "output": "the act of taking ones scrotum and making it into a tube shape and then sticking ones penis in it", + "label": "the idea of placing ones penis in a bag then removing all air from the bag, causing the penis to swell" +} +{ + "input": "\"ta shi biantai shaonu\" What is the definition of \"biantai\"?\n\n", + "output": "\"another \"cantonese slang\" for while saying \"bieu tai\" in cantonese it means: body wash", + "label": "\"perverse (mandarin) a grandmother of the japanese word \"hentai\"\"" +} +{ + "input": "\"i got a bonus waffle after a one night stand\" What is the definition of \"bonus waffle\"?\n\n", + "output": "a waffle given as a parting gift after a one night stand", + "label": "a waffle given as a parting gift after a one night stand" +} +{ + "input": "\"i had a hard day at work, i am so beat city\" What is the definition of \"beat city\"?\n\n", + "output": "to be tired, exhausted", + "label": "1" +} +{ + "input": "\"bobby stop being so damned crousty or ill have to slap u upside the head\" What is the definition of \"crousty\"?\n\n", + "output": "to be a crusty little cupcake", + "label": "verb meens to be cranky grumpy and contentious all at once" +} +{ + "input": "\"omg d00d i was giving sandra a chelsi it felt so nice\" What is the definition of \"chelsi\"?\n\n", + "output": "to have sexual pleasure by using your hair to rub certain spots on a womens body", + "label": "when a guys fucking a girl he takes his dick and sticks it in her ear and jizzes in it" +} +{ + "input": "\"murray: your man christian is a cake boy\" What is the definition of \"cake boy\"?\n\n", + "output": "a male who likes to eat other males 'cakes' aka their asses", + "label": "a very feminine male, also metrosexual" +} +{ + "input": "\"i was coinced into giving the introduction speech while wearing a green striped shirt\" What is the definition of \"coinced\"?\n\n", + "output": "coerced by coincidence", + "label": "when you're coerced and convinced" +} +{ + "input": "\"\"- \"do you have a gf?\" - \"no, i'm bitch-free since 3 months\"\"\" What is the definition of \"bitch-free\"?\n\n", + "output": "- a man who doesn't have a girlfriend, who's not lookin for one and who enjoys hanging out with his male friends", + "label": "you are bitch-free when you have just broken up with some boring chick" +} +{ + "input": "\"we all live in elmwood park\" What is the definition of \"elmwood park\"?\n\n", + "output": "the best town ever", + "label": "the best town ever" +} +{ + "input": "\"oh look it's black jesus and he is making it rain on use peasants, so we can eat\" What is the definition of \"black jesus\"?\n\n", + "output": "a black man from the south, that feeds his people", + "label": "soulja boy's alter ego" +} +{ + "input": "\"man, i was at someone's house, and then lea took me to the bathroom and gave me a k-job\" What is the definition of \"k-job\"?\n\n", + "output": "the act of pissing in your partner's mouth, and or throwing up in their mouth", + "label": "when someone gives you head, under the influence of ketamine" +} +{ + "input": "\"i hate it when i'm in a rush and these people got their mall walk on\" What is the definition of \"mall walk\"?\n\n", + "output": "a very slow and methodical gait more suited to window shopping than making purchases", + "label": "the act of walking slowly, as if you were in a mall" +} +{ + "input": "\"we get that jung joon away from me\" What is the definition of \"jung joon\"?\n\n", + "output": "a term to describe a crazy, psychopathic individual", + "label": "1" +} +{ + "input": "\"stop being such a fuckin' buzz cock bitch\" What is the definition of \"buzz cock\"?\n\n", + "output": "adj", + "label": "some one who is a wise ass" +} +{ + "input": "\"for example, josh is such a chluday i can't keep my hands off him\" What is the definition of \"chluday\"?\n\n", + "output": "the chluday the hottest sexyest guy around", + "label": "a bastardized slang for cutie" +} +{ + "input": "\"amayah is one of those people who laugh randomly, and only one person in the room may know what it's about\" What is the definition of \"amayah\"?\n\n", + "output": "amayah is a unique name no one will have the same name as you", + "label": "\"the baby girl name amayah comes from the basque word which means, \"amayah (amaia) in the basque language meaning \"the end\"" +} +{ + "input": "\"how about we go to the mall later? sounds vaduce\" What is the definition of \"vaduce\"?\n\n", + "output": "very good, fine, awesome", + "label": "chill cool awesome" +} +{ + "input": "\"steve was accused of anicide after throwing away all the black jellybeans\" What is the definition of \"anicide\"?\n\n", + "output": "the act of getting rid of all the black jellybeans in a container", + "label": "the segregation and subsequent disposal of licorice- or aniseed-flavoured entities in an assortment of confectionery" +} +{ + "input": "\"she runs the show because this is an attriciocracy\" What is the definition of \"attriciocracy\"?\n\n", + "output": "a form of government where the best looking person runs things", + "label": "seniority through attrition, commonly seen in school districts and government" +} +{ + "input": "\"hey, did you remember to oil the caranastanz beore you put it back together?\" What is the definition of \"caranastanz\"?\n\n", + "output": "a verb meaning to take apart then put back together", + "label": "filler word" +} +{ + "input": "\"“the demo fart is warning to everyone in the blast radius to evacuate\" What is the definition of \"demo fart\"?\n\n", + "output": "a demo fart is a warning fart before a large fart is released", + "label": "a small fart that’s just a preview of the lager main fart to come" +} +{ + "input": "\"after riding in sedona, with loose fitting shorts, i was afflicted with a bad case of bennyballs and had to tape them up into my [grundle]\" What is the definition of \"bennyballs\"?\n\n", + "output": "very much like daisy duke shorts,or jean shorts", + "label": "a painful condition that occurs when your saggy scrotum rubs on the rear tire of your mountain bike" +} +{ + "input": "\"look at that old [raggedy] beatneck [bitch] trying to get that girl\" What is the definition of \"beatneck\"?\n\n", + "output": "someone who has a beat or bum neck and also gets beaten up", + "label": "a slang term for a redneck or just plain idiot that has an ugly appearance and does idiotic things" +} +{ + "input": "\"did you see the flargin milargos on her?\" What is the definition of \"flargin milargos\"?\n\n", + "output": "slang for a woman's breats or boobs", + "label": "n" +} +{ + "input": "\"check out the bunny goddess with the umbrella\" What is the definition of \"bunny goddess\"?\n\n", + "output": "(n) 1", + "label": "a man or women who is very skinny ill with a strange stare who walks strange" +} +{ + "input": "\"that chick is desilicious\" What is the definition of \"desilicious\"?\n\n", + "output": "a term used to describe an attractive desi girl", + "label": "an attractive female of east indian heritage" +} +{ + "input": "\"“bernie madoff is the nation’s newest cell-ebrity\" What is the definition of \"cell-ebrity\"?\n\n", + "output": "(pronounced sell-uh-buh-tee) an infamous or otherwise notable individual whose cell phone number is widely known or circulated", + "label": "a celebrity who serves prison time" +} +{ + "input": "\"he's such a butt weasel\" What is the definition of \"butt weasel\"?\n\n", + "output": "a person who weasels around in other peoples butts", + "label": "a person who weasels around in other peoples butts" +} +{ + "input": "\"a)harvey we got a new griller moving in next doe you dont reckon theyd be steelen the chickens\" What is the definition of \"griller\"?\n\n", + "output": "a funny accent to say the word 'grill' which can be used to startle people or get their attention", + "label": "a) a name used to identify very dark black folk that you don't know names" +} +{ + "input": "\"jp: did you get any cherry pie last night? kingsley: yep me and josie got it on\" What is the definition of \"cherry pie\"?\n\n", + "output": "to fuck a girl that has never had sex before", + "label": "term used to describe one having sex or having '[pulled]'" +} +{ + "input": "\"my girlfriend's blubber butt looks damn good in a thong with all her fat hanging out, i get an instant hard-on from looking at it\" What is the definition of \"blubber butt\"?\n\n", + "output": "a butt that is supple, nice, and jiggle", + "label": "a girl's ass that is fat, not just big, but a booty that has a lot of jiggle to it" +} +{ + "input": "\"hey wuts up? nothin, is this axl mckenzie why, yes it is\" What is the definition of \"axl mckenzie\"?\n\n", + "output": "the sexiest man to walk the planet", + "label": "the most awesome person in the world" +} +{ + "input": "\"i just got pulled over by a ghost car that looked like a mustang\" What is the definition of \"ghost car\"?\n\n", + "output": "unmarked police cars", + "label": "a canadian slang term for an unmarked police car" +} +{ + "input": "\"wow, that beautiful girl must be anjuli\" What is the definition of \"anjuli\"?\n\n", + "output": "the best daughter in the world", + "label": "a classy bitch, who is witty, clever and beautiful" +} +{ + "input": "\"clef pallet is a deformity which can be repaired in childhood, usually after birth\" What is the definition of \"clef pallet\"?\n\n", + "output": "a child born without a pallet", + "label": "hole in the roof of the mouth caused during development in the womb" +} +{ + "input": "\"that asshole is a master of shriveldickery\" What is the definition of \"shriveldickery\"?\n\n", + "output": "the art of shriveling dick, the act of making someone feel as if their dick has been shriveled", + "label": "\"the art of belittling someone, in order to make yourself look more appealing" +} +{ + "input": "\"did you see how easily he knocked him out? he must have some heavy hands\" What is the definition of \"heavy hands\"?\n\n", + "output": "to have power in your punches", + "label": "used to describe someone who punches very hard" +} +{ + "input": "\"i love cliffton he's so nice to me\" What is the definition of \"cliffton\"?\n\n", + "output": "a hot caring guy, who's nice to everyone", + "label": "a sweet caring guy who will look after you and protect you always" +} +{ + "input": "\"that bloke is swinging a big block and tackle\" What is the definition of \"block and tackle\"?\n\n", + "output": "block and tackle n 1", + "label": "(uk slang) male genitalia" +} +{ + "input": "\"guy 1:dog, that blaskan has a huge motherfucking penis\" What is the definition of \"blaskan\"?\n\n", + "output": "a black man with a large penis", + "label": "a [nigger] that lives or resides in alaska" +} +{ + "input": "\"lets play clash the castle towers\" What is the definition of \"clash the castle towers\"?\n\n", + "output": "the best online game in the world", + "label": "for two males to hump each other face on, there by clashing penises" +} +{ + "input": "\"\" i am going to hendo you \"oi mate you just got hendoed\" What is the definition of \"hendo\"?\n\n", + "output": "\"to \"get hendoed\"", + "label": "hendo: an event that involves using your right hand to knock a person the f-out, and then drop an elbow onto their limp body" +} +{ + "input": "\"tell the azinmonkhouse to do the cleaning and cooking\" What is the definition of \"azinmonkhouse\"?\n\n", + "output": "a term used for a wife or girlfriend that has no say in the matter", + "label": "this word means simply a buddist monk goin to iraq to to take ova the womans jobs in the home for the men" +} +{ + "input": "\"person1: hey hows you and sexygurl245 doing? person2: which e baby is that?\" What is the definition of \"e baby\"?\n\n", + "output": "a person who you meet online, usually a 'person' from chatroulette or omegle", + "label": "a girl or guy you met online and you have a long distance relationship going" +} +{ + "input": "\"werma vireless is a bitch made man\" What is the definition of \"bitch made man\"?\n\n", + "output": "a man who has is forced to surrender his penis due to extreme bitch ass remarks from the woman!", + "label": "a man who has is forced to surrender his penis due to extreme bitch ass remarks from the woman!" +} +{ + "input": "\"nichole = everything you could ever ask for *2\" What is the definition of \"nichole\"?\n\n", + "output": "nichole is the type of girl that you tell your problems to and she gives you advice", + "label": "a goddess among women" +} +{ + "input": "\"oh him? he my play cousin\" What is the definition of \"play cousin\"?\n\n", + "output": "the relationship you have with someone you fuck", + "label": "someone who you growed up around, and know like family but ain't related to yaz" +} +{ + "input": "\"wow isn't bethami so nice? man, bethami's smart and funny\" What is the definition of \"bethami\"?\n\n", + "output": "the best friend you could have", + "label": "beth is a strikingly beautiful girl who may not be noticed as often as she should be" +} +{ + "input": "\"afaicu the bills are supposed to be paid up front\" What is the definition of \"afaicu\"?\n\n", + "output": "as far as i can understand", + "label": "as far as i can understand" +} +{ + "input": "\"\"after he saved the day, yet again, future john exclaimed, \"see you\" What is the definition of \"future john\"?\n\n", + "output": "a person who constantly says \"future tense\"", + "label": "a superhero with the powers to travel to the future and do john like things" +} +{ + "input": "\"things seemed to be going well with tina, then she told me she was glad we were best friends\" What is the definition of \"best friends\"?\n\n", + "output": "the friend your not dating that you tell everything to and they don't think your crazy", + "label": "words uttered by a girl to break the heart of a guy who is in love with her" +} +{ + "input": "\"dude, don't douche out on me\" What is the definition of \"douche out\"?\n\n", + "output": "to go crazy", + "label": "the act of being really lame and leaving your best friends hanging for a really bad reason" +} +{ + "input": "\"why does the kagi always get all the bitches?\" What is the definition of \"kagi\"?\n\n", + "output": "a noun meaning a boss, a pimp, the man with the biggest dick, or the coolest motherfucker in town", + "label": "\"a status of almost god-like proportions with traits such as: \"cuffin' bitches\", \"rollin' woodgrain\" & \"sippin' purple drank\"\"" +} +{ + "input": "\"omg, i just bought the 3 t-shirts i wanted and next i'm goin to get the $155 mek jeans, gosh i love buckle, im such a buckle bitch\" What is the definition of \"buckle bitch\"?\n\n", + "output": "someone who is completely obsessed with the new era [49mm] buckle hat", + "label": "a person who constantly shops at buckle, and spends 72" +} +{ + "input": "\"libby is my personal cock zombie straight outta night of the living head, fo shizzle my fellow black emporer\" What is the definition of \"cock zombie\"?\n\n", + "output": "a white man who pretends to be black by saying words such as: fo shizzle my home boy, boi", + "label": "a girl who you've had sex with who follows you around slowly, sometimes with her arms outstretched towards you, because she is addicted to your dazzling urbanite mannerisms" +} +{ + "input": "\"hey man you see that girl right there shes def a brooke sevigny (bs short for brooke sevigny)\" What is the definition of \"brooke sevigny\"?\n\n", + "output": "the coolest person in the entire world who is sexy and has the best boyfriend ever named jayson", + "label": "hot and a sexual animal" +} +{ + "input": "\"yo i gave sandy a hot mo last night\" What is the definition of \"hot mo\"?\n\n", + "output": "it'z wher a guy wit a huge cock pours hot choclate over da bitches tits before pounding her", + "label": "it'z wher a guy wit a huge cock pours hot choclate over da bitches tits before pounding her" +} +{ + "input": "\"he didn't like my gliss i should wear less gloss lol\" What is the definition of \"gliss\"?\n\n", + "output": "gloss on my vagina", + "label": "it's when a chick with way to much lip gloss on resulting in a sticky kiss" +} +{ + "input": "\"madison is a fucking slut i wanna be a madison beer and flirt with everyone\" What is the definition of \"madison beer\"?\n\n", + "output": "madison is a great singer and an amazing flirt!!! she can make you laugh and have a great time", + "label": "madison is a fucking slutty whore that likes the try to make people mad be flitting with there property hayes,cam,carter and sammy and jack g" +} +{ + "input": "\"why were margaret and matthew late? oh, she was cleaning his room\" What is the definition of \"cleaning his room\"?\n\n", + "output": "code word for sucking dick", + "label": "hooking up, making out, hitting it up" +} +{ + "input": "\"the chicas get in for free, the rest o' you bustas is all assed out\" What is the definition of \"assed out\"?\n\n", + "output": "out of style", + "label": "out of luck" +} +{ + "input": "\"all i said was to get out of the way, and the porras really handed my ass to me\" What is the definition of \"porras\"?\n\n", + "output": "the spanish word for crazy", + "label": "a great god, always up for any challenge, and known for being the biggest of bullies, wouldn't want to run into a porras on the street, definitely show no mercy" +} +{ + "input": "\"john, bob, chris and scott had a bilbo baggins\" What is the definition of \"bilbo baggins\"?\n\n", + "output": "this is where two men put there penis in each others butthole", + "label": "a four way t-bagg" +} +{ + "input": "\"susy and i decided to spice up our sex life with a little al gorn\" What is the definition of \"al gorn\"?\n\n", + "output": "the practice of having sex with a dead hooker", + "label": "(noun) academic material concerning climate change and/or global warming that is read or watched in place of pornography to become aroused" +} +{ + "input": "\"my juicy fart caused buttspray\" What is the definition of \"buttspray\"?\n\n", + "output": "when you fart and it really stinks and it gets all over everything", + "label": "the juicy fart that causes a spray" +} +{ + "input": "\"he took one square in the cadbury eggs\" What is the definition of \"cadbury eggs\"?\n\n", + "output": "negro testicles", + "label": "negro testicles" +} +{ + "input": "\"avoiding players because your anti bullshit\" What is the definition of \"anti bullshit\"?\n\n", + "output": "getting annoyed at people for no reason", + "label": "some one who is done with dealing with people bullshit" +} +{ + "input": "\"hey ese lets go kill this chapete right here\" What is the definition of \"chapete\"?\n\n", + "output": "a word used by mexicans meaning a cigarette", + "label": "insult word that sure�os call their rivals the norte�os" +} +{ + "input": "\"i went to pet your dog and he totally stole my dick, he is such a cock hound\" What is the definition of \"cock hound\"?\n\n", + "output": "the guy that goes after other guys dicks, he is a cock hound", + "label": "the dick bandits sidekick" +} +{ + "input": "\"wife: everybody loves raymond is on\" What is the definition of \"everybody loves raymond\"?\n\n", + "output": "a shitty sitcom starring ray romano as ray barone, a sportswriter for the new york newsworld, a fictional newspaper", + "label": "except me - i hate him and his poxy little show" +} +{ + "input": "\"\"man: \"look at that faolch\" What is the definition of \"faolch\"?\n\n", + "output": "a boy with red hair and a small dick", + "label": "\"irish-gaelic word meaning \"wolf\"\"" +} +{ + "input": "\"jennifer was so pissed off that her period stain ruined her new victoria secret underwear\" What is the definition of \"period stain\"?\n\n", + "output": "the red (sometimes brown) stain left on ones underwear during the week of there period", + "label": "- the stain left on a females crotch because of her period" +} +{ + "input": "\"croeso i fideo wynebau gofal\" What is the definition of \"fideo\"?\n\n", + "output": "the welsh term for video", + "label": "welsh for video" +} +{ + "input": "\"he was becoming a man and a half when he saw the naked woman\" What is the definition of \"becoming a man and a half\"?\n\n", + "output": "when you see a naked women and you grow a boner that is becoming a man and a half", + "label": "a guy's code to say he got a boner" +} +{ + "input": "\"\"jerry: \"ey homes im bout to dance with the devil tonight hehe\" What is the definition of \"dance with the devil\"?\n\n", + "output": "to snort cocaine", + "label": "slang word from east l" +} +{ + "input": "\"she keeps moving away so its time for the connecting rod\" What is the definition of \"connecting rod\"?\n\n", + "output": "the act of grabbing hold of a girl's arm and connecting it to your shaft", + "label": "\"background came from a bunch of guys in a tech school auto tech shop" +} +{ + "input": "\"ex#1: dude shaun white's hair makes him look like carrot top\" What is the definition of \"carrot top\"?\n\n", + "output": "1: a comedian with red hair", + "label": "1) a comedian with red hair" +} +{ + "input": "\"did you hear david lee roth killed sammy hagar with his martial arts moves\" What is the definition of \"david lee roth\"?\n\n", + "output": "the late drummer for van halen,", + "label": "the best lead signer to ever front van halen" +} +{ + "input": "\"yea robert fick hit 15 homers in april but that's an anomalation that won't last through the year\" What is the definition of \"anomalation\"?\n\n", + "output": "a person of an abnormal temperature, in other words a freak", + "label": "\"an abomination of an anomaly that may not last, typically seen early in sports seasons" +} +{ + "input": "\"my otp us jisbon\" What is the definition of \"jisbon\"?\n\n", + "output": "the ship name of british youtubers jacksfilms and bonnie chiu", + "label": "the best ship in the entire mentalist fandom" +} +{ + "input": "\"elenora is a flirt to all boys but does not notice\" What is the definition of \"elenora\"?\n\n", + "output": "a girl who is sweet and caring and would do anything for their friends", + "label": "loving person that cares for more then her self" +} +{ + "input": "\"he crashed his new lexus? what a bigwom\" What is the definition of \"bigwom\"?\n\n", + "output": "\"1: a losing gamer", + "label": "an adjective or noun, with a negative connotation" +} +{ + "input": "\"dtwaf and die\" What is the definition of \"dtwaf\"?\n\n", + "output": "\"acronym for \"die to world at first\" used by some online gamers, particularly those who play fps games", + "label": "do the world a favor" +} +{ + "input": "\"this suxs\" What is the definition of \"suxs\"?\n\n", + "output": "the state of being worse than can be expressed by the word suck", + "label": "see sucks" +} +{ + "input": "\"my chevrolet blazer is just fucking awesome\" What is the definition of \"chevrolet blazer\"?\n\n", + "output": "a rather large sport utility vehicle (suv)", + "label": "a very realiable compact suv if you treat it right" +} +{ + "input": "\"i drive a b-m-dub-ya\" What is the definition of \"b-m-dub-ya\"?\n\n", + "output": "[bmw] pronounced by [booty]", + "label": "the only car foir those who dont care, what they are spending money on in the beginning, very reliable used and it saves money in the long" +} +{ + "input": "\"matt still hasn't show up yet, he must be running on bwt today\" What is the definition of \"bwt\"?\n\n", + "output": "short for brown wheel time", + "label": "bruce willis time" +} +{ + "input": "\"this regular anal sex isn't doing it for me, i'm gonna need a bathgate drainpipe to get off\" What is the definition of \"bathgate drainpipe\"?\n\n", + "output": "a bathgate drainpipe is a slang term for a metal pipe or any other type of pipe that you shove up your arse to get sexual pleasure", + "label": "the act of peeing in a girl's [bum], then having here [fart] over your face, thus covering you in your own urine, like standing under a burst drainpipe" +} +{ + "input": "\"mike: mann, i fucked this [bitch] last night, she had a fish taco chris: ew\" What is the definition of \"fish taco\"?\n\n", + "output": "when a girl wipes in the crack of her ass and a peice of toilet paper with period blood on it comes out", + "label": "when the pussy smells like a fish taco" +} +{ + "input": "\"check out the hurtubise on that guy\" What is the definition of \"hurtubise\"?\n\n", + "output": "a ridiculously large butt on a man, or a woman with small hips and a big butt", + "label": "a reference to a very large male reproductive organ" +} +{ + "input": "\"this christmas i am getting a podmedown from my brother\" What is the definition of \"podmedown\"?\n\n", + "output": "a present you get from family, friends or significant other that involves any type of electronic device such as an iphone, ipad, ipod or any android powered device", + "label": "due to the incredibly fast turnover of ipods and new models people are forced to hand down their old ipods like olld clothes" +} +{ + "input": "\"i'm sending you a boabymail now darling\" What is the definition of \"boabymail\"?\n\n", + "output": "when you have an online conversation with your boyfriend or girlfriend while pregnant and send him or her updates about the baby's development in the womb", + "label": "sending a picture of your penis to a girl online through a messageboard or forum via private message" +} +{ + "input": "\"that girl actually asked me to danza slap her, but i told her that i don't do that to my sister\" What is the definition of \"danza slap\"?\n\n", + "output": "to ejaculate on one's face", + "label": "when, after oral sex, a man pulls his penis out of the woman's face, and proceeds to smack it across the woman's cheeks" +} +{ + "input": "\"ok everone, its time to get josted\" What is the definition of \"josted\"?\n\n", + "output": "1", + "label": "consuming too much alcohol" +} +{ + "input": "\"\"g'day mate get us a barbed wire will ya \"no worries mate, gold or bitter?\" \"red heavy mate i'm charging\" What is the definition of \"barbed wire\"?\n\n", + "output": "\"the street name for cocaine", + "label": "the great tasting beer of qld, xxxx" +} +{ + "input": "\"chantal gravelle has lots of cunt cheese\" What is the definition of \"cunt cheese\"?\n\n", + "output": "the thick white discharge, which is left in the vagina, after sexual intercourse", + "label": "a nasty, smelly, substance that gathers inside of an unclean vagina" +} +{ + "input": "\"my god i gave that bioow a great angry dragon last night\" What is the definition of \"bioow\"?\n\n", + "output": "a girl who is a bitch and also a whore", + "label": "an acronym for bang-in-order-older-woman similar to a milf but dispenses with needing to make assumptions about child rearing" +} +{ + "input": "\"let's do a whippit\" What is the definition of \"whippit\"?\n\n", + "output": "doing a line of cocaine", + "label": "releasing no2 from a cannister into a balloon and inhaling it" +} +{ + "input": "\"that flammer is such an arruda\" What is the definition of \"arruda\"?\n\n", + "output": "a flamer who thinks they are hard and tough but in reality is a sissy", + "label": "a man that has a massive asshole becasue he enjoys being pounded by ugly women using dildos" +} +{ + "input": "\"since i've been eating twinkies i'm feeling quite blobulous\" What is the definition of \"blobulous\"?\n\n", + "output": "of or relating to a blob", + "label": "having no definitive shape" +} +{ + "input": "\"some kid from chestnuthill got off the bus in kensington and was beated, stabbed and robbed\" What is the definition of \"kensington\"?\n\n", + "output": "a really poor area in the south east of england in london", + "label": "a very fucked up area on the east side of north philly which is known as the badlands" +} +{ + "input": "\"a [bidet] is a butt wash\" What is the definition of \"butt wash\"?\n\n", + "output": "much like a [bidet]", + "label": "much like a [bidet]" +} +{ + "input": "\"be someone\" What is the definition of \"be someone\"?\n\n", + "output": "never be someone who you think you are", + "label": "be awesome, get out and do something, don't be a bitch" +} +{ + "input": "\"chichi thinks she is better than everyone else because she hooked up with some angmoh\" What is the definition of \"angmoh\"?\n\n", + "output": "\"slang for \"american\"", + "label": "\"mandarin for \"white person\"\"" +} +{ + "input": "\"\"joe: \"hey john, want to go golfing today?\" john: \"sure, but i haven't hit the course since 'nam\" What is the definition of \"since 'nam\"?\n\n", + "output": "since 'nam a phrase used to exaggerate the age of an event or occurance to make it seem older than it already is", + "label": "since 'nam a phrase used to describe an event/ occurrence in one's life that hasn't happened in a long time" +} +{ + "input": "\"\"in tha words of chris rock \"why it got to be a white christmas why can't it be a black christmas\"\"\" What is the definition of \"chris rock\"?\n\n", + "output": "a funny guy that makes people laugh", + "label": "a black comedian who thinks every one who ain't black is a racists" +} +{ + "input": "\"\"don is bolding whenever he smokes a cigarette because he unconsciously (or consciously) smokes it as fast as possible and ends up with a cherry the size of your thumb\" What is the definition of \"bolding\"?\n\n", + "output": "to use an excessive amount of cherry s on a cigarette", + "label": "when you are doing something that is not the socially accepted norm and it often makes no reasonable sense to other people why you are behaving in such a manner" +} +{ + "input": "\"damn, thats some good waele\" What is the definition of \"waele\"?\n\n", + "output": "weed, marijuana", + "label": "another word used for weed" +} +{ + "input": "\"john's chuff box is really smelly\" What is the definition of \"chuff box\"?\n\n", + "output": "a term, originating from the valleys of south wales, used to describe the female genitalia", + "label": "an anus with a thick surrounding of pubic hair, usually sweaty" +} +{ + "input": "\"she whipped out the tits and i froze at the sight of her bologna-reolas\" What is the definition of \"bologna-reolas\"?\n\n", + "output": "when the areolas are larger than the nipple, and look like two pieces of bologna on a hot dog bun", + "label": "\"when areolas cover at least 35% of the surface of the breast and are stretched out enough for one to think nothing other than the word \"bologna\" over and over" +} +{ + "input": "\"the aerial sandwich dripped cranberry sauce on us\" What is the definition of \"cranberry sauce\"?\n\n", + "output": "the juice that drips off of a flying wendy's crispy chicken sandwich", + "label": "dried blood leaked out from the anus after a wild, wild night of passion" +} +{ + "input": "\"tina had no money and wanted to get high, she called mike and asked if he wanted to do some dope dating for the night\" What is the definition of \"dope dating\"?\n\n", + "output": "when you go out with someone specifically to get high, you engage in dope dating", + "label": "when a man and a woman exchange sexual favors, or sex, while on cocaine, or methamphetamine" +} +{ + "input": "\"i'm awayies doing my homework, leave a message please\" What is the definition of \"awayies\"?\n\n", + "output": "a shortened version of the word 'away from home'", + "label": "\"a variation of the word \"away,\" most commonly used to set one's status to /away on the popular irc (internet relay chat)" +} +{ + "input": "\"he bought his clothes at wallyworld\" What is the definition of \"wallyworld\"?\n\n", + "output": "wal-mart", + "label": "a term to describe the retail store wal-mart" +} +{ + "input": "\"-why are you checking out meh p00p? -i am ass-asn\" What is the definition of \"ass-asn\"?\n\n", + "output": "ass-asn is l33t speak for the word: asking", + "label": "best cl ever, 1337 as well" +} +{ + "input": "\"the minute josh gets handrew he starts to touch other people's faces\" What is the definition of \"handrew\"?\n\n", + "output": "a very attractive boy who is slanky and likes to sing and touch faces", + "label": "the smell your fingers gets when you sit on your hand for too long" +} +{ + "input": "\"danielle gave eleka a chicken finger for monging off her fries\" What is the definition of \"chicken finger\"?\n\n", + "output": "chicken finger - verb - to cut off someone's finger for stealing your food", + "label": "chicken finger - verb - to cut off someone's finger for stealing your food" +} +{ + "input": "\"give me your email addy so we can hook up\" What is the definition of \"email addy\"?\n\n", + "output": "short for email address", + "label": "addy is short for address" +} +{ + "input": "\"person a:dude, this place is broville\" What is the definition of \"broville\"?\n\n", + "output": "a place with an excessive amount of bros", + "label": "a large collection of bros in a given area" +} +{ + "input": "\"when my girlfriend got home she told me about the amazing line squirt with her friends\" What is the definition of \"line squirt\"?\n\n", + "output": "the female version of teabagging!", + "label": "when a couple of girls get together to masturbate, and they sit in a line all facing the same direction, with the hopes of squirting" +} +{ + "input": "\"god damnit, i got g.e. on my back\" What is the definition of \"g.e.\"?\n\n", + "output": "\"general electric, a company that makes kitchenappliances: refrigerators, stoves, washers/dryers, that sort of thing", + "label": "g" +} +{ + "input": "\"looking at the people that live in worthing if like looking into a bucket of smashed crabs\" What is the definition of \"bucket of smashed crabs\"?\n\n", + "output": "a womans vagina full of pubic hairs", + "label": "ugly" +} +{ + "input": "\"tanks boo bear\" What is the definition of \"boo bear\"?\n\n", + "output": "louis tomlinson", + "label": "louis tomlinson" +} +{ + "input": "\"omg dude, that was the most awkovertake ever\" What is the definition of \"awkovertake\"?\n\n", + "output": "the act of being so socially awkward that you feel the need to overtly state the obvious", + "label": "this is when you walking down the street at your own jolly pace, however infront there is a dopey twat walking a lot slower than you" +} +{ + "input": "\"the seattle seahawks suck tmo\" What is the definition of \"tmo\"?\n\n", + "output": "to much", + "label": "a slightly altered version of imo standing for that's my opinion" +} +{ + "input": "\"\"i seen you last night, drivin' aroun' in yo' cunt wagon\" What is the definition of \"cunt wagon\"?\n\n", + "output": "a car, esp", + "label": "a motor vehicle driven by a mack to deliver one of more of his prostitutes to their assignations or distribute his ho's along his turf" +} +{ + "input": "\"a great porn scene building up to a huge ejaculation, and all it was, was a meaningless boil over\" What is the definition of \"boil over\"?\n\n", + "output": "a small fight or argument", + "label": "a not so spectacular ejaculation! a male orgasm that lacks significant distance" +} +{ + "input": "\"i can't play the 3ds for more than 20 minutes without getting 3dscomfort\" What is the definition of \"3dscomfort\"?\n\n", + "output": "the 3dscomfort is an innovative new product designed to relieve discomfort in the upper body caused by playing nintendo 3ds for long periods of time", + "label": "the discomfort felt after playing on a nintendo 3ds" +} +{ + "input": "\"dirty ass bum chicken shat on my ride\" What is the definition of \"bum chicken\"?\n\n", + "output": "a male or female who lives on the street and walks everywhere", + "label": "pigeons" +} +{ + "input": "\"last night bobby traveled around the world with his boyfriend\" What is the definition of \"around the world\"?\n\n", + "output": "when you lick from the top of the ass crack, down the ass crack, between the legs, and to the top of the dick or pussy", + "label": "when you lick from the top of the ass crack, down the ass crack, between the legs, and to the top of the dick or pussy" +} +{ + "input": "\"everyone who thinks it is children of bodem probably downloads the music from some other ignorant asshole who cant pronaunce children of bodom\" What is the definition of \"children of bodem\"?\n\n", + "output": "one of the best fucking metal bands in the world", + "label": "it's children of bodom you ignorant asshole" +} +{ + "input": "\"i fingered sheena so hard last night, she's got the ghostfinger\" What is the definition of \"ghostfinger\"?\n\n", + "output": "the pinkies of a man who frequently and thoroughly pleasures a woman with his fingers", + "label": "when you finger a female with such intensity, that when you eject, the sensation of arousal continues to persist" +} +{ + "input": "\"one would perhaps not expect to find offensive slang, misspellings or incorrect grammar in the urbane dictionary\" What is the definition of \"urbane dictionary\"?\n\n", + "output": "1", + "label": "if it existed, it some would say it to be the exact opposite of urban dictionary" +} +{ + "input": "\"\"way1: \"did you see that fat guy that just walked by? he's such a fuckin burger queen\" What is the definition of \"burger queen\"?\n\n", + "output": "a really gay dude", + "label": "a fat, homosexual male" +} +{ + "input": "\"future guy one: it's 2038 future guy two: no, it's 1901, look at the clock on my computer\" What is the definition of \"2038\"?\n\n", + "output": "the year the computers will be able to tell us what time it is", + "label": "the next y2k" +} +{ + "input": "\"bri: there's like, literally nothing to do in battle creek\" What is the definition of \"battle creek\"?\n\n", + "output": "a place located in southwest michigan that is home to approximately 45,000 people", + "label": "many of the local youth complain that there isn't much to do, but that's because they've seemed to have forgotten about the: three movie theaters" +} +{ + "input": "\"guy1: yo wut u think of her? guy2: i'll bojiggle that\" What is the definition of \"bojiggle\"?\n\n", + "output": "when you rub your sac and balls together in somebody's face", + "label": "bojiggle (verb) the act of sex similar in use to the word fuck or beat(see definition of beat" +} +{ + "input": "\"she's got some bomb ass e-soup\" What is the definition of \"e-soup\"?\n\n", + "output": "street name for ecstasy", + "label": "\"pussy" +} +{ + "input": "\"since installing fbp i can filter out all the junk i dont want to see when i browse facebook, its a real life saver\" What is the definition of \"fbp\"?\n\n", + "output": "facebook privacy", + "label": "\"fbp is short for \"facebook purity\"" +} +{ + "input": "\"the man walked into the kitchen to see jim humping a a home made apple pie\" What is the definition of \"apple pie\"?\n\n", + "output": "a pastry commly used my the male gender for masterbation", + "label": "a pastry commly used my the male gender for masterbation" +} +{ + "input": "\"jill and nikki are in the basement killing off brain cells doing california high\" What is the definition of \"california high\"?\n\n", + "output": "when you push a pressue point on your neck and u cant feel anything for about 5 min", + "label": "a thing where you push a pressue point on your neck and you pass out" +} +{ + "input": "\"his hands had a week long dirt tan\" What is the definition of \"dirt tan\"?\n\n", + "output": "the color of dirt, usually from digging", + "label": "to be so dirty that it appears as though you have a tan" +} +{ + "input": "\"that mans a fruit loop\" What is the definition of \"fruit loop\"?\n\n", + "output": "a fruit loop is a gay cheerio", + "label": "a fruit loop is a gay cheerio" +} +{ + "input": "\"yo dude, i got mad ass broth right now\" What is the definition of \"ass broth\"?\n\n", + "output": "the sweat that perspirates from your anus when you are doing hardcore drugs", + "label": "the sweat from your ass" +} +{ + "input": "\"listen you f**king cum stain\" What is the definition of \"cum stain\"?\n\n", + "output": "a derogatory phrase used to berate or otherwise castigate another male as to make him feel inferior to other males or to put him in his place", + "label": "a derogatory phrase used to berate or otherwise castigate another male as to make him feel inferior to other males or to put him in his place" +} +{ + "input": "\"that bitch is straight 730\" What is the definition of \"730\"?\n\n", + "output": "(noun) derived from 30-70, meaning she's so fine you'd do her wearing a strap on in the 3rd eye", + "label": "crazy, the time inmates take thier meds in prison" +} +{ + "input": "\"yo pass that california scents yo, fo shizzle me wanna smell da laguna breeze\" What is the definition of \"california scents\"?\n\n", + "output": "the wonderful smells all around the state of california", + "label": "awesome smelling car/home air freshener" +} +{ + "input": "\"\"you really should pluck your doomoss \"that guy is such a doomoss\" What is the definition of \"doomoss\"?\n\n", + "output": "a name that can be used for anything", + "label": "\"the ingrown hair between two eyebrows, see \"unibrow\" alos a dumba$$\"" +} +{ + "input": "\"that crazy slut tried thoes cvs mind games again\" What is the definition of \"cvs mind games\"?\n\n", + "output": "when a crazy ex girlfriend tries to play mind games with you, so that you will take her back", + "label": "when the girl behind the counter at cvs tells you that you have change when you really dont" +} +{ + "input": "\"i done got ate\" What is the definition of \"done got\"?\n\n", + "output": "a term used by uneducated southerners who can't string together a sentence without sounding like a retard", + "label": "having started and possible finished something" +} +{ + "input": "\"bradford is extremely cautious while playing touch football because he knows he's the next target for the 1 east curse\" What is the definition of \"1 east curse\"?\n\n", + "output": "a curse that has thus far claimed the lives of tupac shakur, b", + "label": "the odd string of bad luck that follows any big man that lives on the 1st floor of east akers at msu" +} +{ + "input": "\"my buddy made some good card hash last night\" What is the definition of \"card hash\"?\n\n", + "output": "a form of marijuana made from scratch", + "label": "crystal hash made by collecting thc crystal from marijuana and pressing it in between the cards" +} +{ + "input": "\"i'd rather graterbate than to listen to this nonsense any further\" What is the definition of \"graterbate\"?\n\n", + "output": "the act of rubbing one out using a cheese grater", + "label": "the act of masturbating with a cheese grater" +} +{ + "input": "\"i ate that cherry pie last night and she liked it\" What is the definition of \"cherry pie\"?\n\n", + "output": "a womens vag that is pink/red with the lips open", + "label": "a womens vag that is pink/red with the lips open" +} +{ + "input": "\"dude, i'm gonna go have a cheese sandwich\" What is the definition of \"cheese sandwich\"?\n\n", + "output": "taking a shit", + "label": "n" +} +{ + "input": "\"please hand me that can of bag balm, i have a terrible case of chap ass\" What is the definition of \"chap ass\"?\n\n", + "output": "when your ass is chapped from not enough lubrication", + "label": "a sensation of rawness in the ass" +} +{ + "input": "\"\"(to a steele reserve can): \"that can smells like poop mouth right about now\" What is the definition of \"poop mouth\"?\n\n", + "output": "a smell that is in the air from something that has been sitting for a long period of time, especially in a hot environment", + "label": "adjective: when someone and/or something smells terribly bad" +} +{ + "input": "\"cotton hill knows how it really works and hank is his son who only spermed out one kid due to his narrow urethra\" What is the definition of \"cotton hill\"?\n\n", + "output": "a hill that has a cotton bud up his anus which is commonly used for the purpose of jerking off", + "label": "a bad ass who can smell japs,nazi's and fags a mile away" +} +{ + "input": "\"i was fuckin chaunced when those dicks at the drive through didn't give me ketchup\" What is the definition of \"chaunced\"?\n\n", + "output": "1", + "label": "to be irritated, or to feel put upon" +} +{ + "input": "\"lets go bang bang in the bedroom\" What is the definition of \"bang bang\"?\n\n", + "output": "fucking someone hardly", + "label": "fucking someone hardly" +} +{ + "input": "\"stoner 1: pass the blunt stoner 2: man im so blazed i feel like im higher then bird pussy\" What is the definition of \"bird pussy\"?\n\n", + "output": "bird pussy is another way of saying something is higher then normal", + "label": "when you are so stoned, that you feel that you're higher than bird pussy" +} +{ + "input": "\"my boyfriend is taking a beer shit right now at work\" What is the definition of \"beer shit\"?\n\n", + "output": "describes the inexplicable phenomena, wherein an unimaginably large bowel movement must occur during the morning hours after a night of consuming lots of alcohol", + "label": "describes the inexplicable phenomena, wherein an unimaginably large bowel movement must occur during the morning hours after a night of consuming lots of alcohol" +} +{ + "input": "\"guy: hey, is that christian im looking at on tna? girl: yeah, but now hes called christian cage\" What is the definition of \"christian cage\"?\n\n", + "output": "the name a person goes by, when they are awesome and no longer fit in the name 'christian'", + "label": "pro wrestler formerly known as christian in the wwe" +} +{ + "input": "\"bro-fliction is looking large and in charge today, looks like he needs a protein shake\" What is the definition of \"bro-fliction\"?\n\n", + "output": "-broh-flick-shun -1", + "label": "\"find the definition of \"bro\" and this person is the one always seen wearing some sort of mma t-shirts (afliction, archaic, tapout)" +} +{ + "input": "\"we're glad that you're aglide\" What is the definition of \"aglide\"?\n\n", + "output": "a term coined by a company that produces computer aided design (cad) software to describe someone who uses cad software", + "label": "[high] [buzzed] [flying] [loaded] [wasted] [stoned] [high] on [adid], [lsd], [mushrooms], etc" +} +{ + "input": "\"wsn baby\" What is the definition of \"wsn\"?\n\n", + "output": "we shit nowhere - a [lame] [acronym] made up by some [dumb] [people] in my [graphics] class", + "label": "want sex now!! a abbreviation of a text used to explain what is wanted" +} +{ + "input": "\"guy 1: check out that fucking douchebag with the chin strap\" What is the definition of \"chin strap\"?\n\n", + "output": "a douchey beard style, favored by guidos who want to make their steroid-infused jaws appear to be at a 90 degree angle", + "label": "a douchey beard style, favored by guidos who want to make their steroid-infused jaws appear to be at a 90 degree angle" +} +{ + "input": "\"did you see that? man that's my dizzog\" What is the definition of \"dizzog\"?\n\n", + "output": "a term that describes a style of writing in which the letters are formed into a clockwise spiral", + "label": "a pimp [dog] *note, often used by those trying to sound hip or ghetto" +} +{ + "input": "\"the klut came over to me and explained the religious significance of the cross burning ceremony and the true history of the klan\" What is the definition of \"klut\"?\n\n", + "output": "ku klux klan members who are not happy with the direction the kkk is going and have banded together to right the wrongs of the kkk/kkkk/kklk", + "label": "a klut is the term for a priest in the ku klux klan" +} +{ + "input": "\"i gotta take a mad fulton\" What is the definition of \"fulton\"?\n\n", + "output": "another word for shit, but commonly used in situations when the word shit, shat, crap, or any other word that involves shit can not be used", + "label": "is the act of taking a dump" +} +{ + "input": "\"bug z is, sadly, no longer with us\" What is the definition of \"bug z\"?\n\n", + "output": "one of the original members of d 12", + "label": "one of the original members of d 12" +} +{ + "input": "\"john and rick just got a divorced and they want to see who gets the house by calling on the chinese penis trap\" What is the definition of \"chinese penis trap\"?\n\n", + "output": "the ancient chinese art of trapping ones ex wife in a room full of hungry chinese men with extremely large penises", + "label": "a contraption designed by gay divorce lawyers anticipating gay marriage" +} +{ + "input": "\"he is such a dvs\" What is the definition of \"dvs\"?\n\n", + "output": "a person who runs from danger, like a little bitch", + "label": "-someone that sucks at baseball -someone that isn't strong -someone that doesn't have a six pack -someone that is mexican" +} +{ + "input": "\"guy #1: that guy over there seems to be a great person, doesn't he? guy #2: i don't think so, mellanie told me he was an adiof\" What is the definition of \"adiof\"?\n\n", + "output": "an acronym used by members of the canadian armed forces to describe the wife/husband of another member as a dirty whore who sleeps with everyone", + "label": "greek god who was known to be an asshole with the hot chicks" +} +{ + "input": "\"dody is awesome\" What is the definition of \"dody\"?\n\n", + "output": "dody is awesome", + "label": "another name for a really awesome chick" +} +{ + "input": "\"last night, my girl was on the rag and i ended up giving my self a chocolate cherry\" What is the definition of \"chocolate cherry\"?\n\n", + "output": "the act of sticking ones index and middle fingers in to ones ass, then sucking on your fingers", + "label": "when you stick your index and middle fingers in a menstruating vagina and your pinky finger in her anus, then you wipe your hand across some ones face" +} +{ + "input": "\"i had fish fingers again last night with becky\" What is the definition of \"fish fingers\"?\n\n", + "output": "when you finger a girl and she has a yeast infection", + "label": "the process of insterting one's finger(s) into a female's vagina (referring to the smell of the said finger afterwards)" +} +{ + "input": "\"that girl rode my bitch splitter until my balls turned purple\" What is the definition of \"bitch splitter\"?\n\n", + "output": "the weird splattery sound a cock makes when it smacks a chicks forehead during a hot load facial", + "label": "another name for a penis" +} +{ + "input": "\"guy 1- i just made it to 65th base with kate\" What is the definition of \"65th base\"?\n\n", + "output": "having sex with someone and becoming temporarily deaf and blind", + "label": "the act of shrinking to micro-size, climbing into an unaware girl's pussy, and kicking her clit with your mini legs" +} +{ + "input": "\"biff tannen was a butt head\" What is the definition of \"butt head\"?\n\n", + "output": "a stupid, obstinate, or perverse person", + "label": "a stupid, obstinate, or perverse person" +} +{ + "input": "\"rodney dangerfield's character in caddyshack is rich and wild and probably hasn't picked up a drill in years, but he's still a regular guy\" What is the definition of \"regular guy\"?\n\n", + "output": "1", + "label": "a guy who is humble, down-to-earth, open and honest, easy to get along with, and generally well-versed about all the usual things people do" +} +{ + "input": "\"i wish i had air conditioning - there sure is a lot of ball soup going on down there\" What is the definition of \"ball soup\"?\n\n", + "output": "when a man's testicles are so large that they fall to the bottom of his pants and slap against his thighs!", + "label": "when, in the heat of summer, your balls are soaked in sweat" +} +{ + "input": "\"\"john's penis stunk last night, it was like going to the cheese market boyfriend: \"shall we go upstairs and you can visit the cheese market? girlfirend: yes lets\" What is the definition of \"cheese market\"?\n\n", + "output": "the act of having sexual intercourse", + "label": "smelly discharge from under the foreskin" +} +{ + "input": "\"baby, let me put my shaboingboing in your wet shabangbang now\" What is the definition of \"shabangbang\"?\n\n", + "output": "a vagina, a", + "label": "\"the female vagina" +} +{ + "input": "\"girl 1: why are you walking funny? girl 2: i slept with colin pollock\" What is the definition of \"colin pollock\"?\n\n", + "output": "the biggest douchebag in the world", + "label": "colin pollock is a term for someone who will rock your fucking world in bed" +} +{ + "input": "\"i am going to use buoyancy media to advertise my company\" What is the definition of \"buoyancy media\"?\n\n", + "output": "a form of advertising by using a small boat with your company name on it and floating it in the ocean during a major sporting event", + "label": "buoyancy media are a creative digital marketing business based in manchester" +} +{ + "input": "\"steve left the room mid way through the film to bash one out\" What is the definition of \"bash one out\"?\n\n", + "output": "(verb) originating from yorkshire, this term means to masturbate, or [wank]", + "label": "\"(verb) originating from yorkshire, this is a slang term for the act of masturbating, or \"bashing\"" +} +{ + "input": "\"man, how you gonna crop dust me like that?\" What is the definition of \"crop dust\"?\n\n", + "output": "when someone passes gas around you and then escapes as if it never happened", + "label": "when someone passes gas around you and then escapes as if it never happened" +} +{ + "input": "\" hey, di-di-dit\" What is the definition of \"di-di-dit\"?\n\n", + "output": "a fast way of saying dick, usually used when in distress or when saying it for the first time", + "label": "\" an imitation of the \"stuttering\" hand motions and clattering sounds heard when one makes an unsuccessful attempt to retrieve a falling object" +} +{ + "input": "\"i sucked his dick so long i got the cock jaw\" What is the definition of \"cock jaw\"?\n\n", + "output": "the affliction caused by extended cock sucking", + "label": "the affliction caused by extended cock sucking" +} +{ + "input": "\"yeah, amanda's not great but she's just my placeholder girlfriend\" What is the definition of \"placeholder girlfriend\"?\n\n", + "output": "the girl you're not really serious about but you don't want anyone else to have", + "label": "a girfriend (or boyfriend) that you date with the plan to ditch them as soon as something better comes along" +} +{ + "input": "\"that marnie sucks, i love anscombe\" What is the definition of \"anscombe\"?\n\n", + "output": "the best!", + "label": "a lot cooler than anyone by the name of marnie" +} +{ + "input": "\"dude, you know tom, he has the 12 guage facial\" What is the definition of \"12 guage facial\"?\n\n", + "output": "a shooting from close range with a 12 guage shotgun resulting in a peppered effect to the face", + "label": "when ones face is covered with scars that look like divits in their skin from a bad affliction of acne" +} +{ + "input": "\"look at that boy showing off blinblineo\" What is the definition of \"blinblineo\"?\n\n", + "output": "something you wear around your waist and look cool", + "label": "showing off the bling" +} +{ + "input": "\"i love you, bibachka\" What is the definition of \"bibachka\"?\n\n", + "output": "a term of endearment created by two girls who had no idea what it meant when they started using it, but thought it sounded nice", + "label": "term of endearment" +} +{ + "input": "\"he he ballshagged his french examination due to lack of studying\" What is the definition of \"ballshagged\"?\n\n", + "output": "to have heen ballsed up", + "label": "fouled up beyond all reason" +} +{ + "input": "\"one need not go to ohio for a cleveland steamer, we've got the altoona steamer\" What is the definition of \"altoona steamer\"?\n\n", + "output": "like the [ohio] steam but instead of cleveland, its altoona out in pennsylvania", + "label": "see cleveland steamer" +} +{ + "input": "\"omg that guy missed me ten times and i capt, he's such a dasefex\" What is the definition of \"dasefex\"?\n\n", + "output": "a", + "label": "extreme n00b" +} +{ + "input": "\"alex kapranos wears pimp shoes and yellow belts\" What is the definition of \"alex kapranos\"?\n\n", + "output": "the leader of the new scottish gentry(aka franz ferdinand)", + "label": "the leader of the new scottish gentry(aka franz ferdinand)" +} +{ + "input": "\"alec lightwood came out by kissing magnus in front of the entire clave and hundreds of downworlders\" What is the definition of \"alec lightwood\"?\n\n", + "output": "alec lightwood is the 17 year old love interest of jace wayland and is described as", + "label": "alec lightwood is a shadowhunter in cassandra clare's series the mortal instruments" +} +{ + "input": "\"that little bunker monkey is a tough bitch to tag\" What is the definition of \"bunker monkey\"?\n\n", + "output": "paintball reference: someone who jumps from bunker to bunker without getting hit", + "label": "paintball reference: someone who jumps from bunker to bunker without getting hit" +} +{ + "input": "\"too bag for that big nose, i hate anne franking her\" What is the definition of \"anne franking\"?\n\n", + "output": "a verb which describes when you hide your jewish girlfriend unless you want to have sex", + "label": "a verb which describes when you hide your jewish girlfriend unless you want to have sex" +} +{ + "input": "\"that was some dank ass nug, we better fucking take a bell boost\" What is the definition of \"bell boost\"?\n\n", + "output": "a small but potent amount of marijuana smoked through a car's air intake to increase its power", + "label": "when one is hungry and decides they need some late night taco bell" +} +{ + "input": "\"i moved to massena optomistic 3 months later i atempted suicide and have been in therapy ever since go red raiders\" What is the definition of \"massena\"?\n\n", + "output": "a town in new york filled with drama, sluts, potheads and has-been football players", + "label": "a shity ass hole in the ground in upstate ny consisting of natives, gangstas! (who claim to be duces dushes? erm whatever), people who think there punk, and preps" +} +{ + "input": "\"jadah is such a nice person\" What is the definition of \"jadah\"?\n\n", + "output": "a girl who is very sweet, caring and understanding", + "label": "a wonderful person inside and definitely out the are mostly girls of mixed race and and are shy til they get to know" +} +{ + "input": "\"yo dat tigah woods ain't black, he's blackenese\" What is the definition of \"blackenese\"?\n\n", + "output": "a slang term for a half black (african-american), half asian person", + "label": "a chinese-african man - a chinafrican" +} +{ + "input": "\"omg i love garrys mod\" What is the definition of \"garrys mod\"?\n\n", + "output": "a addictive build server, with alot of crap", + "label": "a addictive build server, with alot of crap" +} +{ + "input": "\"i scored some blue dolphins last night and rolled balls\" What is the definition of \"blue dolphins\"?\n\n", + "output": "good ecstacy pills, real ones are from the caribbean", + "label": "good ecstacy pills, real ones are from the caribbean" +} +{ + "input": "\"\" gee what the fuck is up with paul \" dude he's cock level\" What is the definition of \"cock level\"?\n\n", + "output": "1", + "label": "the point at which someone turns into an asshole after consuming a certain amount of alcohol" +} +{ + "input": "\"\"brendan \"look at cappe take that shot\" ross \"watch, he's going to carmelo anthony it\" What is the definition of \"carmelo anthony\"?\n\n", + "output": "the act of taking a shot in basketball with no shirt on, like carmelo anthony often does", + "label": "the most overrated player in the nba, taking a fade-away on every shot including a free throw shot" +} +{ + "input": "\"afx is one of richard d\" What is the definition of \"afx\"?\n\n", + "output": "one of r", + "label": "phonetic contraction of [aphex twin], though considered a name in its own right" +} +{ + "input": "\"please don't lecture me about how polar bears are going to starve, it's really eco tedious\" What is the definition of \"eco tedious\"?\n\n", + "output": "when someone bores you with all their [eco friendly] habits and beliefs", + "label": "\"someone who is \"eco tedious\" constantly drones on about environmental issues, global warming, how you should recycle and so on" +} +{ + "input": "\"\"my roommate often calls me a bitch ass cunt is hopes that he is highly offenisve but inside ends up humoring me\" What is the definition of \"bitch ass cunt\"?\n\n", + "output": "a person who is two faced", + "label": "this word is often used by men who tend to be vindictive and hateful by nature" +} +{ + "input": "\"he's a winner lol\" What is the definition of \"a winner\"?\n\n", + "output": "a person who has had sexual intercourse more than once", + "label": "a person who is homeless, crazy, werid, funny looking, or sometimes retarted" +} +{ + "input": "\"you pinko faggots better get the hell offa my lawn\" What is the definition of \"pinko\"?\n\n", + "output": "\"variant of \"pinko communist\" which was in turn a derivative of \"red\" as in red communist", + "label": "a communist" +} +{ + "input": "\"\"that ferrit website is so annoying\" What is the definition of \"ferrit\"?\n\n", + "output": "a ferrit is an internet troll that feeds off of attention, whether it be positive or negative", + "label": "an overrated overadvertised [website] which is only designed to make people buy [expensive] [crap] they don't want" +} +{ + "input": "\"i wonder which is greater, all the stars in the sky or the cell-u-verse\" What is the definition of \"cell-u-verse\"?\n\n", + "output": "the next evolution of television from at&t", + "label": "the total number of reachable cellphones" +} +{ + "input": "\"have you seen your ex-girlfriend lately? that girl is looking hella ate up\" What is the definition of \"ate up\"?\n\n", + "output": "wack, ugly, stupid, dumb, not cool, busted, ugly as fuck, stupid as hell", + "label": "\"the nasty appearance people take on after using meth for a while" +} +{ + "input": "\"bill was working on his chillaxification on the day of the test\" What is the definition of \"chillaxification\"?\n\n", + "output": "the act of bill hicks", + "label": "\"n" +} +{ + "input": "\"\"what the bibjobadies are you doing, you dumby? \"what is you crazy bibjobadies thinking about now?\"\"\" What is the definition of \"bibjobadies\"?\n\n", + "output": "a person who is obsessed with jobs and can only think about jobs all day", + "label": "\"a stronger tense of the noun \"bibs\"" +} +{ + "input": "\"yeah i didnt want to have sex with jas so i just gave her some brown snow instead\" What is the definition of \"brown snow\"?\n\n", + "output": "the act of shitting on someones face", + "label": "taking and freezing a large shit to use as a frozen dildo for your girlfriend to play with" +} +{ + "input": "\"if that guy keeps talking smack i am going to go over there and clowney his ass\" What is the definition of \"clowney\"?\n\n", + "output": "go up to someone you don't like and continuously shove your finger up their ass like andy clowney does to opposing team's offensive lineman", + "label": "verb meaning to physically destroy someone or something" +} +{ + "input": "\"i spent the weekend with my [bieberholic] cousin and now i have a bad case of bieberrhoea\" What is the definition of \"bieberrhoea\"?\n\n", + "output": "after spending the night with justin bieber you get bieberrhoea", + "label": "a violent gastric condition brought about from excessive exposure to justin bieber songs, fans, tweets, or fan-tweets" +} +{ + "input": "\"brian, gareth, soloman, damian, terry, ross, eggbert and zachary were bored of pairing together for a [dutch rudder], so they decided to come together, literally, forming an albanian steering wheel\" What is the definition of \"albanian steering wheel\"?\n\n", + "output": "when two men pair their beards together, hence creating a new beard that has two heads", + "label": "a circle of [dutch rudders] (the holding of a man's/boy's wrist as they grip their [shaft], and performing the motion of masturbating)" +} +{ + "input": "\"i wish i had an albfro like albert hammond jr\" What is the definition of \"albfro\"?\n\n", + "output": "the afro sported by albert hammond jr, the coolest guy in the history of the world", + "label": "used to describe the unruly affro of one of the most talented guitarists ever - [albert hammond jr" +} +{ + "input": "\"everyone knows that spooning leads to forking\" What is the definition of \"spooning leads to forking\"?\n\n", + "output": "a term that refers to the act of using a fork after spooning", + "label": "common phrase linking the acts of [spooning] and [forking]" +} +{ + "input": "\"they're playing that song again? that's totally wicked\" What is the definition of \"wicked\"?\n\n", + "output": "something that's really cool", + "label": "one of the greatest broadway musicals of all time" +} +{ + "input": "\"the awkward silence was made even more awkward when bill released a smelly butt chuckle\" What is the definition of \"butt chuckle\"?\n\n", + "output": "a fart that makes you laugh, usually making the situation extremely awkward", + "label": "noun- a fart which produces noise from the butt cheeks slapping against each other" +} +{ + "input": "\"that girl i screwed last night was a dead sexy g bunny\" What is the definition of \"g bunny\"?\n\n", + "output": "grandma's undies usually worn by hot chicks that you screw on a regular basis", + "label": "\"referred to lots of female ravers, particularly ones that take the drug \"ghb\"" +} +{ + "input": "\"\"tie up the horses and grab a tin y'all; it's bean time\" What is the definition of \"bean time\"?\n\n", + "output": "(n) the supper hour in the deep south", + "label": "simply means it is time to eat" +} +{ + "input": "\"dog man\" What is the definition of \"dog man\"?\n\n", + "output": "our poor dog that is neglected", + "label": "our poor dog that is neglected" +} +{ + "input": "\"dilbert loves to colyn other men\" What is the definition of \"colyn\"?\n\n", + "output": "\"to colyn is to anally penetrate your friend while maintaining eye contact and saying loving things to one another", + "label": "a raging homosexual that drives a mustang and wears coach shoes" +} +{ + "input": "\"hillary clinton is a do-gooder who wants to make us all pay for medical care for lazy bums who piss their lives away spray painting grafitti on other people's property\" What is the definition of \"do-gooder\"?\n\n", + "output": "someone who is 'doing good' but is actually doing more harm than good", + "label": "a white liberal" +} +{ + "input": "\"i think i'm turning beernivorous\" What is the definition of \"beernivorous\"?\n\n", + "output": "after a few beers, one's appetite for food decreases", + "label": "1)a state of being where one is reliant on [beer] to survive 2)rare hybrid of human and robot that gains all its nutrition from beer" +} +{ + "input": "\"corey's wife just spent money on a new purse, he'll be a-shirting her when he gets home\" What is the definition of \"a-shirting\"?\n\n", + "output": "the act of taking off ones shirt to impress or arouse someone either male or female using your shirt as a weapon", + "label": "the act of physically assaulting ones wife when she gets out of line or becomes a habitual line stepper" +} +{ + "input": "\" look a greg he's such a cool cat with his pants on the ground\" What is the definition of \"cool cat\"?\n\n", + "output": "a person who is chillin like a villin and who got their pants on the ground or the gold in their mouth or their hat turned sideways", + "label": "a person who is chillin like a villin and who got their pants on the ground or the gold in their mouth or their hat turned sideways" +} +{ + "input": "\"a person is running down a hill and falls over, the people who see this person fall over point and him and yell bahhlooetum.\" What is the definition of \"bahhlooetum.\"?\n\n", + "output": "a person who is being [nice] and helping another person up from falling", + "label": "a way of laughing meaning haha look at them" +} +{ + "input": "\"brittany murphy first major role was on the television show murphy brown\" What is the definition of \"brittany murphy\"?\n\n", + "output": "american actress who had her breakout role in the 1995 comedy clueless", + "label": "\"american actress who had her breakout role in the 1995 comedy \"clueless\"" +} +{ + "input": "\"abby held the door for marsella, shes such a gs\" What is the definition of \"gs\"?\n\n", + "output": "an abbreviation for good sport", + "label": "good samaritan" +} +{ + "input": "\"i can't read this chicken scratch\" What is the definition of \"chicken scratch\"?\n\n", + "output": "illegible handwriting", + "label": "illegible handwriting" +} +{ + "input": "\"dude stop watching gaynal porn\" What is the definition of \"gaynal\"?\n\n", + "output": "a gay man's anal porn", + "label": "having anal sex including two males" +} +{ + "input": "\"\"hey butter cake face\" What is the definition of \"butter cake face\"?\n\n", + "output": "a person who has a really fat face and looks like a cake", + "label": "a term used when very high" +} +{ + "input": "\"i'm sore from digging out that tons o' fun last night\" What is the definition of \"tons o' fun\"?\n\n", + "output": "a grotesquely obese female that makes for a good [hit and run] because of her zealous eagerness to please", + "label": "a grotesquely obese female that makes for a good [hit and run] because of her zealous eagerness to please" +} +{ + "input": "\"he went up to jenn and did a bromsky to her boobies\" What is the definition of \"bromsky\"?\n\n", + "output": "doing a pass by on a girl's boobs with the inside of your index finger and thumb", + "label": "when you put your face between a pair of dd's and say bromsky (shaking your face back and forth" +} +{ + "input": "\"last night i went booty grazing and had to choose between 3 different hoes\" What is the definition of \"booty grazing\"?\n\n", + "output": "to go out looking for that fine ass booty", + "label": "\"the act of mass texting a generic message to members of the opposite sex in hopes that a guaranteed hookup for the night will be established" +} +{ + "input": "\"desert hot springs gangs are an prodigy of poorest town in riverside county\" What is the definition of \"desert hot springs gangs\"?\n\n", + "output": "city of dhs", + "label": "desert hot springs is a small town of a population of 26,000 and have the highest crime rate in california for a small town/city" +} +{ + "input": "\"you stank twat waffle\" What is the definition of \"twat waffle\"?\n\n", + "output": "1", + "label": "a meaningless insult" +} +{ + "input": "\"hey get me that hootiemahootum\" What is the definition of \"hootiemahootum\"?\n\n", + "output": "a way of saying anything you want", + "label": "any word you can not thing of" +} +{ + "input": "\"i really liked this guy, but we had an internetionship and when we met in person it was weird\" What is the definition of \"internetionship\"?\n\n", + "output": "a relationship based solely on emails or online chat", + "label": "a relationship you build with someone, solely through the use of the internet or modern technology" +} +{ + "input": "\"what a secret squirrel that guy is\" What is the definition of \"secret squirrel\"?\n\n", + "output": "1", + "label": "having no life, to be chained to one's computer, loser" +} +{ + "input": "\"the only way that [clut] gets off is with a clutmallet\" What is the definition of \"clutmallet\"?\n\n", + "output": "a dildo for the very broken", + "label": "a croquet mallet used to stimulate a clut" +} +{ + "input": "\"hey sergeant blue, the commander is having trouble with some checkpoints so we need to go out and ball wash for awhile\" What is the definition of \"ball wash\"?\n\n", + "output": "1", + "label": "-to attend to the needs of key leaders and/or high ranking individuals" +} +{ + "input": "\"martha: i had a whole packet of oreos for tea moistula: wow, bladdy lave that\" What is the definition of \"bladdy lave that\"?\n\n", + "output": "tha shat when tha shat shud be", + "label": "\"expression meaning one loves or \"laves\" a certain thing, said in an amusing accent" +} +{ + "input": "\"hitman has a total of 4325 gs\" What is the definition of \"gs\"?\n\n", + "output": "gajigger smajigger - something you use when running out of ideas for a name for your new pet, or any other creation in a mmorpg", + "label": "short for gamer score used in xbox live as a score that you get by playing in a game and success in a specific goal" +} +{ + "input": "\"after teh tour de france the ass basket on lance armstrong's suit was apparent\" What is the definition of \"ass basket\"?\n\n", + "output": "the after effects of sharding creating a dried crusty lining of one's under garments", + "label": "the after effects of sharding creating a dried crusty lining of one's under garments" +} +{ + "input": "\"john did an alabama steamer on her? sick\" What is the definition of \"alabama steamer\"?\n\n", + "output": "when a guy or girl takes a shit in their partner's mouth, then proceeds to tongue the shit into their own mouth", + "label": "\"taking a \"number two\" on a female's vagina and then performing oral sex on her" +} +{ + "input": "\"memoirs of a geisha\" What is the definition of \"geisha\"?\n\n", + "output": "geisha is not the name of a specific profession in japan", + "label": "a gloriefied jap slut who fools around with fans" +} +{ + "input": "\"bigfuzzyarchon 0wnz 1shot1kill\" What is the definition of \"bigfuzzyarchon\"?\n\n", + "output": "the 1337357 man on the planet earth", + "label": "an uber 1337 h4x0r who play's battlefield 1942 and unreal tournament 2003 and everybody loves him" +} +{ + "input": "\"nichole(on phone): hey i'm gettin nekkid\" What is the definition of \"nekkid\"?\n\n", + "output": "1", + "label": "when ya aint got no clothes on and yer up ta no good" +} +{ + "input": "\"i gave this girl such a dirty dumbledore last night\" What is the definition of \"dirty dumbledore\"?\n\n", + "output": "\"after sex, you ask her if she wants to stay for breakfast", + "label": "a dirty dumbledore is when you jerk off on a girls face and shave your pubes so they stick to the jizz" +} +{ + "input": "\"\"who's coming to the party with you? \"yo, i'm coming with the flip mode squad\" What is the definition of \"flip mode squad\"?\n\n", + "output": "the group of people who are hangin out together, usually a group of friends, a gang, etc", + "label": "filipinos are sometimes referred to as flips" +} +{ + "input": "\"dude, check out her almond rest\" What is the definition of \"almond rest\"?\n\n", + "output": "the shape of a girl's butt crack", + "label": "another name for a person's chin" +} +{ + "input": "\"person # 1: did you see that poor little bee crash and burn over there? person # 2: yeah i think he got rug burns on his beez neez\" What is the definition of \"beez neez\"?\n\n", + "output": "a alternative word for the private area of a male or female, usualy used to giggle and laugh with friends", + "label": "approximately the mid section of a beez legs" +} +{ + "input": "\"cuezick eats bacon what a fuckin cuezick\" What is the definition of \"cuezick\"?\n\n", + "output": "a fat bastard who has a fetish for bacon", + "label": "person who loves to eat bacon constantly everyday" +} +{ + "input": "\"lets go get some groceries\" What is the definition of \"groceries\"?\n\n", + "output": "another word for marijuana", + "label": "southern slang for food or something to eat" +} +{ + "input": "\"cynthia tucker is a columnist for the atlanta urinal constipation\" What is the definition of \"atlanta urinal constipation\"?\n\n", + "output": "an alternate name for the atlanta journal-constitution", + "label": "an alternate name for the atlanta journal-constitution" +} +{ + "input": "\"when she examined her anus in the shower, her fingers encountered a butt nut the size of a soy bean\" What is the definition of \"butt nut\"?\n\n", + "output": "a large-sized dingleberry, which clings to the hair or wool around the anus", + "label": "a large-sized dingleberry, which clings to the hair or wool around the anus" +} +{ + "input": "\"i saw doug at the park an hour ago and he had a boner swag going, it was hilarious\" What is the definition of \"boner swag\"?\n\n", + "output": "the way someone walks with a boner", + "label": "the way a dude walks or waddles when he has a boner" +} +{ + "input": "\"yeh, if she find out i forgot when her birthday is i'm going to go to hell in a handbasket\" What is the definition of \"hell in a handbasket\"?\n\n", + "output": "a phrase that your mom uses to describe that she is pissed off, and things are going to hell", + "label": "comical way of describing a situation where you or somebody is going to end up in deep shit" +} +{ + "input": "\"kill him he’s a messenger\" What is the definition of \"a messenger\"?\n\n", + "output": "a messenger is someone who is the carrier of a disease", + "label": "a person that is not a ginger but has red facial/ pubic hair that reports classified information of non gingers to the ginger community" +} +{ + "input": "\"if not for my bark busters i would have broke all my fingers from the rocks chuck sent flying at me when he twisted the throttle\" What is the definition of \"bark busters\"?\n\n", + "output": "a great motor cycle that has a unique sound like no other", + "label": "plastic or metal hand guards on dirt bikes that protect your hands from hitting objects such as trees, bushes, cactus, rocks flying at you from your buddy's rear tire" +} +{ + "input": "\"for lunch i ate a turkey and lettuce bunwich\" What is the definition of \"bunwich\"?\n\n", + "output": "a sandwich made using a hamburger bun instead of bread, usually to make things easier for large groups of people", + "label": "a sandwich on a bun or a bun made by a witch" +} +{ + "input": "\"bite me\" What is the definition of \"bite me\"?\n\n", + "output": "back off", + "label": "back off" +} +{ + "input": "\"bro check out that bro edition f-150; it's quite the hotness\" What is the definition of \"bro edition\"?\n\n", + "output": "any vehicle, typically a truck, that is decked out in every possible accessory including a lift kit, mud tires, and a crack pipe", + "label": "the term refers to any raised trucks usually driven by the [clique] more commonly known as [bro]" +} +{ + "input": "\"it is 12:56 by the clock glyph on my phone\" What is the definition of \"glyph\"?\n\n", + "output": "an icon, or pictorial symbol displayed on an electronic device to represent a function or feature that can be accessed on the device", + "label": "\"another word for \"icons\" that appear on phones or computer desktops" +} +{ + "input": "\"i had a backside ron done on me when my wallet was stolen without me noticing\" What is the definition of \"backside ron\"?\n\n", + "output": "a type of mugging where the mugger/street thug will steal your wallet from your back pocket without you knowing", + "label": "taking advantage of any situation in which you are either taken by surprise or you take someone by surprise" +} +{ + "input": "\"north korea was not a threat until he ignorantly and stupidly put them on this lil list called axis of evil\" What is the definition of \"axis of evil\"?\n\n", + "output": "term used by george w", + "label": "something that bush made to take the blame off him" +} +{ + "input": "\"does this make my back pussy look fat?\" What is the definition of \"back pussy\"?\n\n", + "output": "another word for the anus", + "label": "another word for the anus" +} +{ + "input": "\"as she bent over i could see a nice collection of arse spiders in her crack\" What is the definition of \"arse spiders\"?\n\n", + "output": "arse hairs that clump together - when pulled out - look like little spiders", + "label": "arse hairs that clump together - when pulled out - look like little spiders" +} +{ + "input": "\"look at the tits on that squig coming out of the high school\" What is the definition of \"squig\"?\n\n", + "output": "a pre-adult female, generally between the ages of 12 and 16, who exhibits all or most of the following physical characteristics: large, engorged breasts with pronounced nipples", + "label": "a hot teenage girl that you want to do but would be arrested if you did" +} +{ + "input": "\"friar tuck or zinadine zidane baldness in the shape of a barm cake\" What is the definition of \"barm cake\"?\n\n", + "output": "barm cake used as an insult resembeling a shaven head with a crack up the middle", + "label": "when a man develops a bald spot on there crown it looks like a barm cake" +} +{ + "input": "\"that glyn on big brother is such a spud\" What is the definition of \"glyn\"?\n\n", + "output": "a spud", + "label": "an utter spud from north wales who inexplicably stole the silver medal in bb7 from the charming aisleyne" +} +{ + "input": "\"i bate rape my crush every night\" What is the definition of \"bate rape\"?\n\n", + "output": "when you jack off and imagine raping someone", + "label": "similar to [masturrape], bate rape means to [masturbate] to someone or their pictures, or to think about them while you [masturbate]" +} +{ + "input": "\"*guy falls of a bike* father - shmeuly, ata beseder?(shmeuly are you ok?) shmeuly- ken, aba, ani beseder\" What is the definition of \"beseder\"?\n\n", + "output": "\"hebrew word for \"all right\", used in israel", + "label": "a hebrew word currently used in israel to say ok or good" +} +{ + "input": "\"\"a: \"do you know who was appointed annoyer-in-chief\" What is the definition of \"annoyer-in-chief\"?\n\n", + "output": "the most annoying person in the us armed forces", + "label": "top asshole in power, dedicated to making the lives of people under his power as miserable as possible" +} +{ + "input": "\"he was so assed out he couldn't even stand up\" What is the definition of \"assed out\"?\n\n", + "output": "high on coke", + "label": "high on coke" +} +{ + "input": "\"sunday morning brunch: mom, please pass me another jew burger with extra schmear\" What is the definition of \"jew burger\"?\n\n", + "output": "bagel", + "label": "\"a bagel, lox (thinly sliced smoked salmon), and cream cheese" +} +{ + "input": "\"\"a west side gang member was caught on the east side without a g pass and therefore beat down and robbed\" What is the definition of \"g pass\"?\n\n", + "output": "a pass that allows members of the gang to go to the other side without being beat up or robbed down", + "label": "\"a guarantee of immunity from violence or other acts dangerous to one's person or property when in another's territory" +} +{ + "input": "\"that guys a real hozer he's been thrashing everybody on the ice, give him the canadian surprise\" What is the definition of \"canadian surprise\"?\n\n", + "output": "the act of of decapitating a hockey player with your skate blade when they are not looking", + "label": "extending the butt end of your hockey stick up and under somebodies ribs with an effort to hide it from the referees" +} +{ + "input": "\"i studied kenpo for several years, it was a lot like the karate i studied earlier\" What is the definition of \"kenpo\"?\n\n", + "output": "a style of martial arts most commonly practice in the united states", + "label": "\"martial art derived from traditional okinawan martial arts, literally meaning \"fist law\"" +} +{ + "input": "\"i cannot fucking wait for next years bear creek\" What is the definition of \"bear creek\"?\n\n", + "output": "the best float trip in colorado!", + "label": "bear creek music and arts [festival] takes place every november in live oak, florida" +} +{ + "input": "\"e: wow, jt always says the randomest things c: yeah, it is so nubby\" What is the definition of \"nubby\"?\n\n", + "output": "adjective that describes something unique and/or original", + "label": "unnecessary" +} +{ + "input": "\"yo i scared your ass so bad youre such a balaschi\" What is the definition of \"balaschi\"?\n\n", + "output": "a person who shits themselves when they get scared", + "label": "the word balaschi tends to describe ugly guys who get their ass kicked on the reg" +} +{ + "input": "\"hey what the fulk is wrong with you?\" What is the definition of \"fulk\"?\n\n", + "output": "a combination of fuck andulk", + "label": "an alteration to fuck" +} +{ + "input": "\"jonny wanted to adle brate susan\" What is the definition of \"adle brate\"?\n\n", + "output": "the act of butt banging", + "label": "to punch someone in the back of the head" +} +{ + "input": "\"\"i just saw a video of kathy doing a triple penetration with 3 black guys\" What is the definition of \"triple penetration\"?\n\n", + "output": "the act of entering one's vagina, anus and mouth with 3 objects, usually penis but can include dildos and straws etc", + "label": "one of the favorite sex acts of a complete slut" +} +{ + "input": "\"i think its time for some chewbacca defense\" What is the definition of \"chewbacca defense\"?\n\n", + "output": "the act of dipping or chewing tobacco to give an energy boost to guard against becoming tired or worn out", + "label": "the act of dipping or chewing tobacco to give an energy boost to guard against becoming tired or worn out" +} +{ + "input": "\"i'm walking alone in detroit, thus i'm in deep shit\" What is the definition of \"deep shit\"?\n\n", + "output": "when trouble surrounds you on all sides", + "label": "in a (very) bad situation" +} +{ + "input": "\"if that dude doesnt watch his mouth he's gettin a candlelight serenade\" What is the definition of \"candlelight serenade\"?\n\n", + "output": "the act of punching someone in the mouth with your crotch, lit on fire", + "label": "a swift and short powerful blow from behind that strikes a man's testicles" +} +{ + "input": "\"beres hammond, delroy wilson, garnett silk are artists who create lovers rock\" What is the definition of \"lovers rock\"?\n\n", + "output": "a sub-genre of reggae which is romantic", + "label": "awesome, slow, old school reggae that sings about love" +} +{ + "input": "\"\"that niggabitch started yelling and screaming about a simple yes or no question i asked her\" What is the definition of \"niggabitch\"?\n\n", + "output": "1", + "label": "a black female who is full of anger and applies her anger towards other people to make herself feel better" +} +{ + "input": "\"that bitch sure can suck a good piss pump\" What is the definition of \"piss pump\"?\n\n", + "output": "a hard dick being sucked", + "label": "a penis" +} +{ + "input": "\"\"donkey 1: \"dude, your mums got a great [ass]\" donkey 2: \"oh yeah? come at me burro\" What is the definition of \"come at me burro\"?\n\n", + "output": "\"1", + "label": "the challenge issued when one donkey wishes to fight another donkey either for honour or kicks" +} +{ + "input": "\"i had to endure a 5 minute food auction at molly's dinner party last night at appleby's\" What is the definition of \"food auction\"?\n\n", + "output": "when you go out to dinner with friends and you have to bid on food items in an auction format to get them on your plate", + "label": "\"the annoying few moments in a sub-par restaurant where a pimple faced and/or esl food runner stands next to your table asking \"who had the \"\"" +} +{ + "input": "\"imma pull a bruce willis on yo' fat ass\" What is the definition of \"bruce willis\"?\n\n", + "output": "the coolest man ever, known for his toughness and baldness", + "label": "the coolest man ever, known for his toughness and baldness" +} +{ + "input": "\"kyle and i met this hot chick at the bar, went back to her place and gave her a deep sea double\" What is the definition of \"deep sea double\"?\n\n", + "output": "oral sex from a female without benefit of goggles or a face mask", + "label": "when a woman is vaginally penetrated, in an aggressive manner, by two penises at the same time" +} +{ + "input": "\"dude, after those coors lights last night i have been blowing ass all fucking day\" What is the definition of \"blowing ass\"?\n\n", + "output": "a fart of mass proportions", + "label": "a fart of mass proportions" +} +{ + "input": "\"omg if i dont stop watching adam lambert and eating at the same time im going to get an adambulge\" What is the definition of \"adambulge\"?\n\n", + "output": "when you eat and wack off at the same time", + "label": "the little bit of poof on you tummy caused by sitting and watching anything to do with adam lambert and his super hotness while eating food" +} +{ + "input": "\"mige plays bass geetar for him\" What is the definition of \"bass geetar\"?\n\n", + "output": "the instrument mige plays in [him] along with lazer guns and a drum stick", + "label": "the instrument mige plays for [him] along side lazer and his [geetar with two schwaz]" +} +{ + "input": "\"he fell assward\" What is the definition of \"assward\"?\n\n", + "output": "contraction of against his will", + "label": "same as backward but adds the level of stupidity or intensity of pain in it" +} +{ + "input": "\"what is brett mccoy good at? all when is brett mccoy's birthday? all\" What is the definition of \"brett mccoy\"?\n\n", + "output": "the most amazing person in the world", + "label": "all" +} +{ + "input": "\"on saturday nights, jamal and chauncey like to dip the shaw and pick up shorties\" What is the definition of \"dip the shaw\"?\n\n", + "output": "to lower one's testicles into the orifice of a female", + "label": "\"to \"cruise\" down crenshaw blvd in los angeles" +} +{ + "input": "\"\"teacher: \"yeah, i think he may be right, i believe votz is a word\"\"\" What is the definition of \"votz\"?\n\n", + "output": "a new word that has been added to the english language", + "label": "\"a brush stroke used in painting" +} +{ + "input": "\"hardcore kids are the shit\" What is the definition of \"hardcore kids\"?\n\n", + "output": "\"being \"hardcore\" these days, doesn't mean you have to party, or fight, and be a devil worshiper", + "label": "\"being \"hardcore\" these days, doesn't mean you have to party, or fight, and be a devil worshiper" +} +{ + "input": "\"sally ate all that string cheese and those bean curds, and then had to go sit down for a while with a mo-hang that just wouldn't swing free\" What is the definition of \"mo-hang\"?\n\n", + "output": "the combination of a mustache and a hang over, often seen in the wild after a night of [muh-fuckin]-[muh-lickin]-[suh-ee]", + "label": "noun" +} +{ + "input": "\"man,chris really gave snowball a huge bunny bleeder\" What is the definition of \"bunny bleeder\"?\n\n", + "output": "when you knock a girl up and then leave her", + "label": "when a person shoves a medal rod up a rabbits penis-hole,then pisses it out with chunks of flesh spewing into your mouth" +} +{ + "input": "\"i am going to watch ace combat play and create massive walls of death tonight at toads place\" What is the definition of \"ace combat\"?\n\n", + "output": "an insanely awesome punk rock band from southern connecticut", + "label": "an insanely awesome punk rock band from southern connecticut" +} +{ + "input": "\"\"yo, that shit was manie\" What is the definition of \"manie\"?\n\n", + "output": "1", + "label": "like crazy" +} +{ + "input": "\"sandra let out some nasty anal acoustics\" What is the definition of \"anal acoustics\"?\n\n", + "output": "\"a synonym for \"fart\"\"", + "label": "\"a synonym for \"fart\"\"" +} +{ + "input": "\"hot blonde with enorm tits: wow that was the most awesome fart train i've ever heard - can i please give u a rim job? dude: ok\" What is the definition of \"fart train\"?\n\n", + "output": "a long complex smell fart that sometimes results in a blonde asking for a rim job", + "label": "to do a lengthy fart whilst walking" +} +{ + "input": "\"lew rockwell is a libertarian barking moonbat\" What is the definition of \"barking moonbat\"?\n\n", + "output": "an insane person, or one who exhibits the symptoms of lunar insanity", + "label": "\"someone on the extreme edge of whatever their -ism happens to be" +} +{ + "input": "\"man, my back pussy is sore from all those squats\" What is the definition of \"back pussy\"?\n\n", + "output": "a reference to the male ass", + "label": "a reference to the male ass" +} +{ + "input": "\"he's in the counter culture channel movement\" What is the definition of \"counter culture channel movement\"?\n\n", + "output": "a movement among some cable company employees to get together and smoke marijuana and do acid on the job and fight the power", + "label": "a movement that seeks to establish a tv channel that airs only counter culture shows and news etc" +} +{ + "input": "\"spike is swill\" What is the definition of \"swill\"?\n\n", + "output": "1", + "label": "adj" +} +{ + "input": "\"california boy: i'm totally [stoked] redneck: do whaaat? hot girl in bar- i was born a man boy who just made out with hot girl- do what?\" What is the definition of \"do what?\"?\n\n", + "output": "something california says after every sentence", + "label": "1" +} +{ + "input": "\"\"did you see alice nine. in their \"hello, dear numbers\" tour? they improved so much\" What is the definition of \"alice nine.\"?\n\n", + "output": "a visual kei band from japan, who originally formed in 2004 with their single, rainbows", + "label": "alice nine" +} +{ + "input": "\"omg i fell in love with ewan mcgregor\" What is the definition of \"ewan mcgregor\"?\n\n", + "output": "a amazing actor!! super hot especially in the movie moulin rouge", + "label": "a amazing actor!! super hot especially in the movie moulin rouge" +} +{ + "input": "\"i had to flush the toilet like 1000 times, before that carl mcnugget went down\" What is the definition of \"carl mcnugget\"?\n\n", + "output": "a solid, compact turd", + "label": "that one little turd ball that refuses to be flushed down" +} +{ + "input": "\"luke was sexually inactive for many years until he bought a bummerdog from his local pet store and has proceeded in engaging the animal in its anal activities\" What is the definition of \"bummerdog\"?\n\n", + "output": "1", + "label": "a dog that is hormonally confused and is dependent on inserting its erect canine penis into the anus of another dog or human" +} +{ + "input": "\"hey, are you cold or something? you're santandering\" What is the definition of \"santandering\"?\n\n", + "output": "to tuck your dick between your legs, making it look like you have a santa beard", + "label": "used to describe a girl whose nipples have become errect and are showing through her shirt" +} +{ + "input": "\"kb at my place tomorrow\" What is the definition of \"kb\"?\n\n", + "output": "in the uk, it means gang violence between specific areas of london e", + "label": "\"acronym for \"kickback\" kickback: a get-together consisting of close friends, partying and drinking" +} +{ + "input": "\"hey man, ba-unit is in the house\" What is the definition of \"ba-unit\"?\n\n", + "output": "a group of hardcore gangsta's that will happy slap you if you look at them funny, and to top it off they smell like poo", + "label": "buenos aires unit, a division of ba crew, is an exclusive group/unit of car and music enthusiasts that began at lincoln school in buenos aires, argentina" +} +{ + "input": "\"hey, [person 1] is in the shower, i'm gonna go run the brazillian steamboat on him\" What is the definition of \"brazillian steamboat\"?\n\n", + "output": "when a man shits on another's chest then jizzes on it, spreading it around with his penis", + "label": "is a prank that happens when one person is in the shower and another person enters the bathroom and takes a nasty shit in the toilet" +} +{ + "input": "\"catherine lunski is a bitch\" What is the definition of \"catherine lunski\"?\n\n", + "output": "a bitch", + "label": "a bitch" +} +{ + "input": "\"that guys zergling control is gosu but only a chogosu gamer could counter it\" What is the definition of \"chogosu\"?\n\n", + "output": "a master gamer and/or a gamer who displays beast like skills", + "label": "of the higher originated hand" +} +{ + "input": "\"delilah ford is a whoreee\" What is the definition of \"delilah ford\"?\n\n", + "output": "a sexy bitch", + "label": "dylan fords hubby" +} +{ + "input": "\"tommy was sol about getting laid\" What is the definition of \"sol\"?\n\n", + "output": "stoked out loud", + "label": "an acronym, shit out of luck" +} +{ + "input": "\"that girl over there is airport hot\" What is the definition of \"airport hot\"?\n\n", + "output": "describing a girl who is not attractive enough to be classified as [hot] but is still sexually appealing", + "label": "\"a woman in the aviation industry who is moderately attractive, but far from hot" +} +{ + "input": "\"man 1: 'hey is that a man in a skirt?' man 2: 'yeah i know him at work, he's a cross dresser\" What is the definition of \"cross dresser\"?\n\n", + "output": "a guy that dresses in woman's clothes", + "label": "a male or female who wears clothes that are stereotypically worn by the opposite sex" +} +{ + "input": "\"i was so plundered drunk i ate a barbecheese sandwich and it was amazing\" What is the definition of \"barbecheese\"?\n\n", + "output": "a type of cheese that is made from monkey or bear chest hair", + "label": "a bread, barbecue sauce, and cheese sandwich" +} +{ + "input": "\"i finally got to aquaman dat hoe from work after sneaking up on her while she was taking a shower in the company locker room\" What is the definition of \"aquaman dat hoe\"?\n\n", + "output": "the act of giving a woman oral sex while she is taking a shower", + "label": "when you cum on a girl after doing her in the shower, hot-tub, bath" +} +{ + "input": "\"yo can i get grins on this bowl?\" What is the definition of \"grins\"?\n\n", + "output": "the act of getting high", + "label": "\"a play on words of the pittsburgh expression \"yins\" and the bud expression \"greens" +} +{ + "input": "\"you look clemmed love\" What is the definition of \"clemmed\"?\n\n", + "output": "to be or to look like you are on drugs - high, stoned", + "label": "to be cold, feel the cold" +} +{ + "input": "\"he quit smoking weed because he used to always beevis in his chair after a bong rip\" What is the definition of \"beevis\"?\n\n", + "output": "the act of becoming intoxicated and or high", + "label": "to freak out, spasm, shake a little, experience paranoia, often as the result of drugs" +} +{ + "input": "\"i lost a couple pounds and now i'm lost in belt limbo\" What is the definition of \"belt limbo\"?\n\n", + "output": "when you can't tell if you're supposed to wear your pants Loosened, Normal, or Tight", + "label": "when your pants are too loose where your belt is normally set at, but too tight on the proceeding notch" +} +{ + "input": "\"oh man, this chakayla i have is killing me\" What is the definition of \"chakayla\"?\n\n", + "output": "a std one gets from a public toilet", + "label": "an infection of the vaginal area" +} +{ + "input": "\"i went and grabbed my 223 full of ss109's\" What is the definition of \"223\"?\n\n", + "output": "commonly thought of as the 5", + "label": "this is not the street name for ak47" +} +{ + "input": "\"after carl guzzled his cream of skeet he requested someone give him a rough rick\" What is the definition of \"rough rick\"?\n\n", + "output": "a hand job given to a man after he has just cum", + "label": "when one homosexual male grabs another homosexual males penis from behind and pulls it back to place it betwixt the other males buttocks" +} +{ + "input": "\"dennis was annoyed to all hell by the rampant cuntbaggery of most legislators\" What is the definition of \"cuntbaggery\"?\n\n", + "output": "1", + "label": "\"similar to \"douchebaggery\", means something along the lines of \"the act of being a massive cunt\"" +} +{ + "input": "\"jewcob owes me �10 from when i brought him lunch\" What is the definition of \"jewcob\"?\n\n", + "output": "the name for someone who stiffes you on paying you back for lunch, and only pays you back in weed", + "label": "\"a jewish person with the name jacob" +} +{ + "input": "\"i actually despise water, but that makes sense--water is the black woman's kryptonite\" What is the definition of \"black woman's kryptonite\"?\n\n", + "output": "the combination of: low cut blouses, high heels, and an ass licking", + "label": "water" +} +{ + "input": "\"that is some serious shiznitt\" What is the definition of \"shiznitt\"?\n\n", + "output": "more than just shit", + "label": "what 12-year olds say instead of s**t" +} +{ + "input": "\"you can go golf, but i will be getting an agave boon massage\" What is the definition of \"agave boon massage\"?\n\n", + "output": "the act of of masterbating while wearing a sombrero and having a silent 70's mexican porn star blowing a mean breeze on your nuts", + "label": "an agave boon massage is a particularly rare kind of massage that was created in thailand in the 12th century for members of the thai aristocracy" +} +{ + "input": "\"*beth and aamy were giggling * justin: stop being so immature beth: well stop being such a fun sponge then\" What is the definition of \"fun sponge\"?\n\n", + "output": "used by most people who are just bitter that other people can have fun without them", + "label": "someone who stops everyone else having fun" +} +{ + "input": "\"he had a typical american clipcock with a neat high circumcisional scar\" What is the definition of \"clipcock\"?\n\n", + "output": "an uncut penis", + "label": "circumcised penis common among american males" +} +{ + "input": "\"i just received falacio from jessica\" What is the definition of \"falacio\"?\n\n", + "output": "the act of eating out a vagina", + "label": "the act of performing oral sex on a man's penis" +} +{ + "input": "\"hey deliliah sweety, would u fancy a bowling ball tonight?\" What is the definition of \"bowling ball\"?\n\n", + "output": "two in the pink, one in the stink", + "label": "two in the pink, one in the stink" +} +{ + "input": "\"you kids would'nt know doing the gloria if it came up and smacked you in the face\" What is the definition of \"doing the gloria\"?\n\n", + "output": "a dance move Gloria gaynor made famous in her hit i will survive", + "label": "seventies slang for the act of self-gratication using toothpicks" +} +{ + "input": "\"fit dude 1 : hey, have you checked out the chasing george website yet? fit dude 2: yeah, chasing george are amazing\" What is the definition of \"chasing george\"?\n\n", + "output": "chasing george are an amazing rock band from the gold coast, australia", + "label": "a indie/pop band soon to take the uk by storm! name inspired by george sampson" +} +{ + "input": "\"i went to kroger, and barbecue grippos were 4 for $5\" What is the definition of \"grippos\"?\n\n", + "output": "a type of chicken at kentucky fried chicken", + "label": "\"a very good chip" +} +{ + "input": "\"bob: did you see ryan boredquit irc yesterday? jack: yeah, what was that about? bob: clearly he was too bored, even for irc\" What is the definition of \"boredquit\"?\n\n", + "output": "to quit something because you are bored", + "label": "similar to ragequit, but happens when a person is so bored that things that are normally used to prevent boredom add to it" +} +{ + "input": "\"she has some fine bulgarian airbags\" What is the definition of \"bulgarian airbags\"?\n\n", + "output": "refers to breast implants", + "label": "refers to breast implants" +} +{ + "input": "\"\"hey man you wanna go bandy drinking tonight? \"man he's so drunk, he's totally bandy\" What is the definition of \"bandy drinking\"?\n\n", + "output": "to get so drunk that you act like a complete idiot", + "label": "to drink alcohol in excess" +} +{ + "input": "\"this chick was all over me, knocking it down is gonna be glass joe\" What is the definition of \"glass joe\"?\n\n", + "output": "\"any particularly annoying girl who you want to remain anonymous", + "label": "anything rediculously easy" +} +{ + "input": "\"your outfit is amazeboobs\" What is the definition of \"amazeboobs\"?\n\n", + "output": "when something is so amazing that it tends to make your boobs hard", + "label": "equivalent of amazeballs - only better, because it's boobs" +} +{ + "input": "\"we were on our way to the zebra and noel pulls a chi-town boogie on me, i havnt heard from him since\" What is the definition of \"chi-town boogie\"?\n\n", + "output": "\"when you hang with people from chicago and they\"ve got that gangta style and you love it, you can say you \"chi-town boogie\"\"", + "label": "\"similar to the irish goodbye the chi-town boogie takes place in a cab after a night of drinking with one or more friends riding with you" +} +{ + "input": "\"chris is such a kock\" What is the definition of \"kock\"?\n\n", + "output": "a guy who has never had sex and is dumber than shit", + "label": "aternate spelling of cock used to infer that your boss is a penis" +} +{ + "input": "\"you you turn me on with thos chicken figery hands do it dip them chicken fingers in that hot sauce\" What is the definition of \"chicken fingers\"?\n\n", + "output": "the the fingers on a chicken wing", + "label": "the type of enjoyable food that makes you like your fingers" +} +{ + "input": "\"girl shake dat booty meat dat booty meat dat booty meat dat booty meat girl\" What is the definition of \"booty meat\"?\n\n", + "output": "the juice that comes from the booty", + "label": "possibly the stupidest way of describin a broad with a nice ass, booty was better, came from the song booty meat by soulja boy" +} +{ + "input": "\"carmelo anthony is lighting up the miami heat\" What is the definition of \"carmelo anthony\"?\n\n", + "output": "one of the best players in the nba, who plays for the new york knicks", + "label": "a professional basketball player for the new york knicks who is impossible to stop, he spits fire" +} +{ + "input": "\"you're a fuckin shore-whore\" What is the definition of \"shore-whore\"?\n\n", + "output": "a tourist slut, someone who comes to the jersey shore for the summer and fucks every guy there", + "label": "\"an individual (man/woman) who watches \"jersey shore\", regardless of reasoning\"" +} +{ + "input": "\"my brain cant function on a level low enough that a p.c. user would be able to comprehend\" What is the definition of \"p.c. user\"?\n\n", + "output": "the abreviation for personal computer see [computer]", + "label": "1" +} +{ + "input": "\"the decision to take up smoking is another nail in the coffin\" What is the definition of \"another nail in the coffin\"?\n\n", + "output": "to add another 'problem' to your life", + "label": "(n" +} +{ + "input": "\"the campbell twins love each other in a non-brotherly way\" What is the definition of \"campbell twins\"?\n\n", + "output": "two girls who were born 1 minute apart from each other and share a mental connection", + "label": "a homosexual couple made of two brothers who enjoy anal and oral sex with each other" +} +{ + "input": "\"dude, that emmzee just pwned us all\" What is the definition of \"emmzee\"?\n\n", + "output": "a internet gamer who seems to always win no matter what", + "label": "an emmzee is a common tag for a cheater in halo ce!" +} +{ + "input": "\"snaps that earf tone has some mad game yo\" What is the definition of \"earf tone\"?\n\n", + "output": "see: [dope], [tight], [phat]", + "label": "a black individual that speaks an excess of ebonics" +} +{ + "input": "\"girl: i come from fulton\" What is the definition of \"fulton\"?\n\n", + "output": "a small town in missouri that is known for nothing", + "label": "a town in central newyork" +} +{ + "input": "\"former brielle elementary school students who remain loyal to their small, yet mighty, town of bvill\" What is the definition of \"bvill\"?\n\n", + "output": "slang for the small town of blackville, quebec, canada", + "label": "1" +} +{ + "input": "\"\"recruiter: \"so you're still thinking about joining the corps?\" hans: \"actually i'm plannning on going for the bundeswehr\" What is the definition of \"bundeswehr\"?\n\n", + "output": "a german military force", + "label": "today's armed forces of germany, consists et al" +} +{ + "input": "\"steve: i saw this black guy who looked asian at the caterpillar euthanasia clinic today bob: must have been a filipino mudslide steve: probably\" What is the definition of \"filipino mudslide\"?\n\n", + "output": "when a filipino girl wih a penis the size of a mudslide slurps on some guy's dick", + "label": "a person whom retains the combined appearance of both a black person and an asian person" +} +{ + "input": "\"ive been shannaned thousands of times\" What is the definition of \"shannaned\"?\n\n", + "output": "to be dissed or put down", + "label": "\"to be shannaned is: when a boy goes in for a kiss and the girl turns her cheek" +} +{ + "input": "\"fuck off, hugh, you're such a creeping jesus\" What is the definition of \"creeping jesus\"?\n\n", + "output": "a creeping jesus is someone who creeps you out so much, you have to compare him/her to jesus", + "label": "it's someone who's a fawning person" +} +{ + "input": "\"\"amber: \"all i can dream about is having a jeriod and making him mine forever\" What is the definition of \"jeriod\"?\n\n", + "output": "the sexiest man on earth", + "label": "an unbelievable hot guy, who is nothing but muscles" +} +{ + "input": "\"that guy is really clowneying out there, he has sacked #10 over four times in just this one game\" What is the definition of \"clowneying\"?\n\n", + "output": "the act of shooting and killing another player in an online video game", + "label": "owning the single game sack record at your rival's stadium" +} +{ + "input": "\"wow look at that guy's gay man's ring\" What is the definition of \"gay man's ring\"?\n\n", + "output": "a gay man's wedding band", + "label": "when a man wears a thick silver ring, preferably with a wavy imprinted design, on his middle, pointer or thumb" +} +{ + "input": "\"jerome: chadsworth, dude, why are you hitting on my sister? chadsworth: it's serious jerome, i'm pretty sure i'm gonna have a bopportunity\" What is the definition of \"bopportunity\"?\n\n", + "output": "the realization of love at first sight and the impulsive urge to pursue it", + "label": "an opportunity to get bopped" +} +{ + "input": "\"jeff told abel about the delicious brownberry salad he ate last night\" What is the definition of \"brownberry salad\"?\n\n", + "output": "the act of shitting on a person's chest then throwing berries on it to make it look like a salad", + "label": "when someone tosses a salad despite obvious dingle-berries present" +} +{ + "input": "\"sum1: g is a batty bwoi sum1 else: yeh i kno man he is well gay\" What is the definition of \"batty bwoi\"?\n\n", + "output": "a gay guy from jamaica or bermuda", + "label": "slang" +} +{ + "input": "\"my phone broke when it fell down the stairs, oh crappydoodles\" What is the definition of \"crappydoodles\"?\n\n", + "output": "1", + "label": "a funnier way of saying an explicit term when you are pissed" +} +{ + "input": "\"call of duty 4 = pwn\" What is the definition of \"call of duty 4\"?\n\n", + "output": "the greatest game ever made", + "label": "the greatest game ever made" +} +{ + "input": "\"when it comes to the ladies, i always follow the advice of the bald-headed genius\" What is the definition of \"bald-headed genius\"?\n\n", + "output": "a nick name for don king because he is a genius and has no hair", + "label": "\"slang for a man's \"other head\", e" +} +{ + "input": "\"wow, rafael nadal is a real butt picker - he just loves to pick his clamdigger shorts out of his ass\" What is the definition of \"butt picker\"?\n\n", + "output": "someone who has to constantly pick their pants out of their butt", + "label": "one who engages in rectal archaeology" +} +{ + "input": "\"\"wow, that shirt is very burtonesque\" What is the definition of \"burtonesque\"?\n\n", + "output": "to have the qualities which make it seem as if something was created by the legendary horror film director, tim burton", + "label": "burtonesque is a word that describes a way of life defined by tim burton fans" +} +{ + "input": "\"he's just stroking his epen\" What is the definition of \"epen\"?\n\n", + "output": "internet slang for [penis]", + "label": "internet boasting or bragging about skills related to gaming" +} +{ + "input": "\"what's up wit cha fam-a-lams\" What is the definition of \"fam-a-lams\"?\n\n", + "output": "your friends who are close to you", + "label": "\"another way of saying family - this was created by a member of hotsuey known only as the \"kid\"\"" +} +{ + "input": "\"the job would have been done in 10 minutes if i hadn't been fobio\" What is the definition of \"fobio\"?\n\n", + "output": "new technology that combines [fob] with [obio]", + "label": "\"an acronym for frequently outwitted by inanimate objects" +} +{ + "input": "\"british people - i think an american was trying to insult me for being british the other day, but i couldn't really hear him over my free healthcare\" What is the definition of \"british people\"?\n\n", + "output": "people who the americans sometimes like to poke fun at, but the british can't really hear it over their free healthcare", + "label": "people who the americans sometimes like to poke fun at, but the british can't really hear it over their free healthcare" +} +{ + "input": "\"kelly woke up in the morning without her long johns on thinking of only the cheesy tot she was about to sink her lips into\" What is the definition of \"cheesy tot\"?\n\n", + "output": "a tator tot looking food filled with cheesy potatoes and ground round", + "label": "a tator tot looking food filled with cheesy potatoes and ground round" +} +{ + "input": "\"he took me for a picnic and i gave him a dicnic - it was so much better than a usual sandwich\" What is the definition of \"dicnic\"?\n\n", + "output": "when a dick is put between two vaginas for sexual pleasure", + "label": "to felate a man who has a bread roll attatched to his penis - usually occuring outside i" +} +{ + "input": "\"stop being such a bitch you massive bitch queen\" What is the definition of \"bitch queen\"?\n\n", + "output": "n", + "label": "n" +} +{ + "input": "\"axz is back from hell\" What is the definition of \"axz\"?\n\n", + "output": "one of the most brutal death metal bands from chile", + "label": "it means zero" +} +{ + "input": "\"guy 1: dude what's up with john? guy 2: it's his monthly brostruation\" What is the definition of \"brostruation\"?\n\n", + "output": "when a guy's best friend turns into a bitch for a few days due to his female friend having her period", + "label": "when you notice one of your bros is acting like a little bitch its safe to assume that he is suffering from brostruation" +} +{ + "input": "\"shurrup you malfunki\" What is the definition of \"malfunki\"?\n\n", + "output": "a person who is not your friend, or in a patty with you", + "label": "another way of saying mother fucker" +} +{ + "input": "\"i couldnt believe my cupidity with that girl the other night\" What is the definition of \"cupidity\"?\n\n", + "output": "the excessive indulgence in acts of love making or otherwise sexual behaviour", + "label": "behavior that shows a lack of good sense or judgement involving who you love" +} +{ + "input": "\"man it is ball ass cold out today\" What is the definition of \"ball ass\"?\n\n", + "output": "a word to descibe very cold weather conditions that adversely affect human males", + "label": "a word to descibe very cold weather conditions that adversely affect human males" +} +{ + "input": "\"last night i was about to go down on this girl, when i realized she had massive beef drapes sprouting from her cunt\" What is the definition of \"beef drapes\"?\n\n", + "output": "\"the excess labial skin around a female's vagina, often created by repetitive insertion of penises, namely large ones", + "label": "\"the excess labial skin around a female's vagina, often created by repetitive insertion of penises, namely large ones" +} +{ + "input": "\"eddiecums and jizzems and obviously right said fred lolems\" What is the definition of \"lolems\"?\n\n", + "output": "1", + "label": "me and alice coined it bitches basicly means my obsession with putting ems on the end of this basicly lol even more" +} +{ + "input": "\"en vogue was so tight in the 90's; did you hear dont let go in the movie set it off by en vogue?; en vogue rocks\" What is the definition of \"en vogue\"?\n\n", + "output": "a cool 90's r&b group that has many hits like: hold on, give it one more try, don't let go, and free your mind", + "label": "one of the most popular groups of the 90's decade" +} +{ + "input": "\"while jogging through our suburban paradise, i thought i might have entered a crime seen because all of our neighbors' yards were filled with blow-up day disasters\" What is the definition of \"blow-up day disasters\"?\n\n", + "output": "the horrific visual effects resulting from excess amounts of holiday party left-overs", + "label": "inflatable holiday yard decorations that only look good at night" +} +{ + "input": "\"a walk to remember stars mandy moore and shane west\" What is the definition of \"a walk to remember\"?\n\n", + "output": "a movie that everyone should see", + "label": "a movie that everyone should see" +} +{ + "input": "\"check out my new sunglasses and ak-47, they are so gotti\" What is the definition of \"gotti\"?\n\n", + "output": "to act like a gangsta", + "label": "usually refers to a male who wishes he belongs to the italian mob-scene, but in actuality is not fooling anyone with his tanning booth tan and his fake armani shirts" +} +{ + "input": "\"his wife was chosen for her bidability\" What is the definition of \"bidability\"?\n\n", + "output": "the quality of being worthy to bid", + "label": "a person which is obedient" +} +{ + "input": "\"godammit, i wanna play lee carvallo's putting challenge but i gotta do all this customizing bullshit\" What is the definition of \"customizing\"?\n\n", + "output": "a term used to describe the arduous task of changing many options in a video game before being able to play it", + "label": "a trend that has become popular for everything" +} +{ + "input": "\"why don't you bend over and assertain me?\" What is the definition of \"assertain\"?\n\n", + "output": "(verb) to ass train", + "label": "slang for anal sex--to entertain someone in your ass" +} +{ + "input": "\"\"can i lumber you? \"i was lumbering this girl hard last night\"\"\" What is the definition of \"lumbering\"?\n\n", + "output": "it is a slang word for sex", + "label": "the todd bodine way of fucking" +} +{ + "input": "\"i took some mad rips from an apple bong then wrote up a definition for it on urbandictionary\" What is the definition of \"apple bong\"?\n\n", + "output": "a pipe used for the smoking of marijuana constructed out of an apple", + "label": "a pipe used for the smoking of marijuana constructed out of an apple" +} +{ + "input": "\"alison janie, alison janie? (giraffe runs off to quagmire's house) giraffe is alison janie\" What is the definition of \"alison janie\"?\n\n", + "output": "the giraffe from family guy that has a dick this size", + "label": "the name peter gives the giraffe he brings home after stealing her from the zoo" +} +{ + "input": "\"look at josh over there in the shower, he has such a bear ass\" What is the definition of \"bear ass\"?\n\n", + "output": "to have a hairy ass", + "label": "an extremely hairy butt" +} +{ + "input": "\"1: paris hilton is such a rattlesnatch\" What is the definition of \"rattlesnatch\"?\n\n", + "output": "a generally nasty or unpleasant woman, usually loose in morals as well", + "label": "1: someone who is such a fucking whore that they'd fuck a rattlesnake if they could only hold it still long enough" +} +{ + "input": "\"man, i'd like to play with those fun bags\" What is the definition of \"fun bags\"?\n\n", + "output": "insanely huge, plump breasts", + "label": "insanely huge, plump breasts" +} +{ + "input": "\"guy1: god exists guy2: no he doesnt stop being josias\" What is the definition of \"josias\"?\n\n", + "output": "a dumb christian kid that believes in santa claus and god", + "label": "christian bitch" +} +{ + "input": "\"forest gump is a loving dingrod\" What is the definition of \"dingrod\"?\n\n", + "output": "a person with less than average intelligence, but who has a good heart and is well liked", + "label": "a retarded bundle of joy" +} +{ + "input": "\"high charity is a mobile city\" What is the definition of \"high charity\"?\n\n", + "output": "the name of he 7th track on lil wayne's album, thibbed out", + "label": "the [covenant] holy city" +} +{ + "input": "\"i had indian food and pulled a gnarly aqua doody with my sister\" What is the definition of \"aqua doody\"?\n\n", + "output": "this term can be used if you shit in any body of water including, but not limited to: the toilet, pool, ocean, lake, tub, shower", + "label": "\"the act of shitting in a toilet then quickly picking it out and shoving it inside your partners anus or vagina" +} +{ + "input": "\"the weather man's a cheeseslap\" What is the definition of \"cheeseslap\"?\n\n", + "output": "\"someone who is an idiot", + "label": "a general word for any insult" +} +{ + "input": "\"i booted up the cheese grater and started firefox\" What is the definition of \"cheese grater\"?\n\n", + "output": "a [mac] pro or power mac g5, so-called because the front of the computer has holes and a handle that make it look like a cheese grater", + "label": "a [mac] pro or power mac g5, so-called because the front of the computer has holes and a handle that make it look like a cheese grater" +} +{ + "input": "\"you are a dumb ass for not knowing what the word dumb ass means\" What is the definition of \"dumb ass\"?\n\n", + "output": "you for looking it up", + "label": "you for looking it up" +} +{ + "input": "\"jeer is the antonym of ovation\" What is the definition of \"antonym\"?\n\n", + "output": "synonym of opposite", + "label": "a word that has an opposite meaning to another word" +} +{ + "input": "\"\"charlie sheen was totally limbaughing when he was doing \"sheen's corner\"\" What is the definition of \"limbaughing\"?\n\n", + "output": "the act of speaking whilst intoxicated in a manner which makes you sound far more intelligent than you actually are", + "label": "limbaughing is when a misogynist broadcasts his opinions live to the public whilst being high out of his mind" +} +{ + "input": "\"bobs pants are so tight you can see his mamel toe\" What is the definition of \"mamel toe\"?\n\n", + "output": "the male version of camel toe", + "label": "the male version of camel toe" +} +{ + "input": "\"doctor, this is a case of autocranialocularimpalation via a #2 pencil\" What is the definition of \"autocranialocularimpalation\"?\n\n", + "output": "sticking one's own eyeball with a sharp object", + "label": "the act of stabbing an object through your temple into your eye" +} +{ + "input": "\"you killed pwnage_r0xx0r killing spree\" What is the definition of \"killing spree\"?\n\n", + "output": "in unreal tournament, the act of killing 5 opponents without dying", + "label": "in unreal tournament, getting 5 frags in a row without dying" +} +{ + "input": "\"i totally beyowned ryan clements with a rocket up the arse\" What is the definition of \"beyowned\"?\n\n", + "output": "to be owned by use of the beyone!", + "label": "to dominate an enemy" +} +{ + "input": "\"come on, be a good sport and give someone else a chance to win\" What is the definition of \"good sport\"?\n\n", + "output": "a person who graciously accepts victory in a competition, and tries not to gloat", + "label": "a person who plays fair, excepts both victory and defeat, and remains amiable" +} +{ + "input": "\"my baggets were getting touched by your mother last night\" What is the definition of \"baggets\"?\n\n", + "output": "the way that scottish people refer to their testicles", + "label": "your testicles" +} +{ + "input": "\"oh shit, you have a fandy\" What is the definition of \"fandy\"?\n\n", + "output": "a broken penis", + "label": "hella cutesy girl who has a darling smile" +} +{ + "input": "\"that girls got a fine faddow\" What is the definition of \"faddow\"?\n\n", + "output": "a nice butt", + "label": "a large or bulbous butt" +} +{ + "input": "\"guy: baby lets go to 4th base tonite girl: i'm on my period guy: oh come on i been wanting to nail you for ages\" What is the definition of \"4th base\"?\n\n", + "output": "when you [do it] (have sex)", + "label": "when you have [sex] (looking this up is kind of sad)" +} +{ + "input": "\"=3 *ballsack*\" What is the definition of \"=3\"?\n\n", + "output": "an emoticon for a guy with a beard", + "label": "ascii ballsack" +} +{ + "input": "\"some e-hole wrote a bogus website review\" What is the definition of \"e-hole\"?\n\n", + "output": "an individual who writes negative reviews on websites such as Yelp! and Insiderpages simply because they have nothing better to do", + "label": "anyone who abuses or is rude on their computer and or internet" +} +{ + "input": "\"dude epic comeback, how? cluster kaboom\" What is the definition of \"cluster kaboom\"?\n\n", + "output": "the act of having boomerang like hair and pulling off an epic comeback", + "label": "when you and at least two of your teammates, are blown up by a grenade in any multiplayer online shooter" +} +{ + "input": "\"all of the euros and little wigger kids who submitted a definition of ak 47 (the marijuana strain)to this site are morons and don't know what they are talking about\" What is the definition of \"ak 47\"?\n\n", + "output": "a potent strain of marijuana", + "label": "a potent strain of marijuana" +} +{ + "input": "\"that bastard hitler used to be a real paf in his hayday until he was rejected by that vienna art school\" What is the definition of \"paf\"?\n\n", + "output": "the acronymed short form of poor as fuck", + "label": "paf stands for pretentious art fuck" +} +{ + "input": "\"did you see those flatbellys at the car wash\" What is the definition of \"flatbellys\"?\n\n", + "output": "a group of flat chested women", + "label": "attractive high school or college girls who have toned, or flat stomachs" +} +{ + "input": "\"another acronym for fbgh\" What is the definition of \"fbgh\"?\n\n", + "output": "fat beaver god head", + "label": "fluffy bunnies get horny" +} +{ + "input": "\"danny-good weekend jules? jules-very good thanks danny-what did you get up to? jules-had a mean curry and a bombay slap jack\" What is the definition of \"bombay slap jack\"?\n\n", + "output": "1)go out with mates for a curry 2)go home to partner 3)take partner's top off 4)shit all over her chest 5)get a dirty shitty tit wank", + "label": "1)go out with mates for a curry 2)go home to partner 3)take partner's top off 4)shit all over her chest 5)get a dirty shitty tit wank" +} +{ + "input": "\"porn star jeff stryker is a well-documented ass assassin\" What is the definition of \"ass assassin\"?\n\n", + "output": "a well-endowed gay male porn star who knows how to thoroughly destroy an anus and get the victim to ask for more", + "label": "a well-endowed gay man who knows how to thoroughly destroy an anus and get the victim to ask for more" +} +{ + "input": "\"\" while we were watching people dancing my friend said \" don't dance close to that ass, he will try to cop a feel\" What is the definition of \"cop a feel\"?\n\n", + "output": "when a guy feels a girl's body while talking to her", + "label": "unpredictable grabbing or touching of someone's private areas while acting innocent of action taken" +} +{ + "input": "\"charlie: who are you voting in the next election? me: i am groot sam: look at all this free food me: i am groot\" What is the definition of \"i am groot\"?\n\n", + "output": "i am happy", + "label": "the phase you say when you don't know what to say next" +} +{ + "input": "\"hey man did u see accidental abiosis live? they rock\" What is the definition of \"accidental abiosis\"?\n\n", + "output": "a kick ass band from california that plays an awesome mix of metal", + "label": "the best band ever! cd in stores soon!" +} +{ + "input": "\"that guy is such a pooze\" What is the definition of \"pooze\"?\n\n", + "output": "a terrible insult that no one should ever use", + "label": "it means the same thing as 'pussy'" +} +{ + "input": "\"man, last weekend i caught the biggest girl in the bar with a dirty fish hook\" What is the definition of \"dirty fish hook\"?\n\n", + "output": "the act of sticking your index finger up a girls nose while your thumb goes in the mouth", + "label": "\"when your doing a girl doggystyle, after inserting your finger in her butt, you reach up and fish hook her" +} +{ + "input": "\"no one has seen the dark side of the moon\" What is the definition of \"dark side of the moon\"?\n\n", + "output": "\"metaphorical description of the side of the moon facing away from earth", + "label": "\"metaphorical description of the side of the moon facing away from earth" +} +{ + "input": "\"woah look at that blindsight\" What is the definition of \"blindsight\"?\n\n", + "output": "a blindsight is when a guy who is way shorter than you is wearing the same clothes as you", + "label": "when maher doesn't know what he's talking about" +} +{ + "input": "\"-you aren't walking down the wright road if you aren't listening to dizzy wright\" What is the definition of \"dizzy wright\"?\n\n", + "output": "the greatest rapper from brighton", + "label": "a rapper that is about realness and positive motivation that is coming out of the underground and becoming the legend he deserves to be" +} +{ + "input": "\"someone's been doing some serious bulbagardening on this digimon wiki\" What is the definition of \"bulbagardening\"?\n\n", + "output": "the act of spending large amounts of time creating unnecessary pages on a public wiki", + "label": "the act of contributing obvious, unnecessary or entirely incorrect presumed information to the trivia section of a wiki article" +} +{ + "input": "\"shit-son this is my favourite crunking song\" What is the definition of \"crunking\"?\n\n", + "output": "a style of listening to music, similar to [jerking]", + "label": "a type of dance that involves a kind of air humping that is accompanied by rapid arm movements and jumping" +} +{ + "input": "\"that fat cow gave me a proper chogging the little badger\" What is the definition of \"chogging\"?\n\n", + "output": "the act of being titty fucked by a woman with breasts the size of elephants", + "label": "hogging far too much cock, unpleasant throat blockage" +} +{ + "input": "\"whas hat'nin hammie\" What is the definition of \"hammie\"?\n\n", + "output": "a bad name for hamsters", + "label": "gurl version of homie but instead its hammie!" +} +{ + "input": "\"(i) yo chamboneo (you) tu chamboneas (he, she, it) el, ella, [ello] chambonea (we) nosotros chamboneamos (you) ustedes / vosotros chambonean / chambone�is (they) ellos chambonean\" What is the definition of \"chambonea\"?\n\n", + "output": "the verb that describes the action of the people who say it�sambonea�, that means that they are making reference to the famous mexican singer chambao", + "label": "\"chambonea in puerto rico means something like \"rev it up\"" +} +{ + "input": "\"(rob)hey, did you see danial, he got the adams disease\" What is the definition of \"adams disease\"?\n\n", + "output": "an incredibly annoying skin disease commonly found in young men", + "label": "an incredibly annoying skin disease commonly found in young men" +} +{ + "input": "\"i know jack squat about thermodynamics\" What is the definition of \"jack squat\"?\n\n", + "output": "\"slang for \"nothing\" or \"not a damn thing", + "label": "not anything, absolutely nothing" +} +{ + "input": "\"bro, you don't want to bite the end off the cigar or your asshole is going to itch all day\" What is the definition of \"bite the end off the cigar\"?\n\n", + "output": ", what they say to you after they give you the, long piece of shit", + "label": "\"the act of prematurely, through choice or involuntary reflex, pinching your asshole shut on a log before it has fully exited your shit pipe" +} +{ + "input": "\"nanya is so nice, i wish i could be her in so many ways\" What is the definition of \"nanya\"?\n\n", + "output": "nanya is someone who is full of joy, always smiling, and has a very caring heart", + "label": "beautiful, unique girl, always hated by many but loved by plenty" +} +{ + "input": "\"[justin bieber] is one example of the media whore type: 'leech'\" What is the definition of \"media whore\"?\n\n", + "output": "one who feeds from the 15 minutes of fame the media provides", + "label": "someone who feeds from the aknowledgement of others over social media" +} +{ + "input": "\"i got hung on a system problem, and lost 10 grand and that ballgbag aris the techman jumped up my ass\" What is the definition of \"aris the techman\"?\n\n", + "output": "a small being, that lives and breaths to hack into your computer, find out all your personal information, then use it against you or sell to the highest bidder", + "label": "1" +} +{ + "input": "\"why the hell do you have to be so bumnasty about this? ah bumnasty\" What is the definition of \"bumnasty\"?\n\n", + "output": "1", + "label": "combination of words that, together, form a pretty disgusting interjection/insult" +} +{ + "input": "\"have you heard of ascensiam? he's a really bad moderator\" What is the definition of \"bad moderator\"?\n\n", + "output": "a horrible moderator is one who does not follow the rules of the site he or she is moderating", + "label": "a bad moderator is a moderator who spend his time abusing his powers instead of doing any good" +} +{ + "input": "\"she was hot except she wore this [fugly] butt burque\" What is the definition of \"butt burque\"?\n\n", + "output": "a style of dress most commonly worn by [ghetto sluts]", + "label": "slang for middle eastern grannie panties" +} +{ + "input": "\"909 guy: hey taylor, can you pass me a brew bro taylor: what kind? natty or bud light\" What is the definition of \"brew bro\"?\n\n", + "output": "one who helps you get brewed up or drunk, they are your bro when you are getting brewed so it's a combination of both words", + "label": "a brew bro is any guy with a lifted truck and a famous shirt" +} +{ + "input": "\"they sent me all the way over to west bumbofuck\" What is the definition of \"bumbofuck\"?\n\n", + "output": "new york state", + "label": "no where in particular" +} +{ + "input": "\"ya man, this kid in my physics class totally billy jacked out the 2nd floor window in the middle of lecture\" What is the definition of \"billy jacked\"?\n\n", + "output": "to escape from a situation, or to leave in a fashion that resembles anything badass", + "label": "to suddenly morph into a mannequin or dummy at the precise moment of being hurled through solid objects, like glass windows, etc" +} +{ + "input": "\"watch out for those brsb cunts, theyre agrreessiivve\" What is the definition of \"brsb\"?\n\n", + "output": "bitch receive shit bitch, originated in australia, description of some women of international notoriety", + "label": "\"the brondi racking surfie bandits" +} +{ + "input": "\"check out bullet for my valentine at bulletformyvalentine1\" What is the definition of \"bullet for my valentine\"?\n\n", + "output": "one of the best bands i've heard yet", + "label": "one of the best bands i've heard yet" +} +{ + "input": "\"that nut is anacardiaceous\" What is the definition of \"anacardiaceous\"?\n\n", + "output": "1", + "label": "(if you even know that this word exists, you are awesome" +} +{ + "input": "\"that guys penis is a dingle dong\" What is the definition of \"dingle dong\"?\n\n", + "output": "short hairy penis, that dangles out of the pants", + "label": "a short fat penis, that has balls that somewhat resemble [dingle berries]" +} +{ + "input": "\"jerds is lame\" What is the definition of \"jerds\"?\n\n", + "output": "a guy who is lame", + "label": "lame" +} +{ + "input": "\"the planning for this operation was a complete cluster fuck\" What is the definition of \"cluster fuck\"?\n\n", + "output": "miltary term for a situation caused by too many inept officers, cluster referring to the insignia worn my majors and lt", + "label": "miltary term for a situation caused by too many inept officers, cluster referring to the insignia worn my majors and lt" +} +{ + "input": "\"brett: hey dude can i borrow some money for soda? lee: i bet your going to try that alaskan burpie\" What is the definition of \"alaskan burpie\"?\n\n", + "output": "to take a dump, while eating a pop tart, with your mouth open", + "label": "when a man drinks several 2-liter bottles of soda, usually fanta or root beer, and then proceeds to burp into a girl's asshole" +} +{ + "input": "\"guy 1: i did her anal and vaginal guy 2: o yeah i did her both at once guy 1: you double cocked bastard\" What is the definition of \"double cocked\"?\n\n", + "output": "the word given to someone who has been a total asshole", + "label": "actually possessing two usable cocks" +} +{ + "input": "\"bob from accounting let a fire in the hole this morning and i couldn't breathe through my nose until we got to the fifteenth floor\" What is the definition of \"fire in the hole\"?\n\n", + "output": "used to describe a smelly fart when walking though a large crowd, office building etc", + "label": "1" +} +{ + "input": "\"brian: (stubs his toe and yells) bag o' dicks\" What is the definition of \"bag o' dicks\"?\n\n", + "output": "\"originally a nautical term, \"bag o' dicks\" is also the state of being that results in the entire lower peninsula of michigan", + "label": "\"bag o' dicks = contains multiple meanings in certain contexts a phrase demonstrating the \"speaker\" wants to issue more than just his penis for sucking to the receiver" +} +{ + "input": "\"last night, i had a beautasmagasm\" What is the definition of \"beautasmagasm\"?\n\n", + "output": "a combination of beauty and orgasmic", + "label": "a beautifully fantastic orgasm" +} +{ + "input": "\"do you want to go out tonight? no, i can't be assed\" What is the definition of \"can't be assed\"?\n\n", + "output": "not bothered, not worth it, too much effort", + "label": "can't be bothered with" +} +{ + "input": "\"when i stick my finger in my belly button smell is like poop\" What is the definition of \"belly button smell\"?\n\n", + "output": "smelly finger when you stick it in your belly button", + "label": "stick your finger in your belly button, give it a whiff" +} +{ + "input": "\"i had to break up the party\" What is the definition of \"break up\"?\n\n", + "output": "1", + "label": "1" +} +{ + "input": "\"danny is a cooch-pirate\" What is the definition of \"cooch-pirate\"?\n\n", + "output": "one who plunders the depths of the cooch", + "label": "someone who is continually after the cooch" +} +{ + "input": "\"dad can you send me a couple hundred dollars, i was the victim of a brutal handjobbery in costa rica\" What is the definition of \"handjobbery\"?\n\n", + "output": "the act of stealing money from a tourist by a very aggressive handjob", + "label": "when a man is accosted on the street by one or more women who proceed to grab his junk while stealing his wallet or other valuables" +} +{ + "input": "\"the polygamist forced his wives to the ground and performed the urban gentleman on each of them\" What is the definition of \"urban gentleman\"?\n\n", + "output": "a", + "label": "a semi-sexual act usually performed on a drunk or unconcious female" +} +{ + "input": "\"the old ass fart gave that sorority chick a bah humbug\" What is the definition of \"bah humbug\"?\n\n", + "output": "when a girl (typicaly in her 20's) is fucking an older man (typicaly 70s and up) and once the man busts his load he dies on top of the girl", + "label": "when a girl (typicaly in her 20's) is fucking an older man (typicaly 70s and up) and once the man busts his load he dies on top of the girl" +} +{ + "input": "\"\"hey, i'm bored, what do you wanna do tonight? \"let's go cwbr\" What is the definition of \"cwbr\"?\n\n", + "output": "coast to coast with ray", + "label": "cuddling with bunny rabits" +} +{ + "input": "\"1)that kid is such a joe-joe, 2)i dont know how to do this the right way ill just pull a joe-joe\" What is the definition of \"joe-joe\"?\n\n", + "output": "1) when people say something and act dumb, illogical, and flat out stupid", + "label": "1) completely random, crazy, insane with a sense of humor, a large penis, enjoys outdoors" +} +{ + "input": "\"my cheebies are feeling especially perky today\" What is the definition of \"cheebies\"?\n\n", + "output": "cheebies are your happy feelings", + "label": "the bumps on your testicles" +} +{ + "input": "\"that girl last night was a right bell sniff\" What is the definition of \"bell sniff\"?\n\n", + "output": "to place your nose close to a mans bell end (penis tip) and inhale the aroma", + "label": "to place your nose close to a mans bell end (penis tip) and inhale the aroma" +} +{ + "input": "\"t: dude i just trollie'd this bum on 9th street p: what you get? t: a sweet pair of wet boots and a bottle of paint stripper\" What is the definition of \"trollie'd\"?\n\n", + "output": "the authentic english version of 'trolled'", + "label": "stealing a hobo,bum or tramp's only possesions, usually after he's asleep or too drunk to fight back" +} +{ + "input": "\"allie d plays on the u 13 soccer team [p1]\" What is the definition of \"allie d\"?\n\n", + "output": "loves to eat tacos plays on the u 13 soccer team", + "label": "loves to play [soccer] is shorrrt loves to [hang out]" +} +{ + "input": "\"that disintegration spell is some buku mojo\" What is the definition of \"buku mojo\"?\n\n", + "output": "ebonics for some serious [mojo], as in witchcraft, voodoo, etc", + "label": "\"literally, \"big majick\"\"" +} +{ + "input": "\"\"when the fuck will this civ2boss stop obsessing over michelle? \"a hairy anus will not stand in my way\" \"\" What is the definition of \"civ2boss\"?\n\n", + "output": "one who is obsessed with civ2 and will stop at nothing to get his or her fix", + "label": "a person who obsesses over odd female celebrities" +} +{ + "input": "\"after smoking that blueberry kush, i had the hydro glow\" What is the definition of \"hydro glow\"?\n\n", + "output": "the glazed over look of being incredibly stoned", + "label": "the look of extreme pleasure after smoking extremely tasty, or powerful, hydroponic marijuana" +} +{ + "input": "\"man you white as fuck you pasty cracker the correct term is european-american\" What is the definition of \"european-american\"?\n\n", + "output": "the politically correct term for white people", + "label": "the very opposite of african-american black people are black white people are white not europian-american" +} +{ + "input": "\"the facebook foreplay was hot, but in person it just wasn't there\" What is the definition of \"facebook foreplay\"?\n\n", + "output": "where you engage in heavy foreplay through facebook chat, but never get around to the sex", + "label": "writing increasingly sexy messages back and forth using facebook, or a similar social networking site, as a medium" +} +{ + "input": "\"eminem's from detroit, and he got bats in your pockets\" What is the definition of \"bats in your pockets\"?\n\n", + "output": "shit in your hands", + "label": "1" +} +{ + "input": "\"man, them juggalo blunts last night were so fuckin' harsh, i think i got bluntatitus\" What is the definition of \"bluntatitus\"?\n\n", + "output": "smoked to many blunts in one sitting, feel like shit, headache, harsh as hell", + "label": "when you smoke so many blunts, that you shit out a horse dick and throw up a wheel chair" +} +{ + "input": "\"rdm sure has some stuff up his sleeve for season 4\" What is the definition of \"rdm\"?\n\n", + "output": "\"rdm is the abbreviation for \"red devil mafia\"", + "label": "short for ronald d" +} +{ + "input": "\"baby, come here your all tense, let me give you a backage, make it better\" What is the definition of \"backage\"?\n\n", + "output": "the word back and massage put together", + "label": "back•age ( bak~ajh ) ~noun the act of rubbing, kneeding a persons (or animal!!) back, as to stimulate circulation, loosen, and relaxify" +} +{ + "input": "\"that test was anxiorable\" What is the definition of \"anxiorable\"?\n\n", + "output": "when you are anxious and nervous at the same time", + "label": "something that causes anxiety" +} +{ + "input": "\"youre a damn byeoot whats up now huh, punk ill kill you\" What is the definition of \"byeoot\"?\n\n", + "output": "a damn fool, a punk, someone that has no idea what there talkin about and looks stupid while doing it", + "label": "abu dabu crabu fabu tabu labu shnabu" +} +{ + "input": "\"george costanza has beady eyes\" What is the definition of \"beady eyes\"?\n\n", + "output": "to have eyes that are close together", + "label": "small, greedy, maliciously glittering, evil eyes, avoiding eye contact" +} +{ + "input": "\"the sweat pooled in my leg pit during morning yoga\" What is the definition of \"leg pit\"?\n\n", + "output": "the spot behind the knee", + "label": "the spot behind the knee" +} +{ + "input": "\"\"dude afifi tryed to kiss me today, \"im sorry to hear that bro, told you not to wander around\"\"\" What is the definition of \"afifi\"?\n\n", + "output": "afifi or a fi fi is often referred to as 'i feel for if i were in your shoes' it is mainly used in text messaging as it saves time", + "label": "a retarded hoe, slut, boyfriend stealer that wanders around making people lives hell" +} +{ + "input": "\"that [hoochie] is so attitudal\" What is the definition of \"attitudal\"?\n\n", + "output": "a word to express someone/something who has a bad attitude and/or displays bad attitude", + "label": "someone who has a really bad attitude problem" +} +{ + "input": "\"shut up your mouth ya fuckin cumnut\" What is the definition of \"cumnut\"?\n\n", + "output": "a word used to describe a the recipient of a load of male ejaculate", + "label": "an insult, or another word to spell while playing scrabble" +} +{ + "input": "\"tom got kicked out of that furniture store for doing recliner sit-ups\" What is the definition of \"recliner sit-ups\"?\n\n", + "output": "working out while nobody is looking", + "label": "the act of repeatedly leaning back on a recliner and leaning up again" +} +{ + "input": "\"\"holy shit is that jarell in the car next to me? \"just don't make eye contact, he scares me too\" What is the definition of \"jarell\"?\n\n", + "output": "one who has a very active [sex] life", + "label": "the epitome name of a black person" +} +{ + "input": "\"after john blew his load into carol he was in the mood for some clam chowder\" What is the definition of \"clam chowder\"?\n\n", + "output": "when a man cums in a womans pussy then eats her out", + "label": "when a man cums in a womans pussy then eats her out" +} +{ + "input": "\"omg that guys belt is totally hooshwah\" What is the definition of \"hooshwah\"?\n\n", + "output": "something that is awesome, amazing, totally cool", + "label": "something that is totally awesome!" +} +{ + "input": "\"hey chris, do you want to bang bang tonight or will you get marcia'd?\" What is the definition of \"bang bang\"?\n\n", + "output": "the process of playing shoot em' up videos games with friends", + "label": "the process of playing shoot em' up videos games with friends" +} +{ + "input": "\"allen ginsberg was a bohoe writer\" What is the definition of \"bohoe\"?\n\n", + "output": "bohemian hoe", + "label": "\"1 bohoe is the name of a famous contemporary spanish photographer" +} +{ + "input": "\"-text message conversation- boy #1: i'm paf because she stood me up for the 3rd time last night\" What is the definition of \"paf\"?\n\n", + "output": "pissed as fuck", + "label": "pissed as fuck acronym used when someone is extremely mad" +} +{ + "input": "\"man i totally tried to visit eragon last night in algaesia\" What is the definition of \"algaesia\"?\n\n", + "output": "the world that eragon and all other in the book series by christopher paolini resides", + "label": "the mythical world in which eragon lives" +} +{ + "input": "\"yo ram i'm so beefalicious right now i just got 8 head shots\" What is the definition of \"beefalicious\"?\n\n", + "output": "1", + "label": "to do very well in the activity you are proforming at the time" +} +{ + "input": "\"gugugash everyday hey i gugugashed last night\" What is the definition of \"gugugash\"?\n\n", + "output": "the word means whatever you want it to mean", + "label": "anything to do with a sexual act, or fun time" +} +{ + "input": "\"person: oh, that girl is full of such wonderful doily-ness\" What is the definition of \"doily-ness\"?\n\n", + "output": "the act of being a doiley", + "label": "to be like the doily in essence, culture and manner" +} +{ + "input": "\"\"flava dave thought that joke was so funny, he said \"brahaa, brahaa\" What is the definition of \"brahaa\"?\n\n", + "output": "\"to express an extreme state of happiness or ecstasy", + "label": "to laugh hysterically in a high pitched voice" +} +{ + "input": "\"i left them a top loader on my last day at the office\" What is the definition of \"top loader\"?\n\n", + "output": "the act of coming into work one last day just to leave a loaded terd in the toilet for the next guy", + "label": "the act of defecating in the tank of a toilet" +} +{ + "input": "\"damn that gurl got a jiggleypuff\" What is the definition of \"jiggleypuff\"?\n\n", + "output": "a nice juicy booty that jiggles when the gurl moves", + "label": "a girl with a supa fine ass" +} +{ + "input": "\"damn girl, you drapping now\" What is the definition of \"drapping\"?\n\n", + "output": "the act of being both drunk and happing", + "label": "hair that is long, or growing long without the addition of weave" +} +{ + "input": "\"this event is fgo\" What is the definition of \"fgo\"?\n\n", + "output": "fun for all", + "label": "for girls only" +} +{ + "input": "\"did you hear marty jumped in the lake on new year's day? that dude is such a hambos\" What is the definition of \"hambos\"?\n\n", + "output": "crazy", + "label": "to do crazy shit for the love of attention" +} +{ + "input": "\"when i left to go watch the game at the bar with the guys, and abruptly stopped orally pleasuring my woman, she got a bad case of blue box\" What is the definition of \"blue box\"?\n\n", + "output": "n", + "label": "n" +} +{ + "input": "\"he got really arsed up when we took the piss out of his bo\" What is the definition of \"arsed up\"?\n\n", + "output": "to become angry or pissed off", + "label": "to get annoyed or stressed about something" +} +{ + "input": "\"\"did you ever hook up with that one guy? \"nah, he didn't want me, he found out i'd had a couple other partners and went all king of the empty castle syndrome\" What is the definition of \"king of the empty castle syndrome\"?\n\n", + "output": "\"when a man or woman decides they will not have intercourse with someone because they have had previous sexual partners", + "label": "\"a type of slut-shamer who wants sex, but only wants it with people who have not had sex, out of insecurity about ability" +} +{ + "input": "\"right around the corner? dig it\" What is the definition of \"dig it\"?\n\n", + "output": "to express your approval of something", + "label": "i undertand what you're saying -- we are [on the level]" +} +{ + "input": "\"i don't like abortions but i'm not against them entirely, i guess you could say i'm abortion tolerant\" What is the definition of \"abortion tolerant\"?\n\n", + "output": "someone who has no problem with abortion in most circumstances but does not consider it to be a woman's right", + "label": "a better term for pro-choice if you aren't necessarily for abortions but also not against it" +} +{ + "input": "\"shaggy wears assless chaps when he plays halo\" What is the definition of \"assless chaps\"?\n\n", + "output": "a popular pair of leather pants that motorcyclists wear", + "label": "a popular pair of leather pants that motorcyclists wear" +} +{ + "input": "\"famous cases of beyonceitis ashanti amerie brandy christina aguilera ciara janet jackson keri hilson monica\" What is the definition of \"beyonceitis\"?\n\n", + "output": "the phenomenon in which every female singer gets blamed for stealing beyonce knowles' look, although they all got their own unique looks going on", + "label": "\"beyonceitis is the destruction of your career by the overall power of beyonce knowles" +} +{ + "input": "\"let's go alcoholing\" What is the definition of \"alcoholing\"?\n\n", + "output": "the process of going to different bars and drinking their alcohol", + "label": "verb- alcoholing, to go alcoholing, meaning drinking alcohol in the presence of other alcohol drinkers" +} +{ + "input": "\"when i grow up i'm going to bovine university\" What is the definition of \"bovine university\"?\n\n", + "output": "a university in cowtown, calgary, alberta, canada", + "label": "\"where cows go after \"graduating\" from the high-density feed lots" +} +{ + "input": "\"man mary left bryan hanging he was bizz-less that night\" What is the definition of \"bizz-less\"?\n\n", + "output": "the state of not having a bitch", + "label": "getting the bisness is the act of hooking up" +} +{ + "input": "\"edd: hello rolf rolf: hello edd boy\" What is the definition of \"rolf\"?\n\n", + "output": "name: usually a male name, sometimes a dog's name", + "label": "that weird fucker from ed edd & eddy" +} +{ + "input": "\"did you just annabel and ross that little girl?\" What is the definition of \"annabel and ross\"?\n\n", + "output": "to abuse a child by sticking penises in her mouth", + "label": "possibly the best people to ever exist people who stole madeline" +} +{ + "input": "\"calrol; tracey, i'm going to generally whine about the current state of affairs tracey; deal with it!\" What is the definition of \"deal with it!\"?\n\n", + "output": "\"the oh-so-catchy catchphrase overused by uk big brother 8 housemate tracey, the \"ea\" sound is usually elongated in pronounciation\"", + "label": "\"the oh-so-catchy catchphrase overused by uk big brother 8 housemate tracey, the \"ea\" sound is usually elongated in pronounciation\"" +} +{ + "input": "\"whoah, check out that girl on the dance floor cyclopiking on that guy\" What is the definition of \"cyclopiking\"?\n\n", + "output": "when a one-eyed monster tries to pierce your ass", + "label": "\"a dance move combining both the spiral moving \"cyclone\" and \"jersey turnpike\", performed simultaneously" +} +{ + "input": "\"you steaming cup of fagjuice\" What is the definition of \"fagjuice\"?\n\n", + "output": "the juice that oozes out of a fag's ear after it has been tickled", + "label": "the act of being a [homosexual], [fag], or [zei kirin], while being an idiot" +} +{ + "input": "\"you remind me of ednelyn\" What is the definition of \"ednelyn\"?\n\n", + "output": "a very beautiful and kind woman, a perfect woman, great friend, has a great sense of humor, and a great smile", + "label": "a very smart and sweet person" +} +{ + "input": "\"christine is a digerati\" What is the definition of \"digerati\"?\n\n", + "output": "people who eat cheese from other people's bowls", + "label": "latin for christine is the coolest girl in the world" +} +{ + "input": "\"hoka hey is to live life in such as way that one has done all that one should upon one’s last day, so it is indeed a good day to die\" What is the definition of \"hoka hey\"?\n\n", + "output": "hoka hey (hoke-ah-hay) means: holy shit! get out of the way! i have to take a dump/piss", + "label": "\"siouan language \"phrase\" spoken by the lakota people of the sioux tribes - shouted by crazy horse upon going into battle" +} +{ + "input": "\"you'll die from the big h if you dig your grave with a fork & spoon\" What is the definition of \"big h\"?\n\n", + "output": "heart attack (a fatal one)", + "label": "heart attack (a fatal one)" +} +{ + "input": "\"are you gunna pork pie her?\" What is the definition of \"pork pie\"?\n\n", + "output": "the act of pulling out and shooting your jizz all over her eyes so it looks like a pork pie", + "label": "to have sex with a girl" +} +{ + "input": "\"the american heritage dictionary is an urbane dictionary\" What is the definition of \"urbane dictionary\"?\n\n", + "output": "a dictionary that tries to be all things to all people but winds up being nothing to nobody", + "label": "a dictionary that is polite, refined, and often elegant in manner" +} +{ + "input": "\"did you see keith last night? he looked like he'd been barrymored\" What is the definition of \"barrymored\"?\n\n", + "output": "to be so drunk that you vomit - in honour of the legendary barrymore", + "label": "to be sodomised by a gang of men and then thrown into a swimming pool" +} +{ + "input": "\"\"if you don't call me later, we are so dunzo \" What is the definition of \"dunzo \"?\n\n", + "output": "meaning that you are completely done with, super done with, or super done with and angry", + "label": "meaning that you are completely done with, over someone, or super drunk" +} +{ + "input": "\"girl #1: do you like anime? girl #2: of course i'm a complete adahli\" What is the definition of \"adahli\"?\n\n", + "output": "a female anime fan", + "label": "adahli is an exceptionally quirky and odd kind of girl" +} +{ + "input": "\"dude i saw a huge babeinerdog run through my lawn the other day\" What is the definition of \"babeinerdog\"?\n\n", + "output": "a jewish dog", + "label": "is a cross between a baboon and a weiner dog" +} +{ + "input": "\"girl, put down those uggs and stop betching around kevin, i was betching so bad last weekend\" What is the definition of \"betching\"?\n\n", + "output": "verb", + "label": "the act of hanging out with betches" +} +{ + "input": "\"sometimes you gotta g up people to get your slice of the pie\" What is the definition of \"g up\"?\n\n", + "output": "to make someone feel bigger, better, than they really are", + "label": "to make someone feel bigger, better, than they really are" +} +{ + "input": "\"i tried to let one rip but ended up launching a poojectile instead\" What is the definition of \"poojectile\"?\n\n", + "output": "a sudden and violent expulsion of intestinal gas that results in a short-burst launch of fecal matter from one's anus", + "label": "when you strain really hard to lay down a [fart] but inadvertently end up shooting out a piece of [poo] instead" +} +{ + "input": "\"\"dude your new phone is bhad ass \"this soup is bhad\" What is the definition of \"bhad\"?\n\n", + "output": "\"1", + "label": "\"in simple it means good, cool or a positive remark really (can also be spelt just \"b-a-d\")\"" +} +{ + "input": "\"man, she was so [skinny] it was like [fucking] a bag of forks\" What is the definition of \"bag of forks\"?\n\n", + "output": "used to describe someone very skinny", + "label": "term used to describe a woman who is so [thin] that her bones jut out of her skin" +} +{ + "input": "\"i was at a red light, and when it turned green, there was some major fagturning happening in front of me\" What is the definition of \"fagturning\"?\n\n", + "output": "when you're driving and have to turn quite a bit (like a sharp turn), but instead of making the full turn, you cut across and make the turn slowly", + "label": "when you are stopped at a red light while the cars on the other side are turning left on the green arrow" +} +{ + "input": "\"i went into the toilet straight after patty the other day, all the toilet paper was gone, he must have had a bog n' sprog\" What is the definition of \"bog n' sprog\"?\n\n", + "output": "the act of masturbating whilst taking a shit", + "label": "the act of masturbating whilst having a shit at the same time" +} +{ + "input": "\"well, this is what bubblification is like\" What is the definition of \"bubblification\"?\n\n", + "output": "of or relating to a bubble", + "label": "state of having had a lot of champagne" +} +{ + "input": "\"someone who is a hypochondriac will often diagnose his/herself with bcta\" What is the definition of \"bcta\"?\n\n", + "output": "(bct-ah) big c testicular cancer", + "label": "brain cancer, tumor, aids" +} +{ + "input": "\"guy one: hey frosted tips\" What is the definition of \"frosted tips\"?\n\n", + "output": "term for a creepy, faggish, wanna-be cool person", + "label": "term for a creepy, faggish, wanna-be cool person" +} +{ + "input": "\"man, after we rolled last night, i was ate up the next two days\" What is the definition of \"ate up\"?\n\n", + "output": "the condition of being extremely tired, to the point of being unable to function properly, usually due to the effects of marijuana", + "label": "the run-down feeling after doing drugs" +} +{ + "input": "\"me eche una cacota\" What is the definition of \"cacota\"?\n\n", + "output": "a drink made by colombian teenagers mostly composed by rum and coke", + "label": "a huge shit" +} +{ + "input": "\"ohh blow me charlie me moomzie will be out late tonight\" What is the definition of \"blow me charlie\"?\n\n", + "output": "blow me charlie is a term used when someone of the opposite sex blows a penis up until it becomes hard", + "label": "the eniglish way to say omg (oh my god)" +} +{ + "input": "\"after screwing that tart my cock was covered in fanny batter\" What is the definition of \"fanny batter\"?\n\n", + "output": "the thin crusty coating left on the cock after intercourse", + "label": "the thin crusty coating left on the cock after intercourse" +} +{ + "input": "\"i just got an apple from the fruit basket\" What is the definition of \"fruit basket\"?\n\n", + "output": "a fruit basket is a basket which most people tend to keep fruit in", + "label": "a fruit basket is a basket which most people tend to keep fruit in" +} +{ + "input": "\"i so just got hit on by farkan\" What is the definition of \"farkan\"?\n\n", + "output": "the hottest guy in town", + "label": "\"noun: a male who thinks he is extremely good looking and intelligent, when someone should have told him he is barely luke warm" +} +{ + "input": "\"i shot bollock yoghurt all over her face & tits\" What is the definition of \"bollock yoghurt\"?\n\n", + "output": "a thick whitish liquid sent produced by a mans [ballsack]", + "label": "a thick whitish liquid sent out through the penis during sexual activity containing sperm which is produced by the sex organs of men" +} +{ + "input": "\"stephon: any needledick can shit on the floor; it takes skill and grace to fill the tank\" What is the definition of \"fill the tank\"?\n\n", + "output": "to take a dump that not only hits the water but makes it all the way to the top without any assistance", + "label": "to shit in the back tank of the toilet after removing the cover" +} +{ + "input": "\"for all of his bragging before the date, he is going to pull a bode and totally strike out\" What is the definition of \"pull a bode\"?\n\n", + "output": "to try desperately to achieve something but completely fail, usually due to laziness", + "label": "to fail to perform under pressure, especially after intentionally generating lots of publicity and attention" +} +{ + "input": "\"boy:do u wanna do the farflap babe? girl:sure you get the turtle i'll get the sherbet?\" What is the definition of \"farflap\"?\n\n", + "output": "the act of farflap is to get a sherbet and a turtle neck puppet have sex on the beach!", + "label": "sex on a flying turtle chief wearing nothing but sherbet lolys as a head dress" +} +{ + "input": "\"jack was a dick to me at the party last night, if i didn't see his attempt to ablogogize on myspace this morning i would still be pissed at him\" What is the definition of \"ablogogize\"?\n\n", + "output": "to write an entry on one's blog apologizing for something said in the past that has caused controversy, disagreement, or just general pissed offness", + "label": "\"to apologize someone via blog" +} +{ + "input": "\"john: did you see that cougar hitting on steve last night? matt: was she a milf? john: no she was a girn\" What is the definition of \"girn\"?\n\n", + "output": "girl i'd rather not see naked = girn", + "label": "\"very old woman who is unattractive due to age" +} +{ + "input": "\"i've got some itchy gruff nuts\" What is the definition of \"gruff nuts\"?\n\n", + "output": "the small pieces of feces that get stuck in one's buttocks hair", + "label": "the small pieces of feces that get stuck in one's buttocks hair" +} +{ + "input": "\"jake: what are you doing with that spatula? dan: i about to cuntspatch your mom\" What is the definition of \"cuntspatch\"?\n\n", + "output": "the act of cooking cocaine on a spatula and smoking it to get high", + "label": "a combination of the words cunt and spatula" +} +{ + "input": "\"stupid applebaum\" What is the definition of \"applebaum\"?\n\n", + "output": "a very sexy person", + "label": "an extreme idiot" +} +{ + "input": "\"\"open you mouth now \"no i dont swallow\" \"you do now\" \"stop cumprobing me\"\"\" What is the definition of \"cumprobing\"?\n\n", + "output": "to probe a persons mouth with a cock", + "label": "wen a man forces a womens mouth open 2 swallow his cum" +} +{ + "input": "\"boundstone is full of chavs\" What is the definition of \"boundstone\"?\n\n", + "output": "a place full of chavs and tramps", + "label": "a really really chavvy school in the chavvy town of lancing" +} +{ + "input": "\"the c64 is way better than a sinclair spectrum\" What is the definition of \"c64\"?\n\n", + "output": "commodore 64 home computer", + "label": "commodore 64, the worlds best selling computer! 8-bit 6510 sid sound chip, vic ii graphic chip 320*200 8 sprites hardware scrolling" +} +{ + "input": "\"mahanoy city - vandalism in mahanoy area high school boys' bathrooms has resulted in toilet paper being issued by request as needed, a policy that one parent believes is embarrassing for students\" What is the definition of \"mahanoy area high school\"?\n\n", + "output": "a ghetto school where teachers cuss out students and never get in trouble", + "label": "\"known as the \"toilet paper school\" mahanoy got attention from national news because the students have to go to the office to get toilet paper because of prior vandalism" +} +{ + "input": "\"that afah is taking up too much room\" What is the definition of \"afah\"?\n\n", + "output": "\"stands for \"apartment full of hippies\"", + "label": "noun a fat ass heifer - descriptive of a young steatopygous ( suffering from steatopygia ) female" +} +{ + "input": "\"is that ur man, nah thats my side dish\" What is the definition of \"side dish\"?\n\n", + "output": "the woman or man on the side", + "label": "[side dish] a girl or guy u fuck on tha side" +} +{ + "input": "\"if he wipes his ass well, i'll give him a good rimming\" What is the definition of \"rimming\"?\n\n", + "output": "licking someone's asshole", + "label": "the act of using one's tongue on the anal rim of another person in order to gain and/or give sexual pleasure" +} +{ + "input": "\"i hear king henri was quite the bed presser\" What is the definition of \"bed presser\"?\n\n", + "output": "a person of great weight who exerts considerable pressure on his mattress", + "label": "a person of great weight who exerts considerable pressure on his mattress" +} +{ + "input": "\"cartel music group sure did suck last night at the bar\" What is the definition of \"cartel music group\"?\n\n", + "output": "the worst band in the world", + "label": "\"a whack group of \"rappers\" from calgary, ab with no talent what so ever" +} +{ + "input": "\"ah, the child of bhaal has awoken\" What is the definition of \"bhaal\"?\n\n", + "output": "\"bhaal is one of the two children of bosco and is described as \"the bringer of light\"", + "label": "in addition to the above, he is also bhaal, lord of get-it-on" +} +{ + "input": "\"check out the high and tight on that guy\" What is the definition of \"high and tight\"?\n\n", + "output": "a hairstyle generally worn by men, where the head is buzzed off and the sides are cut short", + "label": "name for a bad haircut in which sideburns are shaved completely off" +} +{ + "input": "\"so i was watching a hard core romance movie last night and you would never believe what i saw\" What is the definition of \"hard core romance\"?\n\n", + "output": "a movie genre which contains little or no sexual references yet manages to be more romantic than any other movie", + "label": "a more polite way to refer to [porn]" +} +{ + "input": "\"rossie odonald has jelly rolls\" What is the definition of \"jelly rolls\"?\n\n", + "output": "the part of a fat person that flaps when they run", + "label": "the part of a fat person that flaps when they run" +} +{ + "input": "\"oh baby put that brownie sauce on my nippies\" What is the definition of \"brownie sauce\"?\n\n", + "output": "this is when a woman or man ejaculates on another women or mans nipples", + "label": "sauce you use for brownies or even to put all over someones body during the time of infatuation" +} +{ + "input": "\"cheri bieling is a total mom i'd like to feel\" What is the definition of \"cheri bieling\"?\n\n", + "output": "a sexy ass blonde babe with perfect tits, perfect body and a perfect smile", + "label": "a mother of two sons and divorced twice before reaching her mid-30s" +} +{ + "input": "\"i met the most talented, intelligent and nice person ever, she was called mafalda\" What is the definition of \"mafalda\"?\n\n", + "output": "portuguese name that means beauty, talent and intelligence", + "label": "most amazing friend ever" +} +{ + "input": "\"when i get home from this 6 month deployment to iraq, i'm giving my girlfriend the ass turkey\" What is the definition of \"ass turkey\"?\n\n", + "output": "the act of performing oral sex upon a woman while simutaniously making turkey sounds", + "label": "the act of performing oral sex upon a woman while simutaniously making turkey sounds" +} +{ + "input": "\"hey look at jayde she is such a floor humper\" What is the definition of \"floor humper\"?\n\n", + "output": "a scottish person who constantly licks the floor in a snotty way", + "label": "a person that dances low to the ground is said to be a floor humper" +} +{ + "input": "\"marc was so wasted last night, probably from all that fresh bread\" What is the definition of \"fresh bread\"?\n\n", + "output": "\"the term used to describe any alcohol that has not been previously opened", + "label": "\"when your long trail ipa is down to about 1/3, yell \"fresh bread\", drop in your shot of jager, and proceed to chug" +} +{ + "input": "\"hey, did you see johnson puke and fall out of that run? yea, what a bravo delta motherfucker\" What is the definition of \"bravo delta\"?\n\n", + "output": "military speak for retarded, slow, dumb, etc", + "label": "broke dick - generally, used in military and law enforcement circles to describe someone that is a slacker or not worth a shit" +} +{ + "input": "\"dude my cock is raw after a good candle sticking\" What is the definition of \"candle sticking\"?\n\n", + "output": "the art of putting a candle in your urethra and letting it burn down", + "label": "the act of having dental floss tied around your penis while someone pulls on it with the're teeth" +} +{ + "input": "\"we brought in this guest preacher and he gave the congregation a holy ghost enema\" What is the definition of \"holy ghost enema\"?\n\n", + "output": "1", + "label": "something that is used to awaken a otherwise dead church" +} +{ + "input": "\"i was in my room thinking crazy thoughts and i felt the world was after me and i felt very angry at crazy life\" What is the definition of \"crazy life\"?\n\n", + "output": "a life of being alone, not fit in, thinking crazy thoughts, hearing crazy voices, and hating crazy people", + "label": "when the world is crazy around you and you feel the world is out to get you" +} +{ + "input": "\"damn that girl has curves like a christina masiello\" What is the definition of \"christina masiello\"?\n\n", + "output": "a girl who has the best ass in the world", + "label": "a girl who is just drop dead gourgous with the prettiest smile" +} +{ + "input": "\"i went on a glass bottom boat ride the other day and saw an albino catfish\" What is the definition of \"albino catfish\"?\n\n", + "output": "a white stingray", + "label": "a sex act involving two partners where one partner inserts an unpeeled banana into the other partner's rectum" +} +{ + "input": "\"whoa, check out crustin\" What is the definition of \"crustin\"?\n\n", + "output": "a person who is very crusty", + "label": "\"see: hottest thing \"under the sun\"\"" +} +{ + "input": "\"'this brown bread is so much nicer than white bread'\" What is the definition of \"brown bread\"?\n\n", + "output": "better than white - by faaaaaaaaar!", + "label": "better than white - by faaaaaaaaar!" +} +{ + "input": "\"hey, your looking very chidgey today\" What is the definition of \"chidgey\"?\n\n", + "output": "the act of being masterful at everything you do, and having a great smile", + "label": "(verb) chidgey : to be quite emo" +} +{ + "input": "\"this ass cookie has brought me a fleeting moment of sexual joy\" What is the definition of \"ass cookie\"?\n\n", + "output": "a scatists reference to a chunky gold nugget of poop which brings a fleeting moment of sexual joy", + "label": "a scatists reference to a chunky gold nugget of poop which brings a fleeting moment of sexual joy" +} +{ + "input": "\"muffin wasn't interested in dating j, but was interested in some bcbb\" What is the definition of \"bcbb\"?\n\n", + "output": "\"pronounced \"bee see double bee\" acronym for butt crack, boobies, and batwings", + "label": "stands for boom chicka boom boom" +} +{ + "input": "\"no example johnatan\" What is the definition of \"johnatan\"?\n\n", + "output": "a sweet, hot, sexy guy that gets all the girls by being himself", + "label": "johnatan is a better version of jonathan" +} +{ + "input": "\"an army would maneuver into the field of battle to engage the enemy\" What is the definition of \"field of battle\"?\n\n", + "output": "the area where military engagements occur", + "label": "military term, refers to the site of an engagement between military forces, generally in a broad scope" +} +{ + "input": "\"i wouldnt bother trying to chat her up mate, she's a blatant rug-muncher\" What is the definition of \"rug-muncher\"?\n\n", + "output": "lesbian", + "label": "a term used to describe a woman who is a [lesbian] and who likes nothing more than to get down and lick [pussy]" +} +{ + "input": "\"jethro, ya'll gon dun fucked yer brother,jed, so ya'lls a brother fucker\" What is the definition of \"brother fucker\"?\n\n", + "output": "a gay redneck who cant get a date so they have to date their own family", + "label": "a gay redneck who cant get a date so they have to date their own family" +} +{ + "input": "\"shizam\" What is the definition of \"shizam\"?\n\n", + "output": "a word that expresses confusion", + "label": "exclamation, an expression of surprise" +} +{ + "input": "\"metal gear solid is a good stealth game\" What is the definition of \"metal gear solid\"?\n\n", + "output": "a good stealth game for ps2", + "label": "\"a sequal to the \"metal gear\" series on the playstation1" +} +{ + "input": "\"he had to pee in the shower, so to shake things up a bit, he did a burster\" What is the definition of \"burster\"?\n\n", + "output": "peeing while jacking off, usually while in the shower", + "label": "the balloon-like formation that occurs when a guy pinches the tip of the foreskin while simultaneously taking a leak" +} +{ + "input": "\"\"1) \"i'm big on history\" What is the definition of \"big on\"?\n\n", + "output": "1) very fond of, or very enthusiastic about something", + "label": "\"a sort of adjective/participle/verb phrase" +} +{ + "input": "\"i was banging a gril and i gave her the ol' raspberry doughnut\" What is the definition of \"raspberry doughnut\"?\n\n", + "output": "the act of sticking your finger up your ass and then sticking it into a female's vagina or anus", + "label": "this is where a girl is giving a man oral pleasure and right before he comes he pulls it out of her mouth" +} +{ + "input": "\"this it is, im not taking any more of your crap, this is the final fight\" What is the definition of \"final fight\"?\n\n", + "output": "the last fight you have with your girlfriend before she leaves you or before you leave her", + "label": "1" +} +{ + "input": "\"man did you watch those two girls klondike barring last night? yeah dude that was awesome\" What is the definition of \"klondike barring\"?\n\n", + "output": "the act of lesbian sex", + "label": "when two women use their vaginas to fight over a klondike bar before it melts" +} +{ + "input": "\"i gave johnny a killer bio hazard\" What is the definition of \"bio hazard\"?\n\n", + "output": "to fart on ones hand then smear it on someone elses face, preferable the nose and mouth", + "label": "to fart on ones hand then smear it on someone elses face, preferable the nose and mouth" +} +{ + "input": "\"we were so poor that we made a ghetto slip-n-slide\" What is the definition of \"ghetto slip-n-slide\"?\n\n", + "output": "the use of a sheet to make a water slide in order to cool off during the summer", + "label": "when trash bags or tarp is laid down lubricated (ussually with cooking oil) and sprayed with a garden hoes" +} +{ + "input": "\"sara took it so hard last night this morning that bitch had a anal volcano\" What is the definition of \"anal volcano\"?\n\n", + "output": "happens when taking a dick in the butt really hard and the dick cums in you", + "label": "happens when taking a dick in the butt really hard and the dick cums in you" +} +{ + "input": "\"niladric is so godly i would give my life to be his lover\" What is the definition of \"niladric\"?\n\n", + "output": "the image of god", + "label": "a powerful being, known to some as a plainclothes god" +} +{ + "input": "\"my new cell phone is terrible; when i'm in the middle of a conversation i get automatic fini\" What is the definition of \"automatic fini\"?\n\n", + "output": "the act of receiving a text message on your cell phone causing it to hang up on the person your are speaking with on the other line", + "label": "\"1" +} +{ + "input": "\"last month i drove 7 hours to lynchburg to sip on some smooth jack daniel's tennessee whiskey, drink jack on jack's grave, and see my buddy dusty\" What is the definition of \"jack daniel's\"?\n\n", + "output": "a smooth tennessee sippin' whiskey", + "label": "a smooth tennessee sippin' whiskey" +} +{ + "input": "\"you:hey man, you're level 100, please stop camping tiger girl turkish player: fack yor mather and sistar noob you: durka durka\" What is the definition of \"durka durka\"?\n\n", + "output": "\"most often heard in: \"langustine, i'm going to kick your ass", + "label": "in silkroad online, an attempt to communicate with turkish players" +} +{ + "input": "\"hahaha, did you see that kid flashpoint his mammy?\" What is the definition of \"flashpoint\"?\n\n", + "output": "when you bring a girl home from the pub totally smashed and make her give you a blow job", + "label": "flash - to whip out ur cock or ass and show it to someone in an unabtrusive manor" +} +{ + "input": "\"i really want an baot is right now\" What is the definition of \"baot is\"?\n\n", + "output": "\"baot is is a norwegian slang for an specific ice cream roughly translated to \"boat ice\"\"", + "label": "\"baot is is a norwegian slang for an specific ice cream roughly translated to \"boat ice\"\"" +} +{ + "input": "\"i went down to the plaza and i met a couple of fine african gentlemen who were able to introduce me to president aristide\" What is the definition of \"aristide\"?\n\n", + "output": "[haitian] [president] from [1991]-[1996] and again from [2001]-[2004]", + "label": "weed, marijuana (not hash) derived from the former dictator of haiti, jean bertran aristide" +} +{ + "input": "\"screw brendon urie and ryan ross, brent wilson is my boy\" What is the definition of \"brent wilson\"?\n\n", + "output": "1", + "label": "1" +} +{ + "input": "\"hey have you heard that new booty twaps jam? yeah it blew my ear pussy\" What is the definition of \"booty twaps\"?\n\n", + "output": "the greatest rapper since tupac", + "label": "the best rap band ever! they will blow your ear pussies with their explosive cock rhymes" +} +{ + "input": "\"matt: 'look at that group of bloodclots over there ben: 'what you mean that bloodcladia?\" What is the definition of \"bloodcladia\"?\n\n", + "output": "a group of bloodclots, a whole lot of them", + "label": "a group of bloodclot's (jamican slan for motherf**ka)" +} +{ + "input": "\"i almost got into a freaking car accident while staring at some calorie gallery wearing spandex and a tube top\" What is the definition of \"calorie gallery\"?\n\n", + "output": "a man or woman over 50 who you initially believe to be extremely attractive until you realize they are hiding a grotesque obese body underneath their loose clothing", + "label": "when your so fat that people cant help but stare at you as if you are some rare piece of art" +} +{ + "input": "\"that dude is a bonified ass licker\" What is the definition of \"ass licker\"?\n\n", + "output": "someone who is sexually stimulated and gratified by licking another persons filthy, stinky asshole", + "label": "someone who is sexually stimulated and gratified by licking another persons filthy, stinky asshole" +} +{ + "input": "\"sammy: ugghhh i surrender nick (downunder): i knew you were no match for my tongue fu\" What is the definition of \"tongue fu\"?\n\n", + "output": "the ancient chinese art of speaking in a sexually suggestive manner", + "label": "an over zealous act of cunnilingus which leaves the victim's privates feeling as if she's just gone 5 rounds with jackie chan" +} +{ + "input": "\"yo dawg looka a damn bubble slut\" What is the definition of \"bubble slut\"?\n\n", + "output": "a girl with at least a ddd bra size", + "label": "a bitch with a ass done" +} +{ + "input": "\"gs68 dr. pepper and as a result, had so much diarrhea he shat until he imploded\" What is the definition of \"dr. pepper\"?\n\n", + "output": "as pachuka of sonic cult stated, the soda that will make you shit more than any human on earth", + "label": "as pachuka of sonic cult stated, the soda that will make you shit more than any human on earth" +} +{ + "input": "\"that catholic priest diddled them all there innocent childs\" What is the definition of \"catholic priest\"?\n\n", + "output": "a guy that has to be a pedifile because if he dosnt he will go to hell", + "label": "see [kid diddler]" +} +{ + "input": "\"dude, i got the six pack, but i still need to work on my durdens\" What is the definition of \"durdens\"?\n\n", + "output": "the fat above the six pack, below the stomach", + "label": "\"the set of abdominal muscles located just above the hips" +} +{ + "input": "\"\"me: \"the mcfatty sounds like the grossest idea since the roman helmet\" What is the definition of \"mcfatty\"?\n\n", + "output": "mcdonald's newest monstrosity", + "label": "an awesome mcconcoction that consists of a mcchicken piled onto a double cheeseburger with bbq sauce added" +} +{ + "input": "\"no, you doehead\" What is the definition of \"doehead\"?\n\n", + "output": "\"a variant of \"doughhead\"", + "label": "doehead is what sai calls his older brother jon when he brain farts" +} +{ + "input": "\"karl was such an idiot, we went out in vienna and he pulled a kelly and didn't make it home until monday\" What is the definition of \"a kelly\"?\n\n", + "output": "a person who drinks alcohol every night until they become slurring their words, walking like an elephant and pissing in their own bed", + "label": "when you are on an international work trip and you get so wasted that you miss your flight home" +} +{ + "input": "\"hey farty artie\" What is the definition of \"farty artie\"?\n\n", + "output": "the great one", + "label": "a person whose real name is artie, but is often called this due to his excessive farting" +} +{ + "input": "\"\"she's a b and t skank or \"they're so b and t, i bet they've never been to the met before\"\"\" What is the definition of \"b and t\"?\n\n", + "output": "and or but", + "label": "[bridge and tunnel] an elitist derogatory term used to describe people who have to get into manhattan by bridge or tunnel" +} +{ + "input": "\"a logarithm is the inverse of an [exponential function]\" What is the definition of \"logarithm\"?\n\n", + "output": "(n", + "label": "(mathematics) a function of numbers that are the root of a base" +} +{ + "input": "\"hey allio\" What is the definition of \"allio\"?\n\n", + "output": "a crazy fun guy who's goal in life is to make people happy", + "label": "the made up nick name for allison by nikki" +} +{ + "input": "\"i was chillin with stooph at the recycling center and we puffed on some herbalizer\" What is the definition of \"herbalizer\"?\n\n", + "output": "a other word for weed", + "label": "a joint rolled tight with your own belly button lint" +} +{ + "input": "\"ay papi damelo mas duro\" What is the definition of \"ay papi\"?\n\n", + "output": "a horny way to call ur boifriend while having sex", + "label": "a horny way to call ur boifriend while having sex" +} +{ + "input": "\"instead of going out to the club i'm gonna hfd\" What is the definition of \"hfd\"?\n\n", + "output": "hit the hay fuck dat", + "label": "hfd stands for hairy, fat drinkers" +} +{ + "input": "\"andrea pirlo has got great beardability\" What is the definition of \"beardability\"?\n\n", + "output": "to have the ability to grow a great beard", + "label": "the ability to grow facial hair" +} +{ + "input": "\"your beerducation is complete, my son\" What is the definition of \"beerducation\"?\n\n", + "output": "the process of learning about beer, including styles, tastes and cultures surrounding beer", + "label": "the process involving the opening of one's eyes to the wonderful world of beer that goes beyond yellow, fizzy, flavourless mass produced garbage masquerading as beer" +} +{ + "input": "\"haha you are very very fat with your flab you jellybelly\" What is the definition of \"jellybelly\"?\n\n", + "output": "haa you very fat", + "label": "a person whos flab is overlaped like seven times" +} +{ + "input": "\"\"as fill: person 1: yeah i like that band even though you hate them, you just don't have to come to the concert with me you: mern\" What is the definition of \"mern\"?\n\n", + "output": "\"a shortened version of \"i don't care\" or \"i couldn't care less", + "label": "a word sometimes said as a filler and/ or conversation ender because noone know what [d'fuq] it means" +} +{ + "input": "\"bradley got a drive thru windblow at taco bell from smashley\" What is the definition of \"drive thru windblow\"?\n\n", + "output": "when you are driving and you smell a horrid fart that seems to come from no where, then you realize it had to be the car next to you or in back of you", + "label": "a safer form of road head" +} +{ + "input": "\"john: hey what are you doing? sarah: not a lot, just your mom lolol~ john: god you're such a foofus\" What is the definition of \"foofus\"?\n\n", + "output": "a nice way of calling somebody a faggot", + "label": "a dorky person, often one to act immature" +} +{ + "input": "\"slimmies just levitate and gravitate toward that dude, what an azael\" What is the definition of \"azael\"?\n\n", + "output": "one who has great will power and self determination", + "label": "the dopest kind of person" +} +{ + "input": "\"woahh you're sooo badmanting\" What is the definition of \"badmanting\"?\n\n", + "output": "badmanting this word is to describe someone who is a really badminton player", + "label": "extremely bad" +} +{ + "input": "\"\"joe: i got a card for my boss, because today is boss's day\" What is the definition of \"boss's day\"?\n\n", + "output": "a day for celebrating and acknowledging the hard work your boss does for you, by doing nothing for them in return", + "label": "\"a dumb, completely pointless holiday invented by greeting card companies to sell more cards" +} +{ + "input": "\"damn, that girl is so raven\" What is the definition of \"raven\"?\n\n", + "output": "a really sexy girl with a nice ass", + "label": "a very sexy goth/punk girl" +} +{ + "input": "\"between the buried and me is amazing\" What is the definition of \"between the buried and me\"?\n\n", + "output": "an awesome-ass band with some awesome-ass songs such as alaska, all bodies, aspirations, ad a dglgmut, and mordecai", + "label": "one of the best metalcore bands out there" +} +{ + "input": "\"that chivette is so chivacious\" What is the definition of \"chivacious\"?\n\n", + "output": "to be cool", + "label": "hot women on chive" +} +{ + "input": "\"did you see james crash on his dirt bike? yea, i saw him eat cheese over the handle bars\" What is the definition of \"eat cheese\"?\n\n", + "output": "when one falls off their bike and lands on the handle bars or bonks their head so hard they eat cheese", + "label": "this is typically used when someone crashes hard, specifically, on their face" +} +{ + "input": "\"1: lmao look at xox h0z, what a fucking 4ner\" What is the definition of \"4ner\"?\n\n", + "output": "a very ugly person which has no friends apart from his computer", + "label": "\"an alternative form of \"foreigner\", usually said with some form of negative connotation" +} +{ + "input": "\"i know how to pronounce the word raita, due to my browmerican friend, ashvin\" What is the definition of \"browmerican\"?\n\n", + "output": "a person who claims they are american, born in america, but have a slant eye", + "label": "\"a person of the indian persuasion, who now resides in the united states and identifies as \"american" +} +{ + "input": "\"\" i am a whale, bower-power \"i went to planet jupiter last night, bower-power\"\"\" What is the definition of \"bower-power\"?\n\n", + "output": "the ability to get a hard-on at the sight of anything that moves (or doesn't)", + "label": "\"to realize a statement you have made is \"trump\"-able (see trump definition) and say this after the statement\"" +} +{ + "input": "\"i have a pretty good buzz on\" What is the definition of \"buzz on\"?\n\n", + "output": "to have a good feeling after smoking marijuana", + "label": "to be mildly intoxicated, particularly by alcohol" +} +{ + "input": "\"i am constantly scratching my beard region whenever i get cactus chin\" What is the definition of \"cactus chin\"?\n\n", + "output": "when you have been playing beards for too long and your beard gets little prickle hairs all over from your face from the heat", + "label": "the feeling of itchyness that occurs from having facial hair grow back a little while after you shave" +} +{ + "input": "\"well it slipped out of the hole, across biffin's bridge and up the ante\" What is the definition of \"biffin's bridge\"?\n\n", + "output": "the bit between the tits", + "label": "the area between the vagina and the anus" +} +{ + "input": "\"that chick over there is cup blue cup\" What is the definition of \"blue cup\"?\n\n", + "output": "unofficial or lame", + "label": "unofficial or lame" +} +{ + "input": "\"kit is slowly slipping into a cregg tucker notices and shouts 'kit you cregger\" What is the definition of \"cregger\"?\n\n", + "output": "a word used by one of your close friends while in company with others to degrade his intelligence, never let him know the meaning", + "label": "'to cregg' this is the moment in which an individual's stonage (see marijuana) is at a peak" +} +{ + "input": "\"1) person a: do you have a spoon from which i can eat this candy floss? person b: stop being so flospoon\" What is the definition of \"flospoon\"?\n\n", + "output": "1) the combination of the words [flo] and [spoon]", + "label": "adjective: 1) to describe the [sensation] of being [irritated] by [sticky] hands" +} +{ + "input": "\"if it's devils night yall niggas need to stay indoors\" What is the definition of \"devils night\"?\n\n", + "output": "the notorious night before halloween in which the city's youth let loose in the streets", + "label": "the notorious night before halloween in which the city’s relentless youth run amok in a barbaric fashion" +} +{ + "input": "\"wow look at that am pm\" What is the definition of \"am pm\"?\n\n", + "output": "when someone's ass is so big you can't tell if its an am or pm", + "label": "the best place in the entire world with hottie hottie hot hot omar" +} +{ + "input": "\"buddy was taking advantage of my hospitality so he's in the dog house\" What is the definition of \"dog house\"?\n\n", + "output": "where u send the dog when it does something wrong", + "label": "1" +} +{ + "input": "\"eric, i had the best candy shower last night\" What is the definition of \"candy shower\"?\n\n", + "output": "when you and your partner get naked and she puts a bunch of different candies in her pussy and you eat it with a spoon", + "label": "when a woman is on her period and she sprays her menstrual fluids onto her sex partner's face" +} +{ + "input": "\"that jose garcia is bad at sniping\" What is the definition of \"jose garcia\"?\n\n", + "output": "a fucking noob at sniping in cod 4", + "label": "a kid that is bad at trickshotting" +} +{ + "input": "\"brian mcblunt isnt a dick so keep it out of your mouth\" What is the definition of \"brian mcblunt\"?\n\n", + "output": "rian mcblunt is a guy with no life who is a failure at all aspects of life", + "label": "boss" +} +{ + "input": "\"matt: yo i fucked that black chick in the ass last night then i gave her an argentina oreo\" What is the definition of \"argentina oreo\"?\n\n", + "output": "an argentina oreo is when you double stuff a cookie up with jizz and have an girl or guy lick the jizz off", + "label": "when you cum between a black chicks ass cheeks" +} +{ + "input": "\"john: hey did you and that hot girl have fun last night? caleb: yeah man, i gave her a giant candy apple\" What is the definition of \"candy apple\"?\n\n", + "output": "when you jizz on a girls head and then you punch it into her skull", + "label": "a sexual act performed when you shove your balls into a female's [hole] while they are on their period" +} +{ + "input": "\"\"no ac, and no fm, and no regrets, in my chevette\" What is the definition of \"chevette\"?\n\n", + "output": "* a small, reliable car with an excellent gas mileage", + "label": "\"a rear wheel drive hatchback, known for it's sometimes cantankerous and shoddy attitude" +} +{ + "input": "\"\"i was roundin second base when i caught a glimps of her chest scrotes and got limp\" What is the definition of \"chest scrotes\"?\n\n", + "output": "when a male is over a female and his scrotum dangles on to the females chest", + "label": "the baggy, elongated breasts of an older woman, resembling the male scrotum" +} +{ + "input": "\"\"hey dude check out my new diesel jacket \"sorry dude that's totally bubugao\" What is the definition of \"bubugao\"?\n\n", + "output": "bubugao is a word used to express how cool something is", + "label": "bubugao means a poor quality fake product and usually refers to branded clothing" +} +{ + "input": "\"kk:hey what do you think about that new girl? bob:oh thats just a plain old jasmin\" What is the definition of \"jasmin\"?\n\n", + "output": "a typical, boring, old slutty bitch nothing special", + "label": "a stunning girl thats gorgeous and is beautiful inside and out" +} +{ + "input": "\"you didn't notice mark is gay?? the moment i met him my gadar totally accused it\" What is the definition of \"gadar\"?\n\n", + "output": "a jamaican accent lke no other", + "label": "a kind of radar which is set to go off in the presence of a homosexual" +} +{ + "input": "\"you're nothing more than a fuck stain\" What is the definition of \"fuck stain\"?\n\n", + "output": "an insult to an individual that is absolutely worthless and useless", + "label": "an insult to an individual that is absolutely worthless and useless" +} +{ + "input": "\"the other night at the campfire, jimmy did zoopies\" What is the definition of \"zoopies\"?\n\n", + "output": "skinning a rabbit and eating it", + "label": "\"zoopies are created by wrapping a plastic bag tightly around the end of a stick, then lighting the plastic bag on fire" +} +{ + "input": "\"guy 1: went to hobroken last night for a party\" What is the definition of \"hobroken\"?\n\n", + "output": "a", + "label": "a word describing the new jersey city of hoboken reflecting the bro culture that has ruined it of any good nightlife for the non-bro" +} +{ + "input": "\"that girl is about to get the alleigh kicked out of her\" What is the definition of \"alleigh\"?\n\n", + "output": "a crazy drinker that can tuck her legs under her ass", + "label": "has a hard exterior, but is kind to the eyes" +} +{ + "input": "\"it seems like all jeff does anymore is hole up in his room and work out his loner boner\" What is the definition of \"loner boner\"?\n\n", + "output": "to have a boner all the time", + "label": "when a person who has few or no friends and keeps to themselves masturbates" +} +{ + "input": "\"mark performed a belchard on his gay partner\" What is the definition of \"belchard\"?\n\n", + "output": "the act of one guy cumming in another guys mouth then the other guy cumming in his mouth and spitting it into the first guys ass", + "label": "a vile sexual act where 1 engages in anal sex then sucks the remains out with a straw" +} +{ + "input": "\"ormskirk is the best place in the u\" What is the definition of \"ormskirk\"?\n\n", + "output": "ormskirk is a small town in west lancashire", + "label": "ormskirk is a class place in the heart of lancashire" +} +{ + "input": "\"\"did you hookup with stacy last night? \"yeah, i gave her a red carpet\" What is the definition of \"red carpet\"?\n\n", + "output": "the act of pulling out and spitting on a girl's vagina after sex", + "label": "when you eat so much red velvet cake you get crimson colored diarrhea and drag your anus across your so's chest" +} +{ + "input": "\"was marilyn monroe's famous beauty mark real or painted on?\" What is the definition of \"beauty mark\"?\n\n", + "output": "a mole on ones body that is natural and not from make-up", + "label": "a spot on ur face considered to be an attractive feature" +} +{ + "input": "\"home movies = pure genius\" What is the definition of \"home movies\"?\n\n", + "output": "the best fucking show on tv", + "label": "the best fucking show on tv" +} +{ + "input": "\"celebrate you for becoming a kiwi when you're about to move to australia? yeah right, you friwi\" What is the definition of \"friwi\"?\n\n", + "output": "a person who is celebrated by their friends on this day", + "label": "\"someone who becomes a kiwi (new zealander) for only one reason: the freedom to move to australia without the immigration restrictions of other countries" +} +{ + "input": "\"everybody wants to be a locher\" What is the definition of \"locher\"?\n\n", + "output": "the upmost example of perfection", + "label": "someone who is tan, sexy, and has some interesting friends" +} +{ + "input": "\"josh avoided kassie because of a rumor that she had a moon crater pussy\" What is the definition of \"moon crater pussy\"?\n\n", + "output": "a woman's genital area that has experienced the loss of flesh due to violent penetration", + "label": "a pussy that is very deep and probably has taken a lot of black dicks" +} +{ + "input": "\"[omg] [j00] are [teh] noobsauce\" What is the definition of \"noobsauce\"?\n\n", + "output": "\"noobsauce is the \"sauce\" which makes one a [noob]", + "label": "the act of being a total noob used for 1337speak community on such games as counterstrike, warcraft 3 or diablo2" +} +{ + "input": "\"mary ann bought her sugar baby a new iphone, brand new lapop, and a nice flat overlooking the water after he gave her a decent humping last night\" What is the definition of \"sugar baby\"?\n\n", + "output": "sugar baby is a", + "label": "a young female or male who is financially pampered/cared for by a [sugar daddy] or [sugar mama] in exchange for companionship (i" +} +{ + "input": "\"karen and lindsey were bumpin kittens to hiphop music all night long\" What is the definition of \"bumpin kittens\"?\n\n", + "output": "the act of making love", + "label": "when two or more lesbians rub their pussies together" +} +{ + "input": "\"\"ahhhhh fuck buckets\" What is the definition of \"fuck buckets\"?\n\n", + "output": "\"extremely useful exclamation that can be interpreted in many ways", + "label": "\"extremely useful exclamation that can be interpreted in many ways" +} +{ + "input": "\"\"example: \"dude, did you hear that woodpecker in the kitchen?\" \"nah man you're just hearlucinating that\" to hearlucinate\" What is the definition of \"hearlucinate\"?\n\n", + "output": "\"the act of informing someone you are going to bed", + "label": "hearlucinate - while high, the experience of hearing things that others cannot, noises that don't actually happen" +} +{ + "input": "\"mood test form question: have you felt keyed up or on edge? applicant: (yes)\" What is the definition of \"keyed up\"?\n\n", + "output": "\"this is another term for \" ready to rock \" used by a applicant to a promoter in order to get a gig", + "label": "feeling nervous, exited, stressed" +} +{ + "input": "\"bre- hah what a [tard] sarah- yea shes a chillywack\" What is the definition of \"chillywack\"?\n\n", + "output": "canadian fellow with no arms or legs", + "label": "a noob" +} +{ + "input": "\"person 1: hey man, you wanna get high person 2: you thinking what i'm thinking? person 1: 420 tree beeeaaach person 2: yeah man, we never get caught there\" What is the definition of \"420 tree\"?\n\n", + "output": "an area where you can smoke weed without being kicked out or caught", + "label": "a place in prospect park where it seems legal to get high, and always has that great odor" +} +{ + "input": "\"tom might be able to lift the most weights but i bet billy bob can beat him at arm wrestling, he's got git r dones strength\" What is the definition of \"git r dones\"?\n\n", + "output": "a noun of adjective describing people of usually blue collar communities", + "label": "a noun of adjective describing people of usually blue collar communities" +} +{ + "input": "\"that crispy lid is dope\" What is the definition of \"crispy lid\"?\n\n", + "output": "a hat that you wear on your head", + "label": "flat brim hat, fresh hat, well maintained dome piece" +} +{ + "input": "\"that joke was hilarious to the dhruv degree\" What is the definition of \"dhruv\"?\n\n", + "output": "to the maximum", + "label": "an adjective used to describe something incredible or amazing, this can used in a good or bad way" +} +{ + "input": "\"bjork performed with the bjorchestra at the big day out 2008\" What is the definition of \"bjorchestra\"?\n\n", + "output": "1", + "label": "(noun) the accompanying orchestra of the artist [bjork]" +} +{ + "input": "\"hey man, her body is eh, but her face is brejcha\" What is the definition of \"brejcha\"?\n\n", + "output": "beautiful", + "label": "the origin of beauty of czech and canadian culture" +} +{ + "input": "\"i miss my boo boo kitty\" What is the definition of \"boo boo kitty\"?\n\n", + "output": "\"a boo boo kitty is someone that you love very much", + "label": "a term used on a boyfriend or girlfriend in love" +} +{ + "input": "\"bird feed equals vlad or nikolai\" What is the definition of \"bird feed\"?\n\n", + "output": "cheap alcohol purchased solely to give away to people that are only friends with people for their alcohol", + "label": "cheap alcohol purchased solely to give away to people that are only friends with people for their alcohol" +} +{ + "input": "\"i just ate so much chipotle i will be attending the clinic in my bathroom for my second food baby abortion today\" What is the definition of \"food baby abortion\"?\n\n", + "output": "when you eat so much your stomach feels like it is pregnant, and you must induce vomit to get rid of the unwanted \"baby\"", + "label": "the act of pooping after consuming a large amount of food that created a baby bump" +} +{ + "input": "\"i've heard she's a cock jockey\" What is the definition of \"cock jockey\"?\n\n", + "output": "a woman who rides a different penis every day/night", + "label": "a woman who rides a different penis every day/night" +} +{ + "input": "\"mama, i took the last sip of uncle lucky's leftover drink - gross juice\" What is the definition of \"gross juice\"?\n\n", + "output": "a mixed drink with only a small percentage of alcohol and a high percentage of some sort of juice, most likely orange", + "label": "the spontaneous sipping of an alcoholic concoction while under the assumption that it’s a yummy healthy beverage" +} +{ + "input": "\"this snow is beautifucked\" What is the definition of \"beautifucked\"?\n\n", + "output": "if something is beautiful but completely fucked, it's beautifucked", + "label": "something that is pretty, but more trouble than the beauty is worth" +} +{ + "input": "\"eat pray love is a self-indulgent example of the rampant chickshit on the literary market these days\" What is the definition of \"chickshit\"?\n\n", + "output": "books written by women for women", + "label": "crappy books written by and for women" +} +{ + "input": "\"that party is bosinova\" What is the definition of \"bosinova\"?\n\n", + "output": "\"this word comes from a \"word blender\" website", + "label": "hyped, banging, all that" +} +{ + "input": "\"jason stopped at esso for a quick dump and got a skunk stripe for his troubles\" What is the definition of \"skunk stripe\"?\n\n", + "output": "noun", + "label": "whilst dumping a 2 foot log in a public toilet, the gently log gets jammed on the bottom of the toilet" +} +{ + "input": "\"they must be annieing in there; i haven't seen them in forever\" What is the definition of \"annieing\"?\n\n", + "output": "to hide away in one's room and avoid all social interaction", + "label": "\"gerund form of the verb \"to annie\"" +} +{ + "input": "\"he was bursit in his thinking\" What is the definition of \"bursit\"?\n\n", + "output": "a condition when you mix up things in your mind", + "label": "incorrect" +} +{ + "input": "\"my name is trindad guadarrama and i want to go to college and live for a better life\" What is the definition of \"guadarrama\"?\n\n", + "output": "a mexican last name that comes from spain", + "label": "a mountain in mexico, a mexican name" +} +{ + "input": "\"only bedosky has unicorn mayonaise\" What is the definition of \"bedosky\"?\n\n", + "output": "the only person in the world with unicorn mayonaise", + "label": "a frequent shopper of big and tall who is fond of dead bugs and ceramic tigers" +} +{ + "input": "\"\"eric made a total faux pas last night when he bought a wine that the host of the dinner party didn't like'\" What is the definition of \"faux pas\"?\n\n", + "output": "faux pas means literally translated 'false step' it is when someone make a'social mistake' such as doing something unaccepted or saying something wrong", + "label": "faux pas means literally translated 'false step' it is when someone make a'social mistake' such as doing something unaccepted or saying something wrong" +} +{ + "input": "\"dude, what would i do without a haidee? have you heard, i'm dating a haidee\" What is the definition of \"haidee\"?\n\n", + "output": "a haidee is a person who would give the shirt off their back to someone in need", + "label": "one laid back hot bitch" +} +{ + "input": "\"i got me the ill brooklyn deal on a laptop\" What is the definition of \"brooklyn deal\"?\n\n", + "output": "to get something for way less than its usual price, or to get something with a great discount", + "label": "things that are obtained by someone through immoral ways" +} +{ + "input": "\"please put your hand in my underpants and jiggle it around until i produce love snot\" What is the definition of \"love snot\"?\n\n", + "output": "the white gooey substance produced from the vagina or/and the anus", + "label": "[cum]" +} +{ + "input": "\"lets go play some b ball\" What is the definition of \"b ball\"?\n\n", + "output": "basketball, a game that involves shooting a ball into a hoop", + "label": "basketball, a game that involves shooting a ball into a hoop" +} +{ + "input": "\"those babiators are [stylin']\" What is the definition of \"babiators\"?\n\n", + "output": "noun: cool people who are up to no good", + "label": "baby aviators" +} +{ + "input": "\"ryne sandberg struck out, and look out folks, the boo bears have come out\" What is the definition of \"boo bears\"?\n\n", + "output": "baseball fans, particular of the chicago cubs, who boo their own players", + "label": "baseball fans, particular of the chicago cubs, who boo their own players" +} +{ + "input": "\"are you up for some bamboozlement this weekend?\" What is the definition of \"bamboozlement\"?\n\n", + "output": "the act of bamboozling someone", + "label": "to get drunk" +} +{ + "input": "\"tripp is known as egg head because of the immense size of his head\" What is the definition of \"egg head\"?\n\n", + "output": "\"a nickname for one who has an egg shaped head, usually immense in size, other names consist of egg nog, big head, and \"wow\"\"", + "label": "\"a nickname for one who has an egg shaped head, usually immense in size, other names consist of egg nog, big head, and \"wow\"\"" +} +{ + "input": "\"\"to a girl, exploring her anal ring can be close to as orgasmic as finding her g-spot, also known as \"grafenberg spot\" \"\" What is the definition of \"anal ring\"?\n\n", + "output": "the anal ring is a thick, plump area surrounding the anus", + "label": "the definition of anal ring, closely resembles the actual words which is describing" +} +{ + "input": "\"lerjuy is a very wierd word\" What is the definition of \"lerjuy\"?\n\n", + "output": "the word that comes up when you type random letters on your keyboard", + "label": "the act of selling dog houses to the unwanted officials of the big tree who fly with the eagles" +} +{ + "input": "\"\"yo man, blipnut\" What is the definition of \"blipnut\"?\n\n", + "output": "1", + "label": "blipnut" +} +{ + "input": "\"babidi was killed by majin buu after he fought [goku]\" What is the definition of \"babidi\"?\n\n", + "output": "a villain from the [dragonball] universe", + "label": "\"the creator of [majin buu], and [babidi]'s father" +} +{ + "input": "\"guy1: bruno mars has some voice on him, unique like bowies but a stronger range guy2: yeah totally agree, pity his songs are complete muck\" What is the definition of \"bruno mars\"?\n\n", + "output": "very talented singer who puts his vocals to commercial tunes use, usually cheesy pop-ballad type songs", + "label": "very talented singer who puts his vocals to commercial tunes use, usually cheesy pop-ballad type songs for his adoring girl fan-base" +} +{ + "input": "\"look at the ocb on that menopausal white trash biatch\" What is the definition of \"ocb\"?\n\n", + "output": "orange county booty, as in buttocks", + "label": "over cuntal bulge" +} +{ + "input": "\"damned fool got his ass killed trying to ghost ride\" What is the definition of \"ghost ride\"?\n\n", + "output": "yet another way that natural selection is working it's way into pop culture", + "label": "yet another way that natural selection is working it's way into pop culture" +} +{ + "input": "\"abend is comin hardcore\" What is the definition of \"abend\"?\n\n", + "output": "1", + "label": "abnormal end - abnormal termination (of software)" +} +{ + "input": "\"can anyone lend me some floss, i have a bivot i cant get rid of\" What is the definition of \"bivot\"?\n\n", + "output": "a piece of shit that gets stuck half way out that won't come out no matter how hard you try", + "label": "a pubic hair that gets lodged between your teeth" +} +{ + "input": "\"your jeans are getting a little abercrombied\" What is the definition of \"abercrombied\"?\n\n", + "output": "the process in which a pair of pants or shorts becomes extremely faded", + "label": "splattered with paint, in the style popularised by clothing manufacturer/retailer abercrombie & fitch" +} +{ + "input": "\"jelly belly is goooood\" What is the definition of \"jelly belly\"?\n\n", + "output": "a very tasty jelly made by the st", + "label": "only the greatest brand of confectionary ever invented" +} +{ + "input": "\"some ass kisser left their mark on this public toilet\" What is the definition of \"ass kisser\"?\n\n", + "output": "someone who bears down with their rectum forcing it onto the back of a toilet seat before they wipe", + "label": "someone who bears down with their rectum forcing it onto the back of a toilet seat before they wipe" +} +{ + "input": "\"don't believe that bs about black friday being named after accountants' black ink\" What is the definition of \"black friday\"?\n\n", + "output": "a holy day of obligation in the church of the almighty dollar", + "label": "a holy day of obligation in the church of the almighty dollar" +} +{ + "input": "\"i hope johnny cochdoesn't use his famous chewbacca defense\" What is the definition of \"chewbacca defense\"?\n\n", + "output": "when you present a totally bullshit argument that has absolutley nothing to do with the case", + "label": "when you use a totally bullshit argument that has absolutley nothing to do with the case" +} +{ + "input": "\"when wlaking down the streets, melissa got her ass grabbed to the outrageous ass fetish diddy had, causing him to laugh maniacally\" What is the definition of \"ass fetish\"?\n\n", + "output": "a very large fetish", + "label": "when a person has a daily routine of staring at (most likely females) asses, to the point of grabbing the ass and laughing [maniacally]" +} +{ + "input": "\"g g g g unit raise up your dicks and serve me in the ass\" What is the definition of \"g unit\"?\n\n", + "output": "a group of fags that suck each others dicks", + "label": "a group of fags that suck each others dicks" +} +{ + "input": "\"wearing a red yankees cap backwards is durstism kid\" What is the definition of \"durstism\"?\n\n", + "output": "someone who personifies all that is lame, loser-like and drab", + "label": "looking or acting like fred durst" +} +{ + "input": "\"a classic case of failed abortion is justin bieber\" What is the definition of \"failed abortion\"?\n\n", + "output": "justin bieber", + "label": "the misconduct of an abortion that leads to the neglect of an unwanted child" +} +{ + "input": "\"even at great distances,due to freak circumstances at birth,champion gazelle boxer chris butterworth of pudsey near leeds could easily be defined as a melon head\" What is the definition of \"melon head\"?\n\n", + "output": "general term for an individual with an abnormally small body and an abnormally large head", + "label": "someone with a head proportionately larger than their body, usually quite noticable" +} +{ + "input": "\"wow willis totally make up a rhs arguement earlier this morning, homeskillet\" What is the definition of \"rhs\"?\n\n", + "output": "\"rhs (right hand shit) is when you type something with your right hand because your left hand is busy holding your dick", + "label": "acronym for ridiculous horse shit" +} +{ + "input": "\"that guy ate some dog meat for dinner there\" What is the definition of \"dog meat\"?\n\n", + "output": "meat coming from dogs, eaten in countries like china (excluding hong kong), south korea, switzerland, east timor, tonga and several more", + "label": "meat coming from dogs, eaten in countries like china (excluding hong kong), south korea, switzerland, east timor, tonga and several more" +} +{ + "input": "\"5poppin 6droppin ckrab killa til i die rest in peace o\" What is the definition of \"5poppin 6droppin\"?\n\n", + "output": "a man by the name og ty was a crip who wanted to be a blood so he killed 5 crips", + "label": "a man by the name og ty was a crip who wanted to be a blood so he killed 5 crips" +} +{ + "input": "\"that herb is balznago\" What is the definition of \"balznago\"?\n\n", + "output": "a person who is usually high, loves to laugh, enjoys hanging out with friends, and hates people that are ugly", + "label": "a term used to describe something crazy or wild" +} +{ + "input": "\"\"tim: that stripper \"riot\" is hot as the fuck\" What is the definition of \"as the fuck\"?\n\n", + "output": "an adverb that adds emphasis to the end of any adjective, phrase or clause", + "label": "best when used with an adjective in front of it" +} +{ + "input": "\"\"yo bro, why you gotta' be such a footmouth all the time?\" What is the definition of \"footmouth\"?\n\n", + "output": "a word used to describe a person that is constantly talking about topics that make them look bad or foolish", + "label": "when someone" +} +{ + "input": "\"the hotel has a euxenous environment\" What is the definition of \"euxenous\"?\n\n", + "output": "euxenous (you-shin-ee) adj", + "label": "well-disposed towards strangers or foreigners" +} +{ + "input": "\"this ice pack is condensationing isn't all over me\" What is the definition of \"condensationing\"?\n\n", + "output": "the process in which condensation forms on an object and spreads, if any", + "label": "verb: when condensation from a cold-liquid filled object assaults one with itself" +} +{ + "input": "\"my heart is throbbing, he is one baba ganoush\" What is the definition of \"baba ganoush\"?\n\n", + "output": "a guy or girl from the middle east and india subcontinent who is throbbing hot", + "label": "a guy or girl from the middle east or india subcontinent who is throbbing hot" +} +{ + "input": "\"tim burton was at the beach and i saw his toobs\" What is the definition of \"toobs\"?\n\n", + "output": "fat guy's [love handles]", + "label": "tim burton's man boobs" +} +{ + "input": "\"damn that guy is such an a.crow\" What is the definition of \"a.crow\"?\n\n", + "output": "the term for a really cool guy that has a very hot girlfriend", + "label": "this is the reason the phrase don't judge a book by its cover was invented" +} +{ + "input": "\"fa shizzle, dizzawg\" What is the definition of \"dizzawg\"?\n\n", + "output": "\"see [dawg]", + "label": "\"urban for \"dog\"\"" +} +{ + "input": "\"driver : that scag just cut me up at the roundabout\" What is the definition of \"scag\"?\n\n", + "output": "\"the word scag is used as a short name for the word \"scallywag\" (meaning a person who does not have the same morals as the rest of society)", + "label": "abbreviation of'scumbag' meaning exactly that, or lowlife, cad, overall person of ill character" +} +{ + "input": "\"that girl over there is a total duende\" What is the definition of \"duende\"?\n\n", + "output": "one who is short and beautiful like a fairy", + "label": "a girl whos kinda hot in a dirty way and after a few beers" +} +{ + "input": "\"dude my erectile dysfunction means i can od on viagara\" What is the definition of \"erectile dysfunction\"?\n\n", + "output": "1", + "label": "the #1 cause of suicide in the united states" +} +{ + "input": "\"my honda s2000 looks way better than your gay ass muscle car\" What is the definition of \"honda s2000\"?\n\n", + "output": "\"one of the most awesome cars in existence", + "label": "the best looking car ever made" +} +{ + "input": "\"after i dropped the cosby kids off at the pool i had an ass wink\" What is the definition of \"ass wink\"?\n\n", + "output": "a fart that makes your ass cheeks pop", + "label": "when your ass cheeks wink at you" +} +{ + "input": "\"dude did you see niki's post on facebook tearing in to rachel? yeah, i'm tired of her facebitching\" What is the definition of \"facebitching\"?\n\n", + "output": "the act of using facebook to voice complaints, usually about friends or family but also about random things", + "label": "when people get on facebook bithing and moaning about something or someone knowing full well that their post will either start a fight or new round of drama" +} +{ + "input": "\"principal: young lady, that top is inappropriate\" What is the definition of \"inappropriate\"?\n\n", + "output": "a word that teachers and principals use to tell students that they don't like something", + "label": "in high school settings, short skirts, low cut tops, see through clothing and skin tight jeans" +} +{ + "input": "\"it was so cold last night i got crater nips\" What is the definition of \"crater nips\"?\n\n", + "output": "when it's really cold and your nipples get hard and stay hard making them look like craters", + "label": "when nipple's aren't erect they are inverted or sunk into the breast, much like a crater" +} +{ + "input": "\"caitlin is a cabinco\" What is the definition of \"cabinco\"?\n\n", + "output": "a person who lives in a cabin and does not shower", + "label": "a girl who gives a guy head 5 times in one night cabasa = head and cinco = 5 meaning giving a guy head 5 times exactly" +} +{ + "input": "\"put the fucking consumable head gear befor you drink pussy\" What is the definition of \"consumable head gear\"?\n\n", + "output": "a party hat or other similar head wear that can be consumed while wearing it", + "label": "a rule made in the game of quaters, carried out by placing an empty beer box on your head when its your turn to drink" +} +{ + "input": "\"stop video-taping that cat releasing bowel movements, you animorphadile\" What is the definition of \"animorphadile\"?\n\n", + "output": "a person who gets sexually aroused while watching/observing animals", + "label": "someone who likes to watch or record animals defecating or dead" +} +{ + "input": "\"i just wanna squeeze my boo bear to pieces\" What is the definition of \"boo bear\"?\n\n", + "output": "\"a boo bear is someone that you will love forever", + "label": "\"a boo bear is someone that you will love forever" +} +{ + "input": "\"joe: damn those shoes are tight what are they? paul: they are air yeezys\" What is the definition of \"air yeezys\"?\n\n", + "output": "a nike shoe designed by kanye west costing more than 200 dollars a pair but they are some sick shit!", + "label": "a nike shoe designed by kanye west costing more than 200 dollars a pair but they are some sick shit!" +} +{ + "input": "\"man: are you going to get drunk tonight? woman: absolfuckingutely\" What is the definition of \"absolfuckingutely\"?\n\n", + "output": "a very drunken way of saying absolutely", + "label": "essentially it means absolutely" +} +{ + "input": "\"*something just happened in a movie that everyone expected to happen* guy: wow that was so fucking original\" What is the definition of \"fucking original\"?\n\n", + "output": "when something is so unexpected that it's almost expected, it becomes fucking original", + "label": "used when something is not original at all" +} +{ + "input": "\"i like to go full contact in my spars because pads make things unrealistic\" What is the definition of \"full contact\"?\n\n", + "output": "a term used in [martial arts] to describe sparring without any protective equipment", + "label": "to engage in combat without restraint as to where a person can be struck, or limits" +} +{ + "input": "\"don't play with your nuts and then touch me, as i have no desire to be witness to your smelly ball funk\" What is the definition of \"ball funk\"?\n\n", + "output": "small pieces of dead skin and sweat that form between the testicles and the thigh during strenuous actvity", + "label": "small pieces of dead skin and sweat that form between the testicles and the thigh during strenuous actvity" +} +{ + "input": "\"oh yeah, she loves it up the cack hatch\" What is the definition of \"cack hatch\"?\n\n", + "output": "the anus, or more commonly known as the ass hole", + "label": "the cack hatch is one of many alternative and interesting names for the common [anus]" +} +{ + "input": "\"m white is a cunty bollocks\" What is the definition of \"cunty bollocks\"?\n\n", + "output": "one who is full of shit", + "label": "one who is delusional about one's status," +} +{ + "input": "\"im gonna drop a brown chunk slam dunk\" What is the definition of \"brown chunk slam dunk\"?\n\n", + "output": "taking a shit in a public bathroom", + "label": "v" +} +{ + "input": "\"dude, check out milagros, i am getting a boner, therefore she is my moaner\" What is the definition of \"moaner\"?\n\n", + "output": "the girl that makes you get a boner", + "label": "\"the nickname used for hot hispanic females with the name milagros" +} +{ + "input": "\"i just had sex, attuoni style\" What is the definition of \"attuoni\"?\n\n", + "output": "a sexual position where a man inserts his penis into a woman's nostril for pleasure", + "label": "a young man who has sex with old grans" +} +{ + "input": "\"when you can't call someone a cunt just say c u next tuesday\" What is the definition of \"c u next tuesday\"?\n\n", + "output": "cunt", + "label": "cunt" +} +{ + "input": "\"hey will, lets go cruise the xped\" What is the definition of \"xped\"?\n\n", + "output": "the town of westport, as it is known to locals", + "label": "short for a ford expediton" +} +{ + "input": "\"eew, fluffy got cat juice on me\" What is the definition of \"cat juice\"?\n\n", + "output": "the unidentifiable liquid that comes off of a cat's mouth when it shakes its head quickly", + "label": "the unidentifiable liquid that comes off of a cat's mouth when it shakes its head quickly" +} +{ + "input": "\"the artist had the circlivision when he finished his very innovative painting using the technique of circlism\" What is the definition of \"circlivision\"?\n\n", + "output": "the visionary state where one can see everything as a circle", + "label": "circlivision (sur 'kli' vizn) n" +} +{ + "input": "\"capio\" What is the definition of \"capio\"?\n\n", + "output": "capio - verb", + "label": "an amazing cool looking dog usually half pit half chocolate lab(:" +} +{ + "input": "\"\"it was a sad day when they took beakman's world off the air in 1997\" What is the definition of \"beakman's world\"?\n\n", + "output": "a show that aired in the 90's and was fronted by paul zaloom who played the character of beakman", + "label": "a show that aired in the 90's and was fronted by paul zaloom a satirist and performance artist who called himself beakman and acted rather flamboyantly" +} +{ + "input": "\"beanz on toast songs: burn the envelopes, fucked up situation, pak-man\" What is the definition of \"beanz on toast\"?\n\n", + "output": "a mad talented emcee from the seattle area most well known for his appearances on the boondocks tv show as the character of the angry pirate", + "label": "irsh punk band check em out, there pretty awesome" +} +{ + "input": "\"bob is using google images to find porn because he is too young to buy it\" What is the definition of \"google images\"?\n\n", + "output": "the greatest source of [porn] on the internet", + "label": "basically the way anyone under 18 finds porn" +} +{ + "input": "\"logan has alot of daloongi\" What is the definition of \"daloongi\"?\n\n", + "output": "\"when your penis is really short, its just a point", + "label": "an abundance of pineapples that eats blueberry nachos" +} +{ + "input": "\"that company is an abacaxi i don't want that account, it's an abacaxi\" What is the definition of \"abacaxi\"?\n\n", + "output": "from brazilian portuguese meaning a small insignificant business with little or no revenue", + "label": "useful brazilian slang used to describe a person, object, problem or situation that is uncomfortable, tricky or a mess" +} +{ + "input": "\"billy-bob is a corn fed sonofabitch\" What is the definition of \"corn fed\"?\n\n", + "output": "\"referring to any person living in, or from, a rural-american area who is typically strong, stocky and \"a good ol' boy", + "label": "\"referring to any person living in, or from, a rural-american area who is typically strong, stocky and \"a good ol' boy" +} +{ + "input": "\"eddie: fiu is a great school\" What is the definition of \"fiu\"?\n\n", + "output": "fiu is what people who have never set foot on the campus assume it is like", + "label": "a school meant for those tight with money, or those who weren't accepted anwhere else" +} +{ + "input": "\"that cold cunt combo hit the spot\" What is the definition of \"cold cunt combo\"?\n\n", + "output": "mcdonald's ice cream cone with a 99 cent ice cream from seven eleven!", + "label": "big sloppy pussy lips that look like ham and is scissored by another girl" +} +{ + "input": "\"mcdonalds is the bizshit\" What is the definition of \"bizshit\"?\n\n", + "output": "the best", + "label": "when your business is shit" +} +{ + "input": "\"\"da-na-na-na-na cat man\" What is the definition of \"cat man\"?\n\n", + "output": "a guy who acts like a cat", + "label": "a guy who acts like a cat" +} +{ + "input": "\"quit smoking, it's bad for you and that shitstain looks like shit\" What is the definition of \"shitstain\"?\n\n", + "output": "1", + "label": "the stain that looks like shit on the mustache of a smoker" +} +{ + "input": "\"my friend esma\" What is the definition of \"esma\"?\n\n", + "output": "a beautiful girl with gorgeous eyes", + "label": "a gorgeous, intelligent and hilarious woman" +} +{ + "input": "\"i have to take a pee, but im afraid of deer man lurking in the darkness\" What is the definition of \"deer man\"?\n\n", + "output": "a person whom roams the bathroom in the middle of the night while peeing", + "label": "a transformative disease due to the cleansing a wound in a contaminated water supply" +} +{ + "input": "\"observe the honey badger, as he ain't give a fuck about nothing\" What is the definition of \"ain't give a fuck\"?\n\n", + "output": "this expression is used to demonstrate that someone does not care about something", + "label": "an expression to mean that one does not care, emphasized by the disregard of grammar in the statement itself" +} +{ + "input": "\"koko: koko meaning “wild” in swahili is a fierce wild style that incorporates a lot of vibrant colours and eye-popping make-up\" What is the definition of \"koko\"?\n\n", + "output": "a fierce wild style that incorporates a lot of vibrant colours and eye-popping make-up", + "label": "koko is a type of udoli udoli (u-do-lee) meaning doll or toy in the zulu language is a modern tribal doll like style inspired by african and caribbean culture" +} +{ + "input": "\"obama : we must destroy america advisor : send out isisbola\" What is the definition of \"isisbola\"?\n\n", + "output": "a dance created by obama to destroy america", + "label": "isisbola is a word referring to the obvious satanic alliance of'murica's 2 biggest enemies with obama to turn our kids in to logical people" +} +{ + "input": "\"man, thunk pulled some donkey ass trumpet on j00\" What is the definition of \"ass trumpet\"?\n\n", + "output": "the word used when one ownz another", + "label": "the word used when one ownz another" +} +{ + "input": "\"well at least i'm big in japan\" What is the definition of \"big in japan\"?\n\n", + "output": "to have a large penis", + "label": "something a man with a small penis says" +} +{ + "input": "\"brookhouser\" What is the definition of \"brookhouser\"?\n\n", + "output": "one who blows minds and hearts along with any hopes of getting any girl who walks the earth", + "label": "a black persons last name but the person is white" +} +{ + "input": "\"hey gimme boobewwie\" What is the definition of \"boobewwie\"?\n\n", + "output": "boobies", + "label": "another word for blueberry mispronounciated by a baby" +} +{ + "input": "\"elisabeth was giving me head and i did the divingboard and busted on her neck\" What is the definition of \"divingboard\"?\n\n", + "output": "when you're getting a blowjob and you stand up and then sit down again while you're ejaculating", + "label": "when a girl is giving you head" +} +{ + "input": "\"after shooting ping pong balls from her hole, helen's next cunt stunt involved sitting on an open bottle and picking it up off the bar\" What is the definition of \"cunt stunt\"?\n\n", + "output": "a woman who amazes you with her cunt", + "label": "when women perform stunts with their cunts" +} +{ + "input": "\"copa ratz zaaahhh tezza dawgz will destroy\" What is the definition of \"copa ratz\"?\n\n", + "output": "the greatest junior b hockey team to ever play hockey", + "label": "a bunch of fagget wanna be bodyboarders who spray paint boats and open the lagoons from copacabana" +} +{ + "input": "\"change your mood, change your bangle, changles\" What is the definition of \"changles\"?\n\n", + "output": "a bangle that can change your mood when you put it on", + "label": "a bangle bracelet designed/constructed to be capable of changing its appearance, particularly when it strikes the wearer's mood" +} +{ + "input": "\"this lady in the store was about to make a scene, when automagically the manager and security show up\" What is the definition of \"automagically\"?\n\n", + "output": "something happens automagically if it happens without any apparent cause", + "label": "when something predetermined happens that appears to happen by chance" +} +{ + "input": "\"oh man, i was trying to troll an internet chat-room last night, but some cyber knight kept slaying me with witty comebacks and good vocabulary\" What is the definition of \"cyber knight\"?\n\n", + "output": "cyber knight (n", + "label": "a noble individual who combats trolls, spammers, hackers, scammers, etc" +} +{ + "input": "\"yo did you see that 1978 version of talking heads song psycho killer on you tube its boss but the last 20 seconds its straight boss hog\" What is the definition of \"boss hog\"?\n\n", + "output": "when something is boss and then suddenly before it ends goes beyond greatness its: boss hog", + "label": "when something is boss and then suddenly before it ends goes beyond greatness its: boss hog" +} +{ + "input": "\"that idiot tried to cut in at the front and became a bird watcher when all the cars went by and flipped him off\" What is the definition of \"bird watcher\"?\n\n", + "output": "\"when some asshole tries to cut in front of a long line of cars and the cars stay strong and refuse to let said car in", + "label": "\"when some asshole tries to cut in front of a long line of cars and the cars stay strong and refuse to let said car in" +} +{ + "input": "\"when she comes up, we will lay a train on her face\" What is the definition of \"lay a train\"?\n\n", + "output": "to form a line or group to do a girl", + "label": "\"what we plan to do to (more specifically 'on') mike c" +} +{ + "input": "\"damn that fat hoe is fleeced\" What is the definition of \"fleeced\"?\n\n", + "output": "a fleeced is a girl who is over 200 pounds and has small tits", + "label": "ugly fucked up in the face" +} +{ + "input": "\"omg the anti-santa has been i have no other presents left\" What is the definition of \"anti-santa\"?\n\n", + "output": "a person who comes down the chimney on christmas eve and steals all your presents to give to his/her kids", + "label": "the opposite of santa claus" +} +{ + "input": "\"brb gonna go bowflex, or i cant i'm bowflexing\" What is the definition of \"bowflexing\"?\n\n", + "output": "to flex your boobs, not your muscles", + "label": "code word for masturbating, to flex ones muscle" +} +{ + "input": "\"\"thomas: \"i was listening to bangers and mash the other day\" What is the definition of \"bangers and mash\"?\n\n", + "output": "\"an outstanding and indie-rock sounding song written and recorded by radiohead from the \"in rainbows\" album", + "label": "\"an outstanding and indie-rock sounding song written and recorded by radiohead from the \"in rainbows\" album" +} +{ + "input": "\"the fuckchop packed up his carefree, booty-filled life and moved across the country to live in bend, oregon so he could be closer to his girlfriend\" What is the definition of \"fuckchop\"?\n\n", + "output": "a male who makes a large sacrifice for a woman that he cares for", + "label": "fuck�chop n" +} +{ + "input": "\"hey man, did you hook-up with that girl? no, she was a fucking ctab\" What is the definition of \"ctab\"?\n\n", + "output": "cover the ass bitch, a girl that seems really hot under your covers, but when you see her without the covers she isn't as hot", + "label": "stands for cock teasin ass bitch" +} +{ + "input": "\"yo bro, im gettin an o of that weed\" What is the definition of \"an o\"?\n\n", + "output": "an relativly large ammount of an illegal substance", + "label": "an relativly large ammount of an illegal substance" +} +{ + "input": "\"you are sitting there with a crapweasle up your ass\" What is the definition of \"crapweasle\"?\n\n", + "output": "the expression used to describe the face made when passing feces", + "label": "a weasle that crawls up your ass for a snack" +} +{ + "input": "\"man, that car is the shizzat\" What is the definition of \"shizzat\"?\n\n", + "output": "\"an exclamation of excitement", + "label": "what something is when is something really cool" +} +{ + "input": "\"damn i've been working so hard it's like i'm making a canadian falafel\" What is the definition of \"canadian falafel\"?\n\n", + "output": "a canadian falafel is when you work at a shitty job and you work so hard that the owner makes you a falafel for free as a form of praise", + "label": "while conduction auto-fellatio, a man also finger bangs his partner" +} +{ + "input": "\"the binfiltrator struck again the other night\" What is the definition of \"binfiltrator\"?\n\n", + "output": "one who, in the dead of night, steals the bins from his neighbours", + "label": "the typical urban knobhead who is to lazy to put his garbage bin out for collection" +} +{ + "input": "\"that deep roller over there looks so normal\" What is the definition of \"deep roller\"?\n\n", + "output": "a person who is a part-time [raver] and does not get involved in the drug scene, thus wearing clothing that does not look [raverish]", + "label": "mentally psychotic person who is perfectly normal in every way but will one day possibly snap and become dangerous to others" +} +{ + "input": "\"guy: man, did you see betzy the other day? guy 2: hell yeah dude, looking all fine walking through the halls during class\" What is the definition of \"betzy\"?\n\n", + "output": "one awesome ass bitch, with a nice ass and great boobs", + "label": "a name for old-fashioned, vintage girls" +} +{ + "input": "\"what is this chickamagoo on my shoe?\" What is the definition of \"chickamagoo\"?\n\n", + "output": "a word used to describe anything you want", + "label": "\"something that implies to something that is \"icky\" or \"gross\"\"" +} +{ + "input": "\"let's 'ave a gadge at that, youth\" What is the definition of \"gadge\"?\n\n", + "output": "to look at something, derived from [gander] to look at something in old [cockney rhyming slang]", + "label": "to look at or inspect" +} +{ + "input": "\"man im broke lets get the afghan meal\" What is the definition of \"afghan meal\"?\n\n", + "output": "when you go to a restaurant and pay for a $4", + "label": "cheap arse meal dont cost much just requires the basics, crisps, drink and chocolate" +} +{ + "input": "\"hey man i see you haven't shaved in a few days, nice asian beard\" What is the definition of \"asian beard\"?\n\n", + "output": "when a asian grows his facial hair and trims it so it looks like he has a beard but shaves the lower part of his chin", + "label": "a few stubbles of hair coming from the chin" +} +{ + "input": "\"don't fuck with ice cube\" What is the definition of \"ice cube\"?\n\n", + "output": "truly the wrong nigga to fuck with", + "label": "truly the wrong nigga to fuck with" +} +{ + "input": "\"david works in his baseball mitt with deidra's buttcrud\" What is the definition of \"buttcrud\"?\n\n", + "output": "\"1", + "label": "dirty butt crack" +} +{ + "input": "\"oh she's trying to turn on the smart board auto10\" What is the definition of \"auto10\"?\n\n", + "output": "a person who thinks they are using smart board for the first time, but after 10 seconds figure out it was just them the whole time", + "label": "a free 10 minutes to do whatever you want while your teacher attempts to make the smartboard work" +} +{ + "input": "\"man he has so much chris roberts down there\" What is the definition of \"chris roberts\"?\n\n", + "output": "the description of a male with a large sack", + "label": "the hair found on or around an ass hole!" +} +{ + "input": "\"david was dimeing the floor and picked up 30 cents today\" What is the definition of \"dimeing\"?\n\n", + "output": "to pick up pennies and/or money on the ground", + "label": "literally, to search for dimes (the monetary substance that is 10 cents or $0" +} +{ + "input": "\"wow, that 100% on your trigonometry test is ari status\" What is the definition of \"ari status\"?\n\n", + "output": "a level of greatness that exceeds all levels of greatness that have been previously set", + "label": "of or pertaining to an amazing/godly figure, typically not a celebrity" +} +{ + "input": "\"\"hey look, it's jesse mccartney\" What is the definition of \"jesse mccartney\"?\n\n", + "output": "a former child actor turned pop singer", + "label": "a nine-year-old girl without the breasts or hair" +} +{ + "input": "\"a woman stinking like a french whore approached me at the bar\" What is the definition of \"french whore\"?\n\n", + "output": "a woman of loose morals, usually european, whose hygene is questionable at best", + "label": "a woman who wears so much perfume she smells horrible" +} +{ + "input": "\"\"man: \"my girlfriend had a coach face during sex last night, apparently my [dong] is too small\"\" What is the definition of \"coach face\"?\n\n", + "output": "the unfortunate face a woman makes when she is clearly not enjoying the sex", + "label": "\"a reference to the character in left for dead 2, who usually has an expressionless face" +} +{ + "input": "\"mia went through one hell of a trip courtesy of the eagle red\" What is the definition of \"eagle red\"?\n\n", + "output": "the mixture of all major food groups into one delicious, nutritious meal", + "label": "the combination of heroine (street name eagle or black eagle) and lsd (red), with the latter frequently taking its street name from the color of the blotting paper" +} +{ + "input": "\"guy 1: man can you remember when we had that [spitroast] last night guy 2: yeah, it was a proper australian barbeque\" What is the definition of \"australian barbeque\"?\n\n", + "output": "mostly known as a bbq", + "label": "an average spit roast but has to be slow cooked, continuously spinning round" +} +{ + "input": "\"you lumpy puppy - get back to verkhoyansk\" What is the definition of \"lumpy puppy\"?\n\n", + "output": "person from cold climate (e", + "label": "aha, so we meet at last! prepare to die!" +} +{ + "input": "\"\"there's a lot of bum love in this town\" What is the definition of \"bum love\"?\n\n", + "output": "benevolence towards the homeless, the less fortunate, those who are down on their luck", + "label": "benevolence towards the homeless, the less fortunate, those who are down on their luck" +} +{ + "input": "\"jimson: it's a byomc kinda gathering\" What is the definition of \"byomc\"?\n\n", + "output": "bring your own marijuana cigarette", + "label": "bring your own mac and cheese" +} +{ + "input": "\"you won the spelling bee, well good on ya\" What is the definition of \"good on ya\"?\n\n", + "output": "good on ya- means well done", + "label": "kudos, congratulations, way to go? first place i heard it was on andy of mayberry" +} +{ + "input": "\"if i don't get to do a canary clap with some skank tonight this night would be a failure\" What is the definition of \"canary clap\"?\n\n", + "output": "canary clap means that you were able to have sex with a girl", + "label": "after sex, a male wipes his hand in his semen" +} +{ + "input": "\"after my date with amy, i walked her to her place but she only gave me an ass out hug\" What is the definition of \"ass out hug\"?\n\n", + "output": "when you know a girl likes you but all she will give you is a hug without any physical contact", + "label": "the worst possible end to a date" +} +{ + "input": "\"when laurie helped her labmate brett on his journal submission, it was a real academitzvah\" What is the definition of \"academitzvah\"?\n\n", + "output": "a celebration of learning and growth, whether individual or group", + "label": "a good academic deed, usually limited to a higher education context" +} +{ + "input": "\"joepa loses when he comes to ann arbor\" What is the definition of \"ann arbor\"?\n\n", + "output": "a place where joepa goes 3 times a year and loses", + "label": "\"home of the greatest university in the world, as well as the winningest college football team in history" +} +{ + "input": "\"this spot may be good to set up a basha\" What is the definition of \"basha\"?\n\n", + "output": "a small, lightweight, inexpensive field-expedient shelter made with a tarp", + "label": "a shelter" +} +{ + "input": "\"who is the annoyer who made up this word in the first place?\" What is the definition of \"annoyer\"?\n\n", + "output": "someone who makes up annoying words", + "label": "any person that is entirely to stupid to realize they irritate every person they come in contact with" +} +{ + "input": "\"\"did you go that 311 day in 2005? \"no, cuz it was in 2006 you fucking idiot\"\"\" What is the definition of \"311 day\"?\n\n", + "output": "the day that retard made his first post on penny arcade", + "label": "awesome marathon concert that happens every even year, not every year" +} +{ + "input": "\"they must be a freegro since they're supporting the liberal movement, which is looking for handouts/bailouts for everyone\" What is the definition of \"freegro\"?\n\n", + "output": "a person who wants something for free", + "label": "black people who want everything for free" +} +{ + "input": "\"it's pissing down outside, i'm gonna doona tent with a bad action movie\" What is the definition of \"doona tent\"?\n\n", + "output": "to [hang out] or spend time in a comfortable sleeping bag, with or without company", + "label": "camping out in bed under a doona when its cold and miserable outside" +} +{ + "input": "\"last week at the family reunion i got the best sack job ever\" What is the definition of \"sack job\"?\n\n", + "output": "the act of having someone jerk you off", + "label": "someone who knowing allows there cousin to play with there ball sack" +} +{ + "input": "\"hello, not man, i am big rich\" What is the definition of \"big rich\"?\n\n", + "output": "a top don, a person who gets all the chicks, a top boy", + "label": "all that is man" +} +{ + "input": "\"why don't you ever take me out to do anything nice? i feel like you're anne franking me\" What is the definition of \"anne franking\"?\n\n", + "output": "verb", + "label": "verb: to hang out with a girl behind closed doors, but won't take her in public or around your homies" +} +{ + "input": "\"mitt romney is no conservative, he's just an empty suit with a blue tie\" What is the definition of \"empty suit\"?\n\n", + "output": "a politician who seeks public office, purporting to hold a certain se of beliefs, but in reality is nothing more than pandering simpleton", + "label": "a politician who seeks public office, purporting to hold a certain se of beliefs, but in reality is nothing more than pandering simpleton" +} +{ + "input": "\"i hurried to the bathroom to release my barking turtle back into the pond\" What is the definition of \"barking turtle\"?\n\n", + "output": "poop, shit, feces, crap", + "label": "\"noun: a loud popping fart that is accompanied by a \"turtle\" or turd poking its head out each time air escapes" +} +{ + "input": "\"-hey bro where did your pet bald eagle go? -it was a victim of beastifatality\" What is the definition of \"beastifatality\"?\n\n", + "output": "when a beastly fat person die", + "label": "when you have extremely rough sexual intercourse with an animal, which upon finishing will generally cause immediate death upon the creature" +} +{ + "input": "\"my girlfriend gave me a insane circus jiffy last night\" What is the definition of \"circus jiffy\"?\n\n", + "output": "the act of 5 men all having there way with a women at the same time in every hole possable", + "label": "when a girl gives a blowjob while doing a handstand" +} +{ + "input": "\"marion reached the 10th level of pisstivity when her crack dealer bailed\" What is the definition of \"pisstivity\"?\n\n", + "output": "1", + "label": "the universal measurement of how pissed off a person is" +} +{ + "input": "\"free varghse\" What is the definition of \"free varghse\"?\n\n", + "output": "a campaign to free a turkish dissident, varghse kurdoglu from prison", + "label": "free verse: a poetic form divided into lines of no particular length or meter, without a rhyme scheme" +} +{ + "input": "\"dr. dre is actually from the ghetto unlike the rappers of today\" What is the definition of \"dr. dre\"?\n\n", + "output": "i don't even listen to rap and i still respect dr dre", + "label": "i don't even listen to rap and i still respect dr dre" +} +{ + "input": "\"-stubs toe on table- sven: oh jvlar\" What is the definition of \"jvlar\"?\n\n", + "output": "\"the sound that comes after \"oh\" when a swedish person stubs his toe", + "label": "\"fucking in swedish" +} +{ + "input": "\"dude, bobby had the clap so he was mountain dewing caitlyn last weekend\" What is the definition of \"mountain dewing\"?\n\n", + "output": "the act of blowing mountain dew into a girl's vagina and then drinking it out", + "label": "the act of shooting one's sperm in a projectile fashion down a girl's throat, so as not to get std's, much like waterfalling for water bottles" +} +{ + "input": "\"oh tom that was not funny your a janoskian\" What is the definition of \"janoskian\"?\n\n", + "output": "a janoskian is a person who is not funny and tries to be cool and fails", + "label": "a group of people who try to be funny but arent" +} +{ + "input": "\"a fandom wank entry made fun of a harry potter community for inane babble, and the fandom wankers made 19857 comments gushing about the entry-maker's icon\" What is the definition of \"fandom wank\"?\n\n", + "output": "\"what livia of the \"supernatural\" fandom calls the show's official twitter account, which only tweets the characters' icons", + "label": "\"an elitist, in-fighting online community that mocks other online communities for elitism and in-fighting" +} +{ + "input": "\"yo jerri dee, go throw a fewa dem dere hogs feet in da fryalator fo suppah, bitch\" What is the definition of \"fryalator\"?\n\n", + "output": "a machine used to cook french fries", + "label": "a big vat of boiling, nasty grease that any breaded food or object can be fried in" +} +{ + "input": "\"\"check out that chick with that rack? you think shes a blondjew? \"i railed this blondjew so hard yest that she screamed 'hai allah\" What is the definition of \"blondjew\"?\n\n", + "output": "a person who is jewish and was born blonde,", + "label": "pronounced: blund-ju the ironic combination of a natural blond (drapes matches carpet) that worships the torrah" +} +{ + "input": "\"the 9:30 club is awwwweeessoooommeee\" What is the definition of \"9:30 club\"?\n\n", + "output": "the best place in dc to see a show", + "label": "\"legendary washington, d" +} +{ + "input": "\"our manager was so drunk last night, he was banana's wasted and could barely walk\" What is the definition of \"banana's wasted\"?\n\n", + "output": "wasted beyond belief, the highest level of inebriation", + "label": "to describe a person of power getting severely intoxicated beyond comprehension" +} +{ + "input": "\"emperor eric wang is looking sexy today\" What is the definition of \"eric wang\"?\n\n", + "output": "a handsome and intelligent ruler, loved by all", + "label": "the almighty emperor" +} +{ + "input": "\"dude, sarah was a conck yesterday\" What is the definition of \"conck\"?\n\n", + "output": "a person who is being a cunt and cock at the same time", + "label": "a mix of cock and cunt put together" +} +{ + "input": "\"\"all those greek guys where like \"hey check out bukkake creampie she's hawwwwt\"\"\" What is the definition of \"bukkake creampie\"?\n\n", + "output": "the hottest thing ever", + "label": "an extremely sexy cross dresser originating from the greek island of crete" +} +{ + "input": "\"hey alex, i just had sex with tiffany, she had a raging chubbo\" What is the definition of \"chubbo\"?\n\n", + "output": "a fat pussy", + "label": "a female boner, or when a girl gets so turned on that her ciltoris swells in size" +} +{ + "input": "\"i was up all night playing video games, and i woke up the next day with contra thumb\" What is the definition of \"contra thumb\"?\n\n", + "output": "the result of playing video games so long, that your thumb gets numb", + "label": "\"a sore and/or numb sensation between the nuckle and base of the thumb caused by hitting the joystick button of a game controller for hours on end" +} +{ + "input": "\"pwner is a laggot\" What is the definition of \"laggot\"?\n\n", + "output": "a person who's mom is so fat that she blocks three lanes of traffic", + "label": "a laggot is a person who enters a server, and causes the server to [lag]" +} +{ + "input": "\"\"kore wa natsu\" What is the definition of \"natsu\"?\n\n", + "output": "\"japanese word for \"hot\" or \"summer\"", + "label": "\"1" +} +{ + "input": "\"hey, i heard your neighbour is a dukun\" What is the definition of \"dukun\"?\n\n", + "output": "the title given to a male who practice the art of witchcraft and sorcery", + "label": "dukun is a common occupation among the javanese people of indonesia" +} +{ + "input": "\"\"i was at ashley's house and that wanglo put it on bbc america\" What is the definition of \"wanglo\"?\n\n", + "output": "a white person that acts really asian or has an asian fetish", + "label": "an american person who through use of slang, trends, media, etc" +} +{ + "input": "\"mark: i witnessed a moaz the other day\" What is the definition of \"moaz\"?\n\n", + "output": "a person who picks his ass while eating a shawarma", + "label": "a phenomenon that occurs over a large mountain whilst a full moon is present in friday the 13th, where nine wolves and a bear screech bloody murder" +} +{ + "input": "\"there's no way that caulooter smells worse than it looks\" What is the definition of \"caulooter\"?\n\n", + "output": "a stinking, shit-filled asshole of a woman who is also an idiot of epic proportions and has a fantastic sense of smell", + "label": "a [cooter] with a cauliflower like bulbous mass" +} +{ + "input": "\"hey, babesauce your looking cute today\" What is the definition of \"babesauce\"?\n\n", + "output": "\"1", + "label": "a petname to call people you adore or are friends with" +} +{ + "input": "\"him: have you talked to jim lately? me: oh yeah, the other day we drank and bull shat about high school and what we've been up to\" What is the definition of \"bull shat\"?\n\n", + "output": "\"past tense of \"bull shit\"", + "label": "(v:past tense) stemmed from bull shitting" +} +{ + "input": "\"dttm right now u asshole prick lol :d:d:d:d:d:d:d\" What is the definition of \"dttm\"?\n\n", + "output": "the new way of doing thums up", + "label": "abbrvation for dont talk to me commenly used in i" +} +{ + "input": "\"denijen is a dollywally\" What is the definition of \"dollywally\"?\n\n", + "output": "see denijen", + "label": "dollywally is a term that is used too describe a person on the [dole]" +} +{ + "input": "\"\"the asian girl asked, \"did you know that the natural way, the orig. sexual position was the [doggy style]? i mean look at the other animals\" What is the definition of \"orig.\"?\n\n", + "output": "originally", + "label": "\"n" +} +{ + "input": "\"she asked for help, and i soo corahed it\" What is the definition of \"corahed\"?\n\n", + "output": "1", + "label": "when someone does extremely well on an assignment" +} +{ + "input": "\"\"are tony and zach still arguing? \"nah, they agreed on the douchebag about how much they hate oscar\" What is the definition of \"agreed on the douchebag\"?\n\n", + "output": "when a group of people agree on how much of a douchebag someone is", + "label": "when two parties argue fiercely, and in the heat of the moment agree on something" +} +{ + "input": "\"band is cool-cool-awesome\" What is the definition of \"cool-cool-awesome\"?\n\n", + "output": "something so cool and awesome, it needs to be said twice", + "label": "a level of cool transcending awesome" +} +{ + "input": "\"baby: mommy i have a boo boo\" What is the definition of \"boo boo\"?\n\n", + "output": "a injury, a word used to describe an injury usually used around younger children", + "label": "a injury, a word used to describe an injury usually used around younger children" +} +{ + "input": "\"where are you guyses eating tonight?\" What is the definition of \"guyses\"?\n\n", + "output": "the subject of a verb or the object of a preposition", + "label": "guyses - when there is more than one person you could say guyses" +} +{ + "input": "\"\"what a tune, fucking hear me now\" What is the definition of \"hear me now\"?\n\n", + "output": "a phrase used at the climax of many a rave tune as people are generally too busy dancing to hear you anyway", + "label": "a way of expressing excitement" +} +{ + "input": "\"sovay, sovay, sovay all along the day\" What is the definition of \"sovay\"?\n\n", + "output": "to say goodbye to someone you love very much", + "label": "\"andrew bird uses this word on his album \"the mysterious production of eggs" +} +{ + "input": "\"yesterday i went to take a shit in the porta-john, i looked down saw some blood pudding\" What is the definition of \"blood pudding\"?\n\n", + "output": "after taking a crap and not wiping your ass properly, you leave traces of fresh blood on your anus", + "label": "congealed blood on top of feces" +} +{ + "input": "\"\"alex was like, \"nolan, how do you do the bunny hop?\" nolan tried to show me the bunny hop and he looked like a rabbit\" What is the definition of \"bunny hop\"?\n\n", + "output": "when you are walking and jump up and down", + "label": "a continuous motion up and down" +} +{ + "input": "\"dude, your talking absolute bullshite again\" What is the definition of \"bullshite\"?\n\n", + "output": "basically a nicer way of saying 'lies'", + "label": "polite way of saying [bullshit]!" +} +{ + "input": "\"\"a common brodium dialogue: \"are you disagreeing with me, sullivan? or are you just being your genuine asshole self?\" \"i'm asking you a question you cynical fuck\" What is the definition of \"brodium\"?\n\n", + "output": "a heavy sarcasim or cynical word used as a common phrase", + "label": "bromance is that awesome relationship between men that is completely non-sexual but totally a will die for you friendship" +} +{ + "input": "\"one time i was on the toilet at work playing on my phone and looking at pictures of girls i’ve slept with and i got crappled\" What is the definition of \"crappled\"?\n\n", + "output": "to be flirted with", + "label": "when you sit on the toilet for so long your legs go numb" +} +{ + "input": "\"ay dog, you see the buffalo knuckle on that breezy\" What is the definition of \"buffalo knuckle\"?\n\n", + "output": "to suck a penis", + "label": "cameltoe, deerfoot, major labia, pussy lips, & pek-pek(pinoy)" +} +{ + "input": "\"he takes it up his poo chute\" What is the definition of \"poo chute\"?\n\n", + "output": "a slang term for taking it up the ass", + "label": "slang for anus" +} +{ + "input": "\"\"example: \"dude, did you hear that woodpecker in the kitchen?\" \"nah man you're just hearlucinating that\" to hearlucinate\" What is the definition of \"hearlucinate\"?\n\n", + "output": "the act of informing someone that you are going to \"uce\" them", + "label": "hearlucinate - while high, the experience of hearing things that others cannot, noises that don't actually happen" +} +{ + "input": "\"his smile was simply amazmafying\" What is the definition of \"amazmafying\"?\n\n", + "output": "a combination of amazing and -fying", + "label": "something that is so completely awesome that it blows your mind away" +} +{ + "input": "\"marie is cute, but her snatch is full of flikkk\" What is the definition of \"flikkk\"?\n\n", + "output": "forlicker, fornication, sexual intercourse,", + "label": "vaginal crust consisting of dried blood and mucus that accumulates as a result of improper tampon use or lack therof" +} +{ + "input": "\"i heard that kid was going around breaking the benjamin yesterday\" What is the definition of \"breaking the benjamin\"?\n\n", + "output": "to take a piss very far", + "label": "beating the living shit out of the first kid you see at your school named benjamin" +} +{ + "input": "\"clear channel is uber ghey\" What is the definition of \"clear channel\"?\n\n", + "output": "greatest threat to music today", + "label": "the [microsoft] of [american] radio" +} +{ + "input": "\"wow that breighton is such a queer\" What is the definition of \"breighton\"?\n\n", + "output": "a male who is obsessed with trucks and has a tiny penis", + "label": "\"a gay \"pacific islander\" male with an overall small package who deserves to get hes ass kicked \"" +} +{ + "input": "\"\"after releasing their first album \"too hot for tv\" everyone knew for sure da band sucked\"\" What is the definition of \"da band\"?\n\n", + "output": "a sucky ass band that tries to be good but everyone knows they suck so they are called da band", + "label": "a horribly disappointing rap group which had high expectations who was signed accidentally by p" +} +{ + "input": "\"you can really get down on a disco bike\" What is the definition of \"disco bike\"?\n\n", + "output": "1", + "label": "a triathlon or time-trial bike" +} +{ + "input": "\"x: as what are you going to cosplay this year? y: i'm going to buy an animegao and cosplay as hatsune miku\" What is the definition of \"animegao\"?\n\n", + "output": "anime gao, or anime eyes", + "label": "a suit used for cosplaying that covers the whole body and makes you look like an anime character" +} +{ + "input": "\"my new girlfriend is such a bittner\" What is the definition of \"bittner\"?\n\n", + "output": "in one word", + "label": "a woman doesn't realize how beautiful she is" +} +{ + "input": "\"blah blah blah blah chicken dippers\" What is the definition of \"chicken dippers\"?\n\n", + "output": "must be said randomly with confidence", + "label": "must be said randomly with confidence" +} +{ + "input": "\"bungsture is of: your mom, your sister, your grandmother, and your wife\" What is the definition of \"bungsture\"?\n\n", + "output": "a term to describe a person that has a bung for a mouth", + "label": "a storage place for a dick, usually found near the vaginal cavity of a whore" +} +{ + "input": "\"i show true man love while watching the vols\" What is the definition of \"man love\"?\n\n", + "output": "1", + "label": "when one man has complete love for eric berry" +} +{ + "input": "\"i found the biggest goth in the school in the libary late one night with a copy of catcher in the rye and a bottle of lotion\" What is the definition of \"catcher in the rye\"?\n\n", + "output": "a sperm receptacle", + "label": "a hilarous book that i love that emo's jack off too" +} +{ + "input": "\" ah ye, assistant ninja ho' fo' u\" What is the definition of \"assistant ninja\"?\n\n", + "output": "1", + "label": "holds and sharpens the many long objects a ninja happens to carry" +} +{ + "input": "\"damn dog i sould'nt put that bomb sauce on that fish taco my ass was blowing up all night\" What is the definition of \"bomb sauce\"?\n\n", + "output": "something you eat when you are drunk and it makes your stomach explode", + "label": "a condement of a spice or chilli base strong enough to enduce explosive diahreah in whomever ingests it" +} +{ + "input": "\"saale bocha (in local language) = you ass-hole\" What is the definition of \"bocha\"?\n\n", + "output": "bocha is derived from sa word", + "label": "bocha is an indian abuse used commonly in slums" +} +{ + "input": "\"ex1) p1: could you [spycheck] the upper level? p2: sure thing p1: [ty] fren ex2) alice: i'm always here if you need me\" What is the definition of \"fren\"?\n\n", + "output": "[fren] is a shorter and more casual version of [friend]", + "label": "\"(n" +} +{ + "input": "\"abirami loves to listen to korean music and wishes she was white\" What is the definition of \"abirami\"?\n\n", + "output": "a tall, hot-tempered female, who always thinks shes white", + "label": "the most amazing girl ever! she is extremely nice, smart, pretty, and is a great friend" +} +{ + "input": "\"bob spent several hours in the bathroom man scaping so that he was ready for his big date\" What is the definition of \"man scaping\"?\n\n", + "output": "when a man spends lots of time getting ready to be seen by the opposite sex", + "label": "for a guy to trim his pubic hair or to style it fashionably" +} +{ + "input": "\"dude, did you see dhruv on his guitar kelly, he plays her like a cheap date\" What is the definition of \"dhruv\"?\n\n", + "output": "the kind of guy every girl wants- sweet, romantic, caring, fun to be around, and damn good in bed", + "label": "the coolest guju, and desi in the world, and simply amazing at the guitar" +} +{ + "input": "\"beatmybeaver all day\" What is the definition of \"beatmybeaver\"?\n\n", + "output": "1", + "label": "brand new blog beatmybeaver" +} +{ + "input": "\"basic limewire= frostwire - yellow + blue need i say more??\" What is the definition of \"frostwire\"?\n\n", + "output": "a great p2p program which allows users to share any type of file", + "label": "limewire but blue @_@" +} +{ + "input": "\"you're acting like a total broko ono right now\" What is the definition of \"broko ono\"?\n\n", + "output": "from the ancient greek term, broko onos, meaning angry penis", + "label": "1) a male friend who breaks up a band" +} +{ + "input": "\"he's all in the corner over there like god intoxicant, and antizen and stuff\" What is the definition of \"antizen\"?\n\n", + "output": "an anti intoxicating substance", + "label": "state of consciousness usually associated with dissociative drugs, which can feel almost equivalent to higher meditative states but differ in an objectivity and fondness for fear, madness, sadness, disconnection, etc" +} +{ + "input": "\"wow those boys latin guys are stupid, they couldnt get into gilman\" What is the definition of \"boys latin\"?\n\n", + "output": "bunch of rich preppy faggots who go to an all boys school and dream of getting into gilman", + "label": "this is were people go when they don't get in to gilman" +} +{ + "input": "\"have you ever met an angel? no, but i have met something better; a daydra\" What is the definition of \"daydra\"?\n\n", + "output": "the best combination of a person one could ever meet", + "label": "with out a doubt, a diamond among the ashes" +} +{ + "input": "\"belgum is bamboozling me\" What is the definition of \"bamboozling\"?\n\n", + "output": "to confuse or bewilder", + "label": "confusing [pulling a belgum]" +} +{ + "input": "\"hey let's go hang out at the burbank mall, it's quite an armopolis\" What is the definition of \"armopolis\"?\n\n", + "output": "a place worth visiting", + "label": "a metropolitan area where a group of armenians gather to shop, hang out, eat, go to the movies, etc" +} +{ + "input": "\"roni is aishah's huggy bear lol\" What is the definition of \"huggy bear\"?\n\n", + "output": "a person who is very sweet and loveable", + "label": "a person that you want to be with all the time, and someone that u care about more than anything else" +} +{ + "input": "\"holy shit, paul's baking brownies\" What is the definition of \"baking brownies\"?\n\n", + "output": "\"when one farts excessively - the smell of \"baking brownies\"\"", + "label": "\"when one farts excessively - the smell of \"baking brownies\"\"" +} +{ + "input": "\"as soon as she returned to her grave, emily gibbs placed her twelfth birthday forever next to geoge webb in the hurt locker of her heart\" What is the definition of \"hurt locker\"?\n\n", + "output": "the place where you put all your hurts when you are feeling overwhelmed, so you can release them all at once!", + "label": "\"by analogy from snot locker (military terminology for the nose), the heart is a person's hurt locker" +} +{ + "input": "\"i get that cheddahroni wit extra thick crust u no thick bread- bueno 4m south sac\" What is the definition of \"cheddahroni\"?\n\n", + "output": "tha best weed possibly could be out this is some good shit", + "label": "it is large amount of money" +} +{ + "input": "\"\"examples of everyday use \"i'm bunted\" \"turn off that little green light that's like a meter away from me i'm so bunted\" What is the definition of \"bunted\"?\n\n", + "output": "the feeling of being high and stoned after smoking weed", + "label": "a state of mind in which a person becomes overwhelmed with feelings of tiredness, drowsiness and complete apathy rolled in to one" +} +{ + "input": "\"ever since the election, its been 36 degrees between mccain and palin\" What is the definition of \"36 degrees\"?\n\n", + "output": "the difference between john mccain and sarah palin", + "label": "\"used to refer to two people who are not in good terms" +} +{ + "input": "\"when you poop you turn the bathroom fan on to create a sound barrier\" What is the definition of \"sound barrier\"?\n\n", + "output": "when you are constipated and need to fart but can't so you turn on the fan to muffle the sound", + "label": "when you are doing something that makes sound and you don't want other people to know you are doing that activity" +} +{ + "input": "\"\"don't you be getting all up in me with your botherese\" What is the definition of \"botherese\"?\n\n", + "output": "botherese- (noun) 1", + "label": "a cluster of annoyances" +} +{ + "input": "\"the power of ahmania is overwhelming\" What is the definition of \"ahmania\"?\n\n", + "output": "1", + "label": "the powerful wave of ahmed support and adoration which began to sweep the nation from the very beginning of 'big brother 5' in late may 2004" +} +{ + "input": "\"i do believe her majesty's found a dumpf\" What is the definition of \"dumpf\"?\n\n", + "output": "the love of one's life", + "label": "a large, hefty stick found in a jamaican wood by the queen of england" +} +{ + "input": "\"my happy meal came with an alpha phi toy\" What is the definition of \"alpha phi\"?\n\n", + "output": "1", + "label": "1" +} +{ + "input": "\" mate she had a seriously loose bowie knife mistake\" What is the definition of \"bowie knife mistake\"?\n\n", + "output": "to make a serious error in judgement named after the film 'the crowe / bowie knife mistake'", + "label": "a slang expression used to describe a red gash, or womans fanny" +} +{ + "input": "\"\"pat: \"why does yo sister keep trippin?'\" dirty d: \"because she has big nasties\" What is the definition of \"big nasties\"?\n\n", + "output": "big nasties are big breasts, that are nasty", + "label": "beach ball sized droopy titties" +} +{ + "input": "\"a: how was the show last night? b: it was great but i got a bad case of barricade burn\" What is the definition of \"barricade burn\"?\n\n", + "output": "the resulting burn from using barricade, a common foam weapon from halo 3", + "label": "a condition similar to rug burn that occurs while attending a concert and standing in the front row and being pushed by the entire crowd behind you against the barricade" +} +{ + "input": "\"i got a bitch named block head, she got a block head\" What is the definition of \"block head\"?\n\n", + "output": "a person with a big head", + "label": "1" +} +{ + "input": "\"yeah, i just copped 2 pairs of fat heads from foot locker\" What is the definition of \"fat heads\"?\n\n", + "output": "a term used 4 big heads", + "label": "\"a south eastern virginia term used for \"nike air force ones\"" +} +{ + "input": "\"\"dude 1: \"last night i was goin to town at the desk with some porn, and my arms seemed major delshaun\" What is the definition of \"delshaun\"?\n\n", + "output": "a delshaun is a rather tall male or female that has an secks for animals", + "label": "over average arm length" +} +{ + "input": "\"a coffin nail a day will put you away\" What is the definition of \"coffin nail\"?\n\n", + "output": "slang term for a cigarette", + "label": "slang term for a cigarette" +} +{ + "input": "\"justin bieber is a closet homosexual\" What is the definition of \"closet homosexual\"?\n\n", + "output": "a gay person who wants to keep their true sexual orientation a secret", + "label": "a gay person who wants to keep their true sexual orientation a secret" +} +{ + "input": "\"bilbo baggins for faggins\" What is the definition of \"bilbo baggins\"?\n\n", + "output": "the most epic character in the lord of the rings trilogy", + "label": "a cigarette, a way for people to disguise the word fag without being found out" +} +{ + "input": "\"you are totally catabriea\" What is the definition of \"catabriea\"?\n\n", + "output": "a crazy girl with red hair who has a huge ego", + "label": "synonomous for someone who is cool, sexy and smart" +} +{ + "input": "\"you should stop by nicaragua when you trip to central america\" What is the definition of \"nicaragua\"?\n\n", + "output": "a beautiful country in central america", + "label": "location : central america (between costarica and guatemala) capital : managua population : not sure" +} +{ + "input": "\"alex felt allusophoria and laughed when he realized that nemo in finding nemo was named after the fictional character captain nemo in twenty thousand leagues under the sea\" What is the definition of \"allusophoria\"?\n\n", + "output": "the state of being in a euphoric state from reading a book, non-fiction or fictional", + "label": "the sense of delight experienced on discovering the origin of a literary allusion" +} +{ + "input": "\"\"shit boys, check out that fucker, he's showing us an open mic\" What is the definition of \"open mic\"?\n\n", + "output": "the state of having one's zipper down, revealing one's junk", + "label": "noun" +} +{ + "input": "\"that dead anime monkey spanks\" What is the definition of \"dead anime\"?\n\n", + "output": "something that is most definitely dead, yet people still worship it", + "label": "a 1447 face" +} +{ + "input": "\"\"paul: \"hey whuddup, beeech\" What is the definition of \"beeech\"?\n\n", + "output": "the word used to describe your well being", + "label": "beeech is a word with multiple definitions" +} +{ + "input": "\"jeanne had a bit of a geisha moment going on when she reached out her arm across me to hold on to the train handles\" What is the definition of \"geisha\"?\n\n", + "output": "a girl with ginger pubic hair", + "label": "to indecently reveal a part of the body so as to seduce or attract attention from someone of the opposite sex, usually a male" +} +{ + "input": "\"\"oh my god, i took the biggest clit shit this morning\" What is the definition of \"clit shit\"?\n\n", + "output": "a clit shit is when you take a shit and it comes out swollen and smelly", + "label": "1" +} +{ + "input": "\"\"a- \"where's johnny?\" b- \"he's going bush with caterina\" What is the definition of \"going bush\"?\n\n", + "output": "to go into the bush with a significant other and come out with either a [hicky] or a [blunt]", + "label": "going down on a fat italian or greek woman who is in need of a good mach 3'ing" +} +{ + "input": "\" oh, whoop-dee-doo, i'm gonna be 5 and a stick on saturday\" What is the definition of \"and a stick\"?\n\n", + "output": "used to exend any noun to make it sound better", + "label": "\" an age that includes a \"1\" at the end, like \"11\", \"21\", \"31\", \"41\", etc" +} +{ + "input": "\"1: mind if i crash on your couch? i'm way too torqued to drive\" What is the definition of \"torqued\"?\n\n", + "output": "1", + "label": "\"to be really fucked up on booze or drugs" +} +{ + "input": "\"that food was da bomb\" What is the definition of \"da bomb\"?\n\n", + "output": "great, awesome", + "label": "very good" +} +{ + "input": "\"don't be loud about our session the crum snake as lurking around and i don't want him in on it, plus i've seen him pour the bowl onto his watch\" What is the definition of \"crum snake\"?\n\n", + "output": "a crum-ho is someone who smokes weed but doesn't pass the bowl to the left", + "label": "a person notoriouslly known to only come around to crash smoke sessions" +} +{ + "input": "\"bill: i'm really tired imma go take a nap (nine minutes later) frank: you look more tired than when you went in, that was definitely a 9 minute nap\" What is the definition of \"9 minute nap\"?\n\n", + "output": "a 9 minute nap is when you fall asleep straight away but wake up feeling more tired than when you went in", + "label": "to masturbate, to tell your friends that you are going to take a nap, when you are just going to jerk off" +} +{ + "input": "\"dude, we got a bird on a stick on the left\" What is the definition of \"bird on a stick\"?\n\n", + "output": "\"used primarily by military personnel", + "label": "a term used when an extremely weird person walks by and you want to point them out to your friends without being rude" +} +{ + "input": "\"dude, tracey was riding me [reverse cowgirl] last night when my dick slipped out and i got a belgian dip\" What is the definition of \"belgian dip\"?\n\n", + "output": "the act of a man's penis slipping out and into a womans butt", + "label": "the act of a man accidentally penetrating a woman's anus during sex" +} +{ + "input": "\"angela is a drunk slut\" What is the definition of \"drunk slut\"?\n\n", + "output": "is someone who likes to cheat on her boyfriend with other guys", + "label": "is someone who likes to cheat on her boyfriend with other guys" +} +{ + "input": "\"shae thinks she is a 5 star chick but she is a [duck] or she is deer meat\" What is the definition of \"deer meat\"?\n\n", + "output": "any girl that looks good as hell from far away but when you get up on her she is all wrong", + "label": "a girl who is ugly or looks like a duck!!!" +} +{ + "input": "\"oh boo bear\" What is the definition of \"boo bear\"?\n\n", + "output": "the name of a little blue bear", + "label": "the name of a little blue bear" +} +{ + "input": "\"joe starts off every day with a columbus coffee shot in bed\" What is the definition of \"columbus coffee shot\"?\n\n", + "output": "\"like a \"hot shot\" but with coffee", + "label": "the act of a man ejaculating into his own mouth and swallowing it" +} +{ + "input": "\"some mobbing was going on in the workplace\" What is the definition of \"mobbing\"?\n\n", + "output": "like [bullying] but from a group of people", + "label": "\"is a form of workplace bullying" +} +{ + "input": "\"i pulled a carolina butter churn then made her spread it on toast and eat it\" What is the definition of \"carolina butter churn\"?\n\n", + "output": "\"the act of shitting into a girls mouth, then continuing to fuck her until the shit is \"churned\" into butter, then spit out", + "label": "\"your girl is underneath you, then she fellates you, when you reach orgasm, you continue to pump it and churn the ejaculate into \"butter\"" +} +{ + "input": "\"all them kids went out cripping and ended up stealing some car radios\" What is the definition of \"cripping\"?\n\n", + "output": "\"the act of being a \"cracker\" or white kid", + "label": "the act of committing illegal acts" +} +{ + "input": "\"\"ahh shit, i scagged my tights \"oh no, i've got a scag in my dress\"\"\" What is the definition of \"scag\"?\n\n", + "output": "a piece of toilet roll that has been left in a ladies undergarments or clothing", + "label": "\"wenglish (welsh - english) origin" +} +{ + "input": "\"jane: i dated this guy who was completely hairless once kelly: well that's not as bad as this guy i dated who had a dufret\" What is the definition of \"dufret\"?\n\n", + "output": "a retarted penis", + "label": "a pubic hair style that men may sometimes have" +} +{ + "input": "\"i got exhaustifaded and nodded off\" What is the definition of \"exhaustifaded\"?\n\n", + "output": "faded in every sense of the word", + "label": "when you are tired and fading into the weird abstract thoughts right before you lose consciousness" +} +{ + "input": "\"q: who's the fag spamming his shit forum here? a: that's just ban from banned all stars\" What is the definition of \"banned all stars\"?\n\n", + "output": "the legendary group of ubercool people banned from multiple forums for speaking their minds", + "label": "\"an internet forum filled with fags and social rejects" +} +{ + "input": "\"i was about to go down this chick, then i saw she had a dangle twat and i was back to the titties\" What is the definition of \"dangle twat\"?\n\n", + "output": "to rest ones scrotum in/within a woman's vagina", + "label": "when a girls vag lips are really long and hnag like meat curtains" +} +{ + "input": "\"let's watch the general lee jump another dip\" What is the definition of \"general lee\"?\n\n", + "output": "a dip jumping moonshiner", + "label": "\"the car form the \"duke's of hazard\" tv show" +} +{ + "input": "\"wow that kid is dementerated\" What is the definition of \"dementerated\"?\n\n", + "output": "to be messed up or crazy", + "label": "when something is really messed up and really dementered" +} +{ + "input": "\"mozambique has many back-alley abortionists skilled in dung beetle abortion\" What is the definition of \"dung beetle abortion\"?\n\n", + "output": "an abortion method employed by third world back-alley abortionists in which the abortionist rolls the fetus into a ball with his or her hands while it is still in the uterus", + "label": "a style of low-rent [abortion] performed world-wide" +} +{ + "input": "\"christine is a digerati\" What is the definition of \"digerati\"?\n\n", + "output": "christine is a digerati", + "label": "latin for christine is the coolest girl in the world" +} +{ + "input": "\"your coochie is foochie\" What is the definition of \"foochie\"?\n\n", + "output": "a nasty, stinky, sweaty vagina", + "label": "smelly, emitting a strong or unpleasant odor" +} +{ + "input": "\"\"me - \"man, you got arshed last night\" What is the definition of \"arshed\"?\n\n", + "output": "1", + "label": "\"a state of being" +} +{ + "input": "\"my retainer is impettnis\" What is the definition of \"impettnis\"?\n\n", + "output": "something that sucks, like the impetuousness of a person or thing", + "label": "\"sucks hair balls, worse thing ever" +} +{ + "input": "\"person a: what are you doing tonight? person b: oh, you know, just beating the pufferfish\" What is the definition of \"beating the pufferfish\"?\n\n", + "output": "another term for having sex", + "label": "a slang term for [masturbating] or [fingering] or [pleasuring ones self]" +} +{ + "input": "\"ashley got all blingual about those diamond earrings\" What is the definition of \"blingual\"?\n\n", + "output": "to talk smack about bling", + "label": "when all someone can talk about is their new jewelry" +} +{ + "input": "\"opz #angercoach\" What is the definition of \"#angercoach\"?\n\n", + "output": "a #bitch who doesn't have a clue", + "label": "a term that originated from breezy requiring anger management, as he is and was and always will be raged from gesp/bsod pz, and bloo came up with this usefull suggestion/comment/phrase" +} +{ + "input": "\"he sat around stoned all day listening to butt rock on the 'wild hare'\" What is the definition of \"butt rock\"?\n\n", + "output": "\"a derogatory term for any hard rock music", + "label": "\"a derogatory term for any hard rock music" +} +{ + "input": "\"damn baby, i could really go for some chop chop right about now\" What is the definition of \"chop chop\"?\n\n", + "output": "any sexual activity", + "label": "any sexual activity" +} +{ + "input": "\"no you didn't just do that, toh\" What is the definition of \"toh\"?\n\n", + "output": "to hilarious to even begin to describe", + "label": "a verbal exclamation" +} +{ + "input": "\"\"who's that kid over there being picked on? \"oh, that must be a graham christmas\" What is the definition of \"graham christmas\"?\n\n", + "output": "a very lonely person who has a very low self-esteem", + "label": "an excitable, quick tempered and usually horny individual" +} +{ + "input": "\"look at that frudd\" What is the definition of \"frudd\"?\n\n", + "output": "frudd is a smart girl with a nice face", + "label": "a sexy person" +} +{ + "input": "\"jerk: i just joined assholes anonymous\" What is the definition of \"assholes anonymous\"?\n\n", + "output": "this is a 12-step program for people addicted to being assholes and who wish to attempt recovery", + "label": "this is a 12-step program for people addicted to being assholes and who wish to attempt recovery" +} +{ + "input": "\"omg carine and darren you guys are so cute :o\" What is the definition of \"carine and darren\"?\n\n", + "output": "the cutest couple in the world", + "label": "sexy ass couple of the year" +} +{ + "input": "\"are you nakee under there?\" What is the definition of \"nakee\"?\n\n", + "output": "(nah-kee) naked", + "label": "the act of wearing your birthday suit" +} +{ + "input": "\"last nite at the party stu had a brit-shit after he had passed out\" What is the definition of \"brit-shit\"?\n\n", + "output": "the act of shitting ones pants while sleeping and not waking up", + "label": "a type of shit after passing out with your face on the toilet and no pants on" +} +{ + "input": "\"juvenile says:an oscar mayer is a motha fuckin big ole black wiener that is on fire\" What is the definition of \"oscar mayer\"?\n\n", + "output": "juvenile aka b", + "label": "an oscar mayer is a motha fuckin big ole black wiener that is on fire" +} +{ + "input": "\"bdat bdat bdat\" What is the definition of \"bdat\"?\n\n", + "output": "bangin' da action!", + "label": "a blood call, something the bloods call eachother by and white people now made it their own saying" +} +{ + "input": "\"my god, susan boyle has a bottom face\" What is the definition of \"bottom face\"?\n\n", + "output": "a face that looks like a backside", + "label": "bottom face is a term that refers to a face that looks, or beholds the equivalent attraction, to that of a bottom" +} +{ + "input": "\"i'll have to call you back, i'm buzzing the tower so my bitch don't get hair in her mouth\" What is the definition of \"buzzing the tower\"?\n\n", + "output": "it's when a male shaves his some times long and thick dick before getting head", + "label": "shaving the shaft of the penis" +} +{ + "input": "\"i'm fiddling so leave me be\" What is the definition of \"fiddling\"?\n\n", + "output": "the act of playing with one's genitals until orgasm is reached", + "label": "the art of female masturbation" +} +{ + "input": "\"\"i had to go and get my coat bizzits cold outside\" What is the definition of \"bizzits\"?\n\n", + "output": "\"bizzits - a word used in the nenet region and beyond that means \"very\" or \"it is very", + "label": "\"southern illinois slang" +} +{ + "input": "\"damn that fool g-lo is the shit\" What is the definition of \"g-lo\"?\n\n", + "output": "g-lo is the hottest rapper, raps with a style unlike NO other", + "label": "born july 25,1992" +} +{ + "input": "\"everyone will bow to faze cow\" What is the definition of \"faze cow\"?\n\n", + "output": "faze cow is the god and ruler of the earth", + "label": "a knowner" +} +{ + "input": "\"dj doesnt have a good shape up because he's afro-canadian\" What is the definition of \"afro-canadian\"?\n\n", + "output": "a white guy with an afro hair style", + "label": "someone whose parents are black and french canadian or canadian" +} +{ + "input": "\"this bakllava my mum made is so sweet\" What is the definition of \"bakllava\"?\n\n", + "output": "the philadelphia slang term for the middle-eastern pastry, baklava", + "label": "a turkish/albanian dessert made with layers of pastry, nuts and honey" +} +{ + "input": "\"i rubbed her nubbin and flube came out\" What is the definition of \"flube\"?\n\n", + "output": "fluid from a flange", + "label": "fanny lube, or the clear liquid that is made by an aroused poon (fanny in the uk means pussy)" +} +{ + "input": "\"watch me encrypt my underpants\" What is the definition of \"encrypt\"?\n\n", + "output": "to squeeze ones genitals", + "label": "the act of encrypting" +} +{ + "input": "\"you're such a dingwad\" What is the definition of \"dingwad\"?\n\n", + "output": "a", + "label": "an idiotic person" +} +{ + "input": "\"look over there she looks like an ember\" What is the definition of \"ember\"?\n\n", + "output": "a sexy girl that has a nice ass", + "label": "the beauty of sunlight sparkling on the water" +} +{ + "input": "\"i made beefy logs\" What is the definition of \"beefy logs\"?\n\n", + "output": "a word used to describe a noun such as a penis or a piece of beef", + "label": "a snack eaten in south park, presumably by eric cartman" +} +{ + "input": "\"i thought of alex murphy and i had an agasm\" What is the definition of \"agasm\"?\n\n", + "output": "an orgasm caused by thinking of a ex", + "label": "the type of extreme pleasure experienced when the [a-spot] in the brain is stimulated" +} +{ + "input": "\"pit boss: has anyone seen carmen? floorman: she's gone for the day, she got the early out\" What is the definition of \"early out\"?\n\n", + "output": "for those who leave work before it closes", + "label": "\"casino dealers work 1 hour on, 20 minutes off - when your last break falls at the end of your shift, you get out of work 20 minutes early" +} +{ + "input": "\"i love you abmorost\" What is the definition of \"abmorost\"?\n\n", + "output": "the perfect boyfriend any girl could ask for", + "label": "absolutely more than most" +} +{ + "input": "\"hey you should buy art damage by fear before the march of flames\" What is the definition of \"fear before the march of flames\"?\n\n", + "output": "a shitty band that used to have a lot of potential but the vocalist sold out and now they are a bunch of sellout douche bags", + "label": "the most amazing band on the planet that will pwn every band you like" +} +{ + "input": "\"i need to photogrophise this moment\" What is the definition of \"photogrophise\"?\n\n", + "output": "taking a photo of something to remember it by", + "label": "\"another way of saying \"taking a photo\"\"" +} +{ + "input": "\"mom: tommy clean the fuck up before i beat you\" What is the definition of \"clean the fuck up\"?\n\n", + "output": "what your mom says when your being a mess", + "label": "what a mom screams at her son when she is pms'ing and the house isnt clean" +} +{ + "input": "\"dude, that bfm needs to shut it or i'll get medieval on his ass\" What is the definition of \"bfm\"?\n\n", + "output": "acronym for bitch-fuck moron", + "label": "short for butt fucking moron" +} +{ + "input": "\"demigirls are just cis women experiencing cisphoria\" What is the definition of \"cisphoria\"?\n\n", + "output": "the phenomenon of people realizing they were born with the wrong genitals and then spending their lives as the opposite sex", + "label": "the feeling of not wanting to be pigeonholed into society's view of one's gender, but not actually being trans" +} +{ + "input": "\"credit card terrorism 1\" What is the definition of \"credit card terrorism\"?\n\n", + "output": "using a credit card to buy lots of stuff you don't need with money you don't have!", + "label": "credit card terrorism is a condition that is inflected upon the american consumer by various banking institutions in the following fashion" +} +{ + "input": "\"man, i just needed a few minutes peace and some idiot decided he wanted a cubicle buddy\" What is the definition of \"cubicle buddy\"?\n\n", + "output": "shorthand for 'cube monkey' see [cube monkey]", + "label": "someone who sits in the cubicle right next to you when there are plenty of other free cubicles" +} +{ + "input": "\"that bible head on the school counsil is trying to get the ten commandments\" What is the definition of \"bible head\"?\n\n", + "output": "some one who is extremley religious", + "label": "a very religous person" +} +{ + "input": "\"can i turn the television up, i'm getting braincrunch\" What is the definition of \"braincrunch\"?\n\n", + "output": "the feeling that one's head will explode if they don't get what they want", + "label": "when eating something crunchy one may find that they can hear the crunch louder in their head than others can hear it around them" +} +{ + "input": "\"she handled those execs like a bitch on wheels\" What is the definition of \"bitch on wheels\"?\n\n", + "output": "\"a woman at work who takes a direct route to get shit done", + "label": "\"a woman at work who takes a direct route to get shit done" +} +{ + "input": "\"co za asy\" What is the definition of \"co za asy\"?\n\n", + "output": "\"a supposed comment on a video called \"couch mover fail\" on [failblog]'s youtube account", + "label": "\"an annoying comment in the polish language that means \"as for the aces\" or \"what an ace\"" +} +{ + "input": "\"jamie was really into watching bitches with heels stomp out some lifeless corpse in his favorite crush porn\" What is the definition of \"crush porn\"?\n\n", + "output": "pornography in which one or more participants are crushed by other participants for sexual gratification", + "label": "porn in which a woman in stiletto heels stomps on a man's testicles in an act of sexual gratification" +} +{ + "input": "\"he is mayur\" What is the definition of \"mayur\"?\n\n", + "output": "a mayur is a god on earth", + "label": "he is the p i m p also known as numba one stunna" +} +{ + "input": "\"cain committed fratricide when he killed his own brother abel in the [book of genesis]\" What is the definition of \"fratricide\"?\n\n", + "output": "the act of killing one's own brother", + "label": "fratricide is when you kill your own brother" +} +{ + "input": "\"with someone elses material on your video, they can dmca you\" What is the definition of \"dmca\"?\n\n", + "output": "digital millenium copyright act: used to stop people from stealing online material", + "label": "v" +} +{ + "input": "\"man i think i'm gonna bow out soon and get to bed\" What is the definition of \"bow out\"?\n\n", + "output": "to leave a group of friends, or a party", + "label": "to gracefully leave a situation that you've had enough of" +} +{ + "input": "\"jill: i like alkaline trio\" What is the definition of \"alkaline trio\"?\n\n", + "output": "a band that no-one seems to dislike", + "label": "a band that no-one seems to dislike" +} +{ + "input": "\"famous last words of a fool: this will be easy, no one's going to get hurt\" What is the definition of \"famous last words\"?\n\n", + "output": "a phrase commonly said right before something bad happens", + "label": "statement made just before an untimely passing" +} +{ + "input": "\"\"i'm sad, i need to laugh \"hey you should watch a muddyonion video\" What is the definition of \"muddyonion\"?\n\n", + "output": "a man who makes funny videos and posts them on his youtube account", + "label": "a very funny youtube channel created by two super awsome dudes" +} +{ + "input": "\"that new chick at school man is such a bush pig i swear she is the ugliest bushy ever\" What is the definition of \"bush pig\"?\n\n", + "output": "a bush pig an extremely ugly looking female", + "label": "a bush pig an extremely ugly looking female" +} +{ + "input": "\"\"the \"lojack\" copware allowed the authorities to recover the stolen laptop\" What is the definition of \"copware\"?\n\n", + "output": "software, such as lojack, that allows the police to locate and recover stolen property", + "label": "purposefully-builtin software and hardware exploits that enable the authorities remote access to a suspect's computer" +} +{ + "input": "\"i went out on the town last night and got completely chappled\" What is the definition of \"chappled\"?\n\n", + "output": "to get drunk, [see: chapped]", + "label": "to be drunk or anebriated" +} +{ + "input": "\"dude did you just defocate on my chair\" What is the definition of \"defocate\"?\n\n", + "output": "to take a nasty crap", + "label": "1) to release your bowels in a violent manner, usually in a toilet" +} +{ + "input": "\"hey randy, did you eat spicy food yesterday? because that bubble and squeak you gave me is burning my [arse] real bad\" What is the definition of \"bubble and squeak\"?\n\n", + "output": "a slang word used in the uk for [cum]", + "label": "the sexual act involving two [homosexual] men, where one man stretches open the anus of the other using his hands in a funnel like fashion" +} +{ + "input": "\"man, i heard you got a bonzi b from that [hooker] last night\" What is the definition of \"bonzi b\"?\n\n", + "output": "a std one gets from having sex with a dirty whore", + "label": "a faggot on encyclopedia dramatica's irc network that has a small dick, lice, aids and thinks he's somebody special" +} +{ + "input": "\"my girlfriend insists that i wear a condom, because i cum chunky soup\" What is the definition of \"chunky soup\"?\n\n", + "output": "a phrase to describe the texture of semen, especially semen with a high sperm concentration and/or volume", + "label": "semen that is thick and yellow with a strong musky odor" +} +{ + "input": "\"im about to get that 5 legged caribou\" What is the definition of \"5 legged caribou\"?\n\n", + "output": "a word used by only the most pimp ass people when they are in the mood for getting down and dirty with some fast ass women", + "label": "a man on all fours, whose dick is so big it touches the ground" +} +{ + "input": "\"say baht, you talkin bout that cut? skinny baht white baht asian baht\" What is the definition of \"baht\"?\n\n", + "output": "pronounced like bet but with an h at the end", + "label": "pronoun used to describe a female specimen" +} +{ + "input": "\"you can spot a bottle blonde a mile away\" What is the definition of \"bottle blonde\"?\n\n", + "output": "a girl who dyes her hair, and in the process turns her head into a plastic bowl", + "label": "someone who is not naturally blonde but rather uses a hair-dye to create the appearance of being blonde" +} +{ + "input": "\"random douchebag: i don't like him, he's a bammes\" What is the definition of \"bammes\"?\n\n", + "output": "a word used for someone who is gay, a loser, or both", + "label": "one who is liked by all and those who hate him are insignificant jealous bastards" +} +{ + "input": "\"dude, i just played the sloppiest, most heinous, vomit-inducing maynerd of my life last night; it was dog trash\" What is the definition of \"maynerd\"?\n\n", + "output": "to nerd ones self in a mayne manner", + "label": "\"a game of go that usually entails one (or most certainly more) of the following occurrences but more often proceeds exactly in the following manner: 1" +} +{ + "input": "\"braylene is so funny\" What is the definition of \"braylene\"?\n\n", + "output": "a braylene is a beautiful person inside and out", + "label": "braylene has an extremely unique name because not many people in the word have it" +} +{ + "input": "\"i wanted something nicer than a $500 consumer camcorder, but i couldn't afford a $50,000 professional camcorder, so i bought a $2,000 prosumer camcorder\" What is the definition of \"prosumer\"?\n\n", + "output": "a semi-professional consumer", + "label": "adjective: of a quality often acceptable to both professional and consumer users" +} +{ + "input": "\"last night me and mia made aunt hony's special recipe\" What is the definition of \"aunt hony's special recipe\"?\n\n", + "output": "\"the combination of chicken mcnuggets from mcdonalds with hot mustard, barbecue sauce, and honey", + "label": "\"when a guy poops on a plate then pours a mixture of skeet and pee on top" +} +{ + "input": "\"when life hands you jokes, you make lmaonade\" What is the definition of \"lmaonade\"?\n\n", + "output": "when you're laughing so hard you can't stop, you make lmaonade", + "label": "lmaonade was a term created in the early 2000's, but brought back into the light through levi warfel's twitter account" +} +{ + "input": "\"ooh my bum grapes are on fire\" What is the definition of \"bum grapes\"?\n\n", + "output": "slang reference to the anal condition of piles, more commonly piles induced by vegetable-bum-sex", + "label": "slang reference to the anal condition of piles, more commonly piles induced by vegetable-bum-sex" +} +{ + "input": "\"open up your beef parting girl\" What is the definition of \"beef parting\"?\n\n", + "output": "slang term for the vagina", + "label": "the inner and outer vaginal lips" +} +{ + "input": "\"the black panthers provoked and antaginized the cops and terrorized innocent people\" What is the definition of \"black panthers\"?\n\n", + "output": "the black equiv", + "label": "it makes me sick how some people view the black panthers as cival rights originization the black panthers where a racial terrorist group" +} +{ + "input": "\"\"frenchdood1: \"puis-je avoir quarts?\" (can i have fourths?) frenchdood2:\"wow, bon app�tit\" What is the definition of \"bon app�tit\"?\n\n", + "output": "\"french for \"enjoy your meal\"", + "label": "pronounced buhn-a-peh-teet, it is a french phrase meaning good appetite" +} +{ + "input": "\"damn that girl in insulation's ass is jig-ugly\" What is the definition of \"jig-ugly\"?\n\n", + "output": "a person or thing that is so ugly that it looks like a deformed gypsy", + "label": "when a girls ass is jiggly and ugly but looks like a normal ass not moving" +} +{ + "input": "\"a: wanna get down at vidcon? b: yeah, i'm dftba\" What is the definition of \"dftba\"?\n\n", + "output": "\"acronym for \"down for that bacon\"", + "label": "down to fuck bitches always" +} +{ + "input": "\"i got a chocolate ride for tonight\" What is the definition of \"chocolate ride\"?\n\n", + "output": "to have sex with a black woman", + "label": "sex with a black woman" +} +{ + "input": "\"capafuckinrama\" What is the definition of \"capafuckinrama\"?\n\n", + "output": "an exclamation of great happiness or success", + "label": "1) the supreme fuckin lichee of cappin some motherfuckin cap in the fuckin' rama [see chodarama] 2)the splashback you receive when you shoot your muma between the eyes [see chodarama]" +} +{ + "input": "\"if that girl had anymore hair on her face she would be a ghinder\" What is the definition of \"ghinder\"?\n\n", + "output": "a woman with alot of hair on her face", + "label": "\"a ethnic nickname for someone who was born in india otherwise known as the magic carpet land or the place where aladin was filmed" +} +{ + "input": "\"i hear that lava to the face causes deth\" What is the definition of \"deth\"?\n\n", + "output": "1", + "label": "the most badass way to spell death" +} +{ + "input": "\"people love to read gelphie fanfiction, because galinda and elphie make a very cute couple\" What is the definition of \"gelphie\"?\n\n", + "output": "the couple name for galinda and elphaba in the book wicked", + "label": "referring to the relationship between g(a)linda and elphaba in the broadway musical, wicked" +} +{ + "input": "\"josh is ferocious\" What is the definition of \"ferocious\"?\n\n", + "output": "a term used to describe something or someone that is equal to or greater than awesome", + "label": "to be a sexy beast" +} +{ + "input": "\"“dude, i got pinkhigh from that dank ass fart you planted in the bong\" What is the definition of \"pinkhigh\"?\n\n", + "output": "a pinkhight is when u get high from someone else's fart", + "label": "getting pinkeye after smoking a bong or piece in which you’ve farted into" +} +{ + "input": "\"nap - will you please pass me the tissues so i can wipe that hot buttered nap seed from under my right boob? thanks babe\" What is the definition of \"buttered nap seed\"?\n\n", + "output": "buttered nap seed is when you have a uncomftorble wedgie and you wipe the toilet paper down under your boobs to remove the remainth of the wedgie", + "label": "semen" +} +{ + "input": "\"high school is a place where everyone acts like their lives are great but are really dead inside\" What is the definition of \"high school\"?\n\n", + "output": "high school is a failed experiment in preparing young people for the adult world", + "label": "high school is a failed experiment in preparing young people for the adult world" +} +{ + "input": "\"he surprised us by doing an air dump\" What is the definition of \"air dump\"?\n\n", + "output": "the act of taking a shit while holding yourself up on the top of a bathroom stall", + "label": "the act of taking a shit while holding yourself up on the top of a bathroom stall" +} +{ + "input": "\"butt rock groups include nickelback, seether, theory of a deadman, 3 doors down, breaking benjamin, staind, puddle of mudd, three days grace, five finger death punch, amongst others\" What is the definition of \"butt rock\"?\n\n", + "output": "a term used to describe a genre of rock music that has had different variations over time but generally refers to post grunge alternative metal", + "label": "a popular term referring to a sub-genre of hard rock strongly influenced by post-grunge and nu metal" +} +{ + "input": "\"[big butt hottie] dorsa\" What is the definition of \"dorsa\"?\n\n", + "output": "puffalicious", + "label": "big booty beauty" +} +{ + "input": "\"oh shit, is that ballscock coming down the street? quick\" What is the definition of \"ballscock\"?\n\n", + "output": "a small 3-legged dog named cookie", + "label": "a tall, skinny, greasy-haired transsexual whom rapes innocent people with bullshit words" +} +{ + "input": "\"that crabatat was steaming with life\" What is the definition of \"crabatat\"?\n\n", + "output": "a tree crab", + "label": "it's similar to a habitat, but applies to the organisms that live within crabs" +} +{ + "input": "\"tim was so psyched when jenny booty-called him, but when he got there, he had major blueballs since it turned out to be just a buddy call\" What is the definition of \"buddy call\"?\n\n", + "output": "a call from a 'friend' with benefits' telling you she hooked up with you diddly, leaving you with blue balls", + "label": "similar to a [booty call] except that when you arrive for your booty, you discover the person only had intentions of cuddling" +} +{ + "input": "\"yep, my balls of steel got us trough there\" What is the definition of \"balls of steel\"?\n\n", + "output": "terminology for a man's sense of direction", + "label": "terminology for a man's sense of direction" +} +{ + "input": "\"last night stacy gave me a fucking banana peal last night, that hurt\" What is the definition of \"banana peal\"?\n\n", + "output": "when a girl wears a strap on and smears her period blood around your nuts", + "label": "when a girl that has braces gives a guy a blowjob, and her braces cut up the guys dick, then you can peel the skin off like a banana peel" +} +{ + "input": "\"during the great depression, [fdr] created the [new deal] to to provide relief for the [unemployed] (like your lazy ass mom)thus catapultulating the workforce\" What is the definition of \"catapultulating\"?\n\n", + "output": "\"1", + "label": "this word can be used in place of [skyrocketing], [accelerating], [increasing], [launching],and, [rising]" +} +{ + "input": "\"hi, my name is booglebowl\" What is the definition of \"booglebowl\"?\n\n", + "output": "a random word generated from a random letter generator", + "label": "a made up word that i use as a name" +} +{ + "input": "\"\"while owning a miata may not automatically make you gay, refering to it as your \"cute\" or \"fabulous\" little car will\" What is the definition of \"miata\"?\n\n", + "output": "\"the word that comes from the japanese pronunciation of the word \"maeria\", which in turn comes from the greek word for \"marriage\"", + "label": "small, manuverable new-age mini sportser that draws heavily upon early european sports cars but has none of the infamous rust or engine troubles" +} +{ + "input": "\"i am a ball of [stress], so i'm thankful for a few moments of deconstress (lol\" What is the definition of \"deconstress\"?\n\n", + "output": "[de�con�struct] (used with object) - to relieve (someone) of tension or worry stress", + "label": "the need to reduce stress in life" +} +{ + "input": "\"\"i played anal tennis with micheal today\" What is the definition of \"anal tennis\"?\n\n", + "output": "a sport in which two or more people (gay or straight) play a game involving hitting a ball with their asses", + "label": "the act of playing tennis with inserting the ball into the anus, farting, and launching it towards the other side of the court" +} +{ + "input": "\"i will make a bootaycall tonite\" What is the definition of \"bootaycall\"?\n\n", + "output": "to call someone up and have them come over and get fucked", + "label": "bootaycall is a urban phrase linking to calling a male/female for a sexual encounter" +} +{ + "input": "\"i was throwin' up after two 40s of crooked i\" What is the definition of \"crooked i\"?\n\n", + "output": "an alcoholic beverage consisting of icelandic vodka and orange juice", + "label": "mutha truckin st" +} +{ + "input": "\"your mom gives a good whack job\" What is the definition of \"whack job\"?\n\n", + "output": "another term for a handjob", + "label": "where a girl beats your penis back and forth to give you an orgasm" +} +{ + "input": "\"i told my dad i got to 4th base with my gf he gave me a pat on the back\" What is the definition of \"4th base\"?\n\n", + "output": "to fuck like a dog!!!! when u tell someone you got to 4th base they are very proud", + "label": "to fuck like a dog!!!! when u tell someone you got to 4th base they are very proud" +} +{ + "input": "\"-did you see the gerbster play last night? amazing\" What is the definition of \"gerbster\"?\n\n", + "output": "a nickname for the lead singer of the band incubus, brandon boyd", + "label": "nickname for amazing sabres hockey player, nathan gerbe also known as the gerbster or gerbs" +} +{ + "input": "\"you step to me, and my whole squad will come down on you\" What is the definition of \"squad\"?\n\n", + "output": "group of friends, gang members, or allies", + "label": "crew, posse, gang: an informal group of individuals with a common identity and a sense of solidarity" +} +{ + "input": "\"bilbo baggins for faggins\" What is the definition of \"bilbo baggins\"?\n\n", + "output": "euphemism for a gay male's penis", + "label": "a cigarette, a way for people to disguise the word fag without being found out" +} +{ + "input": "\"im totally going to bright bun claire tonight\" What is the definition of \"bright bun\"?\n\n", + "output": "the process of wrapping a dildo in fluff and placing it in your partners vagina overnight", + "label": "the sexual act of breaking multiple glowsticks apart and rubbing it on your partners anus/buttocks" +} +{ + "input": "\"at least drain your ass soup out of the tub when you're done\" What is the definition of \"ass soup\"?\n\n", + "output": "sitting in your own filth, taking a bath", + "label": "sitting in your own filth, taking a bath" +} +{ + "input": "\"dude, she was the hottest girl that i have ever been with but man, her cum face was crazy\" What is the definition of \"cum face\"?\n\n", + "output": "the most vulnerable and exceptional expression that you will ever see on a persons face", + "label": "the most vulnerable and exceptional expression that you will ever see on a persons face" +} +{ + "input": "\"[i'mo] get a [ride] down da check cashin' place and take my [cheddar] down da club where i can pick up some white women\" What is the definition of \"check cashin' place\"?\n\n", + "output": "a ghetto location where poor people of all colors go to cash their welfare checks", + "label": "where my [baby's mama] takes me when i get get a hold of some checks out of old people's mailboxes" +} +{ + "input": "\"yo man, i downloaded those new tracks and am just gunna bliss out all afternoon listening to them\" What is the definition of \"bliss out\"?\n\n", + "output": "to relax, daydream, or temporarily lose consciousness merely from contentment and not moving", + "label": "to relax, daydream, or temporarily lose consciousness merely from contentment and not moving" +} +{ + "input": "\"you fucking bozzio you have nothing to say you bozzio\" What is the definition of \"bozzio\"?\n\n", + "output": "a person who has no idea what is going on in the world and does not pay attention", + "label": "big fat american bastard" +} +{ + "input": "\"matt is legerious about his cars and his sloots\" What is the definition of \"legerious\"?\n\n", + "output": "the act of being legit and serious", + "label": "when one is legitimately serious about something or someone" +} +{ + "input": "\"dude, check out that chick in that tiny pair of beach undies\" What is the definition of \"beach undies\"?\n\n", + "output": "a term used to describe the wearing of underwear that closely resembles a g-string", + "label": "slang for bikini" +} +{ + "input": "\"holy shit look at his horse cock\" What is the definition of \"horse cock\"?\n\n", + "output": "a very large dick, like a horse", + "label": "a very large dick, like a horse" +} +{ + "input": "\"dun get wit that bitch, she's a cheese grater\" What is the definition of \"cheese grater\"?\n\n", + "output": "a bitch wit braces that gives head and cuts yo penis", + "label": "a bitch wit braces that gives head and cuts yo penis" +} +{ + "input": "\"(stand up after event) ahhh, man i got a serious case of bleacher butt\" What is the definition of \"bleacher butt\"?\n\n", + "output": "the extreme pain one feels on their ass after sitting for an extended period of time on hard bleachers at an outside baseball game under the sun", + "label": "the feeling of numbness in your butt during an event" +} +{ + "input": "\"dude, i was atemptamenting to smoke this bowl in peace\" What is the definition of \"atemptamenting\"?\n\n", + "output": "verb: the attempt to", + "label": "(a-temp-ta-ment-ing)-the action of trying to tempts something that you meant to do in the first place" +} +{ + "input": "\"my gps went haywire and now i'm somewhere in the middle of bum fuck\" What is the definition of \"bum fuck\"?\n\n", + "output": "the middle of nowhere, the sticks, the boondocks, loosersville u", + "label": "the middle of nowhere, the sticks, the boondocks, loosersville u" +} +{ + "input": "\"rather than take the time to get to the indy 500 just to see it we just went to see a movie\" What is the definition of \"indy 500\"?\n\n", + "output": "500 miles of pure stalinism", + "label": "the indianapolis 500, an annual car race" +} +{ + "input": "\"chad szeliga vs\" What is the definition of \"chad szeliga\"?\n\n", + "output": "", + "label": "the current drummer of band [breaking benjamin]" +} +{ + "input": "\"i he wanted to nuddle with me last night after our fight but i turned him down\" What is the definition of \"nuddle\"?\n\n", + "output": "to cuddle and snuggle with someone while naked", + "label": "to nestle, hug, and cuddle all at once" +} +{ + "input": "\"i came to a cyntric for help when my girlfriend dumped me\" What is the definition of \"cyntric\"?\n\n", + "output": "a friend with benefits that is a womanizer with many vices", + "label": "a wonderful, always right person that makes fun of a certainly not person named gabbie that is not amazing at all" +} +{ + "input": "\"guys like that are a dime a dozen\" What is the definition of \"dime a dozen\"?\n\n", + "output": "a term meaning 'commonplace' or 'unspecial'", + "label": "cheap, easily replaced, not valuable" +} +{ + "input": "\"that beiber kid is such a faggus\" What is the definition of \"faggus\"?\n\n", + "output": "a person who is both a faggot and an asshole", + "label": "a variation of fag, used especially in foreign countries such as afghakistan, and japwan" +} +{ + "input": "\"the girl over there is a frub\" What is the definition of \"frub\"?\n\n", + "output": "a combination of the words fat and rubby", + "label": "frub is a derogatory word used to describe a repulsive female" +} +{ + "input": "\"mary: who's that sleeping back there? bill: that's just richard taking a ghost nap after pulling an all-nighter\" What is the definition of \"ghost nap\"?\n\n", + "output": "when you sit in the back of class and sleep with a hoodie on, obscuring your identity from attentive teachers and peers", + "label": "when you sit in the back of class and sleep with a hoodie on, obscuring your identity from attentive teachers and peers" +} +{ + "input": "\"damn, i took a dump on my norwegian toilet and got some frost dick bite\" What is the definition of \"frost dick bite\"?\n\n", + "output": "the marks left on your ass after taking a frozen turd on a frozen toilet seat", + "label": "a medical term describing frostbite on the male penis" +} +{ + "input": "\"everybody loves raymond sucks\" What is the definition of \"everybody loves raymond\"?\n\n", + "output": "a stupid comedy that is on nbc", + "label": "cue gay piano music" +} +{ + "input": "\"[chuck taylor]: oh big al seriously whats the forecast for the tri-state area? big al: oh i don't know chuck\" What is the definition of \"big al\"?\n\n", + "output": "hilarious weather man from family guy", + "label": "a reliable, friendly and portly african american weather man who fell into some money as reparations for black slavery" +} +{ + "input": "\"i'm gonna clock out\" What is the definition of \"clock out\"?\n\n", + "output": "to leave work", + "label": "to register one's departure from work on an automatic time recorder" +} +{ + "input": "\"how's it going amerikin\" What is the definition of \"amerikin\"?\n\n", + "output": "a condescending way to refer to a person from the us of a", + "label": "a weirfd magical human being found in the remote region of cameron park in the middle of nowhere" +} +{ + "input": "\"\"guy 1: \"i saw blazin squad tonight\" What is the definition of \"blazin squad\"?\n\n", + "output": "see [pikey cunts]", + "label": "see [pikey cunts]" +} +{ + "input": "\"has anyone got a twenty denk for this locker?\" What is the definition of \"denk\"?\n\n", + "output": "rhyming slang for bank, as in money", + "label": "\"the smallest unit of currency in the british isles" +} +{ + "input": "\"me: yo man, what you think of that new kid paul? frank: he wouldn't be such a douche if he turned his casper swag down a little\" What is the definition of \"casper swag\"?\n\n", + "output": "someone who has a super pale skin tone and has a fun time", + "label": "when pale gingers or close relatives walk around with too much mojo simply because of their skin or hair color" +} +{ + "input": "\"did you see steve yet? i gave him a nasty alaskan fu-man-chu last night\" What is the definition of \"alaskan fu-man-chu\"?\n\n", + "output": "when a person has their partner (male or female) stand up and turn around", + "label": "when a guy ejaculates on another guys beard while he is sleeping" +} +{ + "input": "\"\"hey bro, did you see that chick that just walked by? her beetleweed was pokin out the bottom of her booty shorts\" What is the definition of \"beetleweed\"?\n\n", + "output": "a woman's pubic hair", + "label": "n" +} +{ + "input": "\"kid: yo that concert was bomb sauce nigga\" What is the definition of \"bomb sauce\"?\n\n", + "output": "\"a word used by white suburban kids who think they are gangster to describe anything cool", + "label": "\"a word used by white suburban kids who think they are gangster to describe anything cool" +} +{ + "input": "\"buyer: yo bruv sort me bare 10 dealer: kk you didn't get this from me\" What is the definition of \"bare 10\"?\n\n", + "output": "slang for weed aka 10 bags of weed or a full oz", + "label": "a bag of mariguana that costs 10 british pounds" +} +{ + "input": "\"my sister in law would not stop running her mouth, so i gave her a nice ball-blip\" What is the definition of \"ball-blip\"?\n\n", + "output": "the act of using your thumb to hit someone in the throat", + "label": "when you wipe the sweat from the bottom of your ball sac and run it down someone's lips" +} +{ + "input": "\"nikki sucked a huge dick last night and now she has cock jaw\" What is the definition of \"cock jaw\"?\n\n", + "output": "when you suck a ginormous penis and can barely open your mouth the next day", + "label": "when you suck a ginormous penis and can barely open your mouth the next day" +} +{ + "input": "\"the white people went to niggerland woods and got lost at night\" What is the definition of \"niggerland woods\"?\n\n", + "output": "a place where white people dont go because its too scary there after dark", + "label": "africa" +} +{ + "input": "\"i was sitting there, minding my own business when alluvasudden this crazy zombie popped out of the ground and started trying to eat my brain\" What is the definition of \"alluvasudden\"?\n\n", + "output": "\"the new \"sudden\"", + "label": "a very lazy way to write, and/or say, all of the sudden" +} +{ + "input": "\"man, this burrito deserves to be called a butterito\" What is the definition of \"butterito\"?\n\n", + "output": "a burrito so full of butter that it has earned the right to be called a new word", + "label": "pronounced: butter-e-toe 1" +} +{ + "input": "\"i ordered a mcchicken burger, not this chickenmcfuckwich\" What is the definition of \"chickenmcfuckwich\"?\n\n", + "output": "the mcdonald's mcnugget sandwich with chicken patties", + "label": "a burger which has been hastily made by a teenage employee of mcdonalds" +} +{ + "input": "\"i wanna creasejob from him\" What is the definition of \"creasejob\"?\n\n", + "output": "the act of rubbing one's penis between two male ass cheeks", + "label": "inserting the penis in between one of the many fat crease's located around the body" +} +{ + "input": "\"like if a open a door the noise it makes is dooket\" What is the definition of \"dooket\"?\n\n", + "output": "a annoying sound", + "label": "said by my friend when something that makes a noiswe it can be dooket" +} +{ + "input": "\"my girlfriend broke up with me so i went cheese-logging in hopes that one would clog my aortic valve, causing me to explode\" What is the definition of \"cheese-logging\"?\n\n", + "output": "the act of defecating while deeply penetration by a phallic object, usually a penis", + "label": "to go out to a restaurant and eat mass quantities of cheese logs in a short period of time" +} +{ + "input": "\"hitler was anti-semetic to jews, gypsies and russians\" What is the definition of \"anti-semetic\"?\n\n", + "output": "1", + "label": "a person who is against any cultural or faith based group of people, not just jewish people" +} +{ + "input": "\"anesha is so cute\" What is the definition of \"anesha\"?\n\n", + "output": "a beautiful girl with a beautiful smile", + "label": "a hindu names which means everlasting or eternity" +} +{ + "input": "\"she was so hott she let me cap them cornies\" What is the definition of \"cap them cornies\"?\n\n", + "output": "to stick your fingers in a girls ass and make them smile", + "label": "\"it's when a guy see's a really hott girl and has her eat corn" +} +{ + "input": "\"man those rolls i ate last night are giving me the most amazing after glow\" What is the definition of \"after glow\"?\n\n", + "output": "the feeling you get the morning after a long night of drinking", + "label": "the euphoric feeling you experience the day after ingesting mdma" +} +{ + "input": "\"i couldn't lift my hands off the handlebars to say hi to that guy passing me on the road, so i gave him the biker's nod instead\" What is the definition of \"biker's nod\"?\n\n", + "output": "the 'thumb up' hand gesture familiar to anyone who drives on major roads", + "label": "\"greeting common among cyclists passing each other on the road" +} +{ + "input": "\"just go 495 already\" What is the definition of \"495\"?\n\n", + "output": "as in take the 495 instead of the 495", + "label": "495 means die" +} +{ + "input": "\"that brentyn resembles a 9 inch coke can\" What is the definition of \"brentyn\"?\n\n", + "output": "a person who has a love for fudge packing and penis's the size of a bat", + "label": "giant veiny cock" +} +{ + "input": "\"look you [moron], don't try to play me, you are guiltified and i have my [posse] to prove it\" What is the definition of \"guiltified\"?\n\n", + "output": "to be proven guilty", + "label": "when one is found guilty beyond resonable doubt!" +} +{ + "input": "\"data error reading drive c: abort, retry, fail? 'abort, retry, fail?' was the phrase some wormdog scrawled next to the door of the edit universe project room\" What is the definition of \"abort, retry, fail?\"?\n\n", + "output": "\"the three options presented to one considering the completion of any vaguely ambitious task", + "label": "\"abort, retry fail? or sometimes abort, retry, ignore, fail? was an error message displayed in dos when unable to read data" +} +{ + "input": "\"\"meg griffin just biff'd dick and landed on some dog shit\" What is the definition of \"biff'd dick\"?\n\n", + "output": "when you fall on your penis", + "label": "to suddenly and hilariously fall down" +} +{ + "input": "\"when sally woke up, she couldn't open her eyes on account of the crusty goggles that billy had given her the night before\" What is the definition of \"crusty goggles\"?\n\n", + "output": "placing ones testicles over another person's eyes while you ejaculate on their face", + "label": "when a male busts a load in an unsuspecting sleeping persons eyes" +} +{ + "input": "\"\"are you going to come eat dinner? \"yes i'm just waiting for a stopportunity\" What is the definition of \"stopportunity\"?\n\n", + "output": "the perfect opportunity to stop doing something you are currently engaged in, to do something else", + "label": "a word designed to prevent having to explain that you are waiting for a good [opportunity] to [stop]/pause a movie, video game or other activity" +} +{ + "input": "\"thomas went cave snorkling on his girlfriend, because she has chlamydia\" What is the definition of \"cave snorkling\"?\n\n", + "output": "the act of performing oral sex on a woman with a yeast infection", + "label": "when a man uses a snorkel to venture into a woman's cave to prevent fishy substances from knocking him out" +} +{ + "input": "\"\"now that is phatty\" What is the definition of \"phatty\"?\n\n", + "output": "something that is really cool, or desired", + "label": "the epitome of all that is cool or great" +} +{ + "input": "\"haha, that joke gave her a becca face\" What is the definition of \"becca face\"?\n\n", + "output": "the face you make when you're about to die laughing", + "label": "a look of pure terror" +} +{ + "input": "\"mario kart: double dash got a 7.9\" What is the definition of \"7.9\"?\n\n", + "output": "\"a score that gamefaqs", + "label": "the sheer definition of mediocrity, lameness, and generally being mundane or insignificant" +} +{ + "input": "\"to daunt one's adversaries\" What is the definition of \"daunt\"?\n\n", + "output": "to terrify with awful majesty", + "label": "to overcome with fear" +} +{ + "input": "\"i have a little baby dick\" What is the definition of \"baby dick\"?\n\n", + "output": "a little itty bitty tiny penis that can barely be seen", + "label": "a little itty bitty tiny penis that can barely be seen" +} +{ + "input": "\"i'm really bad at peopling today\" What is the definition of \"peopling\"?\n\n", + "output": "trying to talk to people on #php on irc when you're having a baby-daughter at the same time", + "label": "pronounced (people ing): the ability to tolerate people and their stupidity, as well as your own stupidity in a public setting" +} +{ + "input": "\"after a couple hours of fruitless [sexting], i retreated to the bathroom to masturbathe the pain away\" What is the definition of \"masturbathe\"?\n\n", + "output": "masturbating while taking a bath", + "label": "jerkin' it in the tub" +} +{ + "input": "\"my party was hit by a sharknado as only a few people showed up\" What is the definition of \"sharknado\"?\n\n", + "output": "the feeling of disappointment when a party does not live up to expectations", + "label": "something that prevents a really good event from being successful or an alternative, really crap, event that people choose in preference to what you've organised" +} +{ + "input": "\"throw us the dibber so i can change the channel\" What is the definition of \"dibber\"?\n\n", + "output": "the remote control for the television", + "label": "the television remote" +} +{ + "input": "\"my cat's name is her royal highness princess minnie foofu\" What is the definition of \"foofu\"?\n\n", + "output": "a silly cute name for a pet or person", + "label": "royal bloodline of the feline form, usually a tortiseshell" +} +{ + "input": "\"i just launched the brown october and it left a nice skid mark\" What is the definition of \"brown october\"?\n\n", + "output": "when you take a dump that is so long it touches bottom and leaves a brown skid mark on the bowl", + "label": "a long, dense, tubular turd that sinks to the bottom of the bowl" +} +{ + "input": "\"yo, jerald- give me some of that good greazy shit\" What is the definition of \"greazy\"?\n\n", + "output": "a combination of the words 'good' and 'easy'", + "label": "a sex lubricant" +} +{ + "input": "\"luke performed a fart nado to maximize his farts effect at the wedding\" What is the definition of \"fart nado\"?\n\n", + "output": "the act of performing a 360 degree turn while simultaneously farting", + "label": "spinning rapidly as you fart to disburse the fumes over a wider area" +} +{ + "input": "\"i'm going to carry the banner for a while\" What is the definition of \"carry the banner\"?\n\n", + "output": "to take the lead", + "label": "1)taking a long walk on the streets" +} +{ + "input": "\"from soulfly - bumbklaatt: you fake you waste you bumbklaatt\" What is the definition of \"bumbklaatt\"?\n\n", + "output": "bumbklaatt is a word that describes someone who is a bum and a waste of space", + "label": "bumbklaatt is a portuguese term" +} +{ + "input": "\"err you look like an aswaq\" What is the definition of \"aswaq\"?\n\n", + "output": "aswaq is a person who is very stupid and looks like a monkey", + "label": "a fat person who has a miserable life therefore try to take another person's happiness because they are jealous that they are living a better life than them" +} +{ + "input": "\"i could not believe how an editor of wired magazine's blogatorial commented on how cool the new blogatorial buzzword is now becoming\" What is the definition of \"blogatorial\"?\n\n", + "output": "blog*ta*ri*nal * bloj t�r i n all the buzzwords created by bloggers, that they feel need to explain in their blogs", + "label": "\"a cross between an editorial and a blog piece of content found on the web" +} +{ + "input": "\"paula was a right clam jouster\" What is the definition of \"clam jouster\"?\n\n", + "output": "used to describe a lady who likes ladies, derived from the act of rubbing their pussies together", + "label": "used to describe a lady who likes ladies, derived from the act of rubbing their pussies together" +} +{ + "input": "\"mitch: holy shit look at lara's beefosaur\" What is the definition of \"beefosaur\"?\n\n", + "output": "a very large and/or meaty penis", + "label": "the highly likely occurrence that a woman has so much beef chops that she can wrap her pussy around a building" +} +{ + "input": "\"to watch her head bobbin up and down like that,she should be awarded the best of the bobbin on the nobbin\" What is the definition of \"best of the bobbin\"?\n\n", + "output": "head, to suck a dick", + "label": "a girl who gives the best blow jobs,she the best of the bobbin when it comes to blowjobs" +} +{ + "input": "\"1) dem boi's are so chi chi\" What is the definition of \"chi chi\"?\n\n", + "output": "chi means a variety of things in different languages as stated here", + "label": "chi means a variety of things in different languages as stated here" +} +{ + "input": "\"\"quote from easy-e \"i'm unconscious\" What is the definition of \"easy-e\"?\n\n", + "output": "one of the 3 members left from the original wu-tang clan", + "label": "a member of the b block army (bba) college hall, knighton road, leicester" +} +{ + "input": "\"hey logan, you've got that afro fever looking good today\" What is the definition of \"afro fever\"?\n\n", + "output": "a sexy white guy with an afro", + "label": "having [hair] similar to, or in the form of an [afro]" +} +{ + "input": "\"\"dude brittney gave me an fbj out of no where last night\" What is the definition of \"fbj\"?\n\n", + "output": "face blow job", + "label": "abbreviation for facebook job, a play on the abbreviation for [blow job] or [blowjob], [bj]" +} +{ + "input": "\"chris fainted when i gave him a dutch oven\" What is the definition of \"dutch oven\"?\n\n", + "output": "to fart under covers and then pull the covers over your or someone elses head", + "label": "to fart under covers and then pull the covers over your or someone elses head" +} +{ + "input": "\"god i was fucking capsized last night\" What is the definition of \"capsized\"?\n\n", + "output": "to be incredibly drunk", + "label": "when you're drunk out of your mind" +} +{ + "input": "\"man that billy is such a fopper\" What is the definition of \"fopper\"?\n\n", + "output": "a guy who dresses metro sexual and thinks he is better than everyone else", + "label": "someone who is most likely going to end up being a janitor for the rest of his/her life" +} +{ + "input": "\"i wish i was as amazing as cezary\" What is the definition of \"cezary\"?\n\n", + "output": "the definition of amazing", + "label": "a guy originated in poland who is the most intelligent and beastly people in the world" +} +{ + "input": "\"that mutha fucka is a brutigy\" What is the definition of \"brutigy\"?\n\n", + "output": "(noun) 1", + "label": "the king of all the beastly animals" +} +{ + "input": "\"there goes big boobs mcgee swingin dem udders\" What is the definition of \"big boobs mcgee\"?\n\n", + "output": "a girl with humongous jugs", + "label": "a girl with abnormally large breasts for her size" +} +{ + "input": "\"\"the 15\" stunt cock was put into place during the film\" What is the definition of \"stunt cock\"?\n\n", + "output": "a fake penis used in films", + "label": "\"an artificial penis meant to be either realy big or realy small to serve fetishes, and for the \"super bukkake\"" +} +{ + "input": "\"\"you are sentenced to death by curbstomping\" What is the definition of \"curbstomping\"?\n\n", + "output": "1", + "label": "to severely injure someone by making them byte the curb and then kicking the back of their head" +} +{ + "input": "\"thank jack white i passed my algebra final\" What is the definition of \"jack white\"?\n\n", + "output": "the coolest guy alive, who without would make life without music and inspiration nearly impossible", + "label": "lead singer of the white stripes, synonym for god" +} +{ + "input": "\"a daughter of zeus and mnemosyne, thalia was the greek muse of comedy and bucolic poetry\" What is the definition of \"thalia\"?\n\n", + "output": "the greek and roman name for comedy and laughter", + "label": "one of the nine muses of greek mythology, thalia presides over comedy and bucolic poetry" +} +{ + "input": "\"i'm bout to dope nap\" What is the definition of \"dope nap\"?\n\n", + "output": "a long sleep, usually after the use of heroin", + "label": "drug or alcohol shut down of the body in order to revitalize the body from self induced comatose" +} +{ + "input": "\"i can't explain her, she's so alishas attic\" What is the definition of \"alishas attic\"?\n\n", + "output": "the description for a girl with a pure heart and is always looking to others to help them when they need it", + "label": "the singer duo from london, shelley and kelly poole, sisters, started the smoky eyes trend, loves alanis, very unique" +} +{ + "input": "\"due to massive voter suppression and electoral fraud, [bushler] stole the election on black tuesday\" What is the definition of \"black tuesday\"?\n\n", + "output": "november second 2004", + "label": "november second, 2004-- the day america's democracy died" +} +{ + "input": "\"a name if a boy of azzion\" What is the definition of \"azzion\"?\n\n", + "output": "the best boy in the whole wide world", + "label": "the god of everything" +} +{ + "input": "\"we got a whiff of a cum bush during our walk off the hiking trail\" What is the definition of \"cum bush\"?\n\n", + "output": "when in the act of sex in the outdoors, after ejaculating, you throw leaves and sticks onto the woman's back", + "label": "a plant, usually surrounded by other brush and vegetation, that smells similiar to ejaculation fluid" +} +{ + "input": "\"wow u are one sick chefibio go away u dirty chefibio\" What is the definition of \"chefibio\"?\n\n", + "output": "a chefibio is a person who eats food of the chefi variety", + "label": "the disturbing habit of fucking dogs" +} +{ + "input": "\"he received a biff cannon last night\" What is the definition of \"biff cannon\"?\n\n", + "output": "the act of gathering 5 or more girls into a line and having the first girl blow the guy, the second suck it, the third lick it, the fourth touch it", + "label": "really huge penis shoved in a butt hole violently" +} +{ + "input": "\"person 1: omg it's kise ryouta\" What is the definition of \"kise ryouta\"?\n\n", + "output": "a hot guy in his 20s with shaggy blonde hair, bangs that sweep to one side", + "label": "the most beautiful man on earth" +} +{ + "input": "\"she not just a thot she a og thot\" What is the definition of \"og thot\"?\n\n", + "output": "an original thot", + "label": "and original hoe, slut, tramp ect" +} +{ + "input": "\"john tried to fix his cd player by himself, now it is fubb\" What is the definition of \"fubb\"?\n\n", + "output": "fucked up beyond all repair", + "label": "\"acronym for \"fucked up beyond belief\" similar to fubar, but fubb usually refers strictly to computers and other technology items" +} +{ + "input": "\"man, rachel's new boyfriend is such a cocktator\" What is the definition of \"cocktator\"?\n\n", + "output": "a guy who has little to no penis but believes he is well endowed", + "label": "\"a play on the word \"dictator\"" +} +{ + "input": "\"corn left to you\" What is the definition of \"corn left to you\"?\n\n", + "output": "a problem that leaves you confused", + "label": "see [corn left to you!]" +} +{ + "input": "\"i dated a grill but i broke up with her because she was an anella\" What is the definition of \"anella\"?\n\n", + "output": "a fat hoe", + "label": "anella's we so gorgeous but sometimes they tend to be a true bitch" +} +{ + "input": "\"dammit cybor12 stop screaming profanity from behind that block\" What is the definition of \"cybor12\"?\n\n", + "output": "\"known for his extreme randomness, and \"personality\"", + "label": "\"idiot that usually says \"aieeeeee!\"\"" +} +{ + "input": "\"the dirty third roll candy, ya haters and ya hoes can't stand it\" What is the definition of \"dirty third\"?\n\n", + "output": "the dirty third is southside charlotte", + "label": "the third coast, part of the south that has coastline on the gulf of mexico" +} +{ + "input": "\"ever since i had my lobotomy, i've been going to elections and voting for the republican party\" What is the definition of \"republican party\"?\n\n", + "output": "the party that stands for lower taxes, less government, and more freedom", + "label": "an elite orgy of self-interested taxation and public spending" +} +{ + "input": "\"boxer* was railed by fish blue scores\" What is the definition of \"boxer*\"?\n\n", + "output": "one who ends up getting pummelled by a bunch of 40 something computer nerds on a bi weekly basis", + "label": "\"the most widely accepted meaning of the word boxer* is someone who gets annoyed when they join a public server and get raped by n00bs" +} +{ + "input": "\"girl 1: hey, why's leonardo dicaprio at the mall? girl2: that's not leonardo dicaprio, that's izaaq\" What is the definition of \"izaaq\"?\n\n", + "output": "a tall, handsome boy with a great smile and a heart of gold", + "label": "izaaq is the sweetest, handsomest most talented guy you'll ever know" +} +{ + "input": "\"look at all those porch monkeys sippin on nigger nectar\" What is the definition of \"nigger nectar\"?\n\n", + "output": "kool aid", + "label": "malt liquor, thunderbird, ripple" +} +{ + "input": "\"i was bewildered with an acronymical army flying by my ears during the meeting\" What is the definition of \"acronymical\"?\n\n", + "output": "frequent use of acronyms, person who uses lots of acronyms", + "label": "in reference to an acronym" +} +{ + "input": "\"when we get home i'm gonna barrnie you all night\" What is the definition of \"barrnie\"?\n\n", + "output": "to continuously teabag someone", + "label": "the action of throwing bologna on a bound person for erotic pleasure" +} +{ + "input": "\"celebuspawn include: rumer willis (daughter of bruce willis and demi moore), kim stewart (daughter of rod stewart), kelly and jack osbourne (ozzy's kids) and nicole richie (daughter of lionel richie)\" What is the definition of \"celebuspawn\"?\n\n", + "output": "a celebrity's child", + "label": "the offspring of celebrities, not initially famous in their own right, who usually use their status or parents to get publicity, further their careers and party too much in public" +} +{ + "input": "\"he tried to draw a chick and he got air pie diffrently\" What is the definition of \"air pie\"?\n\n", + "output": "when you try to nut on a chicks face but miss and get her hair instead", + "label": "air pie has 2 definition" +} +{ + "input": "\"you big fecking ejgit\" What is the definition of \"ejgit\"?\n\n", + "output": "a way of bypassing internet filters that look for the word [idiot]", + "label": "a term used mainly by the irish" +} +{ + "input": "\"steve is such a digiguy\" What is the definition of \"digiguy\"?\n\n", + "output": "a man who most likely lives in a van and has a job as a waiter or a bartender", + "label": "a guy that uses digital components/tools/methods" +} +{ + "input": "\"alec had his friend jose butt smuckers him, only to cause his hairy anus to crust up and cause constipation\" What is the definition of \"butt smuckers\"?\n\n", + "output": "the act of packing ones anus with smuckers jam", + "label": "delicious treat were you get a spoon and rub smuckers jam all over your butt cheeks and anus" +} +{ + "input": "\"hey jerry want to have a drag race\" What is the definition of \"drag race\"?\n\n", + "output": "where 2 people or more have a race to see who can smoke the most crack the fastest", + "label": "a competitive race where two male's race to see who can get the biggest erection the fastest" +} +{ + "input": "\"john heinz kerry looked like 10 pounds of shit in a 5-pound bag after his post-election-loss bender\" What is the definition of \"10 pounds of shit in a 5-pound bag\"?\n\n", + "output": "an overweight individual", + "label": "phrase to describe something that is extremely ugly, messy, or fucked-up" +} +{ + "input": "\"i am going to sneeze some love snot on your vagina with my [pork sword]\" What is the definition of \"love snot\"?\n\n", + "output": "the first definition is wrong", + "label": "love snot means cum/sperm, a snot like substance used when making love" +} +{ + "input": "\"yo i gotta go to da crib and get a 4to for my momz\" What is the definition of \"4to\"?\n\n", + "output": "a $40 dollar bill", + "label": "the ghetto version of writing photo" +} +{ + "input": "\"no one says hockle\" What is the definition of \"hockle\"?\n\n", + "output": "the thing that comes after fuck in the dirty way of saying the alphabet", + "label": "not north east dialect for spitting" +} +{ + "input": "\"ios 7 is available for the iphone 4, but not the ipod touch 4? that makes so much sense\" What is the definition of \"ios 7\"?\n\n", + "output": "an os for ipod touch 4 and up released in october 2013", + "label": "apple's attempt at trolling owners of the 4th generation ipod touch" +} +{ + "input": "\"did you hear kyle pulled an epstein last night? what a pimp\" What is the definition of \"epstein\"?\n\n", + "output": "to have sex with multiple women in one night without getting caught", + "label": "to have sex with three (usually female) 16-year-olds at once" +} +{ + "input": "\"\"gonna get me a lil apple pie\" What is the definition of \"apple pie\"?\n\n", + "output": "*a slang term for a woman's vagina", + "label": "*a slang term for a woman's vagina" +} +{ + "input": "\"check out the blouse mountains on that slut\" What is the definition of \"blouse mountains\"?\n\n", + "output": "the fake breasts on a woman who has had a boob job", + "label": "a way to describe large breasts" +} +{ + "input": "\"billy's father needs to relax and enjoy life because he seems too up-tight\" What is the definition of \"up-tight\"?\n\n", + "output": "unably to relax or calm down", + "label": "someone who has a very serious demeanor" +} +{ + "input": "\"look at that chambless booty dancing\" What is the definition of \"chambless booty\"?\n\n", + "output": "a nice booty", + "label": "nice ass" +} +{ + "input": "\"diana mai is a baldist\" What is the definition of \"baldist\"?\n\n", + "output": "someone who is extremely attractive, smart, funny, and has a nice personality", + "label": "a certain person who has a problem with the follicly-challenged or chosen to be follicly-challenged" +} +{ + "input": "\"\"tommy was stupid enough to believe that the wiki-mance was real\" What is the definition of \"wiki-mance\"?\n\n", + "output": "the act of thinking that an urban dictionary definition is real", + "label": "a romance over a wiki" +} +{ + "input": "\"i haven't been fucked like that since grade school\" What is the definition of \"grade school\"?\n\n", + "output": "used to describe an event that occured a long time ago, or describe something as childish, or to emphasize how much time has passed", + "label": "\"from kindergarten to grade eight, or it is sometimes called \"elementary school\"" +} +{ + "input": "\"i was new to diablo, so i started cheese caking to get myself some gear\" What is the definition of \"cheese caking\"?\n\n", + "output": "verb, the act of a male pretending to be a female in an rpg computers game to earn favors from male players", + "label": "verb, the act of a male pretending to be a female in an rpg computers game to earn favors from male players" +} +{ + "input": "\"a face card is a hundred dolla bill, a long very hard stare is a grill r\" What is the definition of \"face card\"?\n\n", + "output": "grill", + "label": "a $100 bill" +} +{ + "input": "\"i'm feeling like fecus today\" What is the definition of \"fecus\"?\n\n", + "output": "a word used to describe how you feel", + "label": "\"a cross between the word fecal and anus" +} +{ + "input": "\"me: i dont think dzhokhar tsarnaev and his brother tamerlan committed the boston bombings others: oh but cnn said they did\" What is the definition of \"dzhokhar tsarnaev\"?\n\n", + "output": "a name that has been blown up by the media", + "label": "suspect of the boston bombings" +} +{ + "input": "\"what a load of giffpants\" What is the definition of \"giffpants\"?\n\n", + "output": "a alternative word for bull shit", + "label": "see [giff] and [giffism]" +} +{ + "input": "\"kimbo slice nuff said\" What is the definition of \"kimbo slice\"?\n\n", + "output": "one of the best street fighters ever", + "label": "the black chuck norris" +} +{ + "input": "\"look at the bombones on that female\" What is the definition of \"bombones\"?\n\n", + "output": "english: female breasts, boobs", + "label": "tatas or boobs" +} +{ + "input": "\"that bowl of soup is from the daemonfoda class of foods\" What is the definition of \"daemonfoda\"?\n\n", + "output": "prounounced: day-mun-foh-duh originating from the words [daemon] and [foda]", + "label": "\"dae" +} +{ + "input": "\"i've been in championship mode all week\" What is the definition of \"championship mode\"?\n\n", + "output": "the act of being on one's game, focused, etc", + "label": "mental state when a person is so focused on a goal, he or she performs at a skill level not thought possible" +} +{ + "input": "\"dude, greg was deeper than deep, he was so deep that he gave her the buck double\" What is the definition of \"buck double\"?\n\n", + "output": "getting pounded so deep that the testicles enter the anus", + "label": "getting pounded so deep that the testicles enter the anus" +} +{ + "input": "\"that fat, hairy, brown bastard made me autofrag in my shorts after talking at me for an hour\" What is the definition of \"autofrag\"?\n\n", + "output": "\"to ejaculate or \"cum\" in one's pants", + "label": "(verb) to autofrag onesself - to self-destruct, especially accidentally as a result of playing with fun high explosives such as fragmentation grenades" +} +{ + "input": "\"my current account statement from the bank has me overdrawn\" What is the definition of \"current account\"?\n\n", + "output": "u", + "label": "(n" +} +{ + "input": "\"guy 1: who's that girl over there? guy 2: that's berkleigh\" What is the definition of \"berkleigh\"?\n\n", + "output": "a beautiful girl who is full of happiness and ready to explode into the world", + "label": "the most beautiful girl in the world" +} +{ + "input": "\"1) adrian shut up, stop ball whipping us man\" What is the definition of \"ball whipping\"?\n\n", + "output": "\"when someone of latin american descent says \"yo dale!\" or \"dale!\" it means \"come on!\" in english", + "label": "1)to say to a friend who is playing practical jokes on you or is saying something very unbelievable" +} +{ + "input": "\"dude them pants you be wearing is boguhtron\" What is the definition of \"boguhtron\"?\n\n", + "output": "boguhtron- (adjective) 1", + "label": "being extremely bogus and uncool" +} +{ + "input": "\"damn my gurls are on vacation i gotta come out of the closet with the b team\" What is the definition of \"b team\"?\n\n", + "output": "the b team is a team of all your second string bitches", + "label": "the b team is a team of all your second string bitches" +} +{ + "input": "\"isn't that derren brown marvellous? why yes, i believe you're right\" What is the definition of \"derren brown\"?\n\n", + "output": "marvellous, somewhat cryptic yet challenging man", + "label": "marvellous, somewhat cryptic yet challenging man" +} +{ + "input": "\"- why doesn`t john play hockey - because he`s an ankle skater\" What is the definition of \"ankle skater\"?\n\n", + "output": "a person who can't skate well", + "label": "someone who can`t skate and looks like they are walking around the ice on their ankles" +} +{ + "input": "\"i was so drunk, she had to make do with my gibbous\" What is the definition of \"gibbous\"?\n\n", + "output": "a penis that is semi-erect", + "label": "the state of a penis between a semi and a full blown erection" +} +{ + "input": "\"\"ay jimmy, you wanna get a cheeky ken dodd before we hit the town? \"feeling a bit rough after that fat cheeky ken dodd we had earlier\" What is the definition of \"cheeky ken dodd\"?\n\n", + "output": "a strong alcoholic drink containing 1 part doublemint gum 1 part buckfast and 1 part nitrous oxide when blown into the drink through a straw", + "label": "a bucket of the colonel's finest fried chicken, from the fast food outlet kfc" +} +{ + "input": "\"greg complimented his staff for beavering on the report and having it finished by the deadline\" What is the definition of \"beavering\"?\n\n", + "output": "hard work, above and beyond what is normally expected", + "label": "\"to work diligently or to be extremely focused on the job or at a task/activity" +} +{ + "input": "\"we used the falaet too put a nail in the wall\" What is the definition of \"falaet\"?\n\n", + "output": "a tool to hang things on the wall", + "label": "a french style hammer" +} +{ + "input": "\"[high tech red neck]s always [code] in assembly language\" What is the definition of \"assembly language\"?\n\n", + "output": "[high tech red neck] speak for [programming]", + "label": "the one true computer programming language" +} +{ + "input": "\"you're so blorth\" What is the definition of \"blorth\"?\n\n", + "output": "the word blorth is a derogatory term used as a misnomer for anything", + "label": "a homosexual who loves teh cock" +} +{ + "input": "\"dam nub i wuz here first this is my ch cc plz\" What is the definition of \"cc plz\"?\n\n", + "output": "\"an abbreviation for \"change channel, please\" often used in mmorpgs to tell other players that you want them to change channel", + "label": "\"short for \"change channel, please\" often used in mmorpg maplestory to tell others that you want them to change channel\"" +} +{ + "input": "\"[parkour] [free runner] [am sect free running team] [tempest free running]\" What is the definition of \"free running\"?\n\n", + "output": "a form of parkour that involves running and jumping between places in an acrobatic way", + "label": "free running is often mixed up with parkour" +} +{ + "input": "\"burbsies is the biggest loser, but without the loss, that heavy\" What is the definition of \"burbsies\"?\n\n", + "output": "a nickname for the singer morrissey after he moved to the suburbs", + "label": "heavy" +} +{ + "input": "\"\"oh alleighna your so sexy ohh yeah \"do you know alleighna, well her eyes light up my life\"\"\" What is the definition of \"alleighna\"?\n\n", + "output": "the most beautiful girl in the world", + "label": "a wonderful beautiful girl with a heart of gold" +} +{ + "input": "\"i thought she was going to suck my dick, but she gave me a butterfly blowjob instead\" What is the definition of \"butterfly blowjob\"?\n\n", + "output": "when a girl blows you without touching your penis", + "label": "the cousin of the butterfly kiss, the girl, instead of putting a dick in her mouth, stalls by lowering her face onto the dick and giving it butterfly kisses" +} +{ + "input": "\"you smell like some chammu\" What is the definition of \"chammu\"?\n\n", + "output": "a word used in punjabi meaning shit", + "label": "a piece of shit" +} +{ + "input": "\"yeah he's good, but he's no fuckin' bo jackson\" What is the definition of \"bo jackson\"?\n\n", + "output": "greatest athlete of all time", + "label": "greatest athlete of all time" +} +{ + "input": "\"f u u stupid ass piece of shit\" What is the definition of \"f u\"?\n\n", + "output": "\"a short way o saying \"fuck you\" for the lazy ass people like me\"", + "label": "\"a short way o saying \"fuck you\" for the lazy ass people like me\"" +} +{ + "input": "\"i hate people who blue snarf\" What is the definition of \"blue snarf\"?\n\n", + "output": "blue snarfing occurs when you empty your entire bag of chips into your mouth and let the fallen crumbs fall all over the table", + "label": "-too steal something from someone via bluetooth" +} +{ + "input": "\"wow maddesi really anthonyed the [herbert] the pervert voice\" What is the definition of \"anthonyed\"?\n\n", + "output": "the act of sounding like a 50 year old pervert named anthony", + "label": "\"to numerously repeat a phrase or joke enough to over use the said phrase or joke" +} +{ + "input": "\"wesley: the 2007 acura tls is a piece of shit lawrence: yeah\" What is the definition of \"acura tls\"?\n\n", + "output": "a [piece of shit] luxury sedan made by [honda]", + "label": "an overrated vehicle that looks like crap" +} +{ + "input": "\"fwanco: i pwayed basebaw today and stwuck out the battaw when i thwough the ball stwaight in the stwike zone\" What is the definition of \"basebaw\"?\n\n", + "output": "basebaw is a great game where guys can get together and hit a ball wif a bat", + "label": "when a franco tries to say baseball" +} +{ + "input": "\"i can't believe that fathermocker ate all of my marshmallows\" What is the definition of \"fathermocker\"?\n\n", + "output": "a name for someone who enjoys spending [quality time] with his family", + "label": "\"an alternative to the offensive \"motherfucker\"" +} +{ + "input": "\"i just got home from school and saw two girls having aesthor on my couch\" What is the definition of \"aesthor\"?\n\n", + "output": "the act of eating a bitch out while she's throwing up, usually after consuming a large amount of alcohol", + "label": "girl on girl action" +} +{ + "input": "\"i like the way bob's hang fruit looks when he's cleaning the bathtub\" What is the definition of \"hang fruit\"?\n\n", + "output": "a male's scrotum and testicles that dangles out of the top of the fly of their pants, shorts, or bathing suit", + "label": "pendulous testicles as seen from behind" +} +{ + "input": "\"japan: herro itary\" What is the definition of \"itary\"?\n\n", + "output": "how the japanese say 'hello'", + "label": "how japan say italy" +} +{ + "input": "\"a: man, did you see chris? he paid that whore to indiana jones boulder him last night\" What is the definition of \"indiana jones boulder\"?\n\n", + "output": "\"the \"indiana jones boulder\" is when a woman puts a large rock into her mouth and drops it into a man's ass from a height", + "label": "when a large man/woman rolls on top of you while you wear a fedora" +} +{ + "input": "\"\"to dwarne yourself in advance - writing on your online dating profile, \"i'm sick of women, they're all nasty\" What is the definition of \"dwarne\"?\n\n", + "output": "to state the opposite of what you really mean or believe for attention, to be provocative with the intent to insult", + "label": "to inadvertently cockblock yourself" +} +{ + "input": "\"hey cow tit\" What is the definition of \"cow tit\"?\n\n", + "output": "a large milk producing female", + "label": "\"pronounced cow \"teet\" noun, proper noun, verb, adj" +} +{ + "input": "\"he's definately a mohammad <3\" What is the definition of \"mohammad\"?\n\n", + "output": "the love of my life", + "label": "an amazing friend" +} +{ + "input": "\"cogwheim the great, the semi-identity of one kyle miller\" What is the definition of \"cogwheim\"?\n\n", + "output": "a name created out of necessity by kyle miller", + "label": "(n" +} +{ + "input": "\"yo that dudes on bug patrol\" What is the definition of \"bug patrol\"?\n\n", + "output": "a group of kids who spray graffiti", + "label": "it means freakin out or goin nuts aka buggin out" +} +{ + "input": "\"1) there was a high niggalosity at the rap concert\" What is the definition of \"niggalosity\"?\n\n", + "output": "the measure of how niggerish a person, place or thing is", + "label": "a large concentration of niggers in one area" +} +{ + "input": "\"i pity the fool who does not dial 1800collect\" What is the definition of \"1800collect\"?\n\n", + "output": "the number you call if you want to hear a funny message about collect calls", + "label": "saving a buck, or two" +} +{ + "input": "\"i had a hot date planned so i went to mejiers and picked up a pack of caporters to protect my down hang\" What is the definition of \"caporters\"?\n\n", + "output": "a condom", + "label": "a slang word for the controseptive worn on the male genetalia" +} +{ + "input": "\"i just bought a case of aqua net for $2\" What is the definition of \"aqua net\"?\n\n", + "output": "hair spray that is still cool to use", + "label": "hair spray that is still cool to use" +} +{ + "input": "\"you need to go to the brocademy to increase your brocabulary bro\" What is the definition of \"brocademy\"?\n\n", + "output": "a school for learning all things bro", + "label": "a place where bro's learn to increase their [brocabulary] and how to reduce the deadly brocade" +} +{ + "input": "\"bryan is a guru of ramen noodles; he is the best ramen noodle maker\" What is the definition of \"best ramen noodle maker\"?\n\n", + "output": "the title given to one who has mastered the art of making ramen noodles", + "label": "it is a person who has defined the skill of cooking the ramen noodle" +} +{ + "input": "\"barak obama was elected only becuase people never even learned about anything he did, belived, or was\" What is the definition of \"barak obama\"?\n\n", + "output": "a black man that was president for 8 years and did more good things for the usa and world then any other president in history", + "label": "the pinacle of evil, the beggining of the end" +} +{ + "input": "\"that guy can smd\" What is the definition of \"smd\"?\n\n", + "output": "\"short for \"smack my dick\" as in to \"get it on\" or to have intercourse", + "label": "\"an abbreviation of the phrase \"suck my dick\"\"" +} +{ + "input": "\"malta is a small island if you go to malta you'll meet the president on the bus\" What is the definition of \"malta\"?\n\n", + "output": "a small island in the mediterranean sea", + "label": "\"some island in the mediterrenean" +} +{ + "input": "\"he was in a state of circumindecision\" What is the definition of \"circumindecision\"?\n\n", + "output": "confusion", + "label": "a half jewish youth" +} +{ + "input": "\"singular: she has an adequate amount of boobliage\" What is the definition of \"boobliage\"?\n\n", + "output": "1", + "label": "refering to the volume or size of one's breast" +} +{ + "input": "\"nigels alabama black snake came into my room this morning and told me that it was time to get my ass up\" What is the definition of \"alabama black snake\"?\n\n", + "output": "a very loud rooster that wakes you up in the morning with its loud crowing", + "label": "a black mans wang that has a mind of its own, and can open doors and be used as an alarm clock to wake people up" +} +{ + "input": "\"i got expelled from bob jones university for listening to the beatles\" What is the definition of \"bob jones university\"?\n\n", + "output": "extreme fundamentalist college located in greenville, south carolina, u", + "label": "\"a \"christian\" university in the south" +} +{ + "input": "\"lindsey fazio is the most amazing girl on the world\" What is the definition of \"lindsey fazio\"?\n\n", + "output": "the most beautiful girl in the entire world", + "label": "a very smart, pretty, caring, loyal, trustworthy girl" +} +{ + "input": "\"i gave her the biggest aqueous transmission last night, she almost drowned\" What is the definition of \"aqueous transmission\"?\n\n", + "output": "the act of ejaculating into a females mouth while she is taking a shower", + "label": "a" +} +{ + "input": "\"emma lovehandlesfosterbakugan boyd is a huge freakazoid\" What is the definition of \"freakazoid\"?\n\n", + "output": "emma lovehandlesfosterbakugan boyd", + "label": "a different term for the word freak" +} +{ + "input": "\"you've just been chuck-norrisified\" What is the definition of \"chuck-norrisified\"?\n\n", + "output": "when you have been blessed with the presence of chuck norris", + "label": "to be roundhouse kicked by chuck norris because you are an idiot" +} +{ + "input": "\"\"bazza: *adjusts himself to the cut lunch position* \"ahh fuck that feels better\" What is the definition of \"cut lunch\"?\n\n", + "output": "a method of adjusting one's posture whilst sitting for improved comfort", + "label": "a technique used by australian football players to cram their packages into the extremely small footy shorts provided to them" +} +{ + "input": "\"guy: would you like to smoke some pcp? me: nah, that's booty juice baby\" What is the definition of \"booty juice\"?\n\n", + "output": "noun or adjective", + "label": "noun" +} +{ + "input": "\"you can find a boob man at his residence, inside a woman's shirt\" What is the definition of \"boob man\"?\n\n", + "output": "one who enjoys living inside a woman's shirt", + "label": "a man obsessed with breasts, with an insatiable lust to enjoy every pair of boobs he sees" +} +{ + "input": "\"i got my dick smashed in the bocktagon today\" What is the definition of \"bocktagon\"?\n\n", + "output": "a place where many people get smashed in", + "label": "a place of magnificent greatness and awe where one would go to find themselves and realize that they are in fact woefully out of their element" +} +{ + "input": "\"rachel makes so many mistakes that she is chipolone\" What is the definition of \"chipolone\"?\n\n", + "output": "chipolone", + "label": "someone that is a walking disaster of life" +} +{ + "input": "\"keelie is an arse hole\" What is the definition of \"arse hole\"?\n\n", + "output": "a more proper way to refer to your butt or butt hole when in front of teachers, parents or boss", + "label": "a more proper way to refer to your butt or butt hole when in front of teachers, parents or boss" +} +{ + "input": "\"blow the man down refers to a blow job\" What is the definition of \"blow the man down\"?\n\n", + "output": "\"slang for a blow job", + "label": "a lyric in a song often sung by pirates" +} +{ + "input": "\"einztein went out bar hopping to find himself a bar fly to have sex with\" What is the definition of \"bar fly\"?\n\n", + "output": "a woman whom flies from bar to bar looking for a man to sleep with that particular night", + "label": "a bar fly is a sleezy woman that hangs out at bars with no other intent but to hook up with a man for the night" +} +{ + "input": "\"randy orton(always letting his bitch do his dirty work) such a chicken shit\" What is the definition of \"chicken shit\"?\n\n", + "output": "a gigantic pussy or wimp", + "label": "a gigantic pussy or wimp" +} +{ + "input": "\"that fuckin bai ren gotta get outta ma fuckin house\" What is the definition of \"bai ren\"?\n\n", + "output": "a chinese kid", + "label": "to be a fuckin white trash motha fucka in chinese" +} +{ + "input": "\"you say:i love you kira she says:i don't love you i say: aw snap\" What is the definition of \"aw snap\"?\n\n", + "output": "\"when you get dissed, often times by a girl", + "label": "\"aw snap is used when something goes wrong, such as if there is a fight and someone just got \"told\"" +} +{ + "input": "\"\"elliot come couple mosh with me \"i love little boys that can couple mosh\"\"\" What is the definition of \"couple mosh\"?\n\n", + "output": "the act of moshing with your significant other", + "label": "1" +} +{ + "input": "\"chloe kardashian went mudding with lamar\" What is the definition of \"mudding\"?\n\n", + "output": "the act of fucking in the mud", + "label": "sex with a person of a darker skin color than you" +} +{ + "input": "\"did you hear the [ratshack] manager down the street got arrested for selling black market radar detectors in connecticut?\" What is the definition of \"black market\"?\n\n", + "output": "refers to illegal sales of goods", + "label": "refers to a illegal market" +} +{ + "input": "\"black person shoots a white person = possession of a handgun (6 months jail) white guy shoots a black person = violent hate crime (150 years in jail)\" What is the definition of \"hate crime\"?\n\n", + "output": "a crime committed by person a against person b where person a hates person b for whatever reason", + "label": "when a white person, and only a white person, commits any violent crime against any non-white(doesn't work the other way around)" +} +{ + "input": "\"she looked surprised to say the least when i gave her a taste of boston lemonade\" What is the definition of \"boston lemonade\"?\n\n", + "output": "\"1", + "label": "pissing in a girls mouth during a blow job" +} +{ + "input": "\"sally got all holes filled by billy, bobby, and kenny\" What is the definition of \"all holes filled\"?\n\n", + "output": "when a girl submits to having all of her body cavaties simotaneously penetrated by objects, usually including penises and fingers", + "label": "when a girl submits to having all of her body cavaties simotaneously penetrated by objects, usually including penises and fingers" +} +{ + "input": "\"watch tmc, max or showtime late at night and you will find some softcore delight\" What is the definition of \"softcore\"?\n\n", + "output": "sex on tv that shows everything but penetration", + "label": "the pornos that tmc, cine-max and showtime show" +} +{ + "input": "\"\"expired donuts are a dime a dozen\" What is the definition of \"dime a dozen\"?\n\n", + "output": "\"1", + "label": "so cheap you can buy twelve for ten cents" +} +{ + "input": "\"extrempius continued to plod along for a whole bigturn\" What is the definition of \"bigturn\"?\n\n", + "output": "a full season of around 365 days", + "label": "24 hours, one whole day" +} +{ + "input": "\"jadah was a very loving and adorable [cat], but not so bright\" What is the definition of \"jadah\"?\n\n", + "output": "jadah is typically known as a loving and affectionate [cat]", + "label": "n" +} +{ + "input": "\"\"i'm halfway through the book, i really want to know what was in vault 713\" What is the definition of \"713\"?\n\n", + "output": "the number you call if you want to add drama to any conversation", + "label": "in addition to the definitions above, in harry potter and the philosopher's stone the stone was taken by hagrid from vault no" +} +{ + "input": "\"did you see regina mills in last night's episode?\" What is the definition of \"regina mills\"?\n\n", + "output": "regina mills is the evil queen on once upon a time", + "label": "the best character in once upon a time" +} +{ + "input": "\"that dude takes alot of fists up his ass- check out that rosebud\" What is the definition of \"rosebud\"?\n\n", + "output": "a reference to a male homosexual's anus- aka a [fist]", + "label": "the appearance of one's rectum after [fisting]" +} +{ + "input": "\"i didn't have a glove, so i had to go bdnb\" What is the definition of \"bdnb\"?\n\n", + "output": "\"bare dick no box using a condom or any other \"bare dick\" protection during sexual intercourse", + "label": "\"acronym for \"back door, no babies\"\"" +} +{ + "input": "\"wow, those models almost look as good as the chien family\" What is the definition of \"chien\"?\n\n", + "output": "the greatest family in the entire world", + "label": "money in chinese one powerfully good looking family" +} +{ + "input": "\"bob: hey, that girls a bollendorf\" What is the definition of \"bollendorf\"?\n\n", + "output": "a bollendorf is a girl who has blonde hair and blue eyes", + "label": "fricking awesomeness on a frikling bun" +} +{ + "input": "\"jim: hey did you see afro thunder today? you: no, i think he is sick\" What is the definition of \"afro thunder\"?\n\n", + "output": "what you call a cool kid that has an afro", + "label": "what you call a cool kid that has an afro" +} +{ + "input": "\"ska gokka hela dan imorrn framfor tvn\" What is the definition of \"gokka\"?\n\n", + "output": "swedish word for to throw up", + "label": "1" +} +{ + "input": "\"\"i got a \"dirty van dyke\" from giving a hooker clamkin\" What is the definition of \"clamkin\"?\n\n", + "output": "the act of using one's penis to stimulate a female's clitoris", + "label": "\"the \"female\" version of the blumpkin, preforming cunnilingus while the woman defecates" +} +{ + "input": "\"sally: noooooo, john got a copy of black ops\" What is the definition of \"black ops\"?\n\n", + "output": "the best form of abstinence known to man", + "label": "the best form of abstinence known to man" +} +{ + "input": "\"damian love his grundle sauce on his breakfast toast\" What is the definition of \"grundle sauce\"?\n\n", + "output": "the sweaty stinky dirt that comes from the grundle", + "label": "the juices or sauce that forms between your asshole and nutsack" +} +{ + "input": "\"damn, can you hear all those chatty cathy's that just walked into the movie theater? i better get my stun gun to shut those bitches up\" What is the definition of \"chatty cathy\"?\n\n", + "output": "a cunt who wont shut the fuck up", + "label": "\"used as a utah slang word for the typical lds group daters that ruin where ever they go by bringing a horde of \"chatty cathy's\" along" +} +{ + "input": "\"did you just see that shore whore nose dive into the snow bank? i can see her clit piercings from here\" What is the definition of \"shore whore\"?\n\n", + "output": "a person who gets pleasure out of snowboarding", + "label": "a female who seems to think that excessive tanning and wearing a loin cloth in sub zero temperatures will make her more attractive at the bar" +} +{ + "input": "\"i got jeggy with it last night and accidentally knocked some guy out\" What is the definition of \"jeggy\"?\n\n", + "output": "\"the way morons spell \"jacked", + "label": "a combination of jiggy and leggy" +} +{ + "input": "\"\"he's as cunning as a dweezil \"that darn dweezil emptied my bank account again, but god love him, he did it for those starving children in africa\" What is the definition of \"dweezil\"?\n\n", + "output": "to do something noble and/or selfless for the greater good", + "label": "1) an imaginary animal, probably resembling a [weasel], but more cartoon like" +} +{ + "input": "\"he's a typical antipodean\" What is the definition of \"antipodean\"?\n\n", + "output": "a slang term to refer to a male from australia or new zealand", + "label": "new zealand, australian or south african decent" +} +{ + "input": "\"my girl was so horny after [twilight] she mounted me and i totally got some twilight sex\" What is the definition of \"twilight sex\"?\n\n", + "output": "\"to have sex because of twilight", + "label": "is when a girl watches the popular twilight movies and then full of hormones and giddy from her vampire/wolf fantasies pounces on someone and procedes to initiate intercourse" +} +{ + "input": "\"shit that hit me in the dill bag\" What is the definition of \"dill bag\"?\n\n", + "output": "nut sack", + "label": "nut sack, ball sack way to put someone down you hate" +} +{ + "input": "\"student a: what's on that lunch line? student b: they trot out the ol' chuck wagon again\" What is the definition of \"chuck wagon\"?\n\n", + "output": "the quality of food served in the cafeteria", + "label": "\"mystery meat/\"meat\"/meat[?] typically served at school cafeterias\"" +} +{ + "input": "\"stop talking, you assmuffing robot\" What is the definition of \"assmuffing\"?\n\n", + "output": "origin: ass-muff-catechism 1", + "label": "a rusty trombone without the trombone (see rusty trombone)" +} +{ + "input": "\"\"guy 1: \"what's you're favourite part about christmas?\" guy 2: \"the christmas goose kiid\" What is the definition of \"christmas goose\"?\n\n", + "output": "a girl who gets horny around the holiday season and gets fucked by as many guys as possible", + "label": "a girl who gets horny around the holiday season, and gets fucked by as many guys as possible" +} +{ + "input": "\"that moron at the drive thru was a fucksplat\" What is the definition of \"fucksplat\"?\n\n", + "output": "a derogatory term for a stupid person", + "label": "a complete imbecile" +} +{ + "input": "\"i'm dossing at jake's tonight bru can i doss at your place tonight? imma have a quick doss yep that bird's just dossing on the telephone line\" What is the definition of \"dossing\"?\n\n", + "output": "where a female hangs upside down from any suitable support e", + "label": "a word of south african origin, meaning to have a nap or just crash at someone's place for the night" +} +{ + "input": "\"don't trust him he is as two-faced as a reed\" What is the definition of \"reed\"?\n\n", + "output": "a person who is untrustworthy, treacherous, disloyal", + "label": "someone who makes grand promises but fails to keep them" +} +{ + "input": "\"i thought that was going to be a normal shit, but when i sat down on the toilet, it was ass pee\" What is the definition of \"ass pee\"?\n\n", + "output": "a kind of defecation in which the fecal matter is nearly 100% liquid, and exits the anus much like urine", + "label": "a kind of defecation in which the fecal matter is nearly 100% liquid, and exits the anus much like urine" +} +{ + "input": "\"boehner and obama got some quality air time on tv while stocks crashed because they can't reach a deal on the fiscal cliff\" What is the definition of \"fiscal cliff\"?\n\n", + "output": "a series of events that will probably be pushed back several times, creating a small recession that could've been avoided if both sides in congress cooperated", + "label": "an opportunity for politicians to do what they do best: get on tv and scare the bejeezus out of people" +} +{ + "input": "\"bird: holy hell, that was just one anthony escue experience\" What is the definition of \"anthony escue\"?\n\n", + "output": "it's like this guy lives in a parallel universe where everything is upside down and inside out", + "label": "1" +} +{ + "input": "\"devin got all fattered up and lost his virginity to a fat chick at uni\" What is the definition of \"all fattered up\"?\n\n", + "output": "to get completely [mullered] on drink/drugs", + "label": "having sex with fat chicks" +} +{ + "input": "\"she was so horny she asked me to buzz on her brownie\" What is the definition of \"buzz on her brownie\"?\n\n", + "output": "to anally penetrate a woman", + "label": "give oral sex to a female" +} +{ + "input": "\"\"my favourite songs by at the drive-in are \"one armed scissor\", \"cosmonaut\" and \"hourglass\"\" What is the definition of \"at the drive-in\"?\n\n", + "output": "a fucking great band", + "label": "quite simply one of the best bands ever" +} +{ + "input": "\"throwing screaming babies into the pen full of rabid pit bulls seemed like a good idea at the time, but it ended up being a complete conflusterfuck\" What is the definition of \"conflusterfuck\"?\n\n", + "output": "when a confident plan falls to shit due to personal incompetents and/or outside variables", + "label": "\"a snafu of epic proportions" +} +{ + "input": "\"robert byrd was one of many dixiecrats that has remained a democrat\" What is the definition of \"dixiecrats\"?\n\n", + "output": "those southern democrats that remain in the party despite its shift to the left", + "label": "a 1960s reference to southern democrats" +} +{ + "input": "\"whos that g he must be from 2002 sqn\" What is the definition of \"2002 sqn\"?\n\n", + "output": "the best group of piffers in jharkhand", + "label": "shit hot air cadet squadron in kingswood" +} +{ + "input": "\"sarah used to call andy her stalker but now they're intimental\" What is the definition of \"intimental\"?\n\n", + "output": "the relationship between friends where the boundary between friendship and a [crush] gets a little bit hazy but they still have a good time together", + "label": "in a relationship with a crazy person" +} +{ + "input": "\"you don't even know the basics of nooblogy yet you're talking smack\" What is the definition of \"nooblogy\"?\n\n", + "output": "the study of all things related to being a [noob]", + "label": "1" +} +{ + "input": "\"as per definition b), i don't come come from an assassin's creed\" What is the definition of \"assassin's creed\"?\n\n", + "output": "a) a popular video game that involves lots of killing and has caused much debate amongst gamers about which is better: eagle vision or sonar", + "label": "a) a [multi-part] computer game b) a family business, passed down from generation to generation, in which all male family are [murder-for-hire] hitmen" +} +{ + "input": "\"it was a total base rape that last round of warhawk\" What is the definition of \"base rape\"?\n\n", + "output": "in an online game, the act of killing spawning enemies before they leave the base", + "label": "in an online game, the act of killing spawning enemies before they leave the base" +} +{ + "input": "\"yo, im going to a bmitz next saturday\" What is the definition of \"bmitz\"?\n\n", + "output": "a party with only one girl present for every two guys invited", + "label": "short for [bat mitzvah]" +} +{ + "input": "\"ocenica is the greatest country ever\" What is the definition of \"ocenica\"?\n\n", + "output": "a country that includes many different ethnicities and religions", + "label": "the country of ocenic" +} +{ + "input": "\"after shandra and i had doggystyle sex i pulled out and gave her a little cocktail sauce\" What is the definition of \"cocktail sauce\"?\n\n", + "output": "the result of a man ejaculating on the rear end (tail) of a sex partner", + "label": "the result of a man ejaculating on the rear end (tail) of a sex partner" +} +{ + "input": "\"your mom is more of a choonberry than my gardner\" What is the definition of \"choonberry\"?\n\n", + "output": "a choonberry is something that you think is really stupid, or annoying", + "label": "choonberry is word used to describe many mexican illegal aliens" +} +{ + "input": "\"hey, check out the bushkraut over there selling maps\" What is the definition of \"bushkraut\"?\n\n", + "output": "a german tourist who goes into the bush to take pictures of native women", + "label": "(n" +} +{ + "input": "\"she got the dirty monson last night\" What is the definition of \"dirty monson\"?\n\n", + "output": "the act of sticking one index finger in the ass and the thumb into the vagina or vice versa", + "label": "using a sword to pressure someone into receiving anal penetration" +} +{ + "input": "\"take cover atomic fairy approaching on vector 4-5-7\" What is the definition of \"atomic fairy\"?\n\n", + "output": "\"the atomic fairy is a weapon in the game \"downfall\" which takes the form of a fairy that shoots lasers from its wand", + "label": "ballistic energy expansion (bex) usually found in the centre of a chaotic tornado of accumalated bit and bobs that get dumped in a random location" +} +{ + "input": "\"cheesefat is freaking awesome\" What is the definition of \"cheesefat\"?\n\n", + "output": "1", + "label": "cheesefat is a fat that cums out of cheese" +} +{ + "input": "\"my shamama said i could spend the night at your house\" What is the definition of \"shamama\"?\n\n", + "output": "your mother", + "label": "it's a nifty way to say mom" +} +{ + "input": "\"you look a right cunt with that bum fluff on thy face mate\" What is the definition of \"bum fluff\"?\n\n", + "output": "bum fluff is literally sparse and whispy facial hairs on an adolescent boy, (or asian girl)", + "label": "bum fluff is literally sparse and whispy facial hairs on an adolescent boy, (or asian girl)" +} +{ + "input": "\"i watched the bme pain olympics video, and i threw up, passed out, and i woke up with a painful set of dick and balls\" What is the definition of \"bme pain olympics\"?\n\n", + "output": "it's where a man drinks a large amount of alcohol, then watches porn, while taking a shit at the same time", + "label": "\"a really messed up viral video" +} +{ + "input": "\"becky's face has got it going on its all i want and i've waited for so long becky can't you see your face is the one for me becky's face woooaaaooo\" What is the definition of \"becky's face\"?\n\n", + "output": "a song written by [elvis costello] using the stage name [becky's face]", + "label": "used in the becky's face song, to the tune of'stacey's mom'" +} +{ + "input": "\"\"you're going outside again? you're so antismotial\" What is the definition of \"antismotial\"?\n\n", + "output": "1", + "label": "the behaviour of smokers at a predominantly non-smoking social event, who leave from time to time to have a smoke" +} +{ + "input": "\"i can't talk to you when you're so upset, call me back when you're less anne coulter\" What is the definition of \"anne coulter\"?\n\n", + "output": "\"the personification of \"shrill\"\"", + "label": "\"the personification of \"shrill\"\"" +} +{ + "input": "\"oh my god lok aqt gabrielle she is such a fat cunt\" What is the definition of \"fat cunt\"?\n\n", + "output": "someone who is really fat and is a smelly bum hole", + "label": "someone who is really fat and is a smelly bum hole" +} +{ + "input": "\"sean blaszczyk did a bangers beans and mash on sara massie last night with the safety off\" What is the definition of \"bangers beans and mash\"?\n\n", + "output": "fucking a girl while you shoot her with a gun", + "label": "fucking a girl while on ecstasy with a gun to her head" +} +{ + "input": "\"-she keeps averying over the blue line\" What is the definition of \"averying\"?\n\n", + "output": "to repeatedly cross the line of acceptability in ones social boundries", + "label": "the action of tripping over nothing at all" +} +{ + "input": "\"guy1: jeremy is such a bitchnaz guy2: no u\" What is the definition of \"bitchnaz\"?\n\n", + "output": "a mix of bitch and nazi", + "label": "an insult used for someone who is racist and a bitch, may also be disguised as the russian word for bitch to clueless english speaker" +} +{ + "input": "\"archer is a jorke\" What is the definition of \"jorke\"?\n\n", + "output": "a person who lacks the ability to not suck at things", + "label": "jorke is a commonly used word by persian alter ego's meaning jerk, asshole, or not nice person" +} +{ + "input": "\"\"girl: \"damn i bet that handsome strawberry blonde dude over there has a pornstar dick\"\"\" What is the definition of \"strawberry blonde\"?\n\n", + "output": "\"the best hair color on a guy by far", + "label": "a rare hair color" +} +{ + "input": "\"he came back from taco bell and left ass vomit all over my toilet seat\" What is the definition of \"ass vomit\"?\n\n", + "output": "act consisting of pieces of undigested food of any origin spewed out of rectum in a violent manner", + "label": "(n" +} +{ + "input": "\"put some nut dust on that kale\" What is the definition of \"nut dust\"?\n\n", + "output": "almond meal or almond flour", + "label": "(slang) common term in [anarchist]-[vegan] circles for [nutritional yeast] (a vegan condiment)" +} +{ + "input": "\"cindle listens to rock and metal cindle was crazy at that party yesterday\" What is the definition of \"cindle\"?\n\n", + "output": "a girl who likes rock and metal", + "label": "a unique name" +} +{ + "input": "\"is that a greek goddess, is that an ellena? that painting is absolutely ellena\" What is the definition of \"ellena\"?\n\n", + "output": "ellena is another name for a greek goddess", + "label": "\"greek origin, meaning bright one, shining light" +} +{ + "input": "\"'hooley's got tom's camera &he's fuckin' blattin with it' 'ben's blattin about being in love with jessey lacey'\" What is the definition of \"blattin\"?\n\n", + "output": "the expression of one's true feelings, about anything (synonym to [spitting] your guts)", + "label": "crying, or kickin' off when it's not necessary" +} +{ + "input": "\"ron jeremy is a virtuoso with the clit flick\" What is the definition of \"clit flick\"?\n\n", + "output": "the art of fondling the female hot spot", + "label": "the act of flicking the clit with your tongue or finger in order to arouse a broad" +} +{ + "input": "\"man, im well crumbled\" What is the definition of \"crumbled\"?\n\n", + "output": "means being very stoned - also means well fucked", + "label": "too pissed to know whats goin on" +} +{ + "input": "\"that is an emo emu\" What is the definition of \"emo emu\"?\n\n", + "output": "a emu that is emo", + "label": "1" +} +{ + "input": "\":some guy: dammnnnn that girl jane got sum big fun bags\" What is the definition of \"fun bags\"?\n\n", + "output": "jane has big fun bags", + "label": "jane has big fun bags" +} +{ + "input": "\"stop georging up the place\" What is the definition of \"georging\"?\n\n", + "output": "1", + "label": "when someone steps on your court unwanted to play" +} +{ + "input": "\"lakesa i love you and you make me happy\" What is the definition of \"lakesa\"?\n\n", + "output": "a beautiful person who is shy at times but as a personality that can make you smile no matter what", + "label": "lakesa prop" +} +{ + "input": "\"she suggested that we go booty-assed camping\" What is the definition of \"booty-assed\"?\n\n", + "output": "1", + "label": "half-assed, facadical, not non-inauthentic" +} +{ + "input": "\"the last time she forgot to cook dinner, she woke up bedrezzled\" What is the definition of \"bedrezzled\"?\n\n", + "output": "when you go to bed hungry and wake up still hungry", + "label": "when a man ejaculates into a womans ear canal" +} +{ + "input": "\"mike is such a pooterhead\" What is the definition of \"pooterhead\"?\n\n", + "output": "a computer nerd, specifically someone who loves [poont]", + "label": "the equivalent of a sadistic person" +} +{ + "input": "\"i can smell cocoa butter lotion, there must be black people lurking nearby\" What is the definition of \"black people\"?\n\n", + "output": "also referred to as: nigger, nig nog, monkey, porch monkey, coon, nig", + "label": "also referred to as: nigger, nig nog, monkey, porch monkey, coon, nig" +} +{ + "input": "\"i pulled apart her beef curtains and stuck my dick in her beef hole\" What is the definition of \"beef hole\"?\n\n", + "output": "a way of describing a womans vagina", + "label": "a way of describing a womans vagina" +} +{ + "input": "\"oi sorry but i have to grud this guy, he gives me the shits\" What is the definition of \"grud\"?\n\n", + "output": "to place a person in a 'to be hated' category", + "label": "1)abhorrent/distasteful conversation held about someone, behind that certain persons back" +} +{ + "input": "\"ya man, this kid in my physics class totally billy jacked out the 2nd floor window in the middle of lecture\" What is the definition of \"billy jacked\"?\n\n", + "output": "to suddenly go [apeshit] with little to no warning", + "label": "to suddenly morph into a mannequin or dummy at the precise moment of being hurled through solid objects, like glass windows, etc" +} +{ + "input": "\"braig wants your keyblade; he doesn't have a hidden agenda\" What is the definition of \"braig\"?\n\n", + "output": "1", + "label": "a major character in kingdom hearts: birth by sleep, braig is a cool, normal guy that was an apprentice of ansem" +} +{ + "input": "\"mi suegra casi me encuentra chuln cuando vino a visitarnos\" What is the definition of \"chuln\"?\n\n", + "output": "derives from chilean slang, meaning drunk, intoxicated", + "label": "salvadoran slang meaning 'naked'" +} +{ + "input": "\"he enjoyed the play as much as he enjoyed sitting next to an attractive azeri\" What is the definition of \"azeri\"?\n\n", + "output": "a woman from armenia, a country located between turkey and iran", + "label": "a person of azeri descent" +} +{ + "input": "\"i can still taste my girlfriends queef after that cranky grandpa she gave me this morning\" What is the definition of \"cranky grandpa\"?\n\n", + "output": "a cranky grandpa is a queef, not a fart", + "label": "when a guy puts his mouth over the girls vagina and she queefs directly into his mouth" +} +{ + "input": "\"tonight lets get fucked up and play diamond cutter\" What is the definition of \"diamond cutter\"?\n\n", + "output": "this is a beer drinking game when you take a beer and open it without touching the cap with your hands", + "label": "a drinking game involving chugging of beer invented by 4 virginia college students in the summer of 2008" +} +{ + "input": "\"that dyke sarah is such a bush bouncer\" What is the definition of \"bush bouncer\"?\n\n", + "output": "a woman who enjoys engaging in [sexual intercourse] with another woman", + "label": "a lesbian that bounces around from lesbian to lesbian for one-time adventures" +} +{ + "input": "\"dennis and i are making the [roadie] up to bugaha to watch the game\" What is the definition of \"bugaha\"?\n\n", + "output": "slang for boston, as in boston, massachusetts", + "label": "a nickname for omaha, ne" +} +{ + "input": "\"samford kid: i hate birmingham southern college\" What is the definition of \"birmingham southern college\"?\n\n", + "output": "what samford wishes they were", + "label": "what samford wishes they were" +} +{ + "input": "\"to experience the majesty that is bullet for my valentine checkout their website www\" What is the definition of \"bullet for my valentine\"?\n\n", + "output": "\"the coolest new heavy metal band from the uk set for world domination", + "label": "\"the coolest new heavy metal band from the uk set for world domination" +} +{ + "input": "\"quit chaconing that daily pouch\" What is the definition of \"chaconing\"?\n\n", + "output": "verb- the act of swinging a small animal by it's testicles", + "label": "to take an exceptionally long time to perform a menial task" +} +{ + "input": "\"sexy man ben sherwin\" What is the definition of \"ben sherwin\"?\n\n", + "output": "a hot jewish boy who all the girls want to do", + "label": "a hot male in derby" +} +{ + "input": "\"jadah is the best friend i've ever had\" What is the definition of \"jadah\"?\n\n", + "output": "the most beautiful girl in the world", + "label": "a beautiful girl usually of mixed race" +} +{ + "input": "\"i wasn't sure if he was gay until he made that boner fide remark\" What is the definition of \"boner fide\"?\n\n", + "output": "\"a \"boner fide\" person is someone who can quickly and easily get a hard on", + "label": "adj" +} +{ + "input": "\"watching chaki perform is like watching a child lovingly eat beautiful, musical, mud\" What is the definition of \"chaki\"?\n\n", + "output": "chaki is a experimental / slide guitar instrumental musician", + "label": "mystic defender frontman cory sklar aka chaki" +} +{ + "input": "\"that girl got a nice b donkadonk\" What is the definition of \"b donkadonk\"?\n\n", + "output": "very large buttocks or back side", + "label": "very large buttocks or back side" +} +{ + "input": "\"i became a pole dancer so that i can tone my body\" What is the definition of \"pole dancer\"?\n\n", + "output": "a woman who dances for money, but not all pole dancers are strippers", + "label": "one who partakes in pole dancing" +} +{ + "input": "\"white #1: yo wassup nikka?? white #2: yo nuttin much jess pimpin it as usual white #1: fo shoo das how we do white #2: hell ya nikka\" What is the definition of \"nikka\"?\n\n", + "output": "a straight up pimp", + "label": "the slang for nigga that whites use to feel cool without gettin shot by a black man" +} +{ + "input": "\"the amirface just poop on hiss face\" What is the definition of \"amirface\"?\n\n", + "output": "someone that has a poop for a face", + "label": "poopface" +} +{ + "input": "\"\"kevin, you forker\" What is the definition of \"forker\"?\n\n", + "output": "\"a person who enjoys using a fork to lift or \"fork\" up a person's penis while it is being sucked", + "label": "\"forker is a less known acronym for the word \"fucker\"" +} +{ + "input": "\"person 1: you mama ugly yo girl ugly and yo granny ugly person 2: well you a bitch titty\" What is the definition of \"bitch titty\"?\n\n", + "output": "a hurtful insult said as a last resort in order to win an argument or silence the one who your arguing with leaving them dazed and confused", + "label": "a hurtful insult said as a last resort in order to win an argument or silence the one who your arguing with leaving them dazed and confused" +} +{ + "input": "\"dick cheyney has taken control of my brain\" What is the definition of \"dick cheyney\"?\n\n", + "output": "1", + "label": "a newly discovered form of parasitic giant cockroach, it has been able to posses infect the brains of human beings and use tham as hosts, most notably george bush jr" +} +{ + "input": "\"the glare is bouncing off cop2beinphx and blinding me\" What is the definition of \"cop2beinphx\"?\n\n", + "output": "some asshole that you can't see but you know is watching you do illegal things", + "label": "big forehead" +} +{ + "input": "\"i sprayed the toilet seat with piss last night due to ceefing\" What is the definition of \"ceefing\"?\n\n", + "output": "the act of urinating without getting up, by flexing the male muscle", + "label": "the uncomfortable experience to cough while peeing" +} +{ + "input": "\"after our first kiss, i was coffee mug for a week\" What is the definition of \"coffee mug\"?\n\n", + "output": "\"to be \"coffee mugged\" is to be slapped in the face with a woman's panties or \"honey pot\"", + "label": "a phrase for mixed emotions" +} +{ + "input": "\"can you believe that steve was draping the stall again while he was taking a dump?\" What is the definition of \"draping\"?\n\n", + "output": "the act of placing one's penis on the wall of a public restroom stall while one takes a dump, so that it appears that one has a chode", + "label": "the art of taking a lengthy sheet of toilet paper and draping it along the seam of restroom stall door so that no one can peek in at you" +} +{ + "input": "\"steve: later dude jimmy: take it easy broheiser\" What is the definition of \"broheiser\"?\n\n", + "output": "the best word for bro ever made up so far", + "label": "\"a blend of the slang word \"broheim\" and the common fills you up and never lets you down popular beer \"bud light\"" +} +{ + "input": "\"a : what are you doing? b: adam lamberting\" What is the definition of \"adam lamberting\"?\n\n", + "output": "doing anything related to adam lambert (includes stalking)", + "label": "doing anything related to adam lambert (includes stalking)" +} +{ + "input": "\"chichi thinks she is better than everyone else because she hooked up with some angmoh\" What is the definition of \"angmoh\"?\n\n", + "output": "\"derogatory term for white people", + "label": "\"mandarin for \"white person\"\"" +} +{ + "input": "\"that bitch is a dirty fuckin animal\" What is the definition of \"dirty fuckin animal\"?\n\n", + "output": "a skanky girl who likes it in the ass", + "label": "the most disgusting creature to ever drag its ass across the surface of this earth" +} +{ + "input": "\"look at the boova\" What is the definition of \"boova\"?\n\n", + "output": "a word that replaces any other word in a sentence", + "label": "1" +} +{ + "input": "\"aaron thought he could cover up his flotz with the sound of the bus going by, but the rotten garlic smell gave it away\" What is the definition of \"flotz\"?\n\n", + "output": "to fart or flatulate on an unsuspecting victim while in the process of hugging them", + "label": "hebrew for a fart" +} +{ + "input": "\"a: omg she's so pretty b: yeah she's so loes a: let's party like loes\" What is the definition of \"loes\"?\n\n", + "output": "loes is the name of a girl that parties like a maniac and has the best times ever with her friends", + "label": "a very handsome girl" +} +{ + "input": "\"wow last night i had sex with a tanner\" What is the definition of \"tanner\"?\n\n", + "output": "a man with a very big penis that will pleasure any and every girl", + "label": "fucks like a tiger" +} +{ + "input": "\"i was hoping to get some useful criticism in today's meeting, but all i got was bitchback\" What is the definition of \"bitchback\"?\n\n", + "output": "\"the act of getting \"feedback\" from your boss at work, but all you get is attitude and not useful information that you can use to do your job better", + "label": "bitching disguised as actionable feedback" +} +{ + "input": "\"i need 2 doz [bum nuggets] for [cooking] scrambled bum nuggets for [dinner]\" What is the definition of \"bum nuggets\"?\n\n", + "output": "n", + "label": "[chicken] [eggs]" +} +{ + "input": "\"i'm not into tit fucking, but there was one bitch who gave me a breast boner\" What is the definition of \"breast boner\"?\n\n", + "output": "a nice pair of tits that you want to fuck", + "label": "a nice pair of [tits] that you would like to [titfuck]" +} +{ + "input": "\"look what a cute grodling\" What is the definition of \"grodling\"?\n\n", + "output": "a baby hippo", + "label": "swedish for a little baby frog/ tadpole" +} +{ + "input": "\"philip is the guy who who can always fix things that are broken\" What is the definition of \"philip\"?\n\n", + "output": "\"someone who has a ability to understand and comprehend things quickly", + "label": "an attractive young man who knows just what to say to win my heart" +} +{ + "input": "\"there's an ass master behind us, lets let him pass\" What is the definition of \"ass master\"?\n\n", + "output": "ok, well u know when u're walking in the shops, or just just walkin in general, with lots of people around", + "label": "ok, well u know when u're walking in the shops, or just just walkin in general, with lots of people around" +} +{ + "input": "\"hey man dont birape me\" What is the definition of \"birape\"?\n\n", + "output": "when someone rhymes rape with something else in an offensive manner", + "label": "when some dude tries too get gay with you" +} +{ + "input": "\"minatare nebraska is the most beautiful small town with where the women are more beautiful than any where else\" What is the definition of \"minatare nebraska\"?\n\n", + "output": "minatare ne is a small town on the outskirts of north loupe county", + "label": "\"a town in scottsbluff county nebraska" +} +{ + "input": "\"the last three times i went to michigan state university i got suckerpunched by some doucher\" What is the definition of \"michigan state university\"?\n\n", + "output": "a place where you get beat up or fucked up by sparty", + "label": "\"michigan state university is an institution that swears all of its sports teams are the greatest in the world when they are mediocre at best" +} +{ + "input": "\"\"i said to my wife, \"how about a some bernie macking tonight?\" What is the definition of \"bernie macking\"?\n\n", + "output": "a term used to describe getting a 3rd party involved in to help with the sex process due to ineptitude", + "label": "\"to provide woman with a sexual encounter for three minutes and tell them they are on their own if they didn't get theirs" +} +{ + "input": "\"ignorant guy: dude i just listened to candy shop by 50 cent and now i'm hungry a lollipop\" What is the definition of \"candy shop\"?\n\n", + "output": "a song by wiz khalifa that makes you crave candy when you listen to it", + "label": "a hit song by 50 cent that some people believe to have sexual undertones and not actually be about candy at all" +} +{ + "input": "\"(brooke just woke up) morgan- look at mountain man over there\" What is the definition of \"mountain man\"?\n\n", + "output": "a creepy old man with a beard who lives in the mountains that has an obsession with young girls", + "label": "a person who looks like they just slept on the mountains, this person usually has scruffy hair, and smells bad" +} +{ + "input": "\"pass the bichup\" What is the definition of \"bichup\"?\n\n", + "output": "a alternative word for anything", + "label": "brown sauce" +} +{ + "input": "\"yo gotta case quarter i can borraw?\" What is the definition of \"case quarter\"?\n\n", + "output": "a black american dialectal term for a twenty-five cent piece", + "label": "a black american dialectal term for a twenty-five cent piece" +} +{ + "input": "\"esha fell fer songtha, dat bitch ( hey i fell fer him too dun feel too bad\" What is the definition of \"esha\"?\n\n", + "output": "a modern said of saying thats so sad", + "label": "yet anotha bitch who fell fer songtha" +} +{ + "input": "\"i done gave dat bitch da bull dogg\" What is the definition of \"bull dogg\"?\n\n", + "output": "\"when you \"bull dog\" a girl but instead of it being a penis and vagina it is a butt sex", + "label": "beat your partner senseless after sex and bite them" +} +{ + "input": "\"you know i rep da dirty third\" What is the definition of \"dirty third\"?\n\n", + "output": "the area code 210 in san antonio, texas", + "label": "its simply" +} +{ + "input": "\"man 1: dude you won't believe this but i saw a short, sneaky, butt commando in the street the other day\" What is the definition of \"butt commando\"?\n\n", + "output": "a gay who walks around in a leather kilt", + "label": "a butt commando is a homosexual male that sneaks up behind heterosexual men and sneakily pulls their pants down forcing their cock inside their anus" +} +{ + "input": "\"that bitch was giving me a hot charlie when i layed a big dump\" What is the definition of \"hot charlie\"?\n\n", + "output": "\"the act of shitting in ones mouth and he/she in turn \"donkey punches\" you in the stomach", + "label": "when a guy is taking a shit, and a girl is performing oral sex on him at the same time" +} +{ + "input": "\"yo man, i heard allyfb is going to perform at wild splash\" What is the definition of \"allyfb\"?\n\n", + "output": "allyfb is a famous [oceanian] band, mainly popular in [new zealand] and has just recently spread to [australia]", + "label": "\"an upcoming white rapper from tampa, fl" +} +{ + "input": "\"lindsay lohan, while still very skinny, has an amazing example of a coke chin\" What is the definition of \"coke chin\"?\n\n", + "output": "the distinct chin that one gets from snorting cocaine", + "label": "what happens to your chin when you clear the coke out of your sinuses over a period of time" +} +{ + "input": "\"i strike, like an espeonkat\" What is the definition of \"espeonkat\"?\n\n", + "output": "a talented girl with striking features", + "label": "\"a very \"leet\" ninja" +} +{ + "input": "\"example 1: your buenus is very long\" What is the definition of \"buenus\"?\n\n", + "output": "a beautiful penis", + "label": "1" +} +{ + "input": "\"noone can be like frigar\" What is the definition of \"frigar\"?\n\n", + "output": "frigar is like no one else", + "label": "the most elite caster on dark ages" +} +{ + "input": "\"damn there goes clarizel\" What is the definition of \"clarizel\"?\n\n", + "output": "a beautiful girl who everyone loves", + "label": "the safest and sexiest girl around" +} +{ + "input": "\"this contractor totally gave me a bob job\" What is the definition of \"bob job\"?\n\n", + "output": "when a incompetent electrician attempts to wire a control panel while stuttering wildly", + "label": "when a incompetent electrician attempts to wire a control panel while stuttering wildly" +} +{ + "input": "\"did you see the way sean parked his jeep? what a bloody bank job that was\" What is the definition of \"bank job\"?\n\n", + "output": "a car that has been pimped on a very small budget", + "label": "when a car is parked in a haphazard fashion (out of the lines, up on the curb etc)" +} +{ + "input": "\"i'd have gone down on her, had i not seen a cherry berry\" What is the definition of \"cherry berry\"?\n\n", + "output": "'cherry berry' is a small clump of pubic hair, sometimes found clutched in the grip of a ladies arsehole", + "label": "\"pilled toilet paper stuck in on or around a woman's genitalia, after a wipe" +} +{ + "input": "\"dude, i was so billy maysing last night, it was awesome\" What is the definition of \"billy maysing\"?\n\n", + "output": "the act of getting drunk and calling people at 3 am", + "label": "the process of overdosing on the spokesperson of oxiclean, billy mays" +} +{ + "input": "\"you are completely gorgeous and worth my time, you're a dime a dozen bella\" What is the definition of \"dime a dozen\"?\n\n", + "output": "a dime a dozen meaning you are pretty but common, there are lots of you", + "label": "unique, or rare, completely worth while" +} +{ + "input": "\"wow, i love aaisha\" What is the definition of \"aaisha\"?\n\n", + "output": "aaisha is a beautiful and intelligent woman", + "label": "the cutest, most prettiest smart girl alive" +} +{ + "input": "\"blood clot wayne\" What is the definition of \"blood clot\"?\n\n", + "output": "a jamacian word meaning fuck", + "label": "a jamacian word meaning fuck" +} +{ + "input": "\"your such a cats paw to everyone\" What is the definition of \"cats paw\"?\n\n", + "output": "1", + "label": "1" +} +{ + "input": "\"i accused my brother of bitchassidness when he blew off watching football, to go watch sex and the city 2 with his girlfriend\" What is the definition of \"bitchassidness\"?\n\n", + "output": "the act of being a bitch ass", + "label": "bitchassidness (adjective) - the act of, or the tendency to, participate in and/or condone being a bitch ass" +} +{ + "input": "\"i'm gonna get outta hear i'll see ya later, boat drinks\" What is the definition of \"boat drinks\"?\n\n", + "output": "\"from the movie \"things to do in denver when your dead\"", + "label": "\"from the movie \"things to do in denver when your dead\"" +} +{ + "input": "\"my name is arisbeth\" What is the definition of \"arisbeth\"?\n\n", + "output": "arisbeth is a unique name, you will not find many with this name", + "label": "the best girl you would ever meet" +} +{ + "input": "\"eric pulled a blowshimselfupdude after the marijuana discussion\" What is the definition of \"blowshimselfupdude\"?\n\n", + "output": "the act of blowing yourself up, after smoking marijuana", + "label": "an act of retreat" +} +{ + "input": "\"when my mother was in her drag king attire, i could not have picked her out of a line of dirty old men\" What is the definition of \"drag king\"?\n\n", + "output": "a male impersonator, often performing in a band, singing and playing music", + "label": "a homosexual woman who dresses like a man and takes on a male persona for entertainment or personal enjoyment" +} +{ + "input": "\"you see that woman, you can tell she is a kaylynn\" What is the definition of \"kaylynn\"?\n\n", + "output": "a beautiful loving, caring, smart woman", + "label": "an amazing woman that any guy would be lucky to call theirs" +} +{ + "input": "\"\"arent spurs fucking excellent? \"yes, yes they are\"\"\" What is the definition of \"spurs\"?\n\n", + "output": "the best football team in the world", + "label": "the allmighty origional champions" +} +{ + "input": "\"cluracan: ffos\" What is the definition of \"ffos\"?\n\n", + "output": "\"a term coined by a man known only as \"cluracan\"", + "label": "\"a word/abbrieviation commonly used by \"cluracan\", the [1337]est programmer of them all" +} +{ + "input": "\"chadwick:yo look at that kid with long hair and a frooty face preston:yeah thats a coia\" What is the definition of \"coia\"?\n\n", + "output": "a person with a really gay face", + "label": "crap people from ohio" +} +{ + "input": "\"that ken is such a beanford sometimes, it cracks me up\" What is the definition of \"beanford\"?\n\n", + "output": "a silly person, yet they can still be smart at times", + "label": "noun, someone who is very silly or ridiculous" +} +{ + "input": "\"the makis\" What is the definition of \"makis\"?\n\n", + "output": "greek word for penis, also used as a nickname for people with long hair", + "label": "the makis is go of everything and created everyone cant be destroyed or killed" +} +{ + "input": "\"the boston accent is best explained at www\" What is the definition of \"boston accent\"?\n\n", + "output": "\"the boston accent is not just an accent, it's a lifestyle", + "label": "\"the boston accent is not just an accent, it's a lifestyle" +} +{ + "input": "\"i know a man called matt duffell\" What is the definition of \"duffell\"?\n\n", + "output": "\"a surname originally derived from the noble sport of archery", + "label": "describes a person with a hair like a dead dog which has been revolved over a wooden spoon" +} +{ + "input": "\"basir has a big bassiir\" What is the definition of \"basir\"?\n\n", + "output": "amazing person with a big bassiir and likes chicken", + "label": "a basir is one very annoying creepy looking creature that craves cheese" +} +{ + "input": "\"after that dirty dave i was able to bang that ugly slut\" What is the definition of \"dirty dave\"?\n\n", + "output": "to pull a dirty dave is to do something despicable in order to achieve a goal", + "label": "double shot of whiskey, shot of vodka and shotgun a beer" +} +{ + "input": "\"after jerking off 8 times in one day, max had a bogoyatoo\" What is the definition of \"bogoyatoo\"?\n\n", + "output": "a turd, a shit, excrements", + "label": "n" +} +{ + "input": "\"\"john: \"how was your night?\" richard: \"oh met a 3am bird and took her home\" What is the definition of \"3am bird\"?\n\n", + "output": "a girl you meet in the club or bar, take home and bang!", + "label": "a girl that you pick up in a club, bar, street or late night venue at 3am in the morning" +} +{ + "input": "\"my boyfriend went down on me last night, and i was so into it that i couldn't control myself and accidentally gave him a dutch taco\" What is the definition of \"dutch taco\"?\n\n", + "output": "when a man sits on top of the woman's mouth instead of the usual female on top position", + "label": "noun: the intentional or unintentional release of intestinal gas while on the receiving end of cunnilingus" +} +{ + "input": "\"dam^ auto correct\" What is the definition of \"auto correct\"?\n\n", + "output": "one of the most annoying things ever", + "label": "one of the most annoying things ever" +} +{ + "input": "\"only emotionally unstable teenage girls and obese former high school jocks like netorare\" What is the definition of \"netorare\"?\n\n", + "output": "\"netorare is a fetish in anime/manga where the subject matter involves the arousal from a man having sex with a woman until she cries", + "label": "a vastly overrated genre that has it's origins with crappy shoujo anime and manga" +} +{ + "input": "\"mikey was being really gay today so i decided to give him a nice little corn dog\" What is the definition of \"corn dog\"?\n\n", + "output": "the act of taking ones penis and inserting it into a large hot dog bun", + "label": "to corn dog someone is to knee them up there ass when they dont expect it" +} +{ + "input": "\"anna kournikova can't play tennis for shit but i would love to bend her over the net and give her 'forty-love\" What is the definition of \"anna kournikova\"?\n\n", + "output": "a fucking sexy tennis player that i would go down on in a heart beat", + "label": "noun (a-nah corn-a-ko-va) hot russian tennis player who can't play tennis but is so freakin hot that nobody seems to notice" +} +{ + "input": "\"ruini is getting called cardinal ruins because in some ways he is ruining the church\" What is the definition of \"cardinal ruins\"?\n\n", + "output": "the name of a person who is about to become very powerful in the roman catholic church, but should be stopped, for the good of the world", + "label": "another nickname for the italian cardinal camillo ruini" +} +{ + "input": "\"hey look, its the john merric, the elephant man\" What is the definition of \"elephant man\"?\n\n", + "output": "a man with a 20 inch penis", + "label": "the name given to john merrick" +} +{ + "input": "\"she/he gave me the best pandy while i was driving i have ever had\" What is the definition of \"pandy\"?\n\n", + "output": "[noun] slang for fellatio or head", + "label": "\"a \"pandy\" is a handjob from an asian or someone with comparably small hands" +} +{ + "input": "\"person 1:hey don't mess with him he is an esp\" What is the definition of \"esp\"?\n\n", + "output": "a person who is gaining power through the study and usage of the elements [air] [soil] [water]and [fire]", + "label": "extremely sensitive person" +} +{ + "input": "\"boy: *sees evony ad* *gets hard-on*\" What is the definition of \"evony\"?\n\n", + "output": "\"a really well done facebook game", + "label": "a browser based game with extremely misleading adverts" +} +{ + "input": "\"roy came home from the bar at four in the morning after the potato festival christmas eve party and gave abby-joe an alabama christmas morning\" What is the definition of \"alabama christmas morning\"?\n\n", + "output": "\" opening your girlfriend's presents while \"raping\" her doggystyle wearing only a santa hat", + "label": "when a person of a “white-trash” lifestyle cums in their daughter’s face christmas morning as she sleeps waiting for santa" +} +{ + "input": "\"\"you voted for dub'yah? origins come from freepress\" What is the definition of \"dub'yah\"?\n\n", + "output": "\"george w", + "label": "short for w" +} +{ + "input": "\"\"sup bill, would you do last night? \"well, i fed the mrs some cream of balls\" What is the definition of \"cream of balls\"?\n\n", + "output": "the product made from squeezing many balls together", + "label": "\"the act of creaming onto ones ballsack, then performing a \"[t-bag]\" with the partner, the desired effect that the balls taste like [semen]" +} +{ + "input": "\"what a manav\" What is the definition of \"manav\"?\n\n", + "output": "a stupid idiot", + "label": "the act of growing a full on moustache, professor style, before shaving it off and thus demoting yourself to a lower level of cool" +} +{ + "input": "\"joe was so ticked at his boss when he worked at a movie theater that he left an angry gorilla in the urinal\" What is the definition of \"angry gorilla\"?\n\n", + "output": "when a man leaves a lingering stink in the urinal he recently used", + "label": "when a person is mad for whatever reason and has to take a shit" +} +{ + "input": "\"man, what a bad idea\" What is the definition of \"bad idea\"?\n\n", + "output": "eating a girl out on her period", + "label": "eating a girl out on her period" +} +{ + "input": "\"\"did you see john sneaking over to felicia's house last night? \"yeah i saw him, guess he don't want anyone to know he is fucking that crypt keeper\" What is the definition of \"crypt keeper\"?\n\n", + "output": "a woman or man that has maintain young flesh while others around them age", + "label": "after- dark booty call" +} +{ + "input": "\"bromeliads are found in the conopy's, of rainforests\" What is the definition of \"bromeliads\"?\n\n", + "output": "are small trees", + "label": "a large family of flowering plants native to the tropical and warm temperate of the united states" +} +{ + "input": "\"\"nathan: \"dude, i just had the most awesome shuffle session\" richard: \"man, that is awesome\" What is the definition of \"shuffle\"?\n\n", + "output": "the act of running with no particular direction, while listening to one's ipod", + "label": "\"shortened \"nickname\" for melbourne shuffle, an underground dance style which is predominantly danced to dance / electronica / trance / hardstyles / house music\"" +} +{ + "input": "\"\"dom: \"it's really satisyfying extending my wand and spraying creamy muck muck all over the kiddies\" What is the definition of \"creamy muck muck\"?\n\n", + "output": "the thing that comes out of that fat blokes arse in the barry los angeles videos", + "label": "1" +} +{ + "input": "\"if you'd ever been in the sweet embrace of that boy you'd know he's all cuddlepuss and no snaggles\" What is the definition of \"cuddlepuss\"?\n\n", + "output": "a loving,companionable person,often an 'old'friend", + "label": "/ˈkʌdlpʊs/ noun 1" +} +{ + "input": "\"i heard you read a new book, may i inquire what it was about?\" What is the definition of \"inquire\"?\n\n", + "output": "to ask", + "label": "to seek to learn or obtain information by asking" +} +{ + "input": "\"ok, fernando torres\" What is the definition of \"fernando torres\"?\n\n", + "output": "a garbage striker, who misses everything, including his dinner!", + "label": "a garbage striker, who misses everything, including his dinner!" +} +{ + "input": "\"have you just dropped a breville? that was a devil of a breville\" What is the definition of \"breville\"?\n\n", + "output": "to [shit] in the cistern of a toilet then flush it before any one else can use it", + "label": "a [fart]" +} +{ + "input": "\"they are not giving me any jobs, the are backing them up for john\" What is the definition of \"backing them up for john\"?\n\n", + "output": "when you take a shit and it piles up like a turd shaped ice cube, when you flush it wont go down the toilet", + "label": "when cheapass loser fucking hillbilly thinks he is getting screwed out of overtime" +} +{ + "input": "\"did you paultards even remember to vote?\" What is the definition of \"paultards\"?\n\n", + "output": "a person who is a fan of paul watson, the anarcho-capitalist", + "label": "a derrogatory term coined during the 2008 elections" +} +{ + "input": "\"he slept on the cd so i scooped that shit up\" What is the definition of \"slept on\"?\n\n", + "output": "when something valuable is left unattended", + "label": "overlooked" +} +{ + "input": "\"if you complain and talk about another man behind his back you a femenigga\" What is the definition of \"femenigga\"?\n\n", + "output": "a women or man who is acting like a women by talking bad about another man", + "label": "men who gosip and act like bitches" +} +{ + "input": "\"black label society kicks fucking ass\" What is the definition of \"black label society\"?\n\n", + "output": "the greatest fucking band ever", + "label": "the greatest fucking band ever" +} +{ + "input": "\"j-i got cubans, where should we spark? b-lets go to the camden yacht club\" What is the definition of \"camden yacht club\"?\n\n", + "output": "a", + "label": "yacht club in midcoast maine where blunts, drinks, and other fun-tivities happen regularly" +} +{ + "input": "\"i heard caroline was a breadivore\" What is the definition of \"breadivore\"?\n\n", + "output": "a person who does not have a body but survives solely on bread and water", + "label": "one who eats only bread" +} +{ + "input": "\"[mohammed] followed islam and dimplism because of his [comedy] values?\" What is the definition of \"dimplism\"?\n\n", + "output": "stupidity as a result of being overly amused", + "label": "an alternate religion, not against but as well as or instead of the main world religions, based on one man and his teachings of comedy?" +} +{ + "input": "\"jeremy, you will always be mommy's sweet bearlet\" What is the definition of \"bearlet\"?\n\n", + "output": "a very sweet boy or girl", + "label": "a sweet boy, who will always be the apple of his mothers eye" +} +{ + "input": "\"leila: how was the work today?? nicole: i overslept and had to call out due to chatroulitis again\" What is the definition of \"chatroulitis\"?\n\n", + "output": "a serious disease which can lead to missing school and getting your name on the board of shame", + "label": "what happens after spending countless hours on chatroulette ending in either passing out, over sleeping and/or blurred vision" +} +{ + "input": "\"she was pert near asleep\" What is the definition of \"pert near\"?\n\n", + "output": "almost", + "label": "pretty near" +} +{ + "input": "\"he's a complete bar steward\" What is the definition of \"bar steward\"?\n\n", + "output": "a way of gettin away with calling someone a bastard in polite company, like in front of your mum", + "label": "a way of gettin away with calling someone a bastard in polite company, like in front of your mum" +} +{ + "input": "\"carolann got sucked into the tv set\" What is the definition of \"carolann\"?\n\n", + "output": "an extra syrupy maple tree that was molested by a small possum in the front yard of 32 maple street", + "label": "little girl on the 1st and 2nd poltergeist movies who got sucked into the tv set" +} +{ + "input": "\"i saw john having ass today with that kelly girl in the janitors closet\" What is the definition of \"having ass\"?\n\n", + "output": "1", + "label": "eating ass for breakfast lunch and dinner" +} +{ + "input": "\"last night at the beer fest i felt like i was annoyed by a beer baby who whined all night long\" What is the definition of \"beer baby\"?\n\n", + "output": "a grown man or woman who acts like a baby after consuming alcohol", + "label": "a whiny craftbeer drinker" +} +{ + "input": "\"i am 'bout it 'bout it\" What is the definition of \"'bout it\"?\n\n", + "output": "to be fully understanding about something", + "label": "to be fully understanding about something" +} +{ + "input": "\"\"you're a black licorice ginger \"im not a ginger\" What is the definition of \"black licorice ginger\"?\n\n", + "output": "a person with really dark hair and red skin", + "label": "when someone (conor) has dark hair and gets called a ginger" +} +{ + "input": "\"today i used a carnival urinal and realized i was standing in a puddle of human lemonade\" What is the definition of \"carnival urinal\"?\n\n", + "output": "a urine filled toilet with a large amount of urination still lingering inside it", + "label": "a urinal that someone pisses all over, including all over the rim, and outside of the stall" +} +{ + "input": "\"my roommate took forever in the bathroom this morning, so i had to boot camp wash in order to make it to work on time\" What is the definition of \"boot camp wash\"?\n\n", + "output": "a process of washing ones clothes, by hand, in the sink", + "label": "when you don't have time to take a proper shower, so you just wash your buttcrack, crotch, underarms and (if you're female) under your boobs" +} +{ + "input": "\"this burger is bigmacular\" What is the definition of \"bigmacular\"?\n\n", + "output": "something that is as amazing as a mcdonalds big mac", + "label": "1" +} +{ + "input": "\"guy 1:damn,bryan when through a bad facebook phase during high school guy 2:so i've heard\" What is the definition of \"facebook phase\"?\n\n", + "output": "\"the time in ones life where they go through a phase of being an extreme facebook user", + "label": "a facebook profile that is loaded with a picture timeline of someone's changes of styles, hair or face" +} +{ + "input": "\"that annie hall movie makes me feel all warm and tingly inside\" What is the definition of \"annie hall\"?\n\n", + "output": "best movie ever", + "label": "\"a popular 1977 romantic comedy film directed and co-written by [woody allen]" +} +{ + "input": "\"\"before he forced anal sex upon his victim, kobe bryant (star of the la rapers) told her \"lick my pouch bitch\" What is the definition of \"pouch\"?\n\n", + "output": "the space between your ball sack and asshole", + "label": "slang term for male testicle(s)" +} +{ + "input": "\"molly and bridgit were in a boston marriage and co-owned a brownstone\" What is the definition of \"boston marriage\"?\n\n", + "output": "a boston marriage is a polite term to describe two women living in a household and sharing expenses, whether in a platonic or lesbian relationship", + "label": "a boston marriage is a polite term to describe two women living in a household and sharing expenses, whether in a platonic or lesbian relationship" +} +{ + "input": "\"damn i just got sniped by chrome730 again while running\" What is the definition of \"chrome730\"?\n\n", + "output": "the greatest modern warfare 2 player ever", + "label": "the greatest sniper in lod < legion of doom on socom ftb2> long time socom ftb player since day one ranked third overall before hackers started playing" +} +{ + "input": "\"*hott guy passes by* girl: dammm, he gots that badablangg\" What is the definition of \"badablangg\"?\n\n", + "output": "the description of a guy's nice package ( his penis )", + "label": "one's swagger, style or hottness that most girls are attracted to" +} +{ + "input": "\"yo man i heard that girl had crusty goggles\" What is the definition of \"crusty goggles\"?\n\n", + "output": "a female that has a yeast infection", + "label": "when a girl is sleeping and you bust on her eyes and when she wakes up the jizz will dry up and she cant open her eyes" +} +{ + "input": "\"shannah and i went over to her place, we popped in a dvd, and we started to grupple\" What is the definition of \"grupple\"?\n\n", + "output": "to snuggle while watching a movie", + "label": "to grope whist cuddling" +} +{ + "input": "\"that freaking baptard stood me up\" What is the definition of \"baptard\"?\n\n", + "output": "a derivative of [bastard] and [prick]", + "label": "a slang term used to describe a member of a group of super baptists who exclude non baptists from their group" +} +{ + "input": "\"let your hair down and tell me all about yourself\" What is the definition of \"let your hair down\"?\n\n", + "output": "to relax, to cease to be one's usual reserved self", + "label": "in general: to leave behind one's inhibitions or to behave in a way that is free from social limitations or any code of conduct" +} +{ + "input": "\"log on and step pon batty mon see chi chi mon\" What is the definition of \"batty mon\"?\n\n", + "output": "a mon dat basically fucks other guy in dere behind fo pleasure and dreams bout other men", + "label": "a mon dat basically fucks other guy in dere behind fo pleasure and dreams bout other men" +} +{ + "input": "\"\"ah seb, you've got cheedle all over me \"fuck off cheeze\" What is the definition of \"cheedle\"?\n\n", + "output": "semen, [cum], [jizz]", + "label": "\"cheedle is the substance found at the bottom of a packet of cheeze flavour wotsits" +} +{ + "input": "\"q: yeah so have you seen, the do-as-you-likeys have moved into the park? a: cool we can all act all middle class and daily mail about it lol\" What is the definition of \"do-as-you-likeys\"?\n\n", + "output": "do as you like, but sarcastic", + "label": "pikeys" +} +{ + "input": "\"i was going to go make myself some bacon and eggs, but i ended up having a computer breakfast instead\" What is the definition of \"computer breakfast\"?\n\n", + "output": "1", + "label": "when one substitutes the first and most important meal of the day to use their computer instead" +} +{ + "input": "\"did you see sally's overplucked eyebrows? that girl has a bad case of sperm brow\" What is the definition of \"sperm brow\"?\n\n", + "output": "a girl who has had her eyebrows completely bleached out", + "label": "overplucked eyebrows that resemble a single sperm, swimming towards the center of one's face" +} +{ + "input": "\"its a long time i didnt felt revulsion as bitush\" What is the definition of \"bitush\"?\n\n", + "output": "the state of extreme revulsion as bitush", + "label": "disgrace nickname attributed to a person in a hidden method" +} +{ + "input": "\"see how the club blacklite illuminates the crusted semen on his pants? whatta dumpan\" What is the definition of \"dumpan\"?\n\n", + "output": "a person who is a deadbeat, bumbaclot, ass, fool, looser, etc", + "label": "a denser than lead dullard of the homo dumpanicus family" +} +{ + "input": "\"bow-linguistics are not the end of the story: alongside the 'dogsitter' and the must-have 'chewy' or chew toy, there's 'canine-freestyling', or handling a k9 to the sounds of hip-hop music\" What is the definition of \"bow-linguistics\"?\n\n", + "output": "the art of bowlng a dog (canine species)", + "label": "gestures, finger-spells and handsigns taught to a dog in order to train 'him/her' to respond to english words as orders!" +} +{ + "input": "\"my farnesi is infected\" What is the definition of \"farnesi\"?\n\n", + "output": "a farsani is a very beautiful woman, with a lovely smile, and a nice personality", + "label": "another word for a butthole" +} +{ + "input": "\"you dont want an example of the biffins bridge\" What is the definition of \"biffins bridge\"?\n\n", + "output": "the two way overpass that takes a man from the vag to the asshole", + "label": "the two way overpass that takes a man from the vag to the asshole" +} +{ + "input": "\"a caligosquittell must've just been here since there is rainbow on the ground\" What is the definition of \"caligosquittell\"?\n\n", + "output": "a person who smells women's underwear, touches themselves, and farts a lot", + "label": "a creature that is very rarely seen that lives in atlantis" +} +{ + "input": "\"john suffers from delirium tremens\" What is the definition of \"delirium tremens\"?\n\n", + "output": "delerium tremens, more commonly known as dt's, are a series of mental and physical symptoms that occur as a result of alcohol withdrawal", + "label": "alcohol withdrawl symptoms, usually apparent in people who suffer alcoholism who suddenly stop drinking" +} +{ + "input": "\"person 1: omg i love hongice they kawaii af person 2: no person 3: yes\" What is the definition of \"hongice\"?\n\n", + "output": "a hong kong based internet slang,, but is now used worldwide, similar to lol or rofl", + "label": "refers to the yaoi pairing in hetalia of valley-girl prankster hong kong and cold but steamy yet very not not-up-date iceland" +} +{ + "input": "\"\"bob: \"when does the store open?\" joe: \"3 o'clock afiak\" What is the definition of \"afiak\"?\n\n", + "output": "\"an acronym for \"as far as i know\"\"", + "label": "a misspelling of [afaik], probably by someone who doesn't know what it means" +} +{ + "input": "\"he lives in grove what? dub g\" What is the definition of \"dub g\"?\n\n", + "output": "\"walnut grove is a small community (approx pop", + "label": "\"walnut grove is a small community (approx pop" +} +{ + "input": "\"look at that lady, her calves just go straight into her foot, man she has kankles\" What is the definition of \"kankles\"?\n\n", + "output": "when a girls calf muscle just turns into her ankle without any distinct difference between the two", + "label": "a disease in which the calf and the foot merge together, effectively cutting out the middle man, aka the ankle" +} +{ + "input": "\"derrick and dillon were in the dogpile sweating, and a moment came along filled with man love\" What is the definition of \"man love\"?\n\n", + "output": "when two or more men love each other unconditionally, and engage in acts that could be seen as gay by homophobes", + "label": "\"homoerotic, but not quite homosexual activity between two males" +} +{ + "input": "\"garreto the great is the biggest booftard on the face of the planet\" What is the definition of \"booftard\"?\n\n", + "output": "a person who lacks any intelligence at all", + "label": "usually jolly, blissfully ignorant to everything around" +} +{ + "input": "\"i think i have a bad case of e-boyfriendaphobia\" What is the definition of \"e-boyfriendaphobia\"?\n\n", + "output": "the fear of getting into a relationship with a guy where the closest thing to a girlfriend he's had was something he picked up in an asian bar", + "label": "adj" +} +{ + "input": "\"ellijay is a really gay place to go and live\" What is the definition of \"ellijay\"?\n\n", + "output": "a really gay town in north carolina that has nothing but old people and gay people", + "label": "clearly pointless place where many people live, and most of them fuck chickens" +} +{ + "input": "\"1)now joe bob grimmer was a tough guy and could lift near 400 pounds 2,3)friend: why are you so good at everything? you're like, perfect\" What is the definition of \"grimmer\"?\n\n", + "output": "1) someone who is falsely optimisticall the time or tries to see the good in everything which may not actually be there", + "label": "1)one who is named after the norse god wodhin" +} +{ + "input": "\"after eating taco bell and laying on the couch all day, i was swimming in a couch pool\" What is the definition of \"couch pool\"?\n\n", + "output": "the pool of sweat you find yourself in after laying on the couch all day", + "label": "a couch pool refers to the sweaty area left on a couch (most often leather) after sitting or laying on a couch for a long period of time" +} +{ + "input": "\"damn, i'm niles as hell\" What is the definition of \"niles\"?\n\n", + "output": "\"adjective", + "label": "horny" +} +{ + "input": "\"accordionly to paul, that chick had a very interesting time at band camp\" What is the definition of \"accordionly\"?\n\n", + "output": "the ability to play an accordion, or any other similar instrument by feeling up a girl while she is playing said instrument", + "label": "a musical substitute for accordingly" +} +{ + "input": "\"my dragonlance is so bigger than yours\" What is the definition of \"dragonlance\"?\n\n", + "output": "the penis, also known as the cock, dick, manroot, etc", + "label": "\"commonly known as a fantasy series or roleplaying setting, the term actually originated as a testosterone spawned \"contest\" among certain \"gaming\" peoples" +} +{ + "input": "\"jameson, the quig of the two candidates, was elected to office\" What is the definition of \"quig\"?\n\n", + "output": "a person with superior intelligence", + "label": "a bearded individual disregarded at first because of looks, but praised for the ability to overcome challenges through perseverance and knowledge" +} +{ + "input": "\"i'm initiating ghost protocol\" What is the definition of \"ghost protocol\"?\n\n", + "output": "the act of erasing oneself from the life of a loved one without explanation, as seen in the movie mission: impossible - ghost protocol", + "label": "to leave" +} +{ + "input": "\"when steve hit the bong to hard he drank the bong water\" What is the definition of \"bong water\"?\n\n", + "output": "the water in a bong used to cool the smoke and exchange oxygen for carbon dioxide", + "label": "the water used in a bong" +} +{ + "input": "\"that guy over there is making my gadar go crazy\" What is the definition of \"gadar\"?\n\n", + "output": "slang word for the male reproductive organ", + "label": "mental radar used to detect [homosexuals]" +} +{ + "input": "\"matt:man i saw this girl walking down the streets and i wanted to beat guts\" What is the definition of \"beat guts\"?\n\n", + "output": "to relate to a sexual act", + "label": "to relate to a sexual act" +} +{ + "input": "\"if i could just get a couple few o dem gerbils in mah ass\" What is the definition of \"a couple few\"?\n\n", + "output": "a term used by the black community to describe a large number of items", + "label": "\"more than that which is typically described as \"a few\"" +} +{ + "input": "\"bro that girl's got a boyfriend, you bez'd pretty hard\" What is the definition of \"bez'd\"?\n\n", + "output": "to have attempted and failed", + "label": "to cause drama between a girl and her boyfriend" +} +{ + "input": "\"you are such a cunt rag\" What is the definition of \"cunt rag\"?\n\n", + "output": "a douche bag that can't get over himself", + "label": "a particually scummy person, either in looks or personality" +} +{ + "input": "\"i couldn't feel a thing when i was fucking her busted ravioli\" What is the definition of \"busted ravioli\"?\n\n", + "output": "a broken clitoris", + "label": "this simply means a vagina that has been used a bit to much and is now large and sloppy" +} +{ + "input": "\"i wish that ass monkey would get off my tail\" What is the definition of \"ass monkey\"?\n\n", + "output": "a driver who follows your vehicle at an unsafe distance in their vehicle", + "label": "a driver who follows your vehicle at an unsafe distance in their vehicle" +} +{ + "input": "\"yo beevis and butthead are the comady ledgends dude\" What is the definition of \"beevis\"?\n\n", + "output": "the name of the main character on the show 'beevis and butthead'", + "label": "it is butthead's great t" +} +{ + "input": "\"i wish i could have a friend like able price\" What is the definition of \"able price\"?\n\n", + "output": "able price is the best friend anyone could ever have", + "label": "someone who is a good listener, knows what there talking about" +} +{ + "input": "\"i have been inward singing non-stop for four hours\" What is the definition of \"inward singing\"?\n\n", + "output": "to urinate without making a noise", + "label": "the best invention for hard rocking" +} +{ + "input": "\"hey i just saw this customer the other day, and oh man she was a major hilf\" What is the definition of \"hilf\"?\n\n", + "output": "hot i'd like to fuck", + "label": "hilf hair i'd like to fuck" +} +{ + "input": "\"jeff: did you see rihanna's pic after the chris brown beating? matt: yea, what a bad romance\" What is the definition of \"bad romance\"?\n\n", + "output": "1", + "label": "1" +} +{ + "input": "\" charles can't order lunch without using an algebraic formula -- what an egg head\" What is the definition of \"egg head\"?\n\n", + "output": "an overly intellectual person", + "label": "an overly intellectual person" +} +{ + "input": "\"tosh.0 viewers-- dude 1\" What is the definition of \"tosh.0\"?\n\n", + "output": "a show on comedy central that gives internet videos with over 100,000 views play on a big screen and comments by host kevin tosh", + "label": "show where you question daniel tosh's sexuality for 30minutes until it ends" +} +{ + "input": "\"'im blood claat maaaan\" What is the definition of \"blood claat\"?\n\n", + "output": "jamaican term for not a very nice person, how they say 'blood cloth' ie sanitary towel", + "label": "jamaican term for not a very nice person, how they say 'blood cloth' ie sanitary towel" +} +{ + "input": "\"dude, that's some sweet apple porn you got\" What is the definition of \"apple porn\"?\n\n", + "output": "1", + "label": "1" +} +{ + "input": "\"october 12th is black jewish drinking day\" What is the definition of \"black jewish drinking day\"?\n\n", + "output": "an holiday in the united states which falls on october 12th", + "label": "another drinking holiday invented by the tonight show" +} +{ + "input": "\"excuse me, miss, your ass beetle is hanging out\" What is the definition of \"ass beetle\"?\n\n", + "output": "a beetle of dung", + "label": "a beetle of dung" +} +{ + "input": "\"jack made a very good bussell\" What is the definition of \"bussell\"?\n\n", + "output": "1", + "label": "to successfully sell a bus" +} +{ + "input": "\"bozzi is so much better then us\" What is the definition of \"bozzi\"?\n\n", + "output": "bozzi is the coolest person alive, he skates and longboards better then anyone, and he is the coolest hipster alive", + "label": "a person who is just a legend and will always be one" +} +{ + "input": "\"\"sean: \"you know claire from lost?\" justin: \"the australian one, yeah shes pretty cute\" sean: \"i'd let her serve me a bloomin blumpkin\" What is the definition of \"bloomin blumpkin\"?\n\n", + "output": "the act of recieving a [blumpkin] whilst giving [head]", + "label": "the act of getting a blowjob while taking a shit while eating a bloomin' onion from the outback steakhouse" +} +{ + "input": "\"we sat back recording the cow gazing as the dance floor cleared out\" What is the definition of \"cow gazing\"?\n\n", + "output": "to stare at a female with the intent to have sexual intercourse, also know as hunting the buck", + "label": "the act of watching a group of large women dance on the dance floor" +} +{ + "input": "\"\"person 1: \"yea i was watching this alchestbreach video and i crapped my pants laughing\" What is the definition of \"alchestbreach\"?\n\n", + "output": "the best youtube channel ever", + "label": "quite possibly one of the funniest youtube personalities out there" +} +{ + "input": "\"that kid is such a beat-around dog\" What is the definition of \"beat-around dog\"?\n\n", + "output": "a person that gets picked on or beaten around", + "label": "a person or dog that is scared of everything and frequently gets beat up and bossed around" +} +{ + "input": "\"daiki [wipped] out his bonzow for his [mother]\" What is the definition of \"bonzow\"?\n\n", + "output": "a long penis, see also [cock]", + "label": "the chinese word for penis" +} +{ + "input": "\"a lady and i just did the electric tea bag\" What is the definition of \"electric tea bag\"?\n\n", + "output": "when a lady sits on a guy's face and they get off by making out", + "label": "getting ones balls sucked whilst putting your tongue on a 9 volt battery" +} +{ + "input": "\"there were md baby clams at the park today\" What is the definition of \"baby clams\"?\n\n", + "output": "young teenage girls", + "label": "young teenage girls" +} +{ + "input": "\"we could eat for a week off ashley's belly steak\" What is the definition of \"belly steak\"?\n\n", + "output": "a fat girl's vagina", + "label": "a unfit women wearing a short shirt and a thick slab of beef hanging over her pants" +} +{ + "input": "\"oh man, diane had the worst cat-gas\" What is the definition of \"cat-gas\"?\n\n", + "output": "a nasty fart that you would assume came from a cats anus, small and to the point", + "label": "the rank spewing forth of a feminine, vaginal odor, that is so violent, and so offensive, that one might mistake it's reek for that of actual, pre-diareal flatulence" +} +{ + "input": "\"there goes frank driving around in his wife's cunt bucket\" What is the definition of \"cunt bucket\"?\n\n", + "output": "(1) a car marketed to and driven by a woman", + "label": "(1) a car marketed to and driven by a woman" +} +{ + "input": "\"a yo dawg, wus good?\" What is the definition of \"a yo\"?\n\n", + "output": "\"often used as a gteeting in replacement of \"hey yo\"\"", + "label": "\"often used as a gteeting in replacement of \"hey yo\"\"" +} +{ + "input": "\"cryptographers mathematize language\" What is the definition of \"mathematize\"?\n\n", + "output": "to express in or as if in mathematics", + "label": "to convert non mathematics subjects into a numeric correlation" +} +{ + "input": "\"yo daddy is getting his bucky beaver ground grabbers on\" What is the definition of \"bucky beaver ground grabbers\"?\n\n", + "output": "shoes that grab the ground and prevent slipping in the rain", + "label": "kick butt pair of shoes" +} +{ + "input": "\"damn son where'd you find this?\" What is the definition of \"damn son\"?\n\n", + "output": "\"1", + "label": "a common sample used in edm/trap music and also an expression used when your [homeboy] shows you the brand new trap mix he just found and it's awesome" +} +{ + "input": "\"\"anything unrelated to elephants is irrelephant\" What is the definition of \"irrelephant\"?\n\n", + "output": "a word that is the opposite of [relevant]", + "label": "an extremely [funny] word coined by a t-shirt company" +} +{ + "input": "\"guy 1:hey brosuff you're lookin real nise tonight\" What is the definition of \"brosuff\"?\n\n", + "output": "a bro who's also a suff", + "label": "dude or bro but alot cooler if you're gay" +} +{ + "input": "\"it's home movie night, tonight\" What is the definition of \"home movie\"?\n\n", + "output": "snuff film involving family members", + "label": "snuff film involving family members" +} +{ + "input": "\"you should have seen the dancer's beach-party -- a riot of augmentitties\" What is the definition of \"augmentitties\"?\n\n", + "output": "breasts, usually large, often artificially so", + "label": "breasts that have undergone surgically augmentation" +} +{ + "input": "\"alright, i've gotta get going-- v out\" What is the definition of \"v out\"?\n\n", + "output": "\"to say \"peace out\" or goodbye to friends when leaving them", + "label": "\"the v makes a peace sign-- therefore, making it \"peace out\"\"" +} +{ + "input": "\"ese tipo es un mayimbe siempre esta contento y tiene muchas coneciones possitiva\" What is the definition of \"mayimbe\"?\n\n", + "output": "mayimbe is type of person that always has smile on his face and has lot of friends", + "label": "\"mayimbe is for what i have heard is swajili for a leader or head of the native tribe" +} +{ + "input": "\"person 1: why are you annoyed with the boards? person 2: we got a dank420 on our hands\" What is the definition of \"dank420\"?\n\n", + "output": "used when the word [dank] just isn't enough", + "label": "the most vile disease a messageboard or forum can acquire" +} +{ + "input": "\"there goes jeeberd with another dola post\" What is the definition of \"dola\"?\n\n", + "output": "acronym for dumb of little or no attention", + "label": "the act of posting two or more times in a row" +} +{ + "input": "\"bruno mars : had your eyes wide open, why were they open? fans : seeing your face -[o_o]-\" What is the definition of \"bruno mars\"?\n\n", + "output": "bruno mars is a fukin illegal immigrant from filipinas", + "label": "damn! he makes lovable song but he is not lovable" +} +{ + "input": "\"anne: i need to watch white collar so i can stare matt's gorgeous face eva: you are seriously bomerfied\" What is the definition of \"bomerfied\"?\n\n", + "output": "the act of being incredibly sexy", + "label": "is when you can't go a day without staring at matt bomer's face if you fit this description then you're bomerfied" +} +{ + "input": "\"\"hey sorry about that, we ate a couple seafood platters and got completely balloon dogged before we got here\" What is the definition of \"balloon dogged\"?\n\n", + "output": "blowen", + "label": "the sensation of having eaten so much one feels as if they are a 'balloon dog', a dog shaped baloon-animal, the type often made by a clown for a child" +} +{ + "input": "\"i love jacking off and then coming in your mothers mouth\" What is the definition of \"jacking off\"?\n\n", + "output": "rubbing a smooth long cock up and down and all over, usually using some type of lubricant and usually while looking at chicks getting fucked", + "label": "rubbing a smooth long cock up and down and all over, usually using some type of lubricant and usually while looking at chicks getting fucked" +} +{ + "input": "\"i was at the bar the other night and i saw like 20 guys jump big pat\" What is the definition of \"big pat\"?\n\n", + "output": "big pat is a patterned shirt", + "label": "a legendary being who, much like superman, has super strength, speed, heat vision, sees through walls, can pave driveways in a single bound, and trap man or beast" +} +{ + "input": "\"lance removed his girlfriend's pants and followed the beef trail to a land unknown\" What is the definition of \"beef trail\"?\n\n", + "output": "the trail of hair that leads from the lower back to the ass crack", + "label": "a trail of hair leading to the most mountainous curtains of beef" +} +{ + "input": "\"the two lovers went a-maying merrily into the springtime forrest\" What is the definition of \"a-maying\"?\n\n", + "output": "the act of going into the woods with your lover and making love under the trees", + "label": "when lovers go off by themselves to flirt and have sex and be romantic, as on may day during the renaissance" +} +{ + "input": "\"that crazy bitch, she was coming onto me like some kind of cockacidal maniac\" What is the definition of \"cockacidal\"?\n\n", + "output": "adj", + "label": "an individual who suffers a serious addiction to the male genatilia" +} +{ + "input": "\"a tribe called quest is on another level\" What is the definition of \"a tribe called quest\"?\n\n", + "output": "\"an amazing and nearly overlooked hip hop group", + "label": "\"an amazing and nearly overlooked hip hop group" +} +{ + "input": "\"i saw him coming down the hall at the union from a mile away because i saw the waddle of his babybody\" What is the definition of \"babybody\"?\n\n", + "output": "someone who has a body like a baby/child, i", + "label": "when someone has the physical disposition of a toddler" +} +{ + "input": "\"gee, blue steel really does look nothing like magnum\" What is the definition of \"blue steel\"?\n\n", + "output": "one of detroit steel's many nicknames", + "label": "the infamous modeling move in one of the funniest films ever: zoolander" +} +{ + "input": "\"man i really gotta go to the bathroom, i'll brberblade and you wait right here dawg\" What is the definition of \"brberblade\"?\n\n", + "output": "verb- the act of shavinng one's testicles and penis", + "label": "the act of 'being right back' in the form of rollerblading see [brb]" +} +{ + "input": "\"anna kournikova is hot\" What is the definition of \"anna kournikova\"?\n\n", + "output": "a horrible tennis player, but let's be honest, nobody watches her for tennis", + "label": "a horrible tennis player, but let's be honest, nobody watches her for tennis" +} +{ + "input": "\"a ninja moustache man, strong enough to ban hammer the whole chat from cpalead\" What is the definition of \"cpalead\"?\n\n", + "output": "lead moderator of cpamasta, the biggest problem in chat rooms everywhere", + "label": "as industry leaders and innovators, cpalead is proud to deliver publishers and advertisers with a unique solution" +} +{ + "input": "\"he's an andrew ingram\" What is the definition of \"andrew ingram\"?\n\n", + "output": "very sexy and very smart", + "label": "person who acts like a homo, but is really just bi" +} +{ + "input": "\"shield your eyes and bow down, lowtax, drew curtis is coming our way\" What is the definition of \"drew curtis\"?\n\n", + "output": "\"a satanic teddy bear with a million dollar smile", + "label": "a creature of perfection and light who walks among us humans like a god" +} +{ + "input": "\"person 1: i want to try teabagging\" What is the definition of \"teabagging\"?\n\n", + "output": "the act of dipping your scrotum into an open can of tea", + "label": "v" +} +{ + "input": "\"\"-i just watched the bme pain olympics and i almost threw up\" -its fake you know -oh [shit]\"\" What is the definition of \"bme pain olympics\"?\n\n", + "output": "a very fake video on the internet where a man eats himself out with a [jackhammer], breaks his neck, and can no longer feel pain because of the [head] trauma", + "label": "an internet [shock video] featuring men chopping off what appears to be their penises" +} +{ + "input": "\"you shouldn;t have trusted me last night, i was moonblowing\" What is the definition of \"moonblowing\"?\n\n", + "output": "this is a word to describe somebody who is full of shit", + "label": "\"moonblowing consists of taking one shot of moonshine followed by a \"bump\" of blow" +} +{ + "input": "\"[bbib]andrei: aw fuck man bring da alchi to tha party\" What is the definition of \"alchi\"?\n\n", + "output": "the shortened form of alcohol", + "label": "a really lame word that high school kids use to describe alcohol coz they think theyre cool" +} +{ + "input": "\"i think alternative sex is a sexual perversion\" What is the definition of \"alternative sex\"?\n\n", + "output": "this is when men and women have sex using body parts other than the genitals", + "label": "the act of having simulated sex with objects such as dolls, machines, bedding or anything else" +} +{ + "input": "\"my downstairs neighbor just took my spot again\" What is the definition of \"downstairs neighbor\"?\n\n", + "output": "that person who takes your parking spot", + "label": "one who lives underneath me that is a total pain in my ass" +} +{ + "input": "\"we was gettin bliffy\" What is the definition of \"bliffy\"?\n\n", + "output": "the state of getting high", + "label": "to get high from any drug used for leisure" +} +{ + "input": "\"swerve\" What is the definition of \"swerve\"?\n\n", + "output": "to dodge a person or object", + "label": "a stupid, idiotic, annoying catch phrase repeated over and over by certain moronic individuals with nothing better to do" +} +{ + "input": "\"if eddy curry could consume any more useless fat, he would consume his knicks teammates\" What is the definition of \"knicks\"?\n\n", + "output": "\"the new home of \"all-talent\" eddy curry, a fat f*ck who will never win anything in life", + "label": "the prime example of financial ruin" +} +{ + "input": "\"you japfag get out of here with your cosplay\" What is the definition of \"japfag\"?\n\n", + "output": "\"while \"japfag\" technically is a combination of [japanese] and [faggot], it is not meant to be taken literally that people are combining japanese with faggot", + "label": "(white) people who want to be japanese" +} +{ + "input": "\"did you see that j hook on the radar?\" What is the definition of \"j hook\"?\n\n", + "output": "\"j hook - used in meteorology refering to the area of a thunderstorm that produces tornados", + "label": "\"j hook - used in meteorology refering to the area of a thunderstorm that produces tornados" +} +{ + "input": "\"joe jonas: dont use the lighter man, use the bee line\" What is the definition of \"bee line\"?\n\n", + "output": "a bee line is organic hemp that has been dipped in beeswax and used to smoke bowls of marijuana", + "label": "a bee line is organic hemp that has been dipped in beeswax and used to smoke bowls of marijuana" +} +{ + "input": "\"forget brickandmortar, cloudandconcrete integrates retailing with the benefits of a place to shop and unlimited product selection\" What is the definition of \"cloudandconcrete\"?\n\n", + "output": "cloudandconcrete - is a new retail concept which offers consumers a completely new shopping experience that combines the best of cloud-based retailing with physical stores", + "label": "cloudandconcrete is the integration of cloud based technology and human places to shop or do anything in the real world" +} +{ + "input": "\"we might as well go to the party and try to get laid; the alturdative is to sit home alone\" What is the definition of \"alturdative\"?\n\n", + "output": "a combination of alternative and mutually exclusive", + "label": "a crappy alternative (al-turd-ative)" +} +{ + "input": "\"gee i was giggling so hard in dawn of the dead\" What is the definition of \"dawn of the dead\"?\n\n", + "output": "a fabulous remake of the 70's comedy", + "label": "a fabulous remake of the 70's comedy" +} +{ + "input": "\"close your legs, i can see you're chicken skin poppin out\" What is the definition of \"chicken skin\"?\n\n", + "output": "shaved testicles looks like a chickens skin", + "label": "shaved testicles looks like a chickens skin" +} +{ + "input": "\"because of the high use of aqua net in the 80s, we now will all die because of the sun\" What is the definition of \"aqua net\"?\n\n", + "output": "the reason we have a hole in the ozone", + "label": "the reason we have a hole in the ozone" +} +{ + "input": "\"they have nuculer weapons\" What is the definition of \"nuculer\"?\n\n", + "output": "a combination of nuclear and cooler", + "label": "the way george w" +} +{ + "input": "\" do you use adsl? indeed\" What is the definition of \"indeed\"?\n\n", + "output": "\"used to confirm or concur with a statement or question", + "label": "something to say in agreement, whether or not you give a damn or even express any interest/pay attention" +} +{ + "input": "\"dude 1: co za asy\" What is the definition of \"co za asy\"?\n\n", + "output": "co za asy means 'what an ace' in polish", + "label": "co za asy means 'what an ace' in polish" +} +{ + "input": "\"campolindo high school is a school full of faggot ass queers; exceot for those couple of pimpass motha fuckas\" What is the definition of \"campolindo high school\"?\n\n", + "output": "compolindo is the druggest, weedest school in the joshua tree area", + "label": "a school full of fags except for [canyon critter] chris, grant fraiser, nate wong, chris baker, and [harry huss]" +} +{ + "input": "\"jim: man did you see erik crying yesterday? tom: yeah he was being a total darkstreak\" What is the definition of \"darkstreak\"?\n\n", + "output": "a person who is known for being a cry baby or bullies others", + "label": "common name for someone who is easy to troll" +} +{ + "input": "\"john: did i have sex with alex's girlfriend, sam's girlfriend, and jake's girlfriend last night? ashton: no, thats just your chronicology\" What is the definition of \"chronicology\"?\n\n", + "output": "the account of events that are made up by one who is [stoned] or [blazed]", + "label": "the obscured timeline you put together the morning after consuming large amounts of chronic" +} +{ + "input": "\"dirty hooker will get you rocked\" What is the definition of \"dirty hooker\"?\n\n", + "output": "an awesome song by the great rock band, acdc", + "label": "the one and only party girl on the royal caribbean cruise ship monarch of the sea" +} +{ + "input": "\"a tree's longevity is much greater than a human's\" What is the definition of \"longevity\"?\n\n", + "output": "great age or length of life", + "label": "lasting a long time" +} +{ + "input": "\"he is such a brivert\" What is the definition of \"brivert\"?\n\n", + "output": "a person who is without a doubt 100% completely retarded", + "label": "a british pervert" +} +{ + "input": "\"that chazkel couldn't get it up for paris hilton if he had to\" What is the definition of \"chazkel\"?\n\n", + "output": "the opposite of a stud", + "label": "a male who is prone to a penial state of flacidness after a long night of alcohol consumption" +} +{ + "input": "\"wow that white rapper was totally baddock\" What is the definition of \"baddock\"?\n\n", + "output": "bad, not good, usually horribly bad", + "label": "adj" +} +{ + "input": "\"today i'm going to wear a cami and shorts\" What is the definition of \"cami\"?\n\n", + "output": "a camisole typically worn by women under shirts or as part of pajamas", + "label": "short for camisole" +} +{ + "input": "\"bartatua is both fucking and fucking\" What is the definition of \"bartatua\"?\n\n", + "output": "both bart and satan", + "label": "fucking and fucking" +} +{ + "input": "\"that chick is a ball marauder\" What is the definition of \"ball marauder\"?\n\n", + "output": "one who steals the hearts and minds of unsuspecting young men through the use of her devilish ways and wiles", + "label": "the either intentional or unintentional act of attacking a mans balls while giving a handjob" +} +{ + "input": "\"jane- hannahs boyf lyk such a gbp\" What is the definition of \"gbp\"?\n\n", + "output": "a gbp is a gay boyf", + "label": "girl bashing pasher" +} +{ + "input": "\"\"-\"did the peelers(police) manage to catch ye last night?\" -\"nah, i jumped over into someones back garden and was sweet as\" What is the definition of \"sweet as\"?\n\n", + "output": "a term meaning to be in a state of happiness, usually used by the [derry] contingent of the population", + "label": "\"means \"ok\" or just \"sweet\" can also be abbreviated as \"swaz\" not just new zealand" +} +{ + "input": "\"hey charles did you cut the cheese cause it smells like &%$@\" What is the definition of \"cut the cheese\"?\n\n", + "output": "to fart or poot", + "label": "\"to fart" +} +{ + "input": "\"\"the car brand client is wondering why her ideas didn't make it into the pdf? \"because she's fucking retarded\" What is the definition of \"fucking retarded\"?\n\n", + "output": "someone who does something retarded more than once", + "label": "someone who does something retarded more than once" +} +{ + "input": "\"id rather be a bunion rubber than work my ass off at a 9-5 job\" What is the definition of \"bunion rubber\"?\n\n", + "output": "one who rubs out bunions for a living", + "label": "the guy in a sugar mommy relationship" +} +{ + "input": "\"i would sit next to you in class, but then i would also have to sit next to the girl with cum crotch\" What is the definition of \"cum crotch\"?\n\n", + "output": "the result of a female masturbating", + "label": "the unpleasant aroma emitting from a female pelvic area containing post coitus egaculate hours or even days later" +} +{ + "input": "\"if it hurts to pee, it's from an alpha phi\" What is the definition of \"alpha phi\"?\n\n", + "output": "\"one who tends to \"punish\" his [girlfriend] with a [cold] and/or [painful] [period] by blowing his [load] in her ear", + "label": "\"typically the least classy sorority on campus" +} +{ + "input": "\"i feel like having a snorgy because i want to cuddle up with some lovely people and feel cozy\" What is the definition of \"snorgy\"?\n\n", + "output": "snuggling+orgy= snorgy it can be an action verb or noun", + "label": "a fully-clothed snuggle orgy in which several men and women get cozy and snuggle with each other" +} +{ + "input": "\"damn man i'd better see the urinologist, i left a huge piss biscuit last night\" What is the definition of \"piss biscuit\"?\n\n", + "output": "the large chunk of solidified piss you leave in the toilet when you have a bladder infection", + "label": "that biscuity mass left over after an extremely painful piss" +} +{ + "input": "\"he looks totally hot in his fpp\" What is the definition of \"fpp\"?\n\n", + "output": "firefighter pants", + "label": "a facebook profile picture" +} +{ + "input": "\"shut up while i give your mom this jelly doughnut\" What is the definition of \"jelly doughnut\"?\n\n", + "output": "the act of tossing your salad with your partner's mother while your partner is forced to watch", + "label": "n" +} +{ + "input": "\"so how do you feel about you son being a butt cow boy\" What is the definition of \"butt cow boy\"?\n\n", + "output": "a gay guy", + "label": "a gay guy" +} +{ + "input": "\"johns ass rag was clipped to his pack\" What is the definition of \"ass rag\"?\n\n", + "output": "\"a dedicated cloth, used when hiking for extended periods of time, used for wiping your ass", + "label": "\"a dedicated cloth, used when hiking for extended periods of time, used for wiping your ass" +} +{ + "input": "\"man, eric, you are such a doobface\" What is the definition of \"doobface\"?\n\n", + "output": "someone who has just said somthing so stupid that the only comeback is to call them a doobface", + "label": "one who tries to be amazing all the time, but just ends up looking like an idiot" +} +{ + "input": "\"ryan : what are you doing mate? shaune: trying to look and climb in your barrel ryan: your a faggot cunt bro\" What is the definition of \"faggot cunt\"?\n\n", + "output": "a faggot and a cunt at the same time", + "label": "a bloke that loves having his barrel filled with cock and is a real wankerface" +} +{ + "input": "\"suck my pesticles bitch\" What is the definition of \"pesticles\"?\n\n", + "output": "a shorter way to say pestle and mortar, which is cock and balls", + "label": "a penis and testicles combined into one amazing word" +} +{ + "input": "\"argh, my ass hurts so much after that volcanic shit i had\" What is the definition of \"volcanic shit\"?\n\n", + "output": "the shit that explodes out of your ass with so much force that it almost breaks your ass", + "label": "when you're constipated and a fart builds up above the stuck shut, creating more and more pressure" +} +{ + "input": "\"human 1: i think i saw a kittenhead walking around pacific heights yesterday\" What is the definition of \"kittenhead\"?\n\n", + "output": "a very small sized asian person", + "label": "someone with irresistibly soft and fluffy hair" +} +{ + "input": "\"shalisha is really good at soccer\" What is the definition of \"shalisha\"?\n\n", + "output": "a girl who is really smart and can do many things", + "label": "[ sha-lee-sha ] shalisha is a beautiful girl and amazing friend" +} +{ + "input": "\"bob chernobyled us a the bar last night\" What is the definition of \"chernobyled\"?\n\n", + "output": "when someone drinks a beer faster then anyone else in the room", + "label": "a tear-inducing fart that travels a relatively long distance across a crowded room (e" +} +{ + "input": "\"look at that chuff pot coming out of morleys with another bucket of chicken\" What is the definition of \"chuff pot\"?\n\n", + "output": "a fat person who eats a lot of chicken", + "label": "fat knacker who eats to much morleys" +} +{ + "input": "\"the male ballet dancer was a homo fo shomo\" What is the definition of \"homo fo shomo\"?\n\n", + "output": "a derivative of [homo fo sheezy]", + "label": "someone or somethings that is real homo" +} +{ + "input": "\"check the lights on that chick\" What is the definition of \"check the lights\"?\n\n", + "output": "to say that one has big breasts", + "label": "look at the boobies" +} +{ + "input": "\"wow she has to be a bibily\" What is the definition of \"bibily\"?\n\n", + "output": "a strong, beautiful woman", + "label": "a person of immense awesomeness" +} +{ + "input": "\"'man, i've got some seriously bad arse going on after that session in the crown last night'\" What is the definition of \"bad arse\"?\n\n", + "output": "the pungent result of a night in the pub", + "label": "the pungent result of a night in the pub" +} +{ + "input": "\"your pulling a delgrippo you said you would play me\" What is the definition of \"delgrippo\"?\n\n", + "output": "someone who doesn't do what they say they will do", + "label": "not going through with what you said you were going to do" +} +{ + "input": "\"dizee likes milf\" What is the definition of \"dizee\"?\n\n", + "output": "son of [hentai]", + "label": "some little faggot that likes pax0ring chatworlds with his 3l33t litmus bots" +} +{ + "input": "\"do you think maybe samantha is trying to tell you that she needs some space? gee golly wilikers\" What is the definition of \"gee golly wilikers\"?\n\n", + "output": "an exclamation of surprise, or shock", + "label": "\"a phrase someone says when some issue that they're trying to bring to light is making things way more tense than it should be" +} +{ + "input": "\"i didnt think anyone would ever live up to the name chayze\" What is the definition of \"chayze\"?\n\n", + "output": "\"the best guy in the world", + "label": "an achievement worthy man who achieves 69g by getting the he has come again achievement i" +} +{ + "input": "\"frank's favorite style of big beer is a barleywine\" What is the definition of \"big beer\"?\n\n", + "output": "a strong, complex beer such as a weizenbock, or a strong dark or blonde ale", + "label": "a big beer is any style of beer with a significantly higher alcohol content than your average mass produced beer" +} +{ + "input": "\"yo man, roq was out crunking last weekend\" What is the definition of \"crunking\"?\n\n", + "output": "a person's first experience with the [crunk] lifestyle", + "label": "\"running around with an iv of grey goose for several days screaming for no apparent reason and screeching like a crow, \"ehhhh ehhhhh!!\"\"" +} +{ + "input": "\"the cat is apose en' me while i take pictures of my green lampshades\" What is the definition of \"apose\"?\n\n", + "output": "to make stupid faces in pictures", + "label": "similar to posing, be when people and/or animals pose for pictures without the photographer realizing it" +} +{ + "input": "\"why them chicks trip everytime they see other? they must got baby daddy ties or something\" What is the definition of \"baby daddy ties\"?\n\n", + "output": "2 men or more that has made a baby with the same woman and her family approved it", + "label": "two women or more that has at least one kid by the same man" +} +{ + "input": "\"thalia u one foine freckled biatch\" What is the definition of \"thalia\"?\n\n", + "output": "thalia is a beautiful, funny, sweet, nice, kind, freckled goddess", + "label": "latina singer hotter than j-lo except for those freckles on her chest" +} +{ + "input": "\"a cartoon character named bishneen\" What is the definition of \"bishneen\"?\n\n", + "output": "a character in the cartoon [class of 3000]", + "label": "a pink cart00n" +} +{ + "input": "\"\"that was such an awkward baby pocket moment\" What is the definition of \"baby pocket\"?\n\n", + "output": "the awkward period of time when a girl tells you she's pregnant and you have no idea what to say", + "label": "\"a vagina, obviously" +} +{ + "input": "\"they found a decomp last night at 324 curtis st\" What is the definition of \"decomp\"?\n\n", + "output": "a dead hooker", + "label": "a decomposing body" +} +{ + "input": "\"dude, step away: i just deuced air\" What is the definition of \"deuced air\"?\n\n", + "output": "when you fart or shit air, but not gaseous air, like: air that has water vapor in it, or air that has carbon dioxide in it, etc", + "label": "a fart, or noisome gas passed from the same orifice as a number two" +} +{ + "input": "\"\"no one can 'andle my riddum\" What is the definition of \"riddum\"?\n\n", + "output": "\"slang term for \"rhythm", + "label": "rythm, as spoken in georges st" +} +{ + "input": "\"\"hey mannn i'm bored let's go to a stupid town \"we should check out carlstadt\" What is the definition of \"carlstadt\"?\n\n", + "output": "the town where all the asians hang out and the only store to hang out at is bj's", + "label": "located in bergen county, possibly the worst town ever" +} +{ + "input": "\"don’t be so clueish\" What is the definition of \"clueish\"?\n\n", + "output": "the act of being clueless", + "label": "a person that nudges you with their elbow or uses a gesture or makes a comment to draw your attention to something they have noticed which you have not" +} +{ + "input": "\"superman is a superhero because the yellow sun gives him incredible powers\" What is the definition of \"superhero\"?\n\n", + "output": "a fictional character that has amazing powers", + "label": "1" +} +{ + "input": "\"we were tweaking last night and the rubber broke\" What is the definition of \"tweaking\"?\n\n", + "output": "using a condom in a way that resembles teabagging", + "label": "another word for banging" +} +{ + "input": "\"look at that nasty chubbler\" What is the definition of \"chubbler\"?\n\n", + "output": "a fat person who is horny", + "label": "a fat, chubby bitch" +} +{ + "input": "\"the opposite of yes, brother > nah broh\" What is the definition of \"nah broh\"?\n\n", + "output": "the opposite of yes, brother", + "label": "no, brother" +} +{ + "input": "\"ayy yo my yute, lets run a botry on dat gyall, put it right in her boty hole\" What is the definition of \"botry\"?\n\n", + "output": "the jamaican term for hitting on the opposite sex", + "label": "jamaican slang for gang bang" +} +{ + "input": "\"yo tai is the moises of all our friends\" What is the definition of \"moises\"?\n\n", + "output": "the gayest word for homosexual", + "label": "the gayest guy you know" +} +{ + "input": "\"johnny wrote jen an acoustic text message in class yesterday\" What is the definition of \"acoustic text message\"?\n\n", + "output": "a letter written by hand, often on notebook paper, and delivered to the recipient, usually in person, but also can be done through prearranged drop spots", + "label": "writing using text message language on a sheet a paper with a pen" +} +{ + "input": "\"my wonderful friend, hannah, is a cutey patooty\" What is the definition of \"cutey patooty\"?\n\n", + "output": "a person or thing that is cute and cuddly looking", + "label": "an adorable, super genuinely sweet person" +} +{ + "input": "\"everyone a changemaker\" What is the definition of \"a changemaker\"?\n\n", + "output": "a person who makes changes in his/her circle of influence", + "label": "when you cut a dead baby hamburger wise and fuck it in the guts while eating out the lower half" +} +{ + "input": "\"when redheads turn 13, they start to grow ginger pubes\" What is the definition of \"ginger pubes\"?\n\n", + "output": "pubic hair that is the same colour as their head", + "label": "pubescent hair with no soul" +} +{ + "input": "\"\"andy has a new girlfriend but i can't understand why, she is as dull as ditchwater \"wear the purple one, that black dress is dull as ditchwater\" \"\" What is the definition of \"dull as ditchwater\"?\n\n", + "output": "if something is dull, boring or plain it is described as being as interesting as ditchwater - in other words not very interesting at all", + "label": "\"very boring, or miserable" +} +{ + "input": "\"i just gave gina the dominguez curse\" What is the definition of \"dominguez curse\"?\n\n", + "output": "the act of jizzing on your partners eyes so they can't open", + "label": "after anal sex with a woman,make her lick all the excess juices from your penis so she walks around with her breath smelling like feces" +} +{ + "input": "\"he was acting like a kluft\" What is the definition of \"kluft\"?\n\n", + "output": "a douche bag", + "label": "kluft is used to describe a level of someone's sleazy tendencies towards the opposite sex usually used from the male point of view towards females" +} +{ + "input": "\"'man he was all over the shop\" What is the definition of \"all over the shop\"?\n\n", + "output": "when you're physically scattered, uncoordinated, unorganised etc", + "label": "when you're physically scattered, uncoordinated, unorganised etc" +} +{ + "input": "\"\"friend 1 : have you seen \"inanimate insanity?\" friend 2 : yeah, adam katz makes that right?\"\" What is the definition of \"adam katz\"?\n\n", + "output": "the man who makes the internet", + "label": "\"the creator of popular web series \"inanimate insanity\"" +} +{ + "input": "\"that damned jewburger just jacked my tv and i didn't even realize it\" What is the definition of \"jewburger\"?\n\n", + "output": "a derogatory term for a person of jewish heritage", + "label": "adj" +} +{ + "input": "\"your new ride is 'bout it\" What is the definition of \"'bout it\"?\n\n", + "output": "very cool, stellar", + "label": "very cool, stellar" +} +{ + "input": "\"that firechicken got smoked by the evo on memorial last night\" What is the definition of \"firechicken\"?\n\n", + "output": "a redheaded kid who likes to race mitsubishi evos", + "label": "a v6 pontiac firebird" +} +{ + "input": "\"he was so thick, he must have been a cockpumper - aieeya\" What is the definition of \"cockpumper\"?\n\n", + "output": "originates from early this century in seattle", + "label": "man who regularly vacuum pumps his penis, enlarging it for display or pleasure" +} +{ + "input": "\"a bunch of my friends and i enjoyed dick-shaped sandwiches, popsicles, and kool-aid drinks on our biweekly dicnic\" What is the definition of \"dicnic\"?\n\n", + "output": "\"noun, a social gathering of males only, no \"ladies\" are allowed at this event", + "label": "a picnic in which the picnic basket, as well as all food and drink containers are dick-shaped" +} +{ + "input": "\"god is a finn parris\" What is the definition of \"finn parris\"?\n\n", + "output": "god", + "label": "is a mc, pulls the biddies, is a gypsy and like sexual interourse" +} +{ + "input": "\"my fag hag regina is such a drama mama\" What is the definition of \"drama mama\"?\n\n", + "output": "one who draws conflict and negativity to themselves for attention or self grandification", + "label": "one who draws conflict and negativity to themselves for attention or self grandification" +} +{ + "input": "\"j lowe was the original alpha chump\" What is the definition of \"alpha chump\"?\n\n", + "output": "\"the alpha chump is the leader of all the other \"chumps\"", + "label": "a term used to define the dominating male at ccpc" +} +{ + "input": "\"ahh i wish i could have him, this is such a bad romance\" What is the definition of \"bad romance\"?\n\n", + "output": "1", + "label": "1" +} +{ + "input": "\"gurf\" What is the definition of \"gurf\"?\n\n", + "output": "a word used to express confusion, or mis understanding", + "label": "a word you use when you are aggervated or just don't know what to say" +} +{ + "input": "\"paris hilton is so beautifoul\" What is the definition of \"beautifoul\"?\n\n", + "output": "beautiful but foul", + "label": "something or someone that seems lovely, but in all actuality is fetid" +} +{ + "input": "\"wow, kicking that priest in the balls felt blasphenomenal\" What is the definition of \"blasphenomenal\"?\n\n", + "output": "a word used to describe the feeling of committing a completely blasphemous act", + "label": "when one blasphemes very seriously, yet the act is so awesome that it almost seems worth the eternal damnation" +} +{ + "input": "\"for example: mark, did u get buttery popcorn in the movies last night?\" What is the definition of \"buttery popcorn\"?\n\n", + "output": "a nice rich full butter flavor that fills your mouth with every kernel you eat!", + "label": "it is a term that refers to a handjob given in a theatre" +} +{ + "input": "\"i walked in on matt giving himself a bummy tug yesterday\" What is the definition of \"bummy tug\"?\n\n", + "output": "the act of pleasuring yourself analy", + "label": "\"the act of fingering ones anus while simultaneously masturbating" +} +{ + "input": "\"if your mother gets home before you clean this up, she'll have a conniption fit\" What is the definition of \"conniption fit\"?\n\n", + "output": "an outburst of anger", + "label": "a conniption fit is a spontaneous outburst of anger or frustration, usually precipitated by an act of stupidity or neglect" +} +{ + "input": "\"ohno, that porno's given my bags a croxton\" What is the definition of \"croxton\"?\n\n", + "output": "the folds on an old man's bags when said old man has been recently sexually aroused - or 'got one'", + "label": "a frequent misspelling of the words [crotch] stain, pertaining to penile or clitoral smegma staining of under garments brought about by lascivious and lude thought or behaviour" +} +{ + "input": "\"the poopsmith is a turd buncher\" What is the definition of \"turd buncher\"?\n\n", + "output": "one who bunches turds", + "label": "one who bunches turds, generally used to evoke feelings of insultation" +} +{ + "input": "\"hey it's 113 a\" What is the definition of \"113\"?\n\n", + "output": "the time right before 11", + "label": "time of day when you should eat hallucinogenic substances" +} +{ + "input": "\"he was not the first one to give her a bavarian cream\" What is the definition of \"bavarian cream\"?\n\n", + "output": "cumming in a girls mouth then farting on her face after having applied medicated powder to your asshole", + "label": "cumming in a girls mouth then farting on her face after having applied medicated powder to your asshole" +} +{ + "input": "\"real estate was good at the end of the 90's and the beginning of the 2k's\" What is the definition of \"2k's\"?\n\n", + "output": "the years 2000-2010", + "label": "the name for the first decade of the millenium" +} +{ + "input": "\"dude,that pineapple is really turning me fruitsexual right now\" What is the definition of \"fruitsexual\"?\n\n", + "output": "the attraction to fruit, and all fruit gettin' action", + "label": "a sexuality" +} +{ + "input": "\"person 1: hey man, did you trim up for tonight? person 2: nah dude, i didn't have time so i gave it the altered image treatment\" What is the definition of \"altered image\"?\n\n", + "output": "when you don't have time to shower, shave, or anything to make yourself look better, you alter the way people see you", + "label": "a incomplete or sub-par job completed when shaving ones pubes" +} +{ + "input": "\"dude i totally just got visited by the ass ninja\" What is the definition of \"ass ninja\"?\n\n", + "output": "a mythical being who exists to give people wedgies", + "label": "a mythical being who exists to give people wedgies" +} +{ + "input": "\"memer\" What is the definition of \"memer\"?\n\n", + "output": "a person who is very funny, outgoing, and [sexy]", + "label": "a word used and invented by the ducks" +} +{ + "input": "\"just down in the alley from across my home, i saw some serious gorilla warfare taking place\" What is the definition of \"gorilla warfare\"?\n\n", + "output": "when black people fight in the hood", + "label": "when a bunch of crazy black guys gang rape a helpless woman(of any ethnicity)" +} +{ + "input": "\"long island is the best place to live\" What is the definition of \"long island\"?\n\n", + "output": "the best place on earth!!!!!!!!!!!", + "label": "the best place on earth!!!!!!!!!!!" +} +{ + "input": "\"bunbun sure is a boobie do\" What is the definition of \"boobie do\"?\n\n", + "output": "when a girl's stomach sticks out more than her boobs do", + "label": "when a girl's stomach sticks out more than her boobs do" +} +{ + "input": "\"\"friend of one of the two peoples involved- \"hey are you two dating?\" both- \"no, we're just best friends with benefits\" What is the definition of \"best friends with benefits\"?\n\n", + "output": "best friends who occasionally have [sex] together", + "label": "\"the act of being \"best friends\" with someone of the opposite gender and having a romantic relationship without actually making a commitment to one another" +} +{ + "input": "\"killah; this bud is killah, that movie was killah, that fly puma track suit is killah\" What is the definition of \"killah\"?\n\n", + "output": "a word used to describe something phat, cool, fresh", + "label": "adjective: to describe something of superior quality" +} +{ + "input": "\"\"insult: (spills your pint while dancing like a epileptic making toast in the bath) \"you fookin' cock monkey\" What is the definition of \"cock monkey\"?\n\n", + "output": "a term used to describe a foolish or stupid person", + "label": "see also: prick, dick, twat, arse monkey, cock meister, cock gobbler" +} +{ + "input": "\"i gave her some ambush sodomy\" What is the definition of \"ambush sodomy\"?\n\n", + "output": "\"1", + "label": "a synonym for [suprise buttsecks]" +} +{ + "input": "\"rapper1: fuck u man, fitty cent owns your moma\" What is the definition of \"fitty cent\"?\n\n", + "output": "the rapper who seems to have stolen 50 cent's name and career", + "label": "50 cent in ghetto style: fitty cent" +} +{ + "input": "\"what do you want for dinner tonight? let's go to qdoba\" What is the definition of \"qdoba\"?\n\n", + "output": "a popular chain mexican eatery which has locations all across the united states", + "label": "mexican restuarunt chain that must put crack in their burritos because everyone who eats there seems to be addicted to it" +} +{ + "input": "\"he can dish it out but he can't take it\" What is the definition of \"dish it out\"?\n\n", + "output": "to give out", + "label": "to administer punishment, injury, abuse, etc" +} +{ + "input": "\"\"god damn son, i'm 15 in and ready to but fuck\" What is the definition of \"15 in\"?\n\n", + "output": "to be intoxicated on alcohol, marijuana, or a combination of the two to the point one is ready to engage in sexual activity or other anti-social behavior", + "label": "\"adjective: the resulting mental state of mind after ingesting more than copious amounts of [alcohol]" +} +{ + "input": "\"tanya sure knows how to bag toss\" What is the definition of \"bag toss\"?\n\n", + "output": "the act of putting one's scrotum and testicles in someone's mouth", + "label": "jiggling you balls while masturbating or getting a blowjob" +} +{ + "input": "\"dizee needs to grow a penis, and get a life\" What is the definition of \"dizee\"?\n\n", + "output": "stupid bitch, with a big mouth, and a smaller penis", + "label": "\"yet another example of a packet kiddie who truly believes he has the right to tell people what to do, and nobody is allowed to bad mouth him" +} +{ + "input": "\"she bend over and her breastesses popped out\" What is the definition of \"breastesses\"?\n\n", + "output": "a very large breasted woman who's name is unknown", + "label": "it is how sexually repressed people pronounce breasts" +} +{ + "input": "\"guy 1: check out this tina girl's facebook guy 2: daaam, even though her facebook profile was non creep friendly i could still tell she was hot by the thumbnail\" What is the definition of \"non creep friendly\"?\n\n", + "output": "when people set their facebook privacy settings to where you can only see their profile picture and not their other pictures", + "label": "a girl's facebook profile that does not show any pictures unless you are friends with them" +} +{ + "input": "\"damn, that skinny chick has major air pussy\" What is the definition of \"air pussy\"?\n\n", + "output": "the gap you can see through a skinny girls crotch while standing straight up with her legs close together", + "label": "the gap you can see through a skinny girls crotch while standing straight up with her legs close together" +} +{ + "input": "\"did you see the blunt man in computer class today? he was blazed\" What is the definition of \"blunt man\"?\n\n", + "output": "cory kryger", + "label": "cory kryger" +} +{ + "input": "\"dude let's play dick touch\" What is the definition of \"dick touch\"?\n\n", + "output": "when two men rub their penises togther, the first of the two males to get a boner loses", + "label": "when two men rub their penises togther, the first of the two males to get a boner loses" +} +{ + "input": "\"damn that nigga can do the chicken noodle soup mad good\" What is the definition of \"chicken noodle soup\"?\n\n", + "output": "\"a dance derived from harlem", + "label": "\"a dance derived from harlem" +} +{ + "input": "\"guy 1: who's that? guy 2: an animal rights nut\" What is the definition of \"animal rights nut\"?\n\n", + "output": "a term used out of ignorance to refer to people that feel strongly about animal cruelty and want non-human animal to be treated with respect", + "label": "a term used out of ignorance to refer to people that feel strongly about animal cruelty and want non-human animal to be treated with respect" +} +{ + "input": "\"pissed off 'er indoors last night, so i'm on the look-out for some emergency flaps\" What is the definition of \"emergency flaps\"?\n\n", + "output": "a desperate man's nostrils", + "label": "a stand-by bint for when the missus has put you in the dog-house" +} +{ + "input": "\"put some more monkey shit in that stuffing tube\" What is the definition of \"monkey shit\"?\n\n", + "output": "putty material that is used for filling in gaps", + "label": "putty material that is used for filling in gaps" +} +{ + "input": "\"i bought this cool game, it was so damn good i had a gamegasm\" What is the definition of \"gamegasm\"?\n\n", + "output": "when you buy a cool game and you just play it all day and have a damn good time", + "label": "1" +} +{ + "input": "\"when jackson died in that twenty car pile up last week it was a pretty big bum me out\" What is the definition of \"bum me out\"?\n\n", + "output": "to disappoint or dismay", + "label": "\"the exact opposite of a \"pick me up\"" +} +{ + "input": "\"i would rather be a man-whore than a boneyard masterbater\" What is the definition of \"boneyard masterbater\"?\n\n", + "output": "an individual who masterbates or will masterbate in the boneyard", + "label": "a man who masterbates in a graveyard because he thinks the tombstones look sexy" +} +{ + "input": "\"ken: hey brett, what are you doing tonight? brett: i think we are going to go drunk drifting tonight\" What is the definition of \"drunk drifting\"?\n\n", + "output": "a drinking game: supplies: three different proofs of alcohol forza 3 you and three friends", + "label": "a drinking game: supplies: three different proofs of alcohol forza 3 you and three friends" +} +{ + "input": "\"\"jake is such a drunkleman after a few beers\" What is the definition of \"drunkleman\"?\n\n", + "output": "a man who becomes a total douchebag while intoxicated", + "label": "behaving like a gentleman only when you are drunk" +} +{ + "input": "\"that girl tiffanie is a frenchie i went to france just to view the frenchies\" What is the definition of \"frenchie\"?\n\n", + "output": "a girl with red hair from french descent", + "label": "an insane french girl, usually names tiffanie or feefee" +} +{ + "input": "\"did you hear about kenny? he got kicked in the don drapers\" What is the definition of \"don drapers\"?\n\n", + "output": "slang for scrotum and testicles", + "label": "another word for testicles" +} +{ + "input": "\"don't be such an annelies and mix your water with your milk\" What is the definition of \"annelies\"?\n\n", + "output": "a tall blonde girl, who like to party", + "label": "\"a british tart (whore) who likes to pet her \"kitty\"" +} +{ + "input": "\"kelsey and katherine eat aabacob every night before bed\" What is the definition of \"aabacob\"?\n\n", + "output": "\"a sex cookie", + "label": "a very large ear of corn" +} +{ + "input": "\"\"paul, have you heard what the jiff's have been saying about our accommodation? \"can't believe that bloke just called uwe a shithole, fucking jiff\" What is the definition of \"jiff\"?\n\n", + "output": "a term used to describe someone who makes unnecessary trouble whilst away on a residential trip with school, specifically during the planning stages", + "label": "a student from the main campus of a university, commonly someone who pays more money for a higher standard of accommodation and shoves it down your throat with snobbery" +} +{ + "input": "\"\"after a big day at the horse races you will see a lot of drunk girls fawning their way to the taxi rank\" What is the definition of \"fawning\"?\n\n", + "output": "this is a particular style of drunken walk that is done by very very [smash]ed out girls", + "label": "the act of women trying to walk in expensive, uncomfortable high heels after a long period of drinking whilst thinking they look classy" +} +{ + "input": "\"man: hey did you see that kaitlyn smith chick? woman: yeah she's a real french toast\" What is the definition of \"french toast\"?\n\n", + "output": "a slut who sleeps with black guys", + "label": "a nasty person who resembles french toast" +} +{ + "input": "\"look at that little beanerette said the cracker\" What is the definition of \"beanerette\"?\n\n", + "output": "a female mexican", + "label": "a female beaner or a small beaner" +} +{ + "input": "\"dude stop being a baby ball's nigga and just do it\" What is the definition of \"baby ball's\"?\n\n", + "output": "someone who acts like they got baby balls or is scared to do something", + "label": "someone who acts like they got baby balls or is scared to do something" +} +{ + "input": "\"the painting showed a cerapter flying above a normal unicorn that had no wings\" What is the definition of \"cerapter\"?\n\n", + "output": "a winged unicorn", + "label": "\"a winged unicorn, from the greek words ceros meaning \"horn\" and pteros meaning \"wing" +} +{ + "input": "\"chiemo i like to eat pie\" What is the definition of \"chiemo\"?\n\n", + "output": "who cares what it means, it could mean anything, that was my first thought when i saw it", + "label": "an annotation to be placed @ the beginning of a sentence or paragraph to imply truthfulness and or honesty" +} +{ + "input": "\"i was sick of her giving me[blueballs], so i gave her bluenani\" What is the definition of \"bluenani\"?\n\n", + "output": "when a female is aroused and her partner is not able to maintain an erection long enough to penetrate her", + "label": "the female equivalent of blueballs" +} +{ + "input": "\"you fucking bizquitch\" What is the definition of \"bizquitch\"?\n\n", + "output": "a mixture between a bitch, squitch and the like", + "label": "a bitch and a queer mixed together" +} +{ + "input": "\"oh ray, your penis is all sandy, youve got a crummed sausage\" What is the definition of \"crummed sausage\"?\n\n", + "output": "a sandy penis, or a sandy vagina for that matter", + "label": "where and male and a female are having sex on either a sandy beach or a sand bank, where the males penis is crummed in sand" +} +{ + "input": "\"bernard: james come for tea james: no im stoning me:little cunt jamesgreen\" What is the definition of \"jamesgreen\"?\n\n", + "output": "a little yeat who slaps his own bum and calls it jamesgreen", + "label": "stoner little cunt, gonna wreck him up so bad wid ma flappy old tits" +} +{ + "input": "\"man, dana was mashing potatoes all night long\" What is the definition of \"mashing potatoes\"?\n\n", + "output": "being very promiscuous with your tongue during oral sex", + "label": "\"usually takes place after a heavy night of drinking" +} +{ + "input": "\"he was so amazing he hit every spot so i had an alphabet orgasm\" What is the definition of \"alphabet orgasm\"?\n\n", + "output": "when you have such a good orgasm it feels like you ran across the alphabet making all the different letters of the alphabet", + "label": "a multiple orgasm achieved by stimulating the a-spot, u-spot, and g-spot" +} +{ + "input": "\"wow check out that hot daije\" What is the definition of \"daije\"?\n\n", + "output": "a beautiful girl who any guy would fall in love with", + "label": "a girl, usually above the age of 12" +} +{ + "input": "\"joe has a big penis\" What is the definition of \"big penis\"?\n\n", + "output": "a not little male genitalia", + "label": "a not little male genitalia" +} +{ + "input": "\"baby daddy cockeral this cockeral was born now it is a daddy cockeral\" What is the definition of \"baby daddy cockeral\"?\n\n", + "output": "a baby chick that is a boy that becomes a dad is called a baby daddy cockeral", + "label": "another name for a cockeral that has just became a daddy cockeral but not long ago was a baby cockeral dont confuse this with any other animals" +} +{ + "input": "\"i just made a butt biscuit\" What is the definition of \"butt biscuit\"?\n\n", + "output": "a crap", + "label": "a crap" +} +{ + "input": "\"that nutbar that blew past us gotta be going at least a buck and a half\" What is the definition of \"nutbar\"?\n\n", + "output": "\"refers to a motorcycle rider seen as being \"crazy\" or \"insane\" in the eyes of other riders", + "label": "a wild, crazy, or freaky person" +} +{ + "input": "\"\"that dude is obnoxious, ignorant and aggressive, a total 455hat\" What is the definition of \"455hat\"?\n\n", + "output": "a person who posesss hat color 455", + "label": "\"a \"leet speech\" synonym of \"asshat,\" itself a synonym of \"asshole,\" formulated in a way that can beat the obscenity filters operant in different forms of online chat" +} +{ + "input": "\"get your fatass over here and suck my cock, applebitch\" What is the definition of \"applebitch\"?\n\n", + "output": "a homosapien of the female gender who is distasteful in appearance", + "label": "when a female takes apple extract and rubs it into her vagina to induce the taste of apples stimulating her man" +} +{ + "input": "\"john hung a legger once jazmin arrived\" What is the definition of \"legger\"?\n\n", + "output": "\"to put one's penis between a girl's legs while she is straddling you", + "label": "a hard penis thats not erect that lays right on the leg" +} +{ + "input": "\"blood clot wayne\" What is the definition of \"blood clot\"?\n\n", + "output": "a jamacian word meaning fuck", + "label": "a jamacian word meaning fuck" +} +{ + "input": "\"my parents forgot to tell the doctor to remove my bastard neck when i was born\" What is the definition of \"bastard neck\"?\n\n", + "output": "this is the small roll of fat located under the chin of new-born babies", + "label": "1" +} +{ + "input": "\"intense buckage\" What is the definition of \"buckage\"?\n\n", + "output": "v", + "label": "getting screwed, fucked, or stick in a bad situation" +} +{ + "input": "\"sucky sucky ten dolla, gotta save me, buy reel big pimp-mobile\" What is the definition of \"pimp-mobile\"?\n\n", + "output": "1", + "label": "the type of poor-quality big-ass car driven by a pimp" +} +{ + "input": "\"\"that \"gilligan's island\" marathon was one serious asstivity\" What is the definition of \"asstivity\"?\n\n", + "output": "1", + "label": "any activity that can be performed while sitting on ones ass" +} +{ + "input": "\"that's a bunch of boocaca\" What is the definition of \"boocaca\"?\n\n", + "output": "nonsense", + "label": "(boo-kah-kah) when something is ridiculous when something is crap" +} +{ + "input": "\"\"dave: (fart) ralph: \"do you know where the flaherty report is?\" dave: \"that's a stupid stinkestion - it's in the penski file\"\"\" What is the definition of \"stinkestion\"?\n\n", + "output": "a question that is stupid or lame", + "label": "when you fart in your cubicle and someone comes by to ask you a question and is greeted with your recently excreted foul odour" +} +{ + "input": "\"i'm surprised pags still has such a small brosnan after visiting all those bars\" What is the definition of \"brosnan\"?\n\n", + "output": "the anus of a gay man(seen as a penis)", + "label": "the most important part of the body!" +} +{ + "input": "\"did you just here that dude call that other dude a [pizza dick]? that's the first time i've ever heard someone else speak dick talk\" What is the definition of \"dick talk\"?\n\n", + "output": "\"dick talk is a nonstandard form of american english used by some people", + "label": "\"dick talk is a nonstandard form of american english used by some people" +} +{ + "input": "\" a girl:what that fucking amazing team dude:ho, this is ol ( olympique lyonnais) from lyon in france, nice town\" What is the definition of \"lyon\"?\n\n", + "output": "2nd town in france", + "label": "the nicest town of the world , with the best europeen soccer team" +} +{ + "input": "\"wow, you are very ayanna\" What is the definition of \"ayanna\"?\n\n", + "output": "the most beautiful girl in the world", + "label": "extremly talented and beautiful" +} +{ + "input": "\"eddie got so trashed on friday that he went all chunk spelunker on that 900lb slab of white beef\" What is the definition of \"chunk spelunker\"?\n\n", + "output": "one who penetrates deeply into the uncharted depths of an immensly fat chick's vaginal or anal cavity in search of that warm, moist,receptacle", + "label": "a man with a propensity for engaging in anal sex with women of grand proportions" +} +{ + "input": "\"rob asked me if i would give him some birthday dome after his party\" What is the definition of \"birthday dome\"?\n\n", + "output": "slang for when you are blowing a guy on his birthday", + "label": "the act of giving head to someone on their birthday, like a birthday present =]" +} +{ + "input": "\"1) i totally got a field goal on her last night\" What is the definition of \"field goal\"?\n\n", + "output": "right as a man is pulling out during a blowjob, he squirts, and the cum is shot through the two front buck teeth of his girlfriend", + "label": "right as a man is pulling out during a blowjob, he squirts, and the cum is shot through the two front buck teeth of his girlfriend" +} +{ + "input": "\"don't make that duck face at me, i was just kidding\" What is the definition of \"duck face\"?\n\n", + "output": "similar to pouting", + "label": "similar to pouting" +} +{ + "input": "\"try doing the chin sack on someone\" What is the definition of \"chin sack\"?\n\n", + "output": "when you slap someones chin with your sack", + "label": "chin sacking is balling your fist up and putting the hollow of your hand on a person’s chin, which resembles a scrotum" +} +{ + "input": "\"dang that girl aqualeta the only one to get the job done, these no one to cover for her\" What is the definition of \"aqualeta\"?\n\n", + "output": "aqualeta a beautiful young lady who's sweet as can be but don't take nothing from her because she will bust you out", + "label": "1)" +} +{ + "input": "\"ronald gave gretchen a sperm perm on accident\" What is the definition of \"sperm perm\"?\n\n", + "output": "the result of ejaculating in someone's hair", + "label": "the act of ejaculating in a woman's head of hair, causing a real mess" +} +{ + "input": "\"poor christina aguilera\" What is the definition of \"christina aguilera\"?\n\n", + "output": "an extremely talented voaclist who doesn't care what anyone thinks of her and oes what she wants", + "label": "an extremely talented voaclist who doesn't care what anyone thinks of her and oes what she wants" +} +{ + "input": "\"how was your disc golf game today? not too good, i was chopping wood all day long\" What is the definition of \"chopping wood\"?\n\n", + "output": "a term used for when you are having a bad round of disc golf", + "label": "the act of accidentally throwing a disc golf disc into a tree during a game of disc golf" +} +{ + "input": "\"auckland and wellington are the principle cities of new zealand\" What is the definition of \"auckland\"?\n\n", + "output": "auckland is the largest city in new zealand", + "label": "auckland is a city in north island, new zealand" +} +{ + "input": "\"james: who is that annoying asshole? greg: that's franks cousin, he's a floridiot james: oh, makes sense\" What is the definition of \"floridiot\"?\n\n", + "output": "someone who is from florida and is an asshole", + "label": "an individual who has previously lived in florida, moved away, and incessantly talks about how florida is vastly better than everywhere else" +} +{ + "input": "\"its dope freshness saan\" What is the definition of \"dope freshness saan\"?\n\n", + "output": "something that is sweet, cool, the best", + "label": "dope freshness saan is the phrase commonly used by the youtubers, jesse and jeana on the channel bfvsgf/prankvsprank" +} +{ + "input": "\"did you see that foofie wearing those sensible shoes?\" What is the definition of \"foofie\"?\n\n", + "output": "a friend who is a freak, but in a sensible way", + "label": "a person who is not weird" +} +{ + "input": "\"nigga i aint from the eastside,,i stay on 29th over in atk town 29th & atkinson\" What is the definition of \"atk town\"?\n\n", + "output": "\"short for \"atkinson\"", + "label": "\"atk town is short for a north side(mil town) street \"atkinson\"" +} +{ + "input": "\"\"while in frankfurt (appropriately), i once asked a [german] storekeeper for a 'hei�er hund'- literally 'a hot dog\" What is the definition of \"hot dog\"?\n\n", + "output": "\"a commonly-used (but etymologically obscure) term for a sausage that is usually eaten in a bun with ketchup, mustard, and/or relish", + "label": "\"a commonly-used (but etymologically obscure) term for a sausage that is usually eaten in a bun with ketchup, mustard, and/or relish" +} +{ + "input": "\"damn you cheifin pass the fuckin blunt dog, you cheifin he cheifin that blunt we were cheifin today\" What is the definition of \"cheifin\"?\n\n", + "output": "to hog something, especially a blunt", + "label": "when you get the blunt and smoke half of it and don't wanna give the shit back" +} +{ + "input": "\"peter was very brrdicated after cleaning the snow off the car\" What is the definition of \"brrdicated\"?\n\n", + "output": "the act of being dedicated in the extreme cold", + "label": "when you get extremely cold in the midst of cold weather" +} +{ + "input": "\"aesthetic perfection wouldn't accept such an emo fattie like you\" What is the definition of \"aesthetic perfection\"?\n\n", + "output": "a group of hot girls who live near you", + "label": "one of the firsts, most elite [perfection groups] founded on [myspace], the owner is adrian aka [fakefaggot], and co-owned by [kristin vance]" +} +{ + "input": "\"fancy a bit of cunt spludging daling? why yes after i eat this pie deer\" What is the definition of \"cunt spludging\"?\n\n", + "output": "the act of repeatedly slamming ones cock into the spludge zone of another until either the cock or the spluge zone explodes", + "label": "sexual act in which a females bits are massaged by her partners knee" +} +{ + "input": "\"that blippo font is so round and cute\" What is the definition of \"blippo\"?\n\n", + "output": "a rounded, child-like font first used by microsoft in their windows 3", + "label": "a commercial [font] that has existed since the [90s]" +} +{ + "input": "\"stage 3 makes me feel like i'm pooping razor blades\" What is the definition of \"stage 3\"?\n\n", + "output": "the worst stage of dehydration", + "label": "stage 3 represents the third and final stage of bowel movements caused by ibs or irritable bowel syndrome, which is commonly caused by stress" +} +{ + "input": "\"we met some girls the other night at the club and i had to sit through barry's cheese wheel act again\" What is the definition of \"cheese wheel\"?\n\n", + "output": "having to sit through a buddies set of bad jokes he always pulls off", + "label": "having to sit through a buddies set of bad jokes he always pulls off" +} +{ + "input": "\"\"i was circumsized on the second day after my birth\" What is the definition of \"circumsized\"?\n\n", + "output": "\"to have had the foreskin of your penis removed", + "label": "circumsized is stupid mispelling of circumcised thus cutting out the latin word's meaning: cut around" +} +{ + "input": "\"i was hungry and horny last night, so i told my girl to give me an rgp\" What is the definition of \"rgp\"?\n\n", + "output": "a ruger baby pocket pussy", + "label": "when a woman gives a man oral sex while feeding him a sandwich" +} +{ + "input": "\"mmm, i could really use some celeriac now\" What is the definition of \"celeriac\"?\n\n", + "output": "the best vegetable in the world", + "label": "and it does just mean celery" +} +{ + "input": "\"john had a blister on his foot that explains the 2nd place ribbon and the bro down effort\" What is the definition of \"bro down\"?\n\n", + "output": "the opposite of man up", + "label": "the opposite of man up" +} +{ + "input": "\"look at that lezzie over there\" What is the definition of \"lezzie\"?\n\n", + "output": "a girl who is a lesbian", + "label": "a woman who is sexually attracted to other women" +} +{ + "input": "\"u jrk\" What is the definition of \"jrk\"?\n\n", + "output": "a stupid idiot who has a small penis", + "label": "shorthand version of [jerk]" +} +{ + "input": "\"alyx vance is an ally and gordon's girlfriend, she is with you most of the time\" What is the definition of \"alyx vance\"?\n\n", + "output": "alyx vance, is the girl in half-life 2 that fights on your side most of the time", + "label": "alyx vance, is the girl in half-life 2 that fights on your side most of the time" +} +{ + "input": "\"i took three tabs and got totally blissed out\" What is the definition of \"blissed out\"?\n\n", + "output": "a state of complete peace and happiness", + "label": "high on drugs (esp" +} +{ + "input": "\"bruno mars is the definition of sex\" What is the definition of \"bruno mars\"?\n\n", + "output": "sex", + "label": "sex" +} +{ + "input": "\"andii is the coolest farmer i know\" What is the definition of \"andii\"?\n\n", + "output": "a young [farmer] who enjoys spending his time with large [machinery]", + "label": "andii is an ex xavierite who converted to farming and equestrianism and has two addictions" +} +{ + "input": "\"friend : your a goon elsa : whats a goon? friend : you\" What is the definition of \"elsa\"?\n\n", + "output": "the snow queen in frozen is named elsa", + "label": "a small girl who is very indecisive when shopping" +} +{ + "input": "\"girl 1: that girl is so deniz\" What is the definition of \"deniz\"?\n\n", + "output": "a girl or boy name", + "label": "a girl that is random, wild, intelligent and bubbly, but misunderstood by others" +} +{ + "input": "\"my bicept (bicep) is huge\" What is the definition of \"bicept\"?\n\n", + "output": "either one of the two muscles in the upper arm that are responsible for bending the elbow", + "label": "another word for bicep" +} +{ + "input": "\"hot magma nigger\" What is the definition of \"hot magma nigger\"?\n\n", + "output": "one of the funniest things to ever be said", + "label": "something that kicks ass!" +} +{ + "input": "\"i totally just nailed you in the face with bleashnin pie\" What is the definition of \"bleashnin pie\"?\n\n", + "output": "the act of throwing your pubes in the face of your loved one", + "label": "the muddy, mucky sand substance found at the bottom of gun lake" +} +{ + "input": "\"harry's caught the golden snitch\" What is the definition of \"golden snitch\"?\n\n", + "output": "the small golden contraption used in the imaginary world of harry potter", + "label": "the small golden contraption used in the imaginary world of harry potter" +} +{ + "input": "\"he noticed that the ada stall wasn't being used, so he decided to shit in that stall\" What is the definition of \"ada stall\"?\n\n", + "output": "the toilet stall in a public restroom designed for use by people with disabilities", + "label": "it's short for americans with disabilities act stall" +} +{ + "input": "\"eugene levy is an awesome actor, but his eyebrows are too caterpillary\" What is the definition of \"caterpillary\"?\n\n", + "output": "the form eyebrows take when they are in need of immediate plucking", + "label": "something having the look of, or closely resembling a caterpillar" +} +{ + "input": "\"tickle the soil with a hoe, and it will laugh a harvest is a baileyism\" What is the definition of \"baileyism\"?\n\n", + "output": "a word or phrase coined by the famous world traveler and journalist, sir peter bailey", + "label": "weird sayings in the american pageant us history textbook that come from the author thomas bailey" +} +{ + "input": "\"vito benito corleone pulled a bonjourno at don nini's cocktail party the other night, and boy did he feel italiano\" What is the definition of \"bonjourno\"?\n\n", + "output": "the classic italian goodbye - a slight bow, a curt handshake, a kiss blown (but not given)", + "label": "\"when you're at a party, find a bottle of pinogriggio, secretly blow a load into it, and watch in enjoyment when all of the drunk guests consume it" +} +{ + "input": "\"tom was arrested for choking the donkey\" What is the definition of \"choking the donkey\"?\n\n", + "output": "a term used for both oral and vaginal sex", + "label": "to masturbate in a zoo" +} +{ + "input": "\"this irish pub is full of duck eggs\" What is the definition of \"duck eggs\"?\n\n", + "output": "the irish term for pubes", + "label": "a term used to describe irish people, particularly the ones who immigrated to the us in there masses, during the late 1800's - early 1900's" +} +{ + "input": "\"well i see jookey has taken it upon himself to buy a captain biffington\" What is the definition of \"captain biffington\"?\n\n", + "output": "a smallish fruitcake with a paper hat", + "label": "a 40 ounce of beer" +} +{ + "input": "\"val is the bombeezie\" What is the definition of \"bombeezie\"?\n\n", + "output": "someone who is the best", + "label": "someone who is totally amazingly awesome" +} +{ + "input": "\"oh man, i just got dayzed\" What is the definition of \"dayzed\"?\n\n", + "output": "to be beaten at arm wrestling then having the winner's hand in your pants", + "label": "when you are killed in a video game by a bug" +} +{ + "input": "\"i thought that our secretary jannet was hot, but after seeing her at that bar last night, it's obvious that she's just office pretty\" What is the definition of \"office pretty\"?\n\n", + "output": "when a girl looks good, but not great, and you assume that she looks better with more makeup, she's office pretty", + "label": "someone who is good looking, but only compared to other people in your office" +} +{ + "input": "\"had to check my swing cause i spotted the h bomb\" What is the definition of \"h bomb\"?\n\n", + "output": "a person who has herpes is said to carry the h bomb", + "label": "a person who has herpes is said to carry the h bomb" +} +{ + "input": "\"we gonna break these muthufuckus off somethin' real proper like\" What is the definition of \"real proper like\"?\n\n", + "output": "the way of doing something that you've been doing all along, but now you have a name for it", + "label": "with utmost efficiency and hatred" +} +{ + "input": "\"we'll just use some account guy math to buy another week in sac town\" What is the definition of \"account guy math\"?\n\n", + "output": "where you come up with a number by pulling it out of your ass, and no one questions it because they don't understand it", + "label": "a creative way of telling the client that he/she has less money than they originally thought, though we will still spend like it's 1999 all over again" +} +{ + "input": "\"quality goal markus different gravy\" What is the definition of \"different gravy\"?\n\n", + "output": "when you do something better than your opponent no matter what the sport", + "label": "something quality/good e" +} +{ + "input": "\"weenest thou make a paden of our dame? --chaucer\" What is the definition of \"paden\"?\n\n", + "output": "\"an early english term for a rhyming couplet", + "label": "n" +} +{ + "input": "\"they all laughed at my dicktrum\" What is the definition of \"dicktrum\"?\n\n", + "output": "when you put your penis in a circle of men and they all laugh at it", + "label": "when your dick and scrotum are one" +} +{ + "input": "\"move over and we'll cheek it\" What is the definition of \"cheek it\"?\n\n", + "output": "to share a chair with another individual by each placing one butt cheek on the chair at the same time", + "label": "to share a chair with another individual by each placing one butt cheek on the chair at the same time" +} +{ + "input": "\"me and my friend are chillaxing later tonite\" What is the definition of \"chillaxing\"?\n\n", + "output": "chillin and relaxing either by yourself or with friends", + "label": "a combination of chilling out and relaxing" +} +{ + "input": "\"downloadable music is killing corporate music distribution giants\" What is the definition of \"downloadable\"?\n\n", + "output": "capable of being [downloaded]", + "label": "the vulture culture, where any piece of data that can be transmitted will be downloaded by somebody, wether they are entitled to it or not, copyright notwithstanding" +} +{ + "input": "\"i'm busched from watching kyle busch race in an attempt to sweep phoenix by winning all 3 races\" What is the definition of \"busched\"?\n\n", + "output": "the act of being excited from watching joe bucci, kyle busch, or carl busch on nascar", + "label": "how a nascar fan feels on monday morning after watching their favorite driver kyle busch win 2 out of 3 nascar races in one weekend" +} +{ + "input": "\"if you ever thought about hell as a teenager, it was the idea of living in brunswick maine\" What is the definition of \"brunswick maine\"?\n\n", + "output": "small town 30 miles north of portland", + "label": "a small town that has no night life" +} +{ + "input": "\"damn that doood is such a blurr\" What is the definition of \"blurr\"?\n\n", + "output": "one who is often seen with a shaven head and who is also a bit of a spazt", + "label": "dirty no good splitter" +} +{ + "input": "\"\"lance said to stephan, \"i want to certify our love with some gold bonding\" What is the definition of \"gold bonding\"?\n\n", + "output": "when 2 homosexual men pour powder on their junks and rub them together", + "label": "when 2 homosexual men pour powder on their junks and rub them together" +} +{ + "input": "\" i love you all my dirty dirt squirrel\" What is the definition of \"dirt squirrel\"?\n\n", + "output": "the word use to call your lovers, partners, friends, etc", + "label": "\"a very specific group of attractive young women in their early twenties from norfolk county" +} +{ + "input": "\"madonna's marem of hot 20 something year old male models is something to be proud of\" What is the definition of \"marem\"?\n\n", + "output": "noun: a collection of similar looking people", + "label": "a group of male concubines" +} +{ + "input": "\"check out that affie man\" What is the definition of \"affie\"?\n\n", + "output": "affie is a term used to describe someone who is a sexy beast", + "label": "name of a beautiful hot chick that every guy wants to bang with the finest ass" +} +{ + "input": "\"face bovvered? am i bovvered? does my face look bovvered? i aint bovvered\" What is the definition of \"am i bovvered?\"?\n\n", + "output": "a catchphrase from impressionist catherine tate", + "label": "common phrase made famous by impressionist catherine tate" +} +{ + "input": "\"that awper killed me\" What is the definition of \"awper\"?\n\n", + "output": "someone who is so bad at counter-strike that they can only hit the wall behind the terrorist they are aiming at", + "label": "someone that uses the awp in counter-strike too much" +} +{ + "input": "\"boomzey\" What is the definition of \"boomzey\"?\n\n", + "output": "used as a reaction to a surprise or to show excitement: synonym(s) : boozey", + "label": "the word you say when you catch a fish" +} +{ + "input": "\"to gin up support for a cause\" What is the definition of \"gin up\"?\n\n", + "output": "to excite, to stir up", + "label": "\"gin up (or ginned up) means enliven, excite or enthuse" +} +{ + "input": "\"person: i just palyed the game of life and landed on pay day, gimme my money bitch\" What is the definition of \"game of life\"?\n\n", + "output": "the most awsome game ever", + "label": "a 100% true representation of life" +} +{ + "input": "\"i wish that jerk would get herpesyphigonorrhaids\" What is the definition of \"herpesyphigonorrhaids\"?\n\n", + "output": "a bunch of std's mixed together, invented by me", + "label": "a disease with all of the symptoms of herpes, syphilis, gonorrhea, and aids" +} +{ + "input": "\"that concert was awesomeis\" What is the definition of \"awesomeis\"?\n\n", + "output": "something that is constantly awesome", + "label": "something really cool or something that happens that is really cool" +} +{ + "input": "\"dachts vedania\" What is the definition of \"dachts vedania\"?\n\n", + "output": "\"its a slang word for \"i love you\" in the indian language of hindi", + "label": "\"a word created by m" +} +{ + "input": "\"don't kiss her man--she's got ball tongue\" What is the definition of \"ball tongue\"?\n\n", + "output": "in addition to the korn reference, ball tongue is the unfortunate condition a female (or homosexual male) obtains after licking too much ball", + "label": "in addition to the korn reference, ball tongue is the unfortunate condition a female (or male) obtains after licking too much ball" +} +{ + "input": "\"i just had a dick-mazing time at rorys house mom\" What is the definition of \"dick-mazing\"?\n\n", + "output": "when you you have an amazing time with you lover that involves some hot sex and some rediculous dirty talk", + "label": "you are an amazing person" +} +{ + "input": "\"\"hey, joe, let's blast mad lines of c0ke\" What is the definition of \"c0ke\"?\n\n", + "output": "n", + "label": "the white powder people sniff and get really, really high, and then crash 20 minutes later, and then go off and buy more until they have no money" +} +{ + "input": "\"smoke some bomb ass weed feelin' crucial- ambitionz az a ridah 2pac\" What is the definition of \"bomb ass\"?\n\n", + "output": "something that's really good or something that's fly", + "label": "meaning something good or nice" +} +{ + "input": "\"andy's futility knows no bounds\" What is the definition of \"futility\"?\n\n", + "output": "the state of being completely useless", + "label": "performing an action that has no results" +} +{ + "input": "\"after payday i go buck wild at the dollar store\" What is the definition of \"buck wild\"?\n\n", + "output": "going to the dollar store and spending all your bucks", + "label": "going to the dollar store and spending all your bucks" +} +{ + "input": "\"fat mike is an awesome guy\" What is the definition of \"fat mike\"?\n\n", + "output": "owner of 3 cars, all of which are lifted", + "label": "bassist, lead vocals for band nofx" +} +{ + "input": "\"(first day of college) frat brother: welcome to the tool box\" What is the definition of \"tool box\"?\n\n", + "output": "1", + "label": "a frat house" +} +{ + "input": "\"geese, snakes and small cats are all beassss since they are hissing animals\" What is the definition of \"beassss\"?\n\n", + "output": "\"a word that describes a person, animal, or thing that is \"basic\" and/or boring", + "label": "(combination of beast and hiss) an animal that makes a hissing sound" +} +{ + "input": "\"did you see that tob over there? where did that tob go?\" What is the definition of \"tob\"?\n\n", + "output": "the acronym for tub of lard, commonly used to describe an obese person, or a person with a larger than ideal body mass index (bmi)", + "label": "a tweaker on a bike" +} +{ + "input": "\"wow you are so lucky to be dating eliane\" What is the definition of \"eliane\"?\n\n", + "output": "the most beautiful and caring girl you will ever meet", + "label": "a beautiful girl who works hard for the ones she loves and has very curly dark hair" +} +{ + "input": "\"\"1) \"lets go on a cinematic adventure\" What is the definition of \"cinematic adventure\"?\n\n", + "output": "an adventure or journey to a movie theater", + "label": "an adventure or journey to a movie theater" +} +{ + "input": "\"fifo workers make good housemates\" What is the definition of \"fifo\"?\n\n", + "output": "farmer wants a fucker on friday every week until sunday night when the sex is over for another week", + "label": "fly in, fly out" +} +{ + "input": "\"ay bra i hit 4 flat on them dudes bra ay man wen i pull out that gun on him he hit 4 flat\" What is the definition of \"4 flat\"?\n\n", + "output": "4 flat means to die or get layed out", + "label": "2 run like never before: 2 catch ghost" +} +{ + "input": "\"ahhhh look at my little boo boo head taking his first steps, he's so cute\" What is the definition of \"boo boo head\"?\n\n", + "output": "a term of endearment used toward a small baby or child", + "label": "a term of endearment used toward a small baby or child" +} +{ + "input": "\"please accept my appy polly loggy\" What is the definition of \"appy polly loggy\"?\n\n", + "output": "nadsat for an apology", + "label": "nadsat for an apology" +} +{ + "input": "\"bro i'm so sore i committed gymicide earlier today\" What is the definition of \"gymicide\"?\n\n", + "output": "the act of going to the gym and killing all your gains", + "label": "the act of killing it in the gym" +} +{ + "input": "\"last weekend i beaver dammed my girlfriend, needless to say she was not happy when she realized what i had done\" What is the definition of \"beaver dammed\"?\n\n", + "output": "to build a [beaver dam] is to intentionally screw up any chance of having sex with your [girlfriend]", + "label": "\"when you have sex with a girl, then finish on her vagina" +} +{ + "input": "\"man, that filipirican girl working at taco bell is hot\" What is the definition of \"filipirican\"?\n\n", + "output": "a person of [filipino] and [puerto rican] descent", + "label": "1" +} +{ + "input": "\"my daughter clamidia has the most beautiful name in the world\" What is the definition of \"clamidia\"?\n\n", + "output": "a female name originating from the greek word for glorious", + "label": "a beautiful girl's name" +} +{ + "input": "\"yangs a fat-brova\" What is the definition of \"fat-brova\"?\n\n", + "output": "main entry: fat-brova function: noun etymology: 1 a fat italian guido", + "label": "obese object that endures alot of weight and mental problems which are incurable" +} +{ + "input": "\"that lady letting her dog poop on my front lawn and expecting me to pick it up is utterly fudiculous\" What is the definition of \"fudiculous\"?\n\n", + "output": "beyond ridiculous, absolutely absurd, totally unreasonable", + "label": "fucking ridiculous - overwelming ridiculous" +} +{ + "input": "\"i'm awesome possium\" What is the definition of \"awesome possium\"?\n\n", + "output": "a word used to describe something so awesome its ridiculous", + "label": "a word use to show how awesome you are" +} +{ + "input": "\"vinson: dichewat bro? tom: i'm doing good, dichewat?\" What is the definition of \"dichewat\"?\n\n", + "output": "\"variation of \"dude\", usually used by bros and bro-bitches", + "label": "\"chaldean for \"how are you?\"\"" +} +{ + "input": "\"it was the first warm day of a brand new spring, the chicks were all out showing off their belly bling\" What is the definition of \"belly bling\"?\n\n", + "output": "[ belly button] jewelry", + "label": "navel rings or any other [bling] for the belly button" +} +{ + "input": "\"dude, look at the jersey donut dameon's cat left on your pants\" What is the definition of \"jersey donut\"?\n\n", + "output": "a jersey donut is when you have a cat and it sleeps on your pants, and leaves little donut shaped marks from its weight and fur", + "label": "a ring of [feces] left by the [anus] of a cat or dog with poor hygiene" +} +{ + "input": "\"that guy on our team is such a falgrin\" What is the definition of \"falgrin\"?\n\n", + "output": "a word commonly used for anyone who is terrible at anything", + "label": "an old coot who is terrible at video games" +} +{ + "input": "\"damn, look at those click clacks over there\" What is the definition of \"click clacks\"?\n\n", + "output": "boobs, tits, titties, and all things relating to female breasts", + "label": "boobs, tits, titties, and all things relating to female breasts" +} +{ + "input": "\"bill o'reilly is a douchbag\" What is the definition of \"bill o'reilly\"?\n\n", + "output": "see [douchebag]", + "label": "douchbag" +} +{ + "input": "\"it's too hot to be clammed up today; i'm going diamondback\" What is the definition of \"diamondback\"?\n\n", + "output": "n", + "label": "\"'di-(&-)m&n(d)-\"bak quite simply, diamondbacking is the act of not wearing underwear beneath one's clothing" +} +{ + "input": "\"1) lets go blow some coralis and play super nintendo 2) diego coralis is giving out mad blows to the face\" What is the definition of \"coralis\"?\n\n", + "output": "1) a icy cold fish with a blowhole 2) a person with a massive dome shaped head which is cool", + "label": "1) codeword for cocaine 2) boxer in ea sports fight night" +} +{ + "input": "\"ever since my brother killed himself, i've been totally out of it: i'm on cruise control\" What is the definition of \"cruise control\"?\n\n", + "output": "to be under the influence of methamphetamine", + "label": "to be on cruise control means you are detached from the world: you glide through, paying limited or no attention to events which occur around you" +} +{ + "input": "\"she's stunking\" What is the definition of \"stunking\"?\n\n", + "output": "\"stunking: the art of being absolutely hilarious without trying", + "label": "stunning from the back but stinking at the front" +} +{ + "input": "\"babydyke went positively lesbiatric when the lipstick mafia refused to open the books and make her\" What is the definition of \"lesbiatric\"?\n\n", + "output": "a lesbian in the medical profession", + "label": "lesbiatric is when lesbians over dramatize a situation to the point where it becomes theatrical and hysterical" +} +{ + "input": "\"i gave my first jam job last night, i used strawberry\" What is the definition of \"jam job\"?\n\n", + "output": "like a blow job or hand job except it involves jam", + "label": "like a blow job or hand job except it involves jam" +} +{ + "input": "\"i don't want to go to a nice sit-down restaurant, let's go to a counteria\" What is the definition of \"counteria\"?\n\n", + "output": "a province of restaurants that serve all you can eat meals for one flat price", + "label": "a food place where you order at the counter and get your own food to bring to your table, a la baja fresh" +} +{ + "input": "\"anal is such a tom\" What is the definition of \"a tom\"?\n\n", + "output": "something that hurts you but you like it anyways", + "label": "something that hurts you but you like it anyways" +} +{ + "input": "\"the amateur footage looked surprisingly good after it was run through abdar\" What is the definition of \"abdar\"?\n\n", + "output": "an acronym for amateur butt double automatic replacement", + "label": "algorithmic blur detection and removal" +} +{ + "input": "\"get out my way fuck face\" What is the definition of \"fuck face\"?\n\n", + "output": "someone you don't like", + "label": "someone you don't like" +} +{ + "input": "\"it's beer o'clock\" What is the definition of \"beer o'clock\"?\n\n", + "output": "anytime you need a beer", + "label": "anytime you need a beer" +} +{ + "input": "\"\"typical vlog you: \"hello world\" What is the definition of \"vlog\"?\n\n", + "output": "a video blog", + "label": "talking to the camera like it's a person" +} +{ + "input": "\"jack: ballz to you\" What is the definition of \"ballz to you\"?\n\n", + "output": "a friendly greeting usually used by kids in primary school", + "label": "a phrase spout out by a lesbian liza minelli in the middle of a random interview and is now slightly a meme" +} +{ + "input": "\"check out dailykos latest piece on roberts\" What is the definition of \"dailykos\"?\n\n", + "output": "\"an extreme left wing \"blog\" that has no regard for facts or fairness", + "label": "the current most prolific political blog on the internet with some 1" +} +{ + "input": "\"my mom tried to buy a new pc today, but she got confused by all the geekinese the saleman was blabbing, so she bought a toaster instead\" What is the definition of \"geekinese\"?\n\n", + "output": "the ability to confuse a sales man in order to get a better price on an item", + "label": "the language spoken by most geeks, computer salespeople and computer web site designers" +} +{ + "input": "\"hey diepey your gay get the hell outta my way you fag todd\" What is the definition of \"diepey\"?\n\n", + "output": "a word for gay, fag, and all gay words put into one", + "label": "a kid who skateboards in diapers and always smells like fresh butt sex and likes to be let up in dat shooooooot" +} +{ + "input": "\"the beef box [beefbox] i got from work is fast; now i don't get to browse the while waiting for a program to open\" What is the definition of \"beef box\"?\n\n", + "output": "[beef] up your box, mind your own box, don't look at other people's boxes", + "label": "a computer usually a laptop(very expensive)" +} +{ + "input": "\"im going h.a.m\" What is the definition of \"going h.a.m\"?\n\n", + "output": "going hard as a mother f**ker", + "label": "to go hard as a muthafucka!" +} +{ + "input": "\"mike portnoy is amazing\" What is the definition of \"mike portnoy\"?\n\n", + "output": "one of the greatest, most talented drummers in the world", + "label": "simply put, god" +} +{ + "input": "\"i know julie was drunktarded when she gave a bj to a 19 year old at the stadium\" What is the definition of \"drunktarded\"?\n\n", + "output": "drunk and tarded, stupid and drunk", + "label": "mode of behavior after one has comsumed great quantities alcohol" +} +{ + "input": "\"maggie was known as a deep throater all throughout her school\" What is the definition of \"deep throater\"?\n\n", + "output": "a girl who likes to suck a lot of dick", + "label": "one who can take a mans full penis length in their mouth without gagging" +} +{ + "input": "\"the performance was shambollocked\" What is the definition of \"shambollocked\"?\n\n", + "output": "a mess, a shambles", + "label": "the state of being completely f*cked up but in a half arsed way" +} +{ + "input": "\"her ass is magnanimous\" What is the definition of \"magnanimous\"?\n\n", + "output": "great in size, generous, great, huge", + "label": "that which is ideal" +} +{ + "input": "\"we went to lethoso to flooger\" What is the definition of \"flooger\"?\n\n", + "output": "to go fly fishing for trout", + "label": "v" +} +{ + "input": "\"auchinairn young buckfast drinkers numba wan\" What is the definition of \"auchinairn\"?\n\n", + "output": "the place where the big man lives, often seen drinking buckfast at young ages", + "label": "the mecca of ned's" +} +{ + "input": "\"denis was depressed because he lived in a ballygobackwards\" What is the definition of \"ballygobackwards\"?\n\n", + "output": "a hogan stand in ireland, the type of place where if you walk in at night you would think you were in an all night party", + "label": "a small village in the middle of nowhere where most inhabitants are farmers" +} +{ + "input": "\"dropping my new [biznatch]'s halter in the back of my brugandy six-four, i saw she had some fine-ass, big ol' brown ass titties\" What is the definition of \"big ol' brown ass titties\"?\n\n", + "output": "[biq ol'", + "label": "\"brown-skinned, ghetto-living, chicken-eating, watermelon-loving (watermelon aka \"nigger apple\"), female with large, saucer-nipple breasts, vis-a-vie kottonmouth kings\"" +} +{ + "input": "\"\"lets get the new guy to call that customer who we disconnected his broadband and tell him that he has overdue accounts \"naa, that'd be anger bating\" What is the definition of \"anger bating\"?\n\n", + "output": "giving a person just enough information to keep them angry, but no resolution", + "label": "anger bating is the process of providing a person with something to get angry about" +} +{ + "input": "\"doctor robinson had to treat eighteen patients with beer finger the morning after martin luther king jr\" What is the definition of \"beer finger\"?\n\n", + "output": "beer finger is the medical condition where one's finger smells like beer for more than twelve hours after drinking", + "label": "when one cracks open so many cans of beer that his/her beer opening finger starts to hurt and throb for a few days" +} +{ + "input": "\"john is such an addictionary that he never gets past the headlines\" What is the definition of \"addictionary\"?\n\n", + "output": "a person who is addicted to reading the dictionary", + "label": "a person whose compulsion is to run to a dictionary at every opportunity" +} +{ + "input": "\"lars told the green deckhand a sea story about how he jumped ship in hong kong and fought off the entire shore patrol with his left arm in a sling\" What is the definition of \"sea story\"?\n\n", + "output": "a military narrative that makes one seem like a hero", + "label": "\"noun: 1) a nautical version of an [urban legend], simmular to a fairy tale" +} +{ + "input": "\"erik, i am buttfucking gay\" What is the definition of \"buttfucking gay\"?\n\n", + "output": "the act of being gay in the butt", + "label": "is a term used when you are ecstatically happy" +} +{ + "input": "\"did you see those two guys kissing?? thats a thing brooks moore would do\" What is the definition of \"brooks moore\"?\n\n", + "output": "brooks moore is a fag, he cant talk to girls and has a tiny penis", + "label": "\"one who engages in homosexual acts" +} +{ + "input": "\"kayleigh is sooo pretty\" What is the definition of \"kayleigh\"?\n\n", + "output": "a beautiful girl, with a gorgeous body", + "label": "is a name given to those of us who are amazingly pretty =] kayleigh's are funny, witty and clever individuals" +} +{ + "input": "\"jimmy the closet homosexual atheist took a huge cock up his ass while preaching about his bullshit atheism\" What is the definition of \"closet homosexual\"?\n\n", + "output": "what most atheists are, closet homosexuals", + "label": "what most atheists are hence their constant whining about homosexuality" +} +{ + "input": "\"that kid is mangled\" What is the definition of \"mangled\"?\n\n", + "output": "used to describe something disgusting or ugly", + "label": "a state once achieved by lucious the great" +} +{ + "input": "\"you can tell that is an epic butt because it's so dang large\" What is the definition of \"epic butt\"?\n\n", + "output": "a giant butt found on women that is appealing to men", + "label": "a butt that clean, awesome, totally rad, and stupendously large" +} +{ + "input": "\"looking back, the people at daily kos look pretty smart for opposing the iraq war from the beginning\" What is the definition of \"daily kos\"?\n\n", + "output": "a popular liberal blog which allowed progressive bloggers to pool their resources together and present a more potent opposition to the conservative media", + "label": "the biggest democratic political [blog], managed by markos moulitsas zuniga (who goes by his old army nickname, 'kos')" +} +{ + "input": "\"wow dude, did you hear that britany spears last night? what a loser\" What is the definition of \"britany spears\"?\n\n", + "output": "a dumb blonde who wishes she was spears but can't sing or act", + "label": "a dumb blonde who wishes she was even half as cool as every one in the world, even the homeless people" +} +{ + "input": "\"i asked for my eddietini shaken, not stirred, so it would be frothy\" What is the definition of \"eddietini\"?\n\n", + "output": "an eddietini is a drink made from condensed milk and carbonated water", + "label": "a vodka martini, with a semen float" +} +{ + "input": "\"i practice angola capoeira, therefor i am an angoleiro\" What is the definition of \"angoleiro\"?\n\n", + "output": "a practitioner of capoeira", + "label": "i practitioner of angola capoeira, a variant style of capoeira" +} +{ + "input": "\"[chav]: i could of got a e in school fo da english literachar, but i got a ungraded instead\" What is the definition of \"could of\"?\n\n", + "output": "[ could've ]", + "label": "how the uneducated say 'could have'" +} +{ + "input": "\"i couldn't get her to come over last night so i had to call her and get a blumpkin by proxy\" What is the definition of \"blumpkin by proxy\"?\n\n", + "output": "the act of getting a blow job while taking a dump on the toilet by having someone call you on your cell phone which you are carrying in your ass pocket", + "label": "where you are taking a dump, [spanking the monkey], and having phone sex with another individual" +} +{ + "input": "\"that young 'ho certainly has fine ass cakes\" What is the definition of \"ass cakes\"?\n\n", + "output": "cheeks of a woman's ass", + "label": "cheeks of a woman's ass" +} +{ + "input": "\"blink 182 was sally's favorite band\" What is the definition of \"blink 182\"?\n\n", + "output": "a pop punk band formed in 1992 by guitarist tom delonge and bassist mark hoppus", + "label": "a pop punk band formed in 1992 by guitarist tom delonge and bassist mark hoppus" +} +{ + "input": "\"girl, when i was talkin on the phone this scrub tried to pick me up,while i was talkin to my man,i went ht on that fool\" What is the definition of \"ht\"?\n\n", + "output": "hung up", + "label": "home training- you better know how to act if yo mama was here" +} +{ + "input": "\"that bloke was a right back and front\" What is the definition of \"back and front\"?\n\n", + "output": "arousing sexual excitement, from behind and from the front", + "label": "more polite way of saying [cunt]" +} +{ + "input": "\"adam is such a ds'er\" What is the definition of \"ds'er\"?\n\n", + "output": "a person who owns a gamecube and not a ps2", + "label": "(n - noun)ds'er: downstairs shitter" +} +{ + "input": "\"damn, look at kaylynn\" What is the definition of \"kaylynn\"?\n\n", + "output": "a beautiful, smart, talented girl", + "label": "sexy female who has more than beauty, but brains as well" +} +{ + "input": "\"andy: he had a very hitlarian face chance: hitlarian? did you make up that word? andy: no, no it's a word\" What is the definition of \"hitlarian\"?\n\n", + "output": "it's the word that people use who don't like how much power hitler had", + "label": "a way of describing someone who looks kinda like hitler, but not like a splitting image" +} +{ + "input": "\"i was doorknobbing last night because i didn't have a dildo to use\" What is the definition of \"doorknobbing\"?\n\n", + "output": "the act of sticking a key in your anus and rotating it around like you are opening a door", + "label": "when a door knobb is put into the vagina and turned" +} +{ + "input": "\"i go to fieldston\" What is the definition of \"fieldston\"?\n\n", + "output": "a school where rich kids go who parents want to give up their own lives to go to", + "label": "one of the three hill schools, the other two being [riverdale] and [horace mann]" +} +{ + "input": "\"you's gonna be so scared when you find out i'm right, you's gonna cream yo pants and hafta change um\" What is the definition of \"cream yo pants\"?\n\n", + "output": "to have a severe case of fright or to be severely frightened", + "label": "to unintentionally defecate in one's pants" +} +{ + "input": "\"'this shit is the chranic\" What is the definition of \"chranic\"?\n\n", + "output": "the word 'chranic' can be used as almost anything", + "label": "[chronic] so strong, it may make you manic" +} +{ + "input": "\"quit all that jibber jabber back there\" What is the definition of \"jibber jabber\"?\n\n", + "output": "nonsensical talking", + "label": "nonsensical talking" +} +{ + "input": "\"ahgshimsham is the word of the day\" What is the definition of \"ahgshimsham\"?\n\n", + "output": "the sound people make when they see [borat]", + "label": "dance majors suck, morgan meyer" +} +{ + "input": "\"ali and i did a brown joe yesterday\" What is the definition of \"brown joe\"?\n\n", + "output": "when you and your girlfriend or boyfriend go to get ice cream", + "label": "\"a brown joe, is a sexual act, where feces and fellatio becomes one" +} +{ + "input": "\"god man why are you being such a little assy bastard today?\" What is the definition of \"assy bastard\"?\n\n", + "output": "a term used on someone who is acting like a little shit, or a prick", + "label": "a [bastard] who is acting [assy]" +} +{ + "input": "\"lance downed 2 cups of blue food coloring and in 12 hours he's doing the 2,000 dirty flushes on jaimies toilet\" What is the definition of \"2,000 dirty flushes\"?\n\n", + "output": "when you get blue waffle stuck in your ass after drinking blue food colorin, then you do a shit that clogs the toilet up", + "label": "\"ingesting a copious amount of blue food coloring in order to turn ones fecal matter blue with the intent of upperdecking an unsuspecting person" +} +{ + "input": "\"aly and cat enjoy picking magical flowers for their picnics\" What is the definition of \"magical flowers\"?\n\n", + "output": "flowers that grow in the land of dreams", + "label": "whole herb, weed, mary j, ganja-basically still attached to the stem and full of life" +} +{ + "input": "\"aww =3 thankies, i needed a hug\" What is the definition of \"=3\"?\n\n", + "output": "that's a 'pick-me-up' emoticon", + "label": "=3 is a text smiley often showing cuteness or affection" +} +{ + "input": "\"he is such a boyfriend in training\" What is the definition of \"boyfriend in training\"?\n\n", + "output": "\"what every girl doesn't want", + "label": "\"what every girl doesn't want" +} +{ + "input": "\"ex: david blaine is standing on a volcano for a week -- who cares?\" What is the definition of \"david blaine\"?\n\n", + "output": "\"a peculiar magician who repeatedly performs abnormal stunts", + "label": "\"a peculiar magician who repeatedly performs abnormal stunts" +} +{ + "input": "\"person a: wheres grant gone? person b: i think he ghost busted outta of here person a: that ghost busting bast**d\" What is the definition of \"ghost busting\"?\n\n", + "output": "at the mid point of the evening when you leave without saying good by to your friends to go home", + "label": "at the mid point of the evening when you leave without saying good by to your friends to go home" +} +{ + "input": "\"happy c-day snoop\" What is the definition of \"c-day\"?\n\n", + "output": "\"another way of saying \"happy birthday\"", + "label": "snoop doggs birthday, the c coming from his real name calvin broadus" +} +{ + "input": "\"the fignipple allowed sally to once again feel attracted to her boyfriend, realizing what she was missing from her life was that of intimacy\" What is the definition of \"fignipple\"?\n\n", + "output": "the fig nipple, allowing you to act like a woman again, to attract men, to feel sexy, to feel desirable, to feel intimate", + "label": "1" +} +{ + "input": "\"1-hay diz iz so 4zw\" What is the definition of \"4zw\"?\n\n", + "output": "for the win, another lame attempt to type 'for the win' using one's left hand because they are southpaw and/or sucks and is lame", + "label": "1-4zw means ftw, but in a gay way" +} +{ + "input": "\"oh my gosh, jenna's new boy friend is arm candy\" What is the definition of \"arm candy\"?\n\n", + "output": "a very attractive person", + "label": "describing a very good looking person" +} +{ + "input": "\"i shared kony 2012\" What is the definition of \"kony 2012\"?\n\n", + "output": "one does not simply destabilize an ugandian warlord by sharing a video", + "label": "one does not simply destabilize an ugandian warlord by sharing a video" +} +{ + "input": "\"click that there, and bobs your uncle\" What is the definition of \"and bobs your uncle\"?\n\n", + "output": "\"well, its used to say \"and there you go", + "label": "\"well, its used to say \"and there you go" +} +{ + "input": "\"\"[hugh laurie] from \"[house]\" portrayed black adder's bitch in all of the black adder series\" What is the definition of \"black adder\"?\n\n", + "output": "\"[rowan atkinson]'s awesome british \"toilet humor\" sitcom, starring rowan as an anti-hero character known as \"black adder\"", + "label": "\"[rowan atkinson]'s awesome british \"toilet humor\" sitcom, starring rowan as an anti-hero character known as \"black adder\"" +} +{ + "input": "\"literal: volkswagen opted for a strategy of camrification for its passat to create larger sales volume in the us abstract: i'm terribly annoyed by the mass camrification of society\" What is the definition of \"camrification\"?\n\n", + "output": "the act of applying a camaro effect to everything you see, smell, touch, taste and think", + "label": "the effect of removing all character, uniqueness, individualism and other elements which give a product or concept identity in order to fit the largest possible market" +} +{ + "input": "\"tom and i are are pulling another mission improbable at 3am this saturday to steal all the toilet paper from the dorm halls\" What is the definition of \"mission improbable\"?\n\n", + "output": "to steal all the toilet paper from every bathroom on campus before sunrise with only a bag and a box cutter", + "label": "(n) any impressively stupid or pointless mission dreamed-up for the purpose of vandalizing, pilfering, or otherwise altering public property" +} +{ + "input": "\"shes doing a boo boo\" What is the definition of \"doing a boo boo\"?\n\n", + "output": "being a bitch or acting like one", + "label": "someone young, chubby and underdressed" +} +{ + "input": "\"this [punk] [ass] needs to stop doing that, cuz no lie its [pissing] me [off] to the [highest] level of pisstivity\" What is the definition of \"pisstivity\"?\n\n", + "output": "the highest level of [pissed off] i", + "label": "beyond pissed off" +} +{ + "input": "\"\"student 1: \"my teacher is such a farm dyke\" What is the definition of \"farm dyke\"?\n\n", + "output": "a woman who lives and works on a farm, usually in a rural area", + "label": "a big, butch, masculine woman that is a hick" +} +{ + "input": "\"tom: dude, a drunk could drive better than you dick: oh yeah, tom? in that case you should drive harry: tom, you got pwned by counter-witticism\" What is the definition of \"counter-witticism\"?\n\n", + "output": "1", + "label": "a witty comeback to a dark humored joke directed at someone" +} +{ + "input": "\"adam: did you see how quickly she solved that math problem? jane: why are you surprised? she's leeda\" What is the definition of \"leeda\"?\n\n", + "output": "smart, kind, caring, and funny are some of the words that come to mind when thinking of a true leeda", + "label": "a typically blond-haired and blue-eyed girl, although they often color treat their hair" +} +{ + "input": "\"bri: man, i haven't been to the store in weeks, all i've had to eat for breakfast is potstickers and bachelor salad\" What is the definition of \"bachelor salad\"?\n\n", + "output": "a bachelor salad is a type of food commonly prepared by single men", + "label": "a salad consisting of everything one would regularly put into a sandwich, minus the bread" +} +{ + "input": "\"used to describe someone who is amazingly perfect in everyway that girl was so gina\" What is the definition of \"amazingly perfect\"?\n\n", + "output": "the quality that one possesses when they are believed to be the best looking girl in the world", + "label": "gina" +} +{ + "input": "\"i smell big business\" What is the definition of \"big business\"?\n\n", + "output": "another word for poop or shit", + "label": "another word for poop or shit" +} +{ + "input": "\"person #1: what's your cios version?? person #2: it's cios rev 14\" What is the definition of \"cios\"?\n\n", + "output": "custom made operating system for the playstation console made by sony", + "label": "\"cios either stands for \"custom input/output system\" or \"custom internal operating system\"" +} +{ + "input": "\"that was some sticky dosia\" What is the definition of \"dosia\"?\n\n", + "output": "see [pussy]", + "label": "really good weed, chronic" +} +{ + "input": "\"amy, the chief of cellphone popo busted me red handed last night\" What is the definition of \"cellphone popo\"?\n\n", + "output": "cellphone popo- this is defined as the person who busts you when you are using your cellphone when you are not suppose to", + "label": "the coworkers at your job that take it upon themselves to prosecute those who do not abide by the no-cellphone policy" +} +{ + "input": "\"damn, i wish i'd seen at the drive-in live when i had the chance\" What is the definition of \"at the drive-in\"?\n\n", + "output": "\"a band from el paso, tx", + "label": "\"a band from el paso, tx" +} +{ + "input": "\"don't be a bealer its not that bad\" What is the definition of \"bealer\"?\n\n", + "output": "some one who over exaggerates small things to make them sound worse then they really are", + "label": "to sob or shed tears because of grief, sorrow, or pain" +} +{ + "input": "\"oh my, look at those attractive mexicans sauntering by\" What is the definition of \"attractive mexicans\"?\n\n", + "output": "a rare yet gorgeous breed of latino", + "label": "attractive mexicans are the angels of this world" +} +{ + "input": "\"man, did you date that cathrese girl? how was it?\" What is the definition of \"cathrese\"?\n\n", + "output": "a woman with little or no intelligence, common sense, or anything resembling a usable talent", + "label": "\"a girl thats short, cute, adorable, and has a womans quality" +} +{ + "input": "\"break yo self sucka\" What is the definition of \"break yo self\"?\n\n", + "output": "to attempt to scare another individual with a gun or knife", + "label": "to attempt to scare another individual with a gun or knife" +} +{ + "input": "\"seller: this is the best i can do jew: come on cant you jew it down a bit?\" What is the definition of \"jew it down\"?\n\n", + "output": "to get something for much less than its worth usually by bartering", + "label": "to try to get a lower price on something" +} +{ + "input": "\"i have to get to the brick dick for class\" What is the definition of \"brick dick\"?\n\n", + "output": "the new york community college located in downtown brooklyn", + "label": "\"slang for the \"mechanical engineering engineering mechanics\" (meem) building at michigan technological university" +} +{ + "input": "\"james didnt even play the ps3 he was too busy boo lovin with ashley\" What is the definition of \"boo lovin\"?\n\n", + "output": "sittin on the phone for hours with a girl or guy when there are friends or people around that you should be hangin out with", + "label": "sittin on the phone for hours with a girl or guy when there are friends or people around that you should be hangin out with" +} +{ + "input": "\"madonna headed to africa to pick up some baby bling\" What is the definition of \"baby bling\"?\n\n", + "output": "celebrity babies adopted for publicity", + "label": "celebrity babies adopted or conceived for publicity purposes" +} +{ + "input": "\"ayanna: just the other day i saw mark (middle aged) with kiki (22yrs) in the mall i think shes his new sugarbaby\" What is the definition of \"sugarbaby\"?\n\n", + "output": "a younger woman or man used as a toy for older men or women, in return the sugarbaby gets money gifts, expensive meals, travel, sex", + "label": "a women usually whoes age ranges from 18-30 that excepts money, gifts and other materialistic items from her sugardaddy for companionship and but not exclusive to sexual favors" +} +{ + "input": "\"dude1: whoa check out that buttfat\" What is the definition of \"buttfat\"?\n\n", + "output": "the fat on a person that is lower than their butt and above their legs (kind of in between)", + "label": "an insult to someone who sits on their ass all day" +} +{ + "input": "\"she was a cafeteria catholic\" What is the definition of \"cafeteria catholic\"?\n\n", + "output": "a roman catholic who chooses to follow what ever church idea or prohibition they choose to at his/her own discretion", + "label": "a roman catholic who chooses to follow what ever church idea or prohibition they choose to at his/her own discretion" +} +{ + "input": "\"i'm gay and horny, i should make a stop off at the ass cafe\" What is the definition of \"ass cafe\"?\n\n", + "output": "a place of work where you go to get fucked in the ass", + "label": "a gay coffee shop" +} +{ + "input": "\"i used ad-aware se and it was awesome\" What is the definition of \"ad-aware\"?\n\n", + "output": "a great trojan/hacker program", + "label": "\"a bad adware/spyware scanner that started out great years ago as \"ad-aware se personal\" and slowly went bad to ad-aware 2007 and 2008" +} +{ + "input": "\"yo man you got a dime sack of cali buzz\" What is the definition of \"cali buzz\"?\n\n", + "output": "slang term for weed from california", + "label": "marijuana that is particularly potent, originating in california" +} +{ + "input": "\"weed mixed with hash mixed with kief believe this, it's heedish\" What is the definition of \"heedish\"?\n\n", + "output": "a type of weed,", + "label": "a combination of marijuana, hash, and kief all in one bowl" +} +{ + "input": "\"damn gokor is a baller\" What is the definition of \"gokor\"?\n\n", + "output": "the most gangsta, thug nigga alive", + "label": "the name of a short tempered armenian, the name of an old armenian saint who survived many days without eating" +} +{ + "input": "\"that person is delusionable\" What is the definition of \"delusionable\"?\n\n", + "output": "when a person believes in something so much, they are able to make it happen", + "label": "from the latin delusio, the act of being delusional, as coined by a msft technologist" +} +{ + "input": "\"she was so drunk and we didn't have condoms, so i gave her a chicago style hot dog and got the f outta there\" What is the definition of \"chicago style hot dog\"?\n\n", + "output": "the act of butt fucking a woman without penetration, in which the man's penis slides through the woman's butt cheeks, much like a hot dog enters it's buns", + "label": "the act of butt fucking a woman without penetration, in which the man's penis slides through the woman's butt cheeks, much like a hot dog enters it's buns" +} +{ + "input": "\"i was walking down the street one day when i experienced some amazing continental drift\" What is the definition of \"continental drift\"?\n\n", + "output": "the movement of a person's testicles from one side of the scrotum to the other", + "label": "in which a person's boxer shorts fall down off of their waist completely while their jeans remain perfectly in place" +} +{ + "input": "\"-izaac wanked on his cat making him a cat fucker\" What is the definition of \"cat fucker\"?\n\n", + "output": "a person who wanks on a cat", + "label": "- some who wanks on or fucks cats" +} +{ + "input": "\"mate i gave her a chandjob last night\" What is the definition of \"chandjob\"?\n\n", + "output": "a punjabi meaning of blowjob", + "label": "the act of blowing in a vagina so a whistle sound comes out" +} +{ + "input": "\"5th flow is one of the best rap rap group\" What is the definition of \"5th flow\"?\n\n", + "output": "underground rap group from northern california", + "label": "a rap group with supreme,jclay & rahlo" +} +{ + "input": "\"he must have gone to the harvard of the south to be that successful and a southern gentleman\" What is the definition of \"harvard of the south\"?\n\n", + "output": "the university of virginia", + "label": "wofford college, a literal arts college in south carolina which is the most prideful and most academically challenging in the state" +} +{ + "input": "\"blunt force crew took over my city\" What is the definition of \"blunt force crew\"?\n\n", + "output": "a gang from toronto", + "label": "b" +} +{ + "input": "\"that asian person has aspd\" What is the definition of \"aspd\"?\n\n", + "output": "all asian people disease", + "label": "asian small penis disease (all asian people have this disease)" +} +{ + "input": "\"she asked me to see to her hairy mango\" What is the definition of \"hairy mango\"?\n\n", + "output": "delicious to lick, dribbles down your chin", + "label": "delicious to lick, dribbles down your chin" +} +{ + "input": "\"that was so awesome i got a friend boner\" What is the definition of \"friend boner\"?\n\n", + "output": "when you are so excited for your friend that you get an erection", + "label": "it is a non-sexual comment directed at your friend for an action he/she performed that was totally awesome" +} +{ + "input": "\"rachel: hey, did you see aubrey and zack undressing each other with their eyes today? adam: yeah, they're totally fbts\" What is the definition of \"fbts\"?\n\n", + "output": "fbts means fucking big titty syndrome", + "label": "fucking behind the scenes a term used towards a couple that pretends to hate each other in public, but it's obvious they're fucking" +} +{ + "input": "\"just look at that bitchess\" What is the definition of \"bitchess\"?\n\n", + "output": "a woman who is a bitch and a goddess", + "label": "\"a bitch with femenine postfix \"ess\"" +} +{ + "input": "\"that tv ad is just more corporaganda\" What is the definition of \"corporaganda\"?\n\n", + "output": "the word used to describe advertising that attempts to fool people into believing corporate lies", + "label": "the use of media to promote corporate issues and intentions" +} +{ + "input": "\"i had to drive out to bumfuck nowhere to pick his drunk ass up\" What is the definition of \"bumfuck nowhere\"?\n\n", + "output": "1", + "label": "1" +} +{ + "input": "\"michelle bachman has a severe case of dunning-kruger syndrome\" What is the definition of \"dunning-kruger syndrome\"?\n\n", + "output": "the syndrome that causes people to think they are correct, despite having no fucking idea what they are talking about", + "label": "\"incompetent people who think they are intelligent, but are actually to incompetent to recognize they are are not" +} +{ + "input": "\"kayleigh is incredible\" What is the definition of \"kayleigh\"?\n\n", + "output": "a sexy beast with big boobs", + "label": "a kayleigh is very beautiful and has a great sense of humor" +} +{ + "input": "\"\"ok kids, here's todays driver's education video\" What is the definition of \"driver's education\"?\n\n", + "output": "a farce", + "label": "a government run program in which vhs tapes made in the eighties and nineties containing crashes are shown" +} +{ + "input": "\"the smartest thing hugh hefner did was establishing his image as an urbane sophisticate who got all the chics\" What is the definition of \"hugh hefner\"?\n\n", + "output": "hugh hefner the founder of playboy", + "label": "the founding publisher of playboy and booster of the sexual revolution" +} +{ + "input": "\"be clear\" What is the definition of \"be clear\"?\n\n", + "output": "1", + "label": "you understand" +} +{ + "input": "\"shit i want frenchie\" What is the definition of \"frenchie\"?\n\n", + "output": "the best gangster movie ever", + "label": "lean mean sexy machine with a tan" +} +{ + "input": "\"that drag queens victoria's secret is telling on her because of that horrible negligay she's wearing at the pajama party\" What is the definition of \"negligay\"?\n\n", + "output": "a gay looking negligee", + "label": "nightwear for a drag queen" +} +{ + "input": "\"person 1: what are you doing this weekend? person 2: heading to the 319\" What is the definition of \"319\"?\n\n", + "output": "the area code for the eastern iowa cities of [east bremer] and [waterloo]", + "label": "the area code for the greatest town in the midwest" +} +{ + "input": "\"bonjooooooooooouuuuuuuuuuurrrrr, ye cheese-eating surrender monkeys\" What is the definition of \"cheese-eating surrender monkeys\"?\n\n", + "output": "the french", + "label": "the french" +} +{ + "input": "\"when i go into the city, i see human fire hydrant\" What is the definition of \"human fire hydrant\"?\n\n", + "output": "n", + "label": "it's when a midget climbs on a fire hydrant and covers themselves with peanut butter" +} +{ + "input": "\"this nile character is so smooth\" What is the definition of \"nile\"?\n\n", + "output": "an awesome guy with a phat beard and cool hat", + "label": "sex symbol, always referred to in contex of outside appeal or appearance" +} +{ + "input": "\"oh my god, your breath is pure bwerg\" What is the definition of \"bwerg\"?\n\n", + "output": "the smell of shit, or a smell comparable to one of the likes", + "label": "bwerg means that something is horrible" +} +{ + "input": "\"his buttcrackle was so loud i heard it in the next room and it smelt like rotten eggs\" What is the definition of \"buttcrackle\"?\n\n", + "output": "the act of cracking your ass after you farted and it echoed", + "label": "a small but loud fart" +} +{ + "input": "\"dude you want some of that herb, hit me up on the burner phone\" What is the definition of \"burner phone\"?\n\n", + "output": "a prepaid cellular phone, replaced frequently (weekly) (monthly) to avoid leaving a trail and getting caught up in illegal activities", + "label": "a prepaid cellular phone, replaced frequently (weekly) (monthly) to avoid leaving a trail and getting caught up in illegal activities" +} +{ + "input": "\"due to the large amounts of crack she ingests, we refer to my sister as cocaina tina\" What is the definition of \"cocaina\"?\n\n", + "output": "my sister", + "label": "tina, as in cocaina tina" +} +{ + "input": "\"hey you guys wanna go chimalakapocko at johnnies?\" What is the definition of \"chimalakapocko\"?\n\n", + "output": "( chi-ma-laka-pocko ) this word is used when describing, parties, get togethers, or hangouts", + "label": "a term used to define the action of rolling a blunt with your crew and then raiding the kitchen of a friend that was not part of the smoking session" +} +{ + "input": "\"that waschika be havin an off the chain applefrika\" What is the definition of \"applefrika\"?\n\n", + "output": "a party where you only drink apple juice", + "label": "a female from african descent with an apple-shaped booty" +} +{ + "input": "\"we were all impressed by how helpative jeremy was when he offered to do the majority of the calls\" What is the definition of \"helpative\"?\n\n", + "output": "the act of being helpful", + "label": "someone who is extraordinarily helpful and cooperative" +} +{ + "input": "\"gina likes rabbit ears for deep sex\" What is the definition of \"rabbit ears\"?\n\n", + "output": "when you pull someone's arms back behind their head while fucking them doggy style", + "label": "\"when having sex the woman lies on her back and puts her legs up on the mans shoulders as he is pumping her,giving him \"rabbit ears\"\"" +} +{ + "input": "\"yeah, i know larry, but only as a barquaintance\" What is the definition of \"barquaintance\"?\n\n", + "output": "a person you know casually, but only in the context of a bar or nightclub", + "label": "a person you know only superficially, through your common interest in hanging out in bars and drinking" +} +{ + "input": "\"you know that [balloon] [bollocks] tim over there? well i hear he's a real chemmy gavantic\" What is the definition of \"chemmy gavantic\"?\n\n", + "output": "the chemmy gavantic is a rare species found mainly in the north of england, it gets its name from its love of all that is [cheem]", + "label": "a person that gallivants around like a bull in a china shop knocking things over and comes from the chev region of northern kazakhstan" +} +{ + "input": "\"i drank way too much last night and ate too much of aunt marthas cherry cobbler plus i stubbed my toe when my ex phoned and now i feel gweebly\" What is the definition of \"gweebly\"?\n\n", + "output": "feeling of being sick, unwell, not quite right", + "label": "\"a yucky feeling in your body that isn't describable by standard words like \"nausea\" or \"sick\" or \"sore\" \"" +} +{ + "input": "\"she never called back after joe gave her the klut\" What is the definition of \"klut\"?\n\n", + "output": "a sexual move in which a person is plowed from behind while sitting on the couch watching tv", + "label": "using ones mohawk as a clitoral stimulant" +} +{ + "input": "\"nihongo ga dai suki desu - i love japanese\" What is the definition of \"dai suki\"?\n\n", + "output": "\"dai suki means \"i love you\" in japanese", + "label": "\"dai suki means \"i love you\" in japanese" +} +{ + "input": "\"\"i was pulling a bradan last night, ended up playing diablo for hours\" What is the definition of \"bradan\"?\n\n", + "output": "to sit for hours on end playing video games and/or computer games", + "label": "this is a man addicted to his diablo" +} +{ + "input": "\"in flames kicks ur moms ass\" What is the definition of \"in flames\"?\n\n", + "output": "the best band to ever walk this earth", + "label": "one of the best metal bands out there" +} +{ + "input": "\"katie was definitely trying to cockblock you dude, but no worries because i was cock manifesting and she's no longer a problem\" What is the definition of \"cock manifesting\"?\n\n", + "output": "the art of manifesting cock, in any shape or form, through words, thoughts, actions, energy etc", + "label": "to stop someone from cockblocking a friend or fellow man" +} +{ + "input": "\"katie: lizz is being such a bush dyke these days\" What is the definition of \"bush dyke\"?\n\n", + "output": "a lesbian who does not shave her pubes", + "label": "an insult meaning a [dyke] who probably has a 'bush down there' meaning alot of pubic hair" +} +{ + "input": "\"guy 1) dude i could go for an ice cream right about now guy 2) lets just have a brown hurricane\" What is the definition of \"brown hurricane\"?\n\n", + "output": "when a man on his knees is getting head and jizzes in her mouth and she spits it back out onto his abs", + "label": "when the man puts his tongue up the anus of another man then swirls his tongue around as the other man deficates and the resultant faeces looks like a hurricane" +} +{ + "input": "\"god your such a looner\" What is the definition of \"looner\"?\n\n", + "output": "a person who is a loser and a mooner", + "label": "a loner and a loser at the same time" +} +{ + "input": "\"fat susan ask bragged about her doublejacking\" What is the definition of \"doublejacking\"?\n\n", + "output": "v", + "label": "a fat chic being penetrated by two men in the ass and vagina" +} +{ + "input": "\"that does not look like facepaint dude, that's blue dragon jizz\" What is the definition of \"blue dragon jizz\"?\n\n", + "output": "the stuff that flows from the mouth of alex hornbrook when he is getting lashed", + "label": "blue facepaint that stretches across the face, the nose being the midpoint" +} +{ + "input": "\"have you seen the new evil couch vid?\" What is the definition of \"evil couch\"?\n\n", + "output": "a lunatic and an excellent video game music video producer", + "label": "a lunatic and an excellent video game music video producer" +} +{ + "input": "\"jon went to kyle's and bunted\" What is the definition of \"bunted\"?\n\n", + "output": "to have sex or a similar act", + "label": "a slang word used for smoking marijuana, taking in any amount of marijuana into the lungs is known as bunting weed" +} +{ + "input": "\"sahra: i got fiath in you joy\" What is the definition of \"fiath\"?\n\n", + "output": "the equivalent of 'faith' but 10x worse", + "label": "die you penis in persian" +} +{ + "input": "\"karen: omg i ran in to ryan my ex last night, and it was toataly awackie\" What is the definition of \"awackie\"?\n\n", + "output": "a crazy word that shouldn't make any sense whatsoever", + "label": "really really really akaward" +} +{ + "input": "\"it's third period, and big breakfast is still chowing down on those doughnuts\" What is the definition of \"big breakfast\"?\n\n", + "output": "a", + "label": "an overweight person who eats large meals during work or school" +} +{ + "input": "\"oh shari, that was the best calfjob you've ever given me\" What is the definition of \"calfjob\"?\n\n", + "output": "the act of pleasuring a man with your calf muscle", + "label": "the act of giving pleasure to a males genitals with a woman's calves" +} +{ + "input": "\"hostess: how many in your party? me: a squad\" What is the definition of \"squad\"?\n\n", + "output": "a group of people ranging from 8 to 12", + "label": "a group consisting of either 7 so-so people or 3 really'streets ahead' people" +} +{ + "input": "\"dude, that fuckin' bowl echo was awesome\" What is the definition of \"bowl echo\"?\n\n", + "output": "the harmonizing effect created when a person sings or chants into a peice of hash while it is in the process of being melted in a pipe", + "label": "the awesome sound produced by letting one off whilst sitting on the toilet" +} +{ + "input": "\"that girl's a j cat\" What is the definition of \"j cat\"?\n\n", + "output": "an individual who is looped up on psychiatric medications", + "label": "an individual who is looped up on psychiatric medications" +} +{ + "input": "\"'you live in craven arms\" What is the definition of \"craven arms\"?\n\n", + "output": "a nice quiet part of troup d'ville, where there are no shops you can buy drugs in", + "label": "a small retarded town on the welsh borders" +} +{ + "input": "\"what sport do you play? airsport\" What is the definition of \"airsport\"?\n\n", + "output": "a person who participates in any sport that takes place primarily in the air", + "label": "a very difficult sport consisting of just breathing and regular daily activities" +} +{ + "input": "\"michael kills at brawl, but when he started playing guitar hero iii he started to show symptoms of brawl withdrawal\" What is the definition of \"brawl withdrawal\"?\n\n", + "output": "when you have to stop playing super smash bros", + "label": "a common, mental and physical disease that appears after not playing super smash bro's brawl" +} +{ + "input": "\"i ran into shawn and shane, those crazy bretherens\" What is the definition of \"bretherens\"?\n\n", + "output": "2", + "label": "used to describe two male friends whom have developed a very close relationship, to the point to where they and others consider eachother brothers" +} +{ + "input": "\"with andy i have to go all the way and get a cocket\" What is the definition of \"cocket\"?\n\n", + "output": "a slang term for a condom", + "label": "its a locket with that picture that rests upon my most beloved organ to signify how much i love andy" +} +{ + "input": "\"to prepare for a job interview, i combed my hair down into a mo-over\" What is the definition of \"mo-over\"?\n\n", + "output": "a hair style partway between a [mullet] and a [hairy] [pony tail]", + "label": "a [mohawk] haircut that has been combed-over and is sitting flat, usually to help the wearer appear more conservative" +} +{ + "input": "\"robby busted out the cooch spider on his girl last night\" What is the definition of \"cooch spider\"?\n\n", + "output": "a move similar to the one leg titty fuck, where as you do indeed fuck a girl with one leg and spin her around with the other", + "label": "a head tingler or massager used to stimulate a girl's vagina" +} +{ + "input": "\"lacie is an amazing girl and i love her\" What is the definition of \"lacie\"?\n\n", + "output": "beautiful in all ways", + "label": "an all around amazing girl" +} +{ + "input": "\"a crap non-scary animal bit off my fingers, so now i have a finger knuckle\" What is the definition of \"finger knuckle\"?\n\n", + "output": "a knuckle formed by bending a finger at the first joint, done purposely or by accident", + "label": "pertaining to the appearance of terry nutkins' hand after an otter called edal bit off his fingers" +} +{ + "input": "\"\"the aae group is referred to by many as the \"automotive aftermarket experts\"\" What is the definition of \"aae group\"?\n\n", + "output": "the automotive aftermarket experts", + "label": "automotive aftermarket experts executive search firm specializing in the recruitment and placement of mid to executive level professionals whose focus is the automotive aftermarket" +} +{ + "input": "\"\"north miami 6th ave rapper c-dope \" c-dope get cash dats means a lot of dope money get dope money the feds start acting funny\"\"\" What is the definition of \"c-dope\"?\n\n", + "output": "c-dope a name for north south east or west", + "label": "cash from dope like similar to c-note but cash from dope" +} +{ + "input": "\"gazhooootzzz gazzzzz hoootzzzzz gazhootz\" What is the definition of \"gazhootz\"?\n\n", + "output": "\"the love of my life, the one i left behind, the one who left me behind", + "label": "a gazhootz is gazz the hootz that hootz'es your gazz in the gazhootz" +} +{ + "input": "\"jay: so julia who's josh julia: josh is my bffffffy\" What is the definition of \"bffffffy\"?\n\n", + "output": "a mix of bff and honey", + "label": "best friends for fifty-five fajillions freakin years" +} +{ + "input": "\"you can't tell me frank lucas has achieved what no other italian mafia has for the past 100 years\" What is the definition of \"frank lucas\"?\n\n", + "output": "a boss of the italian mafia in the usa", + "label": "the crime world's first ever black kingpin to be over la cosa nostra" +} +{ + "input": "\"yo that fool from the 408 is hella cutty, gota get slp to run him over with a range rover\" What is the definition of \"slp\"?\n\n", + "output": "some la gangsta pimp", + "label": "shady lurk patrol combating shadiness with shady tactics keepin nasties incheck" +} +{ + "input": "\"let's go grab some fun in the ball pit\" What is the definition of \"ball pit\"?\n\n", + "output": "a prefered hiding place for petifiles at [chucky cheese]", + "label": "a prefered hiding place for petifiles at [chucky cheese]" +} +{ + "input": "\"he gave me a breaking bad last night\" What is the definition of \"breaking bad\"?\n\n", + "output": "\"when a guy is vigorously engaging in coitus and he demands the girl call him \"heisenberg", + "label": "\"when a guy is vigorously engaging in coitus and he demands the girl call him \"heisenberg" +} +{ + "input": "\"\"hey tom, we're gonna be boiling wieners in just a minute, you wanna come? there's enough room for 8\" What is the definition of \"boiling wieners\"?\n\n", + "output": "to smoke weed, weed of any type or description", + "label": "the result of filling a hot tub full of bros" +} +{ + "input": "\"b b king is tha greatest\" What is the definition of \"b b king\"?\n\n", + "output": "the greatest guitar player ever, is so awsome and has one of the coolest guitars of all time!!", + "label": "the greatest guitar player ever, is so awsome and has one of the coolest guitars of all time!!" +} +{ + "input": "\"michael: waht yu duin latur? haley: dystextia is one of my biggest turn-ons\" What is the definition of \"dystextia\"?\n\n", + "output": "the act of screwing up your face when you are texting, as if you are having sex", + "label": "when someone displays dyslexic characteristics via text message" +} +{ + "input": "\"when you give a bitch the shocker, dont get hung up on her cassano\" What is the definition of \"cassano\"?\n\n", + "output": "a slang term for a chics clitorus", + "label": "the piece of skin between a womans vagina and her anal cavity" +} +{ + "input": "\"but sally, if i go outside it would be like baking bread\" What is the definition of \"baking bread\"?\n\n", + "output": "(verb) when a female walks outside on a hot summer day with a yeast infection", + "label": "(verb) when a female walks outside on a hot summer day with a yeast infection" +} +{ + "input": "\"kayvan fixing of the doorador at beach week was legitador after j yang haxed the door in a drunken rage\" What is the definition of \"legitador\"?\n\n", + "output": "\"the ultimate expression of \"legit\"", + "label": "(adj" +} +{ + "input": "\"before i head into work today, i am going to wichita\" What is the definition of \"going to wichita\"?\n\n", + "output": "to take a dump", + "label": "iphone's auto correct for rubbing one off" +} +{ + "input": "\"\"1) \"michigan's a great state but the only reason i don't want to live there is because of ann arbor\" What is the definition of \"ann arbor\"?\n\n", + "output": "1)home of the michigan wolverines 2)a small city in southern michigan", + "label": "1) a city in the wonderful state of michigan where university of michigan is located" +} +{ + "input": "\"let's get creeskunk\" What is the definition of \"creeskunk\"?\n\n", + "output": "getting drunk, high, and getting laid all in one night", + "label": "crazy" +} +{ + "input": "\"conan o'brien puts on such a show, with max weinberg, who needs good guests?\" What is the definition of \"conan o'brien\"?\n\n", + "output": "1", + "label": "1" +} +{ + "input": "\"the asian driver in front of me has austin powers syndrome\" What is the definition of \"austin powers syndrome\"?\n\n", + "output": "a serious medical condition where a person is unable to control their bowels, resulting in explosive diarrhea", + "label": "when a person drives behind another driver, or stops at a stoplight or behind another driver with a big gap in-between" +} +{ + "input": "\"after i was done playing softball with the boys i had a bad case of musty nuts\" What is the definition of \"musty nuts\"?\n\n", + "output": "the smell of a mans taint(nuts)", + "label": "balls that are unclean, sweaty, and hairy" +} +{ + "input": "\"i wouldn't sleep with him, anthony has a minuscule ekans\" What is the definition of \"ekans\"?\n\n", + "output": "ekans - the size of a penis, derived from the hindi word 'khan' meaning small", + "label": "a mans genitalia" +} +{ + "input": "\"wow that song is so awesome i think i just experienced an earection\" What is the definition of \"earection\"?\n\n", + "output": "the sensation of hearing a great song and being excited that such a song exists", + "label": "when you hear something that makes you extremely happy" +} +{ + "input": "\"cream the rabbit is fucking annoying\" What is the definition of \"cream the rabbit\"?\n\n", + "output": "a six year old, anthropomorphic rabbit from the sonic the hedghog series that uses her best friend, cheese as a weapon of most games", + "label": "a six year old, anthropomorphic rabbit from the sonic the hedghog series that uses her best friend, cheese as a weapon of most games" +} +{ + "input": "\"alex jones guys here are some examples of how big a faggot he is almightylol\" What is the definition of \"alex jones\"?\n\n", + "output": "a stupid, beautiful man", + "label": "some massive faggot that conspiracy nuts from all over seem to worship" +} +{ + "input": "\"that guy is so abubakr\" What is the definition of \"abubakr\"?\n\n", + "output": "the most handsome and sexiest guy on the planet", + "label": "he is very gay" +} +{ + "input": "\"dude, that party was nippin\" What is the definition of \"nippin\"?\n\n", + "output": "when something is cool or fun", + "label": "when you don't want to say cool but, mean it and want to seem like you want to sound like you have a cool vocabulary" +} +{ + "input": "\"yo man dis is da phat big e -real quote-\" What is the definition of \"big e\"?\n\n", + "output": "the very uncreative handle used by my brother", + "label": "the very uncreative handle used by my brother" +} +{ + "input": "\"linda hasnt had sex n over six months,she must have a bergina going\" What is the definition of \"bergina\"?\n\n", + "output": "a dried out vagina", + "label": "when a women goes for a long period of time without any sexual activities done to her vagina" +} +{ + "input": "\"far as figurin' out space-time continues, you need to cackalate e in the emc equasions\" What is the definition of \"cackalate\"?\n\n", + "output": "1", + "label": "to compute numeric equations using complex algorithims and logical patterns" +} +{ + "input": "\"mike, get over here and check out the bacon strips on this tuna patty\" What is the definition of \"bacon strips\"?\n\n", + "output": "a very very very very meaty pussy", + "label": "a very very very very meaty pussy" +} +{ + "input": "\"a 2 6 of vodka is 750 ml\" What is the definition of \"2 6\"?\n\n", + "output": "a 2 6 is about 750 ml or 2 mickeys (375 ml x 2) it is also 24 oz", + "label": "a 2 6 is about 750 ml or 2 mickeys (375 ml x 2) it is also 24 oz" +} +{ + "input": "\"\"tim: \"what's that card u have in ur hand?\" shaquille: \"dats my ebt card nigga, unna git me sum fride chicken wit dat\"\"\" What is the definition of \"ebt card\"?\n\n", + "output": "electronic food stamp card", + "label": "something that black people use so they can get free things" +} +{ + "input": "\"dude 1: how was your night with crystal? dude 2: yea i gave her a brazillian milkshake last night dude 1: you sick fuck\" What is the definition of \"brazillian milkshake\"?\n\n", + "output": "the combination of a [blumpkin] and a [snowball]", + "label": "a guy puts every kind of body liquid ([cum], [shit], [piss], [blood] [puss], [period], [puke]) in a chick's (or someone else's) mouth, then they gargle it and spit it out" +} +{ + "input": "\"all hail and respect our leader, bill fountain\" What is the definition of \"bill fountain\"?\n\n", + "output": "the leader/founder of the clan", + "label": "a hero" +} +{ + "input": "\"\"dude this chick gave me a saggy maggie last night \"what, you can't get a boner or something?\" \"shut up\" What is the definition of \"saggy maggie\"?\n\n", + "output": "when your girlfriend/guy can't keep a hard-on while having sex", + "label": "when you give or receive a blow job, but the receiver does not have a erection of the penis" +} +{ + "input": "\"omg, her last name must be cullars\" What is the definition of \"cullars\"?\n\n", + "output": "the best last name ever", + "label": "cullars is a sexy person who is fun to hang around with" +} +{ + "input": "\"grandpa was circling the drain for years, and finally bought the farm, leaving a large estate\" What is the definition of \"circling the drain\"?\n\n", + "output": "adj", + "label": "adj" +} +{ + "input": "\"joe: hey man wanna go do something in loudonville tonight? rick: like go to beanos? joe: no\" What is the definition of \"loudonville\"?\n\n", + "output": "a small town in ohio known for its' ridiculously small minded and drunk community", + "label": "loudonville ohio is one of the most boring towns ever" +} +{ + "input": "\"scott: what school do you go to? kyle: detroit country day\" What is the definition of \"detroit country day\"?\n\n", + "output": "private school in [michigan]", + "label": "a college preparatory school located in the detroit metropolitan area" +} +{ + "input": "\"fuck me, i have a threeweek old cleg nut\" What is the definition of \"cleg nut\"?\n\n", + "output": "matted tried turd that gets caught in your arse hair, very small and hard to shift", + "label": "matted tried turd that gets caught in your arse hair, very small and hard to shift" +} +{ + "input": "\"i've been wearing these shoes for a very long time, and now my toes have cowern between them\" What is the definition of \"cowern\"?\n\n", + "output": "the ridges and/or calluses that form between the toes from wearing tight shoes", + "label": "the stinky crud that develops between the toes" +} +{ + "input": "\"when two ton tammy, tina the talking tummy and her friends started puking and the stench filled the room, boner genocide was had by all\" What is the definition of \"boner genocide\"?\n\n", + "output": "the immediate killing of a boner due to a less than pleasurable situation, smell, look, sound", + "label": "the act of being so repulsed the thought or ability of getting a boner is impossible" +} +{ + "input": "\"you stupid fbg stop teamkilling me asap nub\" What is the definition of \"fbg\"?\n\n", + "output": "fbg is an acronym for fucking bad player and is usually said by good players to really bad players", + "label": "\"an online term that stands for fat black guy" +} +{ + "input": "\"maybe if i ever win the lottery i could buy a house on bainbridge island\" What is the definition of \"bainbridge island\"?\n\n", + "output": "an island in the kitsap area, west of seattle", + "label": "an island in the kitsap area, west of seattle" +} +{ + "input": "\"due to my very unbrolike behavior with regards to adam's girlfreind, i [cuntracted] brosyphilis\" What is the definition of \"brosyphilis\"?\n\n", + "output": "a highly contagious std spread through verybro behavior, symptoms include small pustules around your brohole (aural cavity)", + "label": "when one gets syphilis from a mutual girlfreind or prostitute" +} +{ + "input": "\"he beastmode activated last night\" What is the definition of \"beastmode activated\"?\n\n", + "output": "a group of gay guys circle jerking", + "label": "a group of gay guys circle jerking" +} +{ + "input": "\"use your imagination you ambidextrous bastard\" What is the definition of \"ambidextrous bastard\"?\n\n", + "output": "\"an insult which indicates that the insultee is a \"bastard\" who doesn't have a preferred dominant hand", + "label": "someone who can wank with both hands" +} +{ + "input": "\"george you sure are a bunglop\" What is the definition of \"bunglop\"?\n\n", + "output": "1", + "label": "one who fingers their own bunghole" +} +{ + "input": "\"look up in the sky, it's aquila\" What is the definition of \"aquila\"?\n\n", + "output": "1", + "label": "a constellation believed to be in form of an eagle" +} +{ + "input": "\"i was so horny last night i wish my date would have been a big red\" What is the definition of \"big red\"?\n\n", + "output": "a girl who has a fire muff and is a sex goddess", + "label": "a girl who has a fire muff and is a sex goddess" +} +{ + "input": "\"maybe ill try cranning it tonight\" What is the definition of \"cranning it\"?\n\n", + "output": "the act of putting a koozie on you penis to see if it fits better", + "label": "imitating ones style of picking up girls" +} +{ + "input": "\"that lazy bastard george has always been a duer\" What is the definition of \"duer\"?\n\n", + "output": "to be a duer is to be a laid-back person, aka lazy", + "label": "a bitchmade cunt-drip space-docking douche bag milky licker who sits around while everyone else is hard at work" +} +{ + "input": "\"on this thine day the bacon wizard of old banished the vegans to the depths of hillshire farms\" What is the definition of \"bacon wizard\"?\n\n", + "output": "a wizard made of bacon that will one day rise and destroy the unbelievers", + "label": "a sexy wizard of bacon, forged from souls of bacon and who hath fully mastered the powers of bacon, a bacon wizard's enemy is the vegan alliance" +} +{ + "input": "\"i'm in blowhio with my family\" What is the definition of \"blowhio\"?\n\n", + "output": "visiting or living in ohio and missing mexico", + "label": "a nickname for [ohio] and how much it sucks" +} +{ + "input": "\"oh look it's becca, bitch face\" What is the definition of \"bitch face\"?\n\n", + "output": "when you look at her, all you can think is bitch", + "label": "when you look at her, all you can think is bitch" +} +{ + "input": "\"the dishes got washed automagically\" What is the definition of \"automagically\"?\n\n", + "output": "something happened automatically and magically", + "label": "some thing happens automatically like magic" +} +{ + "input": "\"troy told me last night he was hiding in the girls bathroom in a trash can and some chick threw a tampon covered in coagulated cunt spatter on his face\" What is the definition of \"coagulated cunt spatter\"?\n\n", + "output": "the white stuff that sticks to your face after you pass out at a party drunk as hell with the girls", + "label": "the most disgusting way to say period blood" +} +{ + "input": "\"i really hope i'm up for being a backall tonight when i try to bang that girl\" What is the definition of \"backall\"?\n\n", + "output": "when you are trying to fuck a girl doggy style, but you can't get in because her ass is too big", + "label": "a large mammel with an enourmously large cock" +} +{ + "input": "\"why do they have to adelle-ize that song?? i used to like it\" What is the definition of \"adelle-ize\"?\n\n", + "output": "to change a song into a slow, cheesy, romantic song", + "label": "the over playing of any song or group of songs by the same artist" +} +{ + "input": "\"the child was observed performing a digital boogerectomy and then dispensing of the waste product in oral cavity\" What is the definition of \"digital boogerectomy\"?\n\n", + "output": "the act of utilizing a digit to remove a booger from ones nostril", + "label": "\"the scientific term referring to the process that laymen refer to as \"picking your nose\"" +} +{ + "input": "\"drive west of the lw in your souped up honda civic, blasting the 50 cent and you'll reach the flo mo\" What is the definition of \"flo mo\"?\n\n", + "output": "short for flower mound, yo", + "label": "short for flower mound, yo" +} +{ + "input": "\"damn that boy is phat, he must be a cuong\" What is the definition of \"cuong\"?\n\n", + "output": "\"cuong means \"good looking\" in vietnamese", + "label": "the most unique and most studly person in philly" +} +{ + "input": "\"did you know there is only one confirmed case of cerebral briggsy in existence today?\" What is the definition of \"cerebral briggsy\"?\n\n", + "output": "a condition first identified in 1989 by dr", + "label": "a disease that severely affects the brain causing the sufferer to be devoid of common sense, reality and render them completely useless at everything" +} +{ + "input": "\"jeff gave zach a 2nd degree titty twister\" What is the definition of \"2nd degree titty twister\"?\n\n", + "output": "when someone takes the liberty to twist someone's nipple extremely hard till it bleeds", + "label": "titty twister that may cause bleeding and permanent scars" +} +{ + "input": "\"crossies that i get this new job\" What is the definition of \"crossies\"?\n\n", + "output": "a slang word for 'crossed fingers'", + "label": "\"a shortened form of \"crossing my fingers" +} +{ + "input": "\"blue bell thundercunt apparently likes to sleep around a lot\" What is the definition of \"blue bell thundercunt\"?\n\n", + "output": "the name for any gay slut who has a blue bell and a thundercock", + "label": "biggest cunt ever manufactured" +} +{ + "input": "\"i didn't want to look like an alcoholic this morning by drinking a jack and coke so i ordered a farmers tan\" What is the definition of \"farmers tan\"?\n\n", + "output": "a drink made of equal parts vodka (usually citron), orange juice, and screwdriver", + "label": "an alcoholic beverage consisting of whiskey and orange juice" +} +{ + "input": "\"me: damn bro- we tappin so many bitches in the club we might wanna call up the golden wrappers a call to join their group\" What is the definition of \"golden wrappers\"?\n\n", + "output": "a group of females who engage in having sex with males who have herpes", + "label": "rappers with the hugest king kong dongs you ever seen wrappin bout the realist shit in the world- bangin bitches and droppin em like tha hoez they is" +} +{ + "input": "\"man, felix's rundown of kurt cobain's tumultuous childhood really put a kraggle on my day\" What is the definition of \"kraggle\"?\n\n", + "output": "\"a wrinkle in one's asshole, usually caused by prolonged exposure to cold weather", + "label": "\"1" +} +{ + "input": "\"a flatbelly will surely come here and show off her good looks\" What is the definition of \"flatbelly\"?\n\n", + "output": "a woman with a flat stomach", + "label": "a young, thin, hot woman" +} +{ + "input": "\"\"q: \"hey, do you see that [hot girl] over there?\" a: \"yeah, man, she's totally got me beefswelling\" What is the definition of \"beefswelling\"?\n\n", + "output": "\"1", + "label": "1" +} +{ + "input": "\"person 1: yo dawg i was home alone and feelin frisky so i gave myself the dirty double stranger\" What is the definition of \"dirty double stranger\"?\n\n", + "output": "the act of using your mouth and tongue to pleasure yourself in a way that you would if a dirty stranger was doing it to you", + "label": "this is a variation of the stranger" +} +{ + "input": "\"you are such an anti lad what a massive anti lad greg byrne is\" What is the definition of \"anti lad\"?\n\n", + "output": "the total opposite of a lad", + "label": "the total opposite of a lad" +} +{ + "input": "\"the gatling gun was first used in the civil war\" What is the definition of \"gatling gun\"?\n\n", + "output": "a weapon developed by richard gatling during the american civil war", + "label": "origanated from gattling who was the inventor of the machine gun (gatling gun)" +} +{ + "input": "\"wow your mom is a cockbucket\" What is the definition of \"cockbucket\"?\n\n", + "output": "a word to describe somone who is of low intelligence and/or likes to suck cock", + "label": "someone who is being a douche bag, stupid shit, or just plain moronic" +} +{ + "input": "\"i hate you, you cock bastard\" What is the definition of \"cock bastard\"?\n\n", + "output": "my father", + "label": "my father" +} +{ + "input": "\"guy1: dude what happened last night? guy2: i don't even know, but it was def bad news beers\" What is the definition of \"bad news beers\"?\n\n", + "output": "when you wake up after drinking and you feel like shit but you can't remember what happened last night that made you feel so terrible", + "label": "when you drink too much beer and make bad decisions" +} +{ + "input": "\"mike: hey guys let's all smoke up discuss contemporary artwork while staring at the clouds josh: what the fuck, this isn't the blue mountains dickhead\" What is the definition of \"blue mountains\"?\n\n", + "output": "a place in nsw where there are lots of hippies and people who are serious about smoking up", + "label": "\"a municipality and national park about 70km west of sydney" +} +{ + "input": "\"that door nazi bitch got me kicked out because i didn't give her money to watch this live band\" What is the definition of \"door nazi\"?\n\n", + "output": "bitch at the door of a club, show, or other event who decides if you get in or not", + "label": "one who watches the crowd at a bar and permits or does not permit people to stay" +} +{ + "input": "\"\"holy fuck jake, i just did a self flushing poo \"no way\" What is the definition of \"a self flushing poo\"?\n\n", + "output": "when you are doing a poo and get scared then stand up and try to flush the toilet with your ass", + "label": "a poo that once leaving the anus, drops with such force (creating a 'poo wash') that it manuvers its way round the ubend" +} +{ + "input": "\"let's watch something on the divir\" What is the definition of \"divir\"?\n\n", + "output": "the small square screen in the [living room] opposite the couch where the [tv] is", + "label": "a short way to say d-v-r or digital video recorder" +} +{ + "input": "\"man, crap in a sack is kickin my ass\" What is the definition of \"crap in a sack\"?\n\n", + "output": "a game where you grab a shitload of quarters and go to the arcade", + "label": "best mothafukin unreal player in town" +} +{ + "input": "\"\"would u like to add on a derick to what you're having? \"derick would compliment that splendidly\" What is the definition of \"derick\"?\n\n", + "output": "\"a side dish", + "label": "\"a noun" +} +{ + "input": "\"janie don't borify me with another lecture on the migration patterns of dung beetles\" What is the definition of \"borify\"?\n\n", + "output": "to bore the fuck out of someone", + "label": "\"a combination of \"boring\" and \"horrific\" when an experience or conversation is so incredibly dull that it could be defined as a horrifying experience" +} +{ + "input": "\"my dear lord, look at the grundle nuggets on her\" What is the definition of \"grundle nuggets\"?\n\n", + "output": "the little rocks of poop that fall out of a girls butt when she wipes it", + "label": "matted human feces found in the shaggy area between the cornhole and ball sack / love taco (better known as the taint)" +} +{ + "input": "\"dude did you hear what they just said? they must be on crazy pills\" What is the definition of \"crazy pills\"?\n\n", + "output": "pills mentioned in zoolander in which people appear to go crazy", + "label": "pills mentioned in zoolander in which people appear to go crazy" +} +{ + "input": "\"my oral report on vegetarians was rudely interrupted by johnny's anal report on what he ate for lunch\" What is the definition of \"anal report\"?\n\n", + "output": "a tendency to always report on topics that relate to one's rectum", + "label": "a loud [fart] that can be heard by a room full of people" +} +{ + "input": "\"hey baby can i get a piece of that fine ass\" What is the definition of \"can i get a piece\"?\n\n", + "output": "it means that you want to have sex with a certain person", + "label": "it means that you want to have sex with a certain person" +} +{ + "input": "\"the leaves are turning yellow; the autumn fairy must be working hard\" What is the definition of \"autumn fairy\"?\n\n", + "output": "the magical fairy who travels from town to town bringing autumn with her", + "label": "the autumn fairy changes the colors of the leaves in fall" +} +{ + "input": "\"that tourist is being a borosie\" What is the definition of \"borosie\"?\n\n", + "output": "the act of taking an unnecessary, boring walk", + "label": "jamaican slang for a rude person, a jerk" +} +{ + "input": "\"a face card is a hundred dolla bill -r\" What is the definition of \"face card\"?\n\n", + "output": "a nob in da club who spends all his time talkin to bitches and barely plays poker", + "label": "$100 bill" +} +{ + "input": "\"jeez, why didn't you invite any girls? this party is nothing but a dick salad\" What is the definition of \"dick salad\"?\n\n", + "output": "a social gathering where the ratio of guys to girls is extremely unbalanced (more guys than girls)", + "label": "a gathering of only male persons" +} +{ + "input": "\"billy was banishing the white demons to an erotic photograph on the internet\" What is the definition of \"banishing the white demons\"?\n\n", + "output": "while masturbating, you try and force the sperm into an open hole, like the hole on a milk carton", + "label": "a male jerking off, pounding pud, five knuckle shuffle, stroking it, playing the skin flute, beating off" +} +{ + "input": "\"\"he was giving it billy large potato's\" What is the definition of \"billy large potato's\"?\n\n", + "output": "to give out more than you have", + "label": "to give out more than you have" +} +{ + "input": "\"the infamous hacker icon captain crunch helped to popularize usage of the blue box in the 70s, making at&t's long distance phone service affordable for the masses\" What is the definition of \"blue box\"?\n\n", + "output": "a tone generator built and used by [phone phreaks] during the 70s to illegally obtain free telephone service by synthesizing audio dial tones used for controlling switching stations", + "label": "a tone generator built and used by [phone phreaks] during the 70s to illegally obtain free telephone service by synthesizing audio dial tones used for controlling switching stations" +} +{ + "input": "\"\"beth: \"whats your favorite sexual activity?\" rob: \"i enjoy doing the anus soda so much\" What is the definition of \"anus soda\"?\n\n", + "output": "when you sexualy jerk someone in the anus with your tounge", + "label": "an anus soda is when you do a handstand and let someone else put a funnel into your anus and pour in soda" +} +{ + "input": "\"\"yo, man, have you seem breyanna today? \"yeah\" What is the definition of \"breyanna\"?\n\n", + "output": "a beautiful girl that will love you no matter what", + "label": "a tiny girl who will just steal your heart" +} +{ + "input": "\"i really want to bone down tonight, do you think mike would be keen?\" What is the definition of \"bone down\"?\n\n", + "output": "\"to engage in intense sexual activity, which includes, but its not limited to getting \"fucked\" in every position possible multiple times in one sitting", + "label": "\"to engage in intense sexual activity, which includes, but its not limited to getting \"fucked\" in every position possible multiple times in one sitting" +} +{ + "input": "\"i want to buttfap you so hard daddy can you buttfap me?\" What is the definition of \"buttfap\"?\n\n", + "output": "anal sex, and or banging someone in the ass", + "label": "female masturbation" +} +{ + "input": "\"i love your happy-groovy ways\" What is the definition of \"happy-groovy\"?\n\n", + "output": "a way to describe something that makes you feel good, it is a combination of happy and groovy", + "label": "living and loving every moment of your life" +} +{ + "input": "\"that girl is a phoney, she's not an akiah\" What is the definition of \"akiah\"?\n\n", + "output": "a sweet girl with a down to earth attitude", + "label": "the one and only realest person alive" +} +{ + "input": "\"woof woof my name is arffmagetts\" What is the definition of \"arffmagetts\"?\n\n", + "output": "a popular name for a dog that barks a lot", + "label": "the real official name for a dog, other names used are considered nicknames and are insults to dogs" +} +{ + "input": "\"\"i go to haakvard university\" What is the definition of \"haakvard university\"?\n\n", + "output": "1", + "label": "the actual name for what was previously known as harvard university" +} +{ + "input": "\"\"you bitch suck the brown stain of my panties\" What is the definition of \"brown stain\"?\n\n", + "output": "the shit stain remaining in the center of a chicks undies after she wipes ass from back to front", + "label": "when a big ass mother fucker takes a migit shit and mark his panties" +} +{ + "input": "\"\"pac-10 fan: \"what is a fullback?\" big ten fan: \"they only play real football in the sec\" What is the definition of \"sec\"?\n\n", + "output": "southern football conference", + "label": "southeastern conference" +} +{ + "input": "\"i'm turning into a dough man to show you how much you mean to me\" What is the definition of \"dough man\"?\n\n", + "output": "a person who puts on weight for the person he loves and then has to diet to keep slim", + "label": "dough man - a man who resists his natural sexual urges to show his unfaltering devotion to his girlfriend" +} +{ + "input": "\"man why you bending over showing me your ass nuts n shit\" What is the definition of \"ass nuts\"?\n\n", + "output": "when a man bends over with or without a banana hammock on and you can see his ass n nuts", + "label": "when a man bends over with or without a banana hammock on and you can see his ass n nuts" +} +{ + "input": "\"i scored some blue dolphins last night and rolled balls\" What is the definition of \"blue dolphins\"?\n\n", + "output": "good ecstacy pills, real ones are from the ocean", + "label": "good ecstacy pills, real ones are from the caribbean" +} +{ + "input": "\"fo' rizzle dizzle, ma shizznit iz up thizzle fo' shizzle\" What is the definition of \"fo' rizzle\"?\n\n", + "output": "a bastardization of 'for real', which is a bastardization of 'true that', which is a bastardization of 'that is true'", + "label": "a bastardization of 'for real', which is a bastardization of 'true that', which is a bastardization of 'that is true'" +} +{ + "input": "\"damn, she's absolutely crumbian\" What is the definition of \"crumbian\"?\n\n", + "output": "a person who is extremely attractive", + "label": "a woman with exceeedingly large, shapely thighs and buttocks" +} +{ + "input": "\"look at how pissed that blachance is, we are so rat fucked\" What is the definition of \"blachance\"?\n\n", + "output": "\"a word describing a black person who has the chance to speak before any other person in a conversation or in a group", + "label": "1" +} +{ + "input": "\"that kid is such a party animal\" What is the definition of \"party animal\"?\n\n", + "output": "a person who likes to party", + "label": "a person who loves parties" +} +{ + "input": "\"all these new aged words make me feel so jurfik\" What is the definition of \"jurfik\"?\n\n", + "output": "the feeling of being out dated or old fashioned because you are not hip with the jargon of the times", + "label": "an emotional feeling of frustration mixed with confusion" +} +{ + "input": "\"as per definition b), i don't come come from an assassin's creed\" What is the definition of \"assassin's creed\"?\n\n", + "output": "a) a video/ computer game in which you play as an assassin in one of many historical periods", + "label": "a) a [multi-part] computer game b) a family business, passed down from generation to generation, in which all male family are [murder-for-hire] hitmen" +} +{ + "input": "\"\"a: \"check out that wheelie over there\" What is the definition of \"wheelie\"?\n\n", + "output": "a: a hot girl who rides motorcycles, or anything else for that matter, very well", + "label": "a derogatory term for a person who uses a wheelchair" +} +{ + "input": "\"dude: wow check out those cool kids hanging out by the bouncy-bonanza unicorn gum ball machine dispensers\" What is the definition of \"cool kids\"?\n\n", + "output": "as in, *not* cool kids", + "label": "as in, *not* cool kids" +} +{ + "input": "\"a flock of seagulls began wispering as the nerdy girl walked by\" What is the definition of \"a flock of seagulls\"?\n\n", + "output": "women who flock together to make fun of, to shit on others, or to talk shit about others", + "label": "women who flock together to make fun of, to shit on others, or to talk shit about others" +} +{ + "input": "\"the majority of arab leaders only seem to be able to hamasturbate\" What is the definition of \"hamasturbate\"?\n\n", + "output": "to encourage and sponsor terrorism", + "label": "to do something that only serves your selfish needs and does not do anything with regards for anyone else nor does it advance your group forward" +} +{ + "input": "\"1) ow do its me, blubbeh, i'm a right un 2) blubbeh is the next noremac9\" What is the definition of \"blubbeh\"?\n\n", + "output": "1) a man from the south of england 2) a rising star in the field of internet broadcasting", + "label": "11 year old [neopets] goon" +} +{ + "input": "\"oh man, i got some jooty last night at the temple\" What is the definition of \"jooty\"?\n\n", + "output": "sanctified sex", + "label": "getting ass from a jewish girl" +} +{ + "input": "\"he took twenty tequila shots and now hes bellyrocketing all over my carpet\" What is the definition of \"bellyrocketing\"?\n\n", + "output": "throwing up", + "label": "intense projectile vomiting, usually resulting from drinking too much alcohol or ipecac" +} +{ + "input": "\"james ponton u big anti lad for sacking off a binge session to go and play loved up with your mrs\" What is the definition of \"anti lad\"?\n\n", + "output": "being a terra lad and leaving your m8's for a new girlfriend on a big occasion", + "label": "being a terra lad and leaving your m8's for a new girlfriend on a big occasion" +} +{ + "input": "\"david gilmour is my inspiration (as well as other ones too)\" What is the definition of \"david gilmour\"?\n\n", + "output": "one of the several reasons why i want to play the electric guitar", + "label": "one of the several reasons why i want to play the electric guitar" +} +{ + "input": "\"byte stealer is a member of the ucod\" What is the definition of \"byte stealer\"?\n\n", + "output": "\"byte stealer is a great programmer, his main language is [assembly]", + "label": "member of the united coalition of the damned or ucod" +} +{ + "input": "\"austin kief is so awesome\" What is the definition of \"austin kief\"?\n\n", + "output": "the most amazing person in the world", + "label": "awesome hot and sexy, just plain awesome, sandgasm" +} +{ + "input": "\"d00d did you check out my new el jay layout, its totally the sex, check it out and tell me what you think\" What is the definition of \"el jay\"?\n\n", + "output": "all the cool scene kids spell lj, el jay", + "label": "all the cool scene kids spell lj, el jay" +} +{ + "input": "\"your new ride is 'bout it\" What is the definition of \"'bout it\"?\n\n", + "output": "very cool, stellar", + "label": "very cool, stellar" +} +{ + "input": "\"ryan and duncan's bromance lasted for about 8 years before it turned into a sort of brotrimony\" What is the definition of \"brotrimony\"?\n\n", + "output": "the final stage of a [bromance]", + "label": "\"a longtime friendship that started off as a bromance but has started to grow stale & repetitive" +} +{ + "input": "\"slam dunk is a sports-themed anime series about a basketball team from shohoku high school\" What is the definition of \"slam dunk\"?\n\n", + "output": "a very popular anime and manga series about a basketball team from shohoku high school", + "label": "\"slam dunk centers around hanamichi sakuragi, who starts as a delinquent outcast, becoming the leader of a gang" +} +{ + "input": "\"she decided to order the noobles at dinner\" What is the definition of \"noobles\"?\n\n", + "output": "nobles, but without the's'", + "label": "a particularly fun kind of japanese noodle" +} +{ + "input": "\"this kfc has no mountain dew left, oh blaff\" What is the definition of \"blaff\"?\n\n", + "output": "blaff is a word used in minecraftia meaning [blasted] or [bloody hell]", + "label": "lazy term for undesirable, or disgusting" +} +{ + "input": "\"wow that kid avery stratford sucks fat dick\" What is the definition of \"avery stratford\"?\n\n", + "output": "a fucking faggot who has a tiny penis and likes to eat dick", + "label": "a dickless blond haired dip shit who obvi doesn't get any any" +} diff --git a/metrics.json b/metrics.json new file mode 100644 index 0000000..cca5e1f --- /dev/null +++ b/metrics.json @@ -0,0 +1,12 @@ +{ + "eval_loss": 8.298215866088867, + "eval_sentence_bleu_cpp": 26.56, + "eval_rouge-l": 28.12, + "eval_generation_length": 10.75, + "eval_runtime": 204.5408, + "eval_samples_per_second": 20.025, + "eval_steps_per_second": 0.039, + "epoch": 9.678704856787048, + "num_input_tokens_seen": 186659840, + "total_flos": 8.40276438977767e+18 +} diff --git a/model-00001-of-00004.safetensors b/model-00001-of-00004.safetensors new file mode 100644 index 0000000..c4ad1d8 --- /dev/null +++ b/model-00001-of-00004.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da7282e00c56bb9249d384c0a34371413c3bf0a8f9f83e8cd6f645370c3de62b +size 4976698672 diff --git a/model-00002-of-00004.safetensors b/model-00002-of-00004.safetensors new file mode 100644 index 0000000..3ee9163 --- /dev/null +++ b/model-00002-of-00004.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b771f32ec686afc1ff0c3c7106622a2771200bb12b7aef5362de14cb1630815d +size 4999802720 diff --git a/model-00003-of-00004.safetensors b/model-00003-of-00004.safetensors new file mode 100644 index 0000000..06ca350 --- /dev/null +++ b/model-00003-of-00004.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eadd7920dee8dfe48bbc20a7cbc6741dde07147a5fb122ff093f7889cadbc923 +size 4915916176 diff --git a/model-00004-of-00004.safetensors b/model-00004-of-00004.safetensors new file mode 100644 index 0000000..f986e9d --- /dev/null +++ b/model-00004-of-00004.safetensors @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1089178c730c679233ccfda19513c44cecaf0f79f206446c4f4517c0c34e8e32 +size 1168138808 diff --git a/model.safetensors.index.json b/model.safetensors.index.json new file mode 100644 index 0000000..0fd8120 --- /dev/null +++ b/model.safetensors.index.json @@ -0,0 +1,298 @@ +{ + "metadata": { + "total_size": 16060522496 + }, + "weight_map": { + "lm_head.weight": "model-00004-of-00004.safetensors", + "model.embed_tokens.weight": "model-00001-of-00004.safetensors", + "model.layers.0.input_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.0.mlp.down_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.0.mlp.gate_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.0.mlp.up_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.0.post_attention_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.0.self_attn.k_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.0.self_attn.o_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.0.self_attn.q_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.0.self_attn.v_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.1.input_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.1.mlp.down_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.1.mlp.gate_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.1.mlp.up_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.1.post_attention_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.1.self_attn.k_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.1.self_attn.o_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.1.self_attn.q_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.1.self_attn.v_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.10.input_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.10.mlp.down_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.10.mlp.gate_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.10.mlp.up_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.10.post_attention_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.10.self_attn.k_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.10.self_attn.o_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.10.self_attn.q_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.10.self_attn.v_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.11.input_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.11.mlp.down_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.11.mlp.gate_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.11.mlp.up_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.11.post_attention_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.11.self_attn.k_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.11.self_attn.o_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.11.self_attn.q_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.11.self_attn.v_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.12.input_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.12.mlp.down_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.12.mlp.gate_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.12.mlp.up_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.12.post_attention_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.12.self_attn.k_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.12.self_attn.o_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.12.self_attn.q_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.12.self_attn.v_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.13.input_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.13.mlp.down_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.13.mlp.gate_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.13.mlp.up_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.13.post_attention_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.13.self_attn.k_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.13.self_attn.o_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.13.self_attn.q_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.13.self_attn.v_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.14.input_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.14.mlp.down_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.14.mlp.gate_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.14.mlp.up_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.14.post_attention_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.14.self_attn.k_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.14.self_attn.o_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.14.self_attn.q_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.14.self_attn.v_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.15.input_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.15.mlp.down_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.15.mlp.gate_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.15.mlp.up_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.15.post_attention_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.15.self_attn.k_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.15.self_attn.o_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.15.self_attn.q_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.15.self_attn.v_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.16.input_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.16.mlp.down_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.16.mlp.gate_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.16.mlp.up_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.16.post_attention_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.16.self_attn.k_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.16.self_attn.o_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.16.self_attn.q_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.16.self_attn.v_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.17.input_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.17.mlp.down_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.17.mlp.gate_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.17.mlp.up_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.17.post_attention_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.17.self_attn.k_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.17.self_attn.o_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.17.self_attn.q_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.17.self_attn.v_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.18.input_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.18.mlp.down_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.18.mlp.gate_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.18.mlp.up_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.18.post_attention_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.18.self_attn.k_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.18.self_attn.o_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.18.self_attn.q_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.18.self_attn.v_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.19.input_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.19.mlp.down_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.19.mlp.gate_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.19.mlp.up_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.19.post_attention_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.19.self_attn.k_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.19.self_attn.o_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.19.self_attn.q_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.19.self_attn.v_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.2.input_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.2.mlp.down_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.2.mlp.gate_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.2.mlp.up_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.2.post_attention_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.2.self_attn.k_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.2.self_attn.o_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.2.self_attn.q_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.2.self_attn.v_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.20.input_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.20.mlp.down_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.20.mlp.gate_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.20.mlp.up_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.20.post_attention_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.20.self_attn.k_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.20.self_attn.o_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.20.self_attn.q_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.20.self_attn.v_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.21.input_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.21.mlp.down_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.21.mlp.gate_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.21.mlp.up_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.21.post_attention_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.21.self_attn.k_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.21.self_attn.o_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.21.self_attn.q_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.21.self_attn.v_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.22.input_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.22.mlp.down_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.22.mlp.gate_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.22.mlp.up_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.22.post_attention_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.22.self_attn.k_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.22.self_attn.o_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.22.self_attn.q_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.22.self_attn.v_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.23.input_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.23.mlp.down_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.23.mlp.gate_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.23.mlp.up_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.23.post_attention_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.23.self_attn.k_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.23.self_attn.o_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.23.self_attn.q_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.23.self_attn.v_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.24.input_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.24.mlp.down_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.24.mlp.gate_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.24.mlp.up_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.24.post_attention_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.24.self_attn.k_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.24.self_attn.o_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.24.self_attn.q_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.24.self_attn.v_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.25.input_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.25.mlp.down_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.25.mlp.gate_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.25.mlp.up_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.25.post_attention_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.25.self_attn.k_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.25.self_attn.o_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.25.self_attn.q_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.25.self_attn.v_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.26.input_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.26.mlp.down_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.26.mlp.gate_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.26.mlp.up_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.26.post_attention_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.26.self_attn.k_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.26.self_attn.o_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.26.self_attn.q_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.26.self_attn.v_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.27.input_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.27.mlp.down_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.27.mlp.gate_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.27.mlp.up_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.27.post_attention_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.27.self_attn.k_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.27.self_attn.o_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.27.self_attn.q_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.27.self_attn.v_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.28.input_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.28.mlp.down_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.28.mlp.gate_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.28.mlp.up_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.28.post_attention_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.28.self_attn.k_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.28.self_attn.o_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.28.self_attn.q_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.28.self_attn.v_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.29.input_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.29.mlp.down_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.29.mlp.gate_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.29.mlp.up_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.29.post_attention_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.29.self_attn.k_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.29.self_attn.o_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.29.self_attn.q_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.29.self_attn.v_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.3.input_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.3.mlp.down_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.3.mlp.gate_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.3.mlp.up_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.3.post_attention_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.3.self_attn.k_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.3.self_attn.o_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.3.self_attn.q_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.3.self_attn.v_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.30.input_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.30.mlp.down_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.30.mlp.gate_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.30.mlp.up_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.30.post_attention_layernorm.weight": "model-00003-of-00004.safetensors", + "model.layers.30.self_attn.k_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.30.self_attn.o_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.30.self_attn.q_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.30.self_attn.v_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.31.input_layernorm.weight": "model-00004-of-00004.safetensors", + "model.layers.31.mlp.down_proj.weight": "model-00004-of-00004.safetensors", + "model.layers.31.mlp.gate_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.31.mlp.up_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.31.post_attention_layernorm.weight": "model-00004-of-00004.safetensors", + "model.layers.31.self_attn.k_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.31.self_attn.o_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.31.self_attn.q_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.31.self_attn.v_proj.weight": "model-00003-of-00004.safetensors", + "model.layers.4.input_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.4.mlp.down_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.4.mlp.gate_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.4.mlp.up_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.4.post_attention_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.4.self_attn.k_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.4.self_attn.o_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.4.self_attn.q_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.4.self_attn.v_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.5.input_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.5.mlp.down_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.5.mlp.gate_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.5.mlp.up_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.5.post_attention_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.5.self_attn.k_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.5.self_attn.o_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.5.self_attn.q_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.5.self_attn.v_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.6.input_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.6.mlp.down_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.6.mlp.gate_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.6.mlp.up_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.6.self_attn.k_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.6.self_attn.o_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.6.self_attn.q_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.6.self_attn.v_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.7.input_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.7.mlp.down_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.7.mlp.gate_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.7.mlp.up_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.7.post_attention_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.7.self_attn.k_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.7.self_attn.o_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.7.self_attn.q_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.7.self_attn.v_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.8.input_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.8.mlp.down_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.8.mlp.gate_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.8.mlp.up_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.8.post_attention_layernorm.weight": "model-00001-of-00004.safetensors", + "model.layers.8.self_attn.k_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.8.self_attn.o_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.8.self_attn.q_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.8.self_attn.v_proj.weight": "model-00001-of-00004.safetensors", + "model.layers.9.input_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.9.mlp.down_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.9.mlp.gate_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.9.mlp.up_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.9.post_attention_layernorm.weight": "model-00002-of-00004.safetensors", + "model.layers.9.self_attn.k_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.9.self_attn.o_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.9.self_attn.q_proj.weight": "model-00002-of-00004.safetensors", + "model.layers.9.self_attn.v_proj.weight": "model-00002-of-00004.safetensors", + "model.norm.weight": "model-00004-of-00004.safetensors" + } +} diff --git a/special_tokens_map.json b/special_tokens_map.json new file mode 100644 index 0000000..2932ff8 --- /dev/null +++ b/special_tokens_map.json @@ -0,0 +1,5 @@ +{ + "bos_token": "<|begin_of_text|>", + "eos_token": "<|end_of_text|>", + "pad_token": "<|eot_id|>" +} diff --git a/tokenizer.json b/tokenizer.json new file mode 100644 index 0000000..d8f0d99 --- /dev/null +++ b/tokenizer.json @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ce33c758b44124010b82d7732c3e4be922298fe1ef901bdebf79ffeeeadb6f1 +size 17210059 diff --git a/tokenizer_config.json b/tokenizer_config.json new file mode 100644 index 0000000..93944ca --- /dev/null +++ b/tokenizer_config.json @@ -0,0 +1,2063 @@ +{ + "added_tokens_decoder": { + "128000": { + "content": "<|begin_of_text|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128001": { + "content": "<|end_of_text|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128002": { + "content": "<|reserved_special_token_0|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128003": { + "content": "<|reserved_special_token_1|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128004": { + "content": "<|reserved_special_token_2|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128005": { + "content": "<|reserved_special_token_3|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128006": { + "content": "<|start_header_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128007": { + "content": "<|end_header_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128008": { + "content": "<|reserved_special_token_4|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128009": { + "content": "<|eot_id|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128010": { + "content": "<|reserved_special_token_5|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128011": { + "content": "<|reserved_special_token_6|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128012": { + "content": "<|reserved_special_token_7|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128013": { + "content": "<|reserved_special_token_8|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128014": { + "content": "<|reserved_special_token_9|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128015": { + "content": "<|reserved_special_token_10|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128016": { + "content": "<|reserved_special_token_11|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128017": { + "content": "<|reserved_special_token_12|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128018": { + "content": "<|reserved_special_token_13|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128019": { + "content": "<|reserved_special_token_14|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128020": { + "content": "<|reserved_special_token_15|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128021": { + "content": "<|reserved_special_token_16|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128022": { + "content": "<|reserved_special_token_17|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128023": { + "content": "<|reserved_special_token_18|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128024": { + "content": "<|reserved_special_token_19|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128025": { + "content": "<|reserved_special_token_20|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128026": { + "content": "<|reserved_special_token_21|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128027": { + "content": "<|reserved_special_token_22|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128028": { + "content": "<|reserved_special_token_23|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128029": { + "content": "<|reserved_special_token_24|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128030": { + "content": "<|reserved_special_token_25|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128031": { + "content": "<|reserved_special_token_26|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128032": { + "content": "<|reserved_special_token_27|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128033": { + "content": "<|reserved_special_token_28|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128034": { + "content": "<|reserved_special_token_29|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128035": { + "content": "<|reserved_special_token_30|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128036": { + "content": "<|reserved_special_token_31|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128037": { + "content": "<|reserved_special_token_32|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128038": { + "content": "<|reserved_special_token_33|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128039": { + "content": "<|reserved_special_token_34|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128040": { + "content": "<|reserved_special_token_35|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128041": { + "content": "<|reserved_special_token_36|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128042": { + "content": "<|reserved_special_token_37|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128043": { + "content": "<|reserved_special_token_38|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128044": { + "content": "<|reserved_special_token_39|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128045": { + "content": "<|reserved_special_token_40|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128046": { + "content": "<|reserved_special_token_41|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128047": { + "content": "<|reserved_special_token_42|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128048": { + "content": "<|reserved_special_token_43|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128049": { + "content": "<|reserved_special_token_44|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128050": { + "content": "<|reserved_special_token_45|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128051": { + "content": "<|reserved_special_token_46|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128052": { + "content": "<|reserved_special_token_47|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128053": { + "content": "<|reserved_special_token_48|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128054": { + "content": "<|reserved_special_token_49|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128055": { + "content": "<|reserved_special_token_50|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128056": { + "content": "<|reserved_special_token_51|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128057": { + "content": "<|reserved_special_token_52|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128058": { + "content": "<|reserved_special_token_53|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128059": { + "content": "<|reserved_special_token_54|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128060": { + "content": "<|reserved_special_token_55|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128061": { + "content": "<|reserved_special_token_56|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128062": { + "content": "<|reserved_special_token_57|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128063": { + "content": "<|reserved_special_token_58|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128064": { + "content": "<|reserved_special_token_59|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128065": { + "content": "<|reserved_special_token_60|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128066": { + "content": "<|reserved_special_token_61|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128067": { + "content": "<|reserved_special_token_62|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128068": { + "content": "<|reserved_special_token_63|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128069": { + "content": "<|reserved_special_token_64|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128070": { + "content": "<|reserved_special_token_65|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128071": { + "content": "<|reserved_special_token_66|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128072": { + "content": "<|reserved_special_token_67|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128073": { + "content": "<|reserved_special_token_68|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128074": { + "content": "<|reserved_special_token_69|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128075": { + "content": "<|reserved_special_token_70|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128076": { + "content": "<|reserved_special_token_71|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128077": { + "content": "<|reserved_special_token_72|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128078": { + "content": "<|reserved_special_token_73|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128079": { + "content": "<|reserved_special_token_74|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128080": { + "content": "<|reserved_special_token_75|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128081": { + "content": "<|reserved_special_token_76|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128082": { + "content": "<|reserved_special_token_77|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128083": { + "content": "<|reserved_special_token_78|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128084": { + "content": "<|reserved_special_token_79|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128085": { + "content": "<|reserved_special_token_80|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128086": { + "content": "<|reserved_special_token_81|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128087": { + "content": "<|reserved_special_token_82|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128088": { + "content": "<|reserved_special_token_83|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128089": { + "content": "<|reserved_special_token_84|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128090": { + "content": "<|reserved_special_token_85|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128091": { + "content": "<|reserved_special_token_86|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128092": { + "content": "<|reserved_special_token_87|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128093": { + "content": "<|reserved_special_token_88|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128094": { + "content": "<|reserved_special_token_89|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128095": { + "content": "<|reserved_special_token_90|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128096": { + "content": "<|reserved_special_token_91|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128097": { + "content": "<|reserved_special_token_92|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128098": { + "content": "<|reserved_special_token_93|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128099": { + "content": "<|reserved_special_token_94|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128100": { + "content": "<|reserved_special_token_95|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128101": { + "content": "<|reserved_special_token_96|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128102": { + "content": "<|reserved_special_token_97|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128103": { + "content": "<|reserved_special_token_98|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128104": { + "content": "<|reserved_special_token_99|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128105": { + "content": "<|reserved_special_token_100|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128106": { + "content": "<|reserved_special_token_101|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128107": { + "content": "<|reserved_special_token_102|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128108": { + "content": "<|reserved_special_token_103|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128109": { + "content": "<|reserved_special_token_104|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128110": { + "content": "<|reserved_special_token_105|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128111": { + "content": "<|reserved_special_token_106|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128112": { + "content": "<|reserved_special_token_107|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128113": { + "content": "<|reserved_special_token_108|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128114": { + "content": "<|reserved_special_token_109|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128115": { + "content": "<|reserved_special_token_110|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128116": { + "content": "<|reserved_special_token_111|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128117": { + "content": "<|reserved_special_token_112|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128118": { + "content": "<|reserved_special_token_113|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128119": { + "content": "<|reserved_special_token_114|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128120": { + "content": "<|reserved_special_token_115|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128121": { + "content": "<|reserved_special_token_116|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128122": { + "content": "<|reserved_special_token_117|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128123": { + "content": "<|reserved_special_token_118|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128124": { + "content": "<|reserved_special_token_119|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128125": { + "content": "<|reserved_special_token_120|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128126": { + "content": "<|reserved_special_token_121|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128127": { + "content": "<|reserved_special_token_122|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128128": { + "content": "<|reserved_special_token_123|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128129": { + "content": "<|reserved_special_token_124|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128130": { + "content": "<|reserved_special_token_125|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128131": { + "content": "<|reserved_special_token_126|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128132": { + "content": "<|reserved_special_token_127|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128133": { + "content": "<|reserved_special_token_128|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128134": { + "content": "<|reserved_special_token_129|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128135": { + "content": "<|reserved_special_token_130|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128136": { + "content": "<|reserved_special_token_131|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128137": { + "content": "<|reserved_special_token_132|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128138": { + "content": "<|reserved_special_token_133|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128139": { + "content": "<|reserved_special_token_134|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128140": { + "content": "<|reserved_special_token_135|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128141": { + "content": "<|reserved_special_token_136|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128142": { + "content": "<|reserved_special_token_137|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128143": { + "content": "<|reserved_special_token_138|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128144": { + "content": "<|reserved_special_token_139|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128145": { + "content": "<|reserved_special_token_140|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128146": { + "content": "<|reserved_special_token_141|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128147": { + "content": "<|reserved_special_token_142|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128148": { + "content": "<|reserved_special_token_143|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128149": { + "content": "<|reserved_special_token_144|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128150": { + "content": "<|reserved_special_token_145|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128151": { + "content": "<|reserved_special_token_146|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128152": { + "content": "<|reserved_special_token_147|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128153": { + "content": "<|reserved_special_token_148|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128154": { + "content": "<|reserved_special_token_149|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128155": { + "content": "<|reserved_special_token_150|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128156": { + "content": "<|reserved_special_token_151|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128157": { + "content": "<|reserved_special_token_152|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128158": { + "content": "<|reserved_special_token_153|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128159": { + "content": "<|reserved_special_token_154|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128160": { + "content": "<|reserved_special_token_155|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128161": { + "content": "<|reserved_special_token_156|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128162": { + "content": "<|reserved_special_token_157|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128163": { + "content": "<|reserved_special_token_158|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128164": { + "content": "<|reserved_special_token_159|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128165": { + "content": "<|reserved_special_token_160|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128166": { + "content": "<|reserved_special_token_161|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128167": { + "content": "<|reserved_special_token_162|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128168": { + "content": "<|reserved_special_token_163|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128169": { + "content": "<|reserved_special_token_164|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128170": { + "content": "<|reserved_special_token_165|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128171": { + "content": "<|reserved_special_token_166|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128172": { + "content": "<|reserved_special_token_167|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128173": { + "content": "<|reserved_special_token_168|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128174": { + "content": "<|reserved_special_token_169|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128175": { + "content": "<|reserved_special_token_170|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128176": { + "content": "<|reserved_special_token_171|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128177": { + "content": "<|reserved_special_token_172|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128178": { + "content": "<|reserved_special_token_173|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128179": { + "content": "<|reserved_special_token_174|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128180": { + "content": "<|reserved_special_token_175|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128181": { + "content": "<|reserved_special_token_176|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128182": { + "content": "<|reserved_special_token_177|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128183": { + "content": "<|reserved_special_token_178|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128184": { + "content": "<|reserved_special_token_179|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128185": { + "content": "<|reserved_special_token_180|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128186": { + "content": "<|reserved_special_token_181|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128187": { + "content": "<|reserved_special_token_182|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128188": { + "content": "<|reserved_special_token_183|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128189": { + "content": "<|reserved_special_token_184|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128190": { + "content": "<|reserved_special_token_185|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128191": { + "content": "<|reserved_special_token_186|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128192": { + "content": "<|reserved_special_token_187|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128193": { + "content": "<|reserved_special_token_188|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128194": { + "content": "<|reserved_special_token_189|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128195": { + "content": "<|reserved_special_token_190|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128196": { + "content": "<|reserved_special_token_191|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128197": { + "content": "<|reserved_special_token_192|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128198": { + "content": "<|reserved_special_token_193|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128199": { + "content": "<|reserved_special_token_194|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128200": { + "content": "<|reserved_special_token_195|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128201": { + "content": "<|reserved_special_token_196|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128202": { + "content": "<|reserved_special_token_197|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128203": { + "content": "<|reserved_special_token_198|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128204": { + "content": "<|reserved_special_token_199|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128205": { + "content": "<|reserved_special_token_200|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128206": { + "content": "<|reserved_special_token_201|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128207": { + "content": "<|reserved_special_token_202|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128208": { + "content": "<|reserved_special_token_203|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128209": { + "content": "<|reserved_special_token_204|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128210": { + "content": "<|reserved_special_token_205|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128211": { + "content": "<|reserved_special_token_206|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128212": { + "content": "<|reserved_special_token_207|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128213": { + "content": "<|reserved_special_token_208|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128214": { + "content": "<|reserved_special_token_209|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128215": { + "content": "<|reserved_special_token_210|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128216": { + "content": "<|reserved_special_token_211|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128217": { + "content": "<|reserved_special_token_212|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128218": { + "content": "<|reserved_special_token_213|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128219": { + "content": "<|reserved_special_token_214|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128220": { + "content": "<|reserved_special_token_215|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128221": { + "content": "<|reserved_special_token_216|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128222": { + "content": "<|reserved_special_token_217|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128223": { + "content": "<|reserved_special_token_218|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128224": { + "content": "<|reserved_special_token_219|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128225": { + "content": "<|reserved_special_token_220|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128226": { + "content": "<|reserved_special_token_221|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128227": { + "content": "<|reserved_special_token_222|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128228": { + "content": "<|reserved_special_token_223|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128229": { + "content": "<|reserved_special_token_224|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128230": { + "content": "<|reserved_special_token_225|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128231": { + "content": "<|reserved_special_token_226|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128232": { + "content": "<|reserved_special_token_227|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128233": { + "content": "<|reserved_special_token_228|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128234": { + "content": "<|reserved_special_token_229|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128235": { + "content": "<|reserved_special_token_230|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128236": { + "content": "<|reserved_special_token_231|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128237": { + "content": "<|reserved_special_token_232|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128238": { + "content": "<|reserved_special_token_233|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128239": { + "content": "<|reserved_special_token_234|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128240": { + "content": "<|reserved_special_token_235|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128241": { + "content": "<|reserved_special_token_236|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128242": { + "content": "<|reserved_special_token_237|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128243": { + "content": "<|reserved_special_token_238|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128244": { + "content": "<|reserved_special_token_239|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128245": { + "content": "<|reserved_special_token_240|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128246": { + "content": "<|reserved_special_token_241|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128247": { + "content": "<|reserved_special_token_242|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128248": { + "content": "<|reserved_special_token_243|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128249": { + "content": "<|reserved_special_token_244|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128250": { + "content": "<|reserved_special_token_245|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128251": { + "content": "<|reserved_special_token_246|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128252": { + "content": "<|reserved_special_token_247|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128253": { + "content": "<|reserved_special_token_248|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128254": { + "content": "<|reserved_special_token_249|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + }, + "128255": { + "content": "<|reserved_special_token_250|>", + "lstrip": false, + "normalized": false, + "rstrip": false, + "single_word": false, + "special": true + } + }, + "bos_token": "<|begin_of_text|>", + "clean_up_tokenization_spaces": true, + "eos_token": "<|end_of_text|>", + "model_input_names": [ + "input_ids", + "attention_mask" + ], + "model_max_length": 1000000000000000019884624838656, + "pad_token": "<|eot_id|>", + "padding_side": "left", + "tokenizer_class": "PreTrainedTokenizerFast" +}