The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 11 new columns ({'text_match_candidates', 'sampling_bucket', 'eval_weight_natural_binary', 'span_in_text', 'label', 'span_alignment_method', 'text_match_method', 'resolved_review_id', 'gold_id', 'gold_split', 'review_text_source'}) and 10 missing columns ({'tier2_list', 'has_text', 'mod_backhanded', 'mod_hedged', 'praxis_id', 'mod_frustrated', 'mod_sarcastic', 'source_key', 'prediction_prob', 'provenance'}).
This happened while the csv dataset builder was generating data using
hf://datasets/praxis-benchmark-anon/praxis/data/gold_test.csv (at revision 766817a3f4bc3adb3f4a869e0fc35c978f191b6f), [/tmp/hf-datasets-cache/medium/datasets/52614399307512-config-parquet-and-info-praxis-benchmark-anon-pra-bb98dad1/hub/datasets--praxis-benchmark-anon--praxis/snapshots/766817a3f4bc3adb3f4a869e0fc35c978f191b6f/data/gold_test.csv (origin=hf://datasets/praxis-benchmark-anon/praxis@766817a3f4bc3adb3f4a869e0fc35c978f191b6f/data/gold_test.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
gold_id: string
gold_split: string
label: int64
is_suggestion: bool
review_id: string
industry: string
macro_domain: string
text: string
suggestion_span: string
tier1_form: string
tier2_modifiers: string
tier3_specificity: string
borderline: bool
borderline_reason: string
source_file: string
source_row: int64
resolved_review_id: string
review_text_source: string
text_match_method: string
text_match_candidates: int64
span_in_text: bool
span_alignment_method: string
sampling_bucket: string
eval_weight_natural_binary: double
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 3282
to
{'review_id': Value('string'), 'industry': Value('string'), 'is_suggestion': Value('bool'), 'suggestion_span': Value('string'), 'tier1_form': Value('string'), 'tier2_modifiers': Value('string'), 'tier3_specificity': Value('string'), 'borderline': Value('bool'), 'borderline_reason': Value('string'), 'source_file': Value('string'), 'source_row': Value('float64'), 'text': Value('string'), 'prediction_prob': Value('float64'), 'macro_domain': Value('string'), 'has_text': Value('bool'), 'provenance': Value('string'), 'tier2_list': Value('string'), 'mod_frustrated': Value('bool'), 'mod_hedged': Value('bool'), 'mod_backhanded': Value('bool'), 'mod_sarcastic': Value('bool'), 'praxis_id': Value('string'), 'source_key': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 11 new columns ({'text_match_candidates', 'sampling_bucket', 'eval_weight_natural_binary', 'span_in_text', 'label', 'span_alignment_method', 'text_match_method', 'resolved_review_id', 'gold_id', 'gold_split', 'review_text_source'}) and 10 missing columns ({'tier2_list', 'has_text', 'mod_backhanded', 'mod_hedged', 'praxis_id', 'mod_frustrated', 'mod_sarcastic', 'source_key', 'prediction_prob', 'provenance'}).
This happened while the csv dataset builder was generating data using
hf://datasets/praxis-benchmark-anon/praxis/data/gold_test.csv (at revision 766817a3f4bc3adb3f4a869e0fc35c978f191b6f), [/tmp/hf-datasets-cache/medium/datasets/52614399307512-config-parquet-and-info-praxis-benchmark-anon-pra-bb98dad1/hub/datasets--praxis-benchmark-anon--praxis/snapshots/766817a3f4bc3adb3f4a869e0fc35c978f191b6f/data/gold_test.csv (origin=hf://datasets/praxis-benchmark-anon/praxis@766817a3f4bc3adb3f4a869e0fc35c978f191b6f/data/gold_test.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
review_id string | industry string | is_suggestion bool | suggestion_span string | tier1_form string | tier2_modifiers string | tier3_specificity string | borderline bool | borderline_reason null | source_file string | source_row float64 | text string | prediction_prob float64 | macro_domain string | has_text bool | provenance string | tier2_list string | mod_frustrated bool | mod_hedged bool | mod_backhanded bool | mod_sarcastic bool | praxis_id string | source_key string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
2767 | Subscription_Boxes | false | NONE | null | [] | null | false | null | negatives_verified.csv | 128,613 | My year old nephew is crazy about coding so I got this subscription for him as a birthday present. He LOVES it! Each month, there is a new box sent directly to his house with different coding games for him to play. My sister loves it because he's happily using technology, but the technology is actually educational. The... | 0.00087 | Service | true | llm_negative_human_verified | [] | false | false | false | false | praxis_0fa3c5787667 | negatives_verified.csv||128613 |
176 | Cell_Phones_and_Accessories | false | NONE | null | [] | null | false | null | negatives_verified.csv | 37,360 | high quality materials and an amazing value for the price | 0.000578 | Product | true | llm_negative_human_verified | [] | false | false | false | false | praxis_54e6f2fc5914 | negatives_verified.csv||37360 |
BDZltdAVspVDfuC2tQdFBw | Home, Garden & Furniture | false | NONE | null | [] | null | false | null | progress.csv | null | I have to come edit my original review and increase my star rating. Things can't always be perfect and an apology from a company goes a long way.
We found ourselves waiting almost an hour for the lone warehouse staff member to fetch our two-piece sectional sofa from who-knows-even-where, despite us informing NashCo ... | 0.982216 | Hybrid retail | true | llm_positive_human_rejected | [] | false | false | false | false | praxis_6c7defe8fb94 | null |
1948 | Magazine_Subscriptions | true | maybe future issues will be about arizona | Optative | ["Hedged"] | Vague | false | null | progress.csv | 16,574 | we are planning to visit arizona i remembered seeing copies of arizona highways describing the state i ordered the magazine the first copy arrived the december issue has pages everyone a professional photograph of southwest images no information about arizona life or places zero usefullness maybe future issues will be ... | 0.985108 | Digital/media | true | llm_positive_human_verified | ['Hedged'] | false | true | false | false | praxis_6dfa179322fe | progress.csv||16574.0 |
eYpimwKH_KajvRv_hM5BCQ | Arts, Entertainment & Recreation | true | Would like some longer sight lines to really dial in some scopes not just 100 yards. | Optative | [] | Specific | false | null | progress.csv | null | The place is decent the staff are all generally nice its out doors at least. The range goes hot and cold frequent enough I suppose. Would like some longer sight lines to really dial in some scopes not just 100 yards.
There appears to be a shooting gallery and other fun things to do but despite asking for a walk throug... | 0.999215 | Service | true | llm_positive_human_verified | [] | false | false | false | false | praxis_f0069cd0dd4c | null |
2478 | Video_Games | true | I just wish there was a Z button in the back like an N64 controller. | Optative | [] | Specific | false | null | progress.csv | 20,484 | I bought this to play with emulators on my PC and it plugs and has the settings already set, I didn't have to do anything extra. I just wish there was a Z button in the back like an N64 controller. The more buttons the better. | 0.999236 | Digital/media | true | llm_positive_human_verified | [] | false | false | false | false | praxis_405a0392f510 | progress.csv||20484.0 |
369 | Software | false | NONE | null | [] | null | false | null | negatives_verified.csv | 117,014 | Each of these buttons (with the glaring exception of the exit button) merely connects to web pages in the browser, so pretty useless unless you want to be limited to viewing on your phone's screen or just forget the phone altogether and just watch tethered to your computer screen. It's easier to just bookmark the three... | 0.00103 | Digital/media | true | llm_negative_human_verified | [] | false | false | false | false | praxis_5f4bd9902855 | negatives_verified.csv||117014 |
3429 | Grocery_and_Gourmet_Food | false | NONE | null | [] | null | false | null | negatives_verified.csv | 63,738 | i just love them perfect balance of salty and sweet | 0.000695 | Product | true | llm_negative_human_verified | [] | false | false | false | false | praxis_497ea1532b18 | negatives_verified.csv||63738 |
3069 | Baby_Products | false | NONE | null | [] | null | false | null | negatives_verified.csv | 25,918 | dr brown definitely has a unique bottle that has helped both of our boys in terms of reducing spit up and gas the bottles come with a pipe cleaner to make for the blue dipping tube to be properly cleaned this version holds up better than the widemouth version which has sealing issues over time weve ended up buying more... | 0.000905 | Product | true | llm_negative_human_verified | [] | false | false | false | false | praxis_cdaf15841df9 | negatives_verified.csv||25918 |
951 | Subscription_Boxes | false | NONE | null | [] | null | false | null | negatives_verified.csv | 126,935 | It was ok | 0.000467 | Service | true | llm_negative_human_verified | [] | false | false | false | false | praxis_9ed45de4551c | negatives_verified.csv||126935 |
G2yu82LIubpb3wI56cMW2w | Electronics Retail | true | Please stop pushing so damn hard to sell me things. | Direct imperative | ["Frustrated"] | Specific | false | null | progress.csv | null | It's a decent store and most of the time are well stocked and the employees are great. However, one issue I have (that has nothing to do with the employees but rather the higher ups) is this stupid habit corporations have of telling the peons that they must push sells, SELL SELL SELL.
Look. It doesn't work, okay? Plea... | 0.998582 | Hybrid retail | true | llm_positive_human_verified | ['Frustrated'] | true | false | false | false | praxis_41339016418a | null |
514 | Cell_Phones_and_Accessories | false | NONE | null | [] | null | false | null | negatives_verified.csv | 37,611 | this was for my yr old grsonhe wanted an otterbox for his new phone but i couldnt see paying the for it so i checked online and saw and ordered this onewell it came he put his phone in it and he loved it it fit perfectlyand it came with the screen protector tooand at this price at least half of the otter box and free s... | 0.0007 | Product | true | llm_negative_human_verified | [] | false | false | false | false | praxis_76afd5d3ed07 | negatives_verified.csv||37611 |
4336 | CDs_and_Vinyl | false | NONE | null | [] | null | false | null | negatives_verified.csv | 36,563 | i got this cd on my visit to buenos aires last year his first single quotcolor esperanzaquot was the new national anthem because of its hopeful optimistic lyrics and upbeat tempo but this is not a onesong album as soon as i finished listening to the whole cd i played it again and againbr this album brings together the ... | 0.000768 | Digital/media | true | llm_negative_human_verified | [] | false | false | false | false | praxis_7b95d33c7194 | negatives_verified.csv||36563 |
3047 | Arts_Crafts_and_Sewing | true | i suggest getting the longer glue sticks | Conditional | [] | Specific | false | null | progress.csv | null | the only thing i disliked about this glue gun is that there is no auto shutoff i love the dual temp i suggest getting the longer glue sticks as i had to put a short one behind the short one i used to get it to work thats not a negative about the glue gun just a suggestion | 0.998964 | Product | true | llm_positive_human_verified | [] | false | false | false | false | praxis_4cae2e9a6474 | null |
2701 | CDs_and_Vinyl | false | NONE | null | [] | null | false | null | negatives_verified.csv | 34,946 | at the time of this review the cd versions product page of this two album set is missing both sound samples and a track list i am adding the track list in a comment to this review for the benefit of those reading this on the cds product pagebr br the albums that comprise this set are asinbdggwy sizzlin tracks and and t... | 0.003658 | Digital/media | true | llm_negative_human_verified | [] | false | false | false | false | praxis_bf0188a415f2 | negatives_verified.csv||34946 |
yT70KjQwefDtRLU_SiF4wg | Restaurants | false | NONE | null | [] | null | false | null | progress.csv | null | I would suggest the reviews of two stars or less are much to do about nothing, this is a bar with a bar food menu, not a restaurant. If you want a full-service restaurant there are plenty of options in and around Mount Juliet. If you need to a place to take your kids for a meal, there are plenty of places around Mount... | 0.606695 | Service | true | llm_positive_human_rejected | [] | false | false | false | false | praxis_c2f640adf477 | null |
3546 | Appliances | false | NONE | null | [] | null | false | null | negatives_verified.csv | 12,417 | i am not sure how long this product has been available but for me this is a wonderful godsend i use these as a liner for the bottom of my electric ovens one of the most dreaded chores for me is cleaning the oven and having these liners makes for easy and quick cleanups for the occasional debris definitely looking forwa... | 0.00247 | Product | true | llm_negative_human_verified | [] | false | false | false | false | praxis_6b2416bf8c19 | negatives_verified.csv||12417 |
580 | Electronics | false | NONE | null | [] | null | false | null | progress.csv | 14,201 | i am a fan of the blink camera systems especially after two really bad experiences with systems that were hard wired and cost thousands of dollars and then works half as well as the blink system but if you purchase the blink system you really need to upgrade the mounts there are several options this is the one we like ... | 0.961091 | Product | true | llm_positive_human_rejected | [] | false | false | false | false | praxis_f32bd3f279d3 | progress.csv||14201.0 |
OcPrSlU8BNBysQLDj0hOTw | Bars & Nightlife | false | NONE | null | [] | null | true | null | progress.csv | null | I gave this place 3 stars due to the long wait. In all fairness, we were told the wait was around 45 minutes and we ended up waiting about an hour and 10 minutes for a table. I don't think the wait would have been nearly as long if the weather was nice out and the staff could have utilized their outside space. It took ... | 0.86398 | Service | true | llm_positive_human_rejected | [] | false | false | false | false | praxis_11144db73cc5 | null |
J67LVu9aDWdBe6YqNbA_eg | Tax, Accounting & Investment | true | I wish happy hr were at a normal time on Fridays, its only from 10-close | Optative | [] | Specific | true | null | progress.csv | null | Really like this place! I have been to both locations and they are great, atmosphere is far better and way more modern than any other sushi place in town. Sushi is always fresh and the happy hr is to die for, great food/drink prices! Only reason this place didn't get 5 stars is that I wish happy hr were at a normal tim... | 0.984877 | Service | true | llm_positive_human_verified | [] | false | false | false | false | praxis_936acce536fb | null |
ouLfd8sWsmErArOJ_JXlbA | Airlines & Airports | true | it could definitely use more lounges and bars | Modal/deontic | [] | Specific | false | null | progress.csv | null | many people don't like this airport, but i don't really have many complains. besides the workers who are mostly rude, the airport is relatively accommodating. it could definitely use more lounges and bars though. i typically fly internationally so i cannot attest to the domestic terminal at all. however, the internatio... | 0.99939 | Service | true | llm_positive_human_verified | [] | false | false | false | false | praxis_9fbc828151c8 | null |
1092 | Toys_and_Games | false | NONE | null | [] | null | false | null | negatives_verified.csv | 136,455 | The box is very big. The car is exciting | 0.000565 | Product | true | llm_negative_human_verified | [] | false | false | false | false | praxis_da043d28cbb0 | negatives_verified.csv||136455 |
MCtiMArARumbTLBalFAczQ | Pet Services | false | NONE | null | [] | null | false | null | progress.csv | null | This is a nice little park; it houses the New Castle County mounted patrol horses, has a farmer's market in the summer and has programs for kids (riding lessons). I just found out that they also have a therapeutic riding program.
The only real downside to the park is there is a lot of Canadian geese crap around the a... | 0.998374 | Service | true | llm_positive_human_rejected | [] | false | false | false | false | praxis_b206334ad500 | null |
CADZMmqXCZDhdcdyFDeGcA | Government & Public Services | false | NONE | null | [] | null | false | null | progress.csv | null | I like anything that promotes the art and cultural scene in St. Louis. That being said, I don't like the Pulitzer as much as I thought I would.
The big thing about the Pulitzer is the architecture. And if I was rating the architecture alone, it definitely gets five stars. Created by Tadao Ando, the structure is as pr... | 0.970344 | Service | true | llm_positive_human_rejected | [] | false | false | false | false | praxis_e7b2fc9c299b | null |
2592 | Electronics | true | i wish you could buy replaceable tops maybe you ought to think of that | Modal/deontic | ["Hedged"] | Specific | true | null | progress.csv | 14,370 | i am giving it a because it does work better than the other one i bought the cheap one scratched my plastic holder of my kindle but it didnt last but months which i think is not very long for the top screws off i wish you could buy replaceable tops maybe you ought to think of that marware | 0.999105 | Product | true | llm_positive_human_verified | ['Hedged'] | false | true | false | false | praxis_077cec09e437 | progress.csv||14370.0 |
lToL5wXEOZ5y-lRpuv440w | Pet Services | false | NONE | null | [] | null | false | null | progress.csv | null | Eat and hit the road. The food was delicious presentation nice and the restaurant is old world gorgeous. HOWEVER....from the second we sat to the moment we finished was the feeling of HURRY! We need the table for the next group! When you have an elegant dinner one should feel they joy of a leisurely dinner. Part o... | 0.560042 | Service | true | llm_positive_human_rejected | [] | false | false | false | false | praxis_2d73435dc1db | null |
4234 | Office_Products | true | the colors could use a bit more juice | Conditional | [] | Vague | false | null | progress.csv | 17,863 | Bought these for my wife to use on our fridge magnet board. She uses the board for her therapy sessions, but I've found that these markers are not that prominent with their colors as is the marker that came with the board. The ink seems to be somewhat sustainable, but the colors could use a bit more juice. | 0.999105 | Product | true | llm_positive_human_verified | [] | false | false | false | false | praxis_6fac6e9b74a4 | progress.csv||17863.0 |
65 | Clothing_Shoes_and_Jewelry | false | NONE | null | [] | null | false | null | negatives_verified.csv | 41,863 | very comfortable light weight quick drying slightly stretchy i like to wear these around town to do yoga and to hike in the sun heat i feel even cooler than i would wearing shorts | 0.001049 | Product | true | llm_negative_human_verified | [] | false | false | false | false | praxis_3571edf60baf | negatives_verified.csv||41863 |
XHVjvEB6L3jp5m6ETG89Eg | Veterinary Services | true | consistency would be nice | Conditional | ["Hedged"] | Vague | true | null | progress.csv | null | I think the people working here are very nice, caring, good people that are knowledgeable in cats and how to take care of them. But they are not consistent in pricing and will take more money from you if they can. I understand they are a business trying to make good profits but consistency would be nice. My cat is a in... | 0.998276 | Service | true | llm_positive_human_verified | ['Hedged'] | false | true | false | false | praxis_c7b28acd9c2e | null |
XL91t8Z5mvPMhSJifUmVmA | Fitness & Gyms | true | The ONLY thing that should be changed...when I signed up, no one offered a tour. | Modal/deontic | [] | Specific | false | null | progress.csv | null | I'm not really a 'people person' so gyms typically are a no go for me. I was a member at the Y for probably 20 years at least until I decided I don't want to drive down Eagle Rd anymore....joined Crunch earlier this week (so I'm shocked that I'm even writing a review)....I've been a on a few occasions at different time... | 0.997729 | Service | true | llm_positive_human_verified | [] | false | false | false | false | praxis_308780d13b6a | null |
jLbWRz28fn5AowYhXvYgPw | Pharmacy & Drugstores | false | NONE | null | [] | null | false | null | progress.csv | null | Well, on the plus side, it has a private parking lot behind the store. Otherwise, parking on Kings Highway, which can be pretty busy, is free only after 6 PM and on weekends, I believe.
Overpriced - I know you're paying for convenience, but I needed a nightlight and purchased a pack here, not realizing I was paying al... | 0.998153 | Hybrid retail | true | llm_positive_human_rejected | [] | false | false | false | false | praxis_c0e373c03bda | null |
1181 | Toys_and_Games | false | NONE | null | [] | null | false | null | negatives_verified.csv | 136,504 | This Wellie Wisher Kendall doll is beautiful. The Wellie Wisher dolls are smaller than the original American Girl dolls and geared toward a slightly younger audience. Though a separate product line, they do share some of the American Girl traits. For example, the painted teeth look very similar. This doll is a excellen... | 0.001175 | Product | true | llm_negative_human_verified | [] | false | false | false | false | praxis_adff5ca6164e | negatives_verified.csv||136504 |
wQSl56GRxD59v0PQSEt7CQ | Auto Services & Repair | true | Could you have given me a brochure or a pamphlet? | Interrogative | ["Frustrated"] | Specific | true | null | progress.csv | null | If you expect a lot of education, information, friendliness, aftercare, etc. don't go here. I pass the store often since they are located in the Castleton area not far from the mall. I stopped in to get a quote because you cannot find pricing on the internet. I like the fact that he wrote the price he quoted me in t... | 0.984063 | Service | true | llm_positive_human_verified | ['Frustrated'] | true | false | false | false | praxis_319f1981ccf3 | null |
G6zzykw1Yesp-AXUm0AaVA | Vision Care | true | Post op communication could use improvement. | Conditional | [] | Vague | false | null | progress.csv | null | They did a fantastic job with the surgery and all of the appointments meeting up to it. The reason I did not give them all five stars is because I experienced some blurriness after the surgery and reached out to them because obviously this was very concerning. It took approximately 24-48 hours for them to respond and t... | 0.999189 | Service | true | llm_positive_human_verified | [] | false | false | false | false | praxis_7f4f5bb85349 | null |
3654 | Software | true | Get rid of the adds please. | Direct imperative | [] | Specific | false | null | progress.csv | 18,796 | Okay but does have annoying adds popping up a lot. Will play when really bored. Get rid of the adds please. | 0.999319 | Digital/media | true | llm_positive_human_verified | [] | false | false | false | false | praxis_f2fe48a52636 | progress.csv||18796.0 |
CvjMWO736OXPqw2D4zJYSA | Medical & Healthcare | false | NONE | null | [] | null | false | null | progress.csv | null | Awesome! Just got the bill & the price was exactly what I was quoted! The hospital ordered an ultrasound. I was diligent about getting a quote prior to booking. I could only get an explanation as to how the hospital operated & an estimate - around $2000! Frustrated, I called Metro Imaging. BAM - $217! Day of the appoin... | 0.958412 | Service | true | llm_positive_human_rejected | [] | false | false | false | false | praxis_decd95f5dde7 | null |
xEWDXZoFz2qLT-qs-GXzhw | Bakeries & Desserts | true | Wish they had a larger selection of gelatos and more inventory of the gelato bars! | Optative | [] | Specific | false | null | progress.csv | null | I was looking for a place to get ice cream and this was the only place that came up on yelp that look decent. It is small place, and their main focus seems to be on chocolate candy. They had a small variety of gelatos, but whatever they had met my needs. I tried the pistachio, rocky road, and strawberry flavor and th... | 0.998844 | Service | true | llm_positive_human_verified | [] | false | false | false | false | praxis_c5151cc8505d | null |
4210 | Musical_Instruments | false | NONE | null | [] | null | false | null | negatives_verified.csv | 102,022 | Great Product. | 0.000537 | Product | true | llm_negative_human_verified | [] | false | false | false | false | praxis_eda7d17c2560 | negatives_verified.csv||102022 |
2pqVB2bUutyVROfMJ4Ts_Q | Auto Sales | false | NONE | null | [] | null | false | null | negatives_verified.csv | 152,449 | If you need a recall fix, BE SURE to call the morning of your appointment to confirm they have the part(s)!! They failed to notify us that they didn't actually have the part that day, so it was a complete waste of time and gas to come out there. When they knew first thing in the morning they couldn't help us, and let... | 0.001024 | Hybrid retail | true | llm_negative_human_verified | [] | false | false | false | false | praxis_2721103676de | negatives_verified.csv||152449 |
3697 | Electronics | true | it would be nice if longer cord came standard | Conditional | [] | Specific | false | null | progress.csv | 14,481 | as a layman mom buying this for my teen son i wasnt sure what exactly i was looking for except my teen asked me for sound so knowing this just had to suffice i came across the sound bar and following recommendations from others i took a chance and im so glad i did one needs to know for the price point this exceeds all ... | 0.996526 | Product | true | llm_positive_human_verified | [] | false | false | false | false | praxis_c0389aaa9da7 | progress.csv||14481.0 |
eG-aZ_h_tnDCLZxg_10smQ | Auto Services & Repair | false | NONE | null | [] | null | false | null | negatives_verified.csv | 153,821 | I usually stay away from automotive stores like this but my tail light went out and I needed to get it fixed right away before it got dark so I stopped in here and I was pleasently surprised by the customer service and help I received. The service manager, Dave actually helped me himself and put my lightbulbs in for m... | 0.000519 | Service | true | llm_negative_human_verified | [] | false | false | false | false | praxis_6dcf0a096051 | negatives_verified.csv||153821 |
3001 | Handmade_Products | false | NONE | null | [] | null | false | null | negatives_verified.csv | 68,056 | in the photo they looked appropriate for an adult woman i would characterize them as more all for a toddler or child i am wearing them now they are definitely quite comfortable even when lying in bed i will probably wear them as an everyday around the house dont think about taking them in and out earing they are no lon... | 0.000707 | Product | true | llm_negative_human_verified | [] | false | false | false | false | praxis_66cd7111d00b | negatives_verified.csv||68056 |
1184 | Home_and_Kitchen | false | NONE | null | [] | null | false | null | progress.csv | 15,730 | these are replacement filters | 0.989564 | Product | true | llm_positive_human_rejected | [] | false | false | false | false | praxis_ffa4747e16fb | progress.csv||15730.0 |
Uuf7T0zIdH-XnaV6GxlR2Q | Apparel & Fashion Retail | true | I wish they carried more large sizes | Optative | [] | Specific | false | null | progress.csv | null | This was my first time in a DSW. I am not a big fan of shopping, and especially not shoe shopping. I walking in expecting the worst, thinking all of the boxes would be thrown all around and a big mess, but this wasn't the case. Everything was easy to find, I liked the shoes I bought. The men's shoe selection was bi... | 0.999173 | Hybrid retail | true | llm_positive_human_verified | [] | false | false | false | false | praxis_53d099fad3c9 | null |
99 | Appliances | true | this would be a great product if were made by company with the desire to do the job right | Optative | [] | Vague | true | null | negatives_verified.csv | 9,297 | look at the product photos carefully before purchasing these are not custom fit in the way you might reasonably assume you have the option of choosing from dozens of different stove models which gives the impression your set will be cut to fit the specificsized burners on your specific model stove while protecting othe... | 0.005888 | Product | true | negative_pass_recovered | [] | false | false | false | false | praxis_68d32da8066a | negatives_verified.csv||9297 |
1509 | Pet_Supplies | true | This should not be sold for "aggressive chewers". | Modal/deontic | [] | Specific | false | null | progress.csv | 18,329 | Our poodle chewed through the light colored one in 2 days. Poodles aren't the hardest chewers of all the breeds. This should not be sold for "aggressive chewers". | 0.964264 | Product | true | llm_positive_human_verified | [] | false | false | false | false | praxis_87d3d2eed657 | progress.csv||18329.0 |
913 | Sports_and_Outdoors | false | NONE | null | [] | null | false | null | negatives_verified.csv | 122,239 | Basically just tshirt material with velcro. Saw better at Petco for more money. | 0.000607 | Product | true | llm_negative_human_verified | [] | false | false | false | false | praxis_96612070208a | negatives_verified.csv||122239 |
1191 | Health_and_Household | true | i really hope they can keep this available more so than the bigger name brands | Optative | [] | Specific | false | null | progress.csv | 15,410 | i cant believe my luck at finding this and being able to order it it is alcohol which is what the cdc recommends i have shared my order with some elderly neighbors and kept one for myself i really hope they can keep this available more so than the bigger name brands as i will be a loyal buyer the challenge in these day... | 0.992185 | Product | true | llm_positive_human_verified | [] | false | false | false | false | praxis_2a3b6bb47800 | progress.csv||15410.0 |
2737 | Automotive | false | NONE | null | [] | null | false | null | negatives_verified.csv | 21,055 | we bought these for our nissan rogue they fit and work great awesome buy and would buy again came to us early to | 0.000518 | Product | true | llm_negative_human_verified | [] | false | false | false | false | praxis_a3e220f7ca93 | negatives_verified.csv||21055 |
640 | Magazine_Subscriptions | false | NONE | null | [] | null | false | null | negatives_verified.csv | 84,402 | perfect to learn about what is going on in the city like many city magazines theis one is glossy and polished in its approach unlinke several cities in which i have lived it does not focus solely on the upper levels of society in addition to local activities the variety of coverage reaches every demographic | 0.000882 | Digital/media | true | llm_negative_human_verified | [] | false | false | false | false | praxis_193aa488a6e8 | negatives_verified.csv||84402 |
3151 | Video_Games | true | Sony should be able to do better. | Modal/deontic | [] | Vague | false | null | progress.csv | 20,547 | Blu-ray DVD is flaky...stops, does not always start, just stops playing. If you want to play Blu-Rray DVDs this is not the way.<br />It does not play PS2 games. Sony should be able to do better. All of this is the case even with the latest firmware upgrade. | 0.999194 | Digital/media | true | llm_positive_human_verified | [] | false | false | false | false | praxis_c6ca90fa1e21 | progress.csv||20547.0 |
234 | Musical_Instruments | false | NONE | null | [] | null | false | null | negatives_verified.csv | 98,330 | Another very small drum that the picture does not show dimensions in size | 0.000739 | Product | true | llm_negative_human_verified | [] | false | false | false | false | praxis_9948f2d01e8d | negatives_verified.csv||98330 |
2068 | Subscription_Boxes | true | Would of rather the shirt had a stronger Venom look than the Funko Venom look... | Optative | ["Backhanded"] | Specific | true | null | progress.csv | 19,377 | For $29.99, the Funko pop is worth it. But the rest of the box is just junk stuff. The shirt has a funko style Venom. Would of rather the shirt had a stronger Venom look than the Funko Venom look... | 0.997228 | Service | true | llm_positive_human_verified | ['Backhanded'] | false | false | true | false | praxis_8db64a3691f6 | progress.csv||19377.0 |
4867 | CDs_and_Vinyl | true | i wish the cd was longer and had a few more songs | Optative | [] | Specific | true | null | progress.csv | 13,130 | its just one song on whole cd its awesome song but i wish the cd was longer and had a few more songs | 0.999478 | Digital/media | true | llm_positive_human_verified | [] | false | false | false | false | praxis_eafaf76164fd | progress.csv||13130.0 |
4654 | Movies_and_TV | false | NONE | null | [] | null | false | null | negatives_verified.csv | 97,792 | I mean... WHY?!? This is the OG!! It’s like going to ‘Machine Gun Kelly’ Colson Baker when you have access to THE Machine Gun Kelly and his Thompson sub. Colson Baker might be newer and shinier and brighter, but he ain’t the OG.<br /><br />Here’s a few more direct reasons... young Kevin Bacon is wayyyyyyyyyyyyyy hotter... | 0.00098 | Digital/media | true | llm_negative_human_verified | [] | false | false | false | false | praxis_2439f087bcea | negatives_verified.csv||97792 |
1904 | Magazine_Subscriptions | false | NONE | null | [] | null | false | null | negatives_verified.csv | 85,640 | this was a gift for my year old granddaughter she absolutely loves this magazine it makes her feel special to get something in the mail she reads it from cover to cover several times over i highly recommend it | 0.000909 | Digital/media | true | llm_negative_human_verified | [] | false | false | false | false | praxis_903bcf46b6a8 | negatives_verified.csv||85640 |
3473 | Magazine_Subscriptions | false | NONE | null | [] | null | false | null | negatives_verified.csv | 87,092 | while it took a little bit for the first magazine to arrive roughly three months for the first issue it was worth the wait the magazine is fun and filled with great information points and stories as well as drool worthy weapons and gearbr br i highly recommend the magazine but if you have to read it now run down to the... | 0.000957 | Digital/media | true | llm_negative_human_verified | [] | false | false | false | false | praxis_e66911449d69 | negatives_verified.csv||87092 |
3292 | Grocery_and_Gourmet_Food | true | could taste a little sweeter | Conditional | [] | Specific | false | null | negatives_verified.csv | 63,606 | i didnt care for this because of the tiny chunks of crunchy in it if you like crunchy peanut butter then you might like it i also didnt care for the chocolate flavor because it tasted very artificial you cant taste the peanut butter and it is not over powerring i also think it could taste a little sweeter but i think i... | 0.203837 | Product | true | negative_pass_recovered | [] | false | false | false | false | praxis_d6170d085816 | negatives_verified.csv||63606 |
2592 | Magazine_Subscriptions | false | NONE | null | [] | null | false | null | negatives_verified.csv | 86,154 | mostly ads im not interested in | 0.000804 | Digital/media | true | llm_negative_human_verified | [] | false | false | false | false | praxis_73680ad7a1f8 | negatives_verified.csv||86154 |
1088 | Electronics | true | i would go for a terabyte model next time | Optative | [] | Specific | false | null | negatives_verified.csv | 52,162 | i wasnt sure this would work for me as it is listed as a usb device however it worked perfectly with my usb ports so it is downward compatible its nice when a product is truly plug and play which this is i plugged it in and it was immediately available i copy nearly gig of data to it it took a while at usb speeds but i... | 0.00228 | Product | true | negative_pass_recovered | [] | false | false | false | false | praxis_972e84feba91 | negatives_verified.csv||52162 |
WlSNNgBQhNOOUuEN_OQFqg | Auto Sales | false | NONE | null | [] | null | false | null | negatives_verified.csv | 152,940 | We're debating a purchase.
Dan, who helped us, was nice & knowledgable. We looked at our leisure.
Thank GOD not pushy.
Ill write an update IF we decide to buy!
THANK GOD I READ OTHER YELP REVIEWS - PASSED !!! | 0.000554 | Hybrid retail | true | llm_negative_human_verified | [] | false | false | false | false | praxis_cb88094f9f5f | negatives_verified.csv||152940 |
102 | Electronics | false | NONE | null | [] | null | false | null | negatives_verified.csv | 51,226 | perfect fit this shade of blue matches the lavender tablet | 0.000893 | Product | true | llm_negative_human_verified | [] | false | false | false | false | praxis_c0329771ba10 | negatives_verified.csv||51226 |
3875 | Automotive | true | would be five stars if it had a larger opening for steering wheel | Conditional | [] | Specific | false | null | progress.csv | null | looks nice on wheel also works very well dose not hang up like others i have owned before would be five stars if it had a larger opening for steering wheel | 0.999206 | Product | true | llm_positive_human_verified | [] | false | false | false | false | praxis_4193b3dca663 | null |
GXikpq6KzcNsIY0pW3QIvQ | Grocery & Specialty Food | false | NONE | null | [] | null | true | null | progress.csv | null | Great food. Terrible service. Please remember people are coming in and are paying with their hard earned money. Supporting your business year after year. They deserve good service. Not arms in the air, loud comments, embarrassing remarks. Can't imagine being annoyed because business is thriving while others are closing... | 0.886425 | Hybrid retail | true | llm_positive_human_rejected | [] | false | false | false | false | praxis_883efb3bc269 | null |
3671 | Gift_Cards | true | i wished the entire box would be solid instead little transparent portion for gift card barcode visibility | Optative | [] | Specific | false | null | progress.csv | 14,712 | looks good the box is reusable i wished the entire box would be solid instead little transparent portion for gift card barcode visibility | 0.999443 | Product | true | llm_positive_human_verified | [] | false | false | false | false | praxis_4ebfba5ca68d | progress.csv||14712.0 |
qlxOsDqqmkez2H63ZpjRZw | Other Local Services | true | The only thing that would make it better is a couch or two and maybe a few lounge chairs. | Conditional | ["Hedged"] | Specific | false | null | progress.csv | null | I drove 15 minutes to go to this coin laundry and it was well worth it. I had only done my laundry at a laundromat a few times before so I asked the attendant for help. She was great and walked me through the whole process. I love that Harding Place has Wifi, free popcorn and some machines that take credit card! The on... | 0.99419 | Service | true | llm_positive_human_verified | ['Hedged'] | false | true | false | false | praxis_24fa5f645b10 | null |
BVdRy5gvY5Brl9mvl2Vl8w | Auto Services & Repair | false | NONE | null | [] | null | false | null | negatives_verified.csv | 153,721 | I have been going to this place for years and I love it. I never get sold on anything I don't need, always receive a fair price, and enjoy talking to the staff. There is no salesman trying to squeeze more money out of you so he can have a bigger commission check. They have more than enough seating and a cozy room with ... | 0.000491 | Service | true | llm_negative_human_verified | [] | false | false | false | false | praxis_121e94c66c11 | negatives_verified.csv||153721 |
481 | Gift_Cards | true | gift tine would look better without it | Optative | [] | Specific | true | null | progress.csv | 14,612 | this product was ordered on the th and was received on the rd even though it was supposed to be two day shipping im very glad that i ordered them so early because they are christmas gifts and that could have caused an issue for me that maybe something that amazon may want to take into consideration i also was unsatisfi... | 0.998988 | Product | true | llm_positive_human_verified | [] | false | false | false | false | praxis_b9c19de4a26e | progress.csv||14612.0 |
RAj9cft0bvN9k3BanPUWcw | Education | false | NONE | null | [] | null | false | null | progress.csv | null | I want to give 3.5 stars. I went to get my haircut and had Kim as my student stylist. I went with long, unmanageable, but pretty hair. I came out with what I wanted, shoulder length, thinned out, textured, manageable, shiny, moisturized hair. Since I am a graduate student, I was happy to support another school and was ... | 0.985078 | Service | true | llm_positive_human_rejected | [] | false | false | false | false | praxis_72ddcaf6c4a6 | null |
qIigOLqKOvin6M4JrF1aPQ | Beauty & Personal Care | true | I do wish they had more spray booths. | Optative | [] | Specific | false | null | progress.csv | null | I have had a membership here for a year or so, and I have a love hate relationship with Zoom Tan. I love the spay tanning booths (when they are working). However, even when they are working there are only 3 spray booths. In the SoHo location there are TONS of women (and men) who like to get tanned so there is usuall... | 0.999185 | Hybrid retail | true | llm_positive_human_verified | [] | false | false | false | false | praxis_931cb8d9671e | null |
KifjLJcAfMRINmCk4AM_HQ | Pharmacy & Drugstores | true | I think they need to upgrade in those two areas. | Modal/deontic | [] | Vague | false | null | progress.csv | null | I visit the Walmart often and I like the fact that there prices are way lower then publix. I don't like the vegetables section the fruits and vegetables never look very fresh to me. The meats I picked up a chicken that had passed it's expiration date so that was a turn off. I think they need to upgrade in those two are... | 0.999297 | Hybrid retail | true | llm_positive_human_verified | [] | false | false | false | false | praxis_55f16ecbe8a4 | null |
iseQlM7hHabf9w1CKXAspw | Dental Care | false | NONE | null | [] | null | false | null | progress.csv | null | Despite all these negative reviews, I actually had a pretty good experience. The staff were all very friendly, the dental hygienist was very gentle and sweet with me, the doctor was nonjudgmental when I told her how long it'd been since I've seen a dentist, and the manager who helped me figure out a payment plan was al... | 0.902044 | Service | true | llm_positive_human_rejected | [] | false | false | false | false | praxis_ae093fa2e2f4 | null |
2949 | Software | false | NONE | null | [] | null | false | null | negatives_verified.csv | 119,510 | Nice app | 0.000812 | Digital/media | true | llm_negative_human_verified | [] | false | false | false | false | praxis_e912852e35c4 | negatives_verified.csv||119510 |
3631 | Beauty_and_Personal_Care | true | i would love it if it came with a pump dispenser | Optative | [] | Specific | false | null | progress.csv | null | i am already a fan of carols daughters products i love that they tend to be more natural without parabens sulfates the almond cookie body wash has a pleasant almond scent i dont notice any cookie part to the scent just almond and the almond scent reminds me of the almond extract that my mom used to add to her christmas... | 0.998965 | Product | true | llm_positive_human_verified | [] | false | false | false | false | praxis_726ac4eebb7f | null |
3599 | All_Beauty | true | if it had been in a tube it would have gotten four stars from me | Conditional | [] | Specific | false | null | negatives_verified.csv | 3,267 | this lotion would get five stars but i think its expensive for what it is and the container is definitely not userfriendlybr if it had been in a tube it would have gotten four stars from mebr the lotion itself is very thick and emollient it is gentle and has virtually no fragrancebr but getting it out of the plastic bo... | 0.003325 | Product | true | negative_pass_recovered | [] | false | false | false | false | praxis_923d02d4db09 | negatives_verified.csv||3267 |
4760 | Industrial_and_Scientific | true | id like that it comes preassembled | Optative | [] | Specific | false | null | negatives_verified.csv | 83,588 | id like that it comes preassembledbr it has hard rubber wheels so i dont have to worry about adding air | 0.000965 | Product | true | negative_pass_recovered | [] | false | false | false | false | praxis_0504f624cee2 | negatives_verified.csv||83588 |
l6lg8OcZNHeVKlZ2MyBCsQ | General Retail | true | She needs a serious attitude adjustment. | Modal/deontic | ["Frustrated"] | Specific | false | null | progress.csv | null | Decent course, comparable to conditions of Mangrove except theres a little more elevation change here at Rogers. I give it a 3 star mainly because of the beer-cart lady. We played the front 9 and never saw her once, then on the turn I go in and buy a 6-pack for the back 9. Sure enough she is behind the bar doing someth... | 0.999097 | Hybrid retail | true | llm_positive_human_verified | ['Frustrated'] | true | false | false | false | praxis_0751e34d0d09 | null |
3066 | Tools_and_Home_Improvement | false | NONE | null | [] | null | false | null | negatives_verified.csv | 133,590 | these are wonderfully effective to blocking out most sounds and provides a good nights rest. packaged well and arrived early. | 0.000734 | Product | true | llm_negative_human_verified | [] | false | false | false | false | praxis_de1a6c68e91f | negatives_verified.csv||133590 |
1103 | Toys_and_Games | true | I wish I could've gotten the crown moriarty as well for a better offer | Optative | [] | Vague | true | null | negatives_verified.csv | 136,465 | Perfect, I wish I could've gotten the crown moriarty as well for a better offer but this one was still good <3 I love him! Next best thing to crown moriarty. | 0.000871 | Product | true | negative_pass_recovered | [] | false | false | false | false | praxis_8c582f85c743 | negatives_verified.csv||136465 |
OsU32rr-rNKYGyfixYVz_A | Other Local Services | true | they should look into it. | Modal/deontic | [] | Vague | false | null | progress.csv | null | So far so good. I was pleased that my first month's rent was $1. The only thing that bothered me a little bit was there wasn't much lighting and that there was a bad smell around my storage area. There was also insects biting me while I was unloading. I do not know if that is a problem that could be resolved but they s... | 0.998921 | Service | true | llm_positive_human_verified | [] | false | false | false | false | praxis_388444d6e493 | null |
2408 | Digital_Music | false | NONE | null | [] | null | false | null | negatives_verified.csv | 48,674 | wonderfull voice his music is timeless | 0.000561 | Digital/media | true | llm_negative_human_verified | [] | false | false | false | false | praxis_c63e02175fc5 | negatives_verified.csv||48674 |
QxWXrsrO98biwR7oThak-Q | Airlines & Airports | false | NONE | null | [] | null | false | null | negatives_verified.csv | 146,287 | The restrooms are clean and the facilities are pretty modern. I didn't have any bad experiences during my times landing here and leaving from here but of course airports are a hit or miss.
In order to get to the area where the ride share, charter bus, and public bus pickup and drop off areas are you have to walk a bit... | 0.001326 | Service | true | llm_negative_human_verified | [] | false | false | false | false | praxis_6604d6d6f058 | negatives_verified.csv||146287 |
2042 | Clothing_Shoes_and_Jewelry | false | NONE | null | [] | null | false | null | negatives_verified.csv | 43,658 | perfect fit comfort n style | 0.000556 | Product | true | llm_negative_human_verified | [] | false | false | false | false | praxis_6d33310eea2d | negatives_verified.csv||43658 |
2385 | Health_and_Household | false | NONE | null | [] | null | false | null | negatives_verified.csv | 72,175 | using product on my stomach feeding tube it functions well | 0.000692 | Product | true | llm_negative_human_verified | [] | false | false | false | false | praxis_f407c5bf805f | negatives_verified.csv||72175 |
yXTyMC_1UqYzX4EmF7UOJA | Tax, Accounting & Investment | false | NONE | null | [] | null | false | null | progress.csv | null | After coming here three times, I have to say I'm not as impressed as I would like to be. The restaurant is beautiful and staff are great, but the sushi is so-so. However, the price of the lunch buffet cannot be beat and it has a decent selection, but not a lot of sushi rolls. It's at least worth it for all-you-can-eat ... | 0.990571 | Service | true | llm_positive_human_rejected | [] | false | false | false | false | praxis_cfa99a6114c9 | null |
2697 | Video_Games | false | NONE | null | [] | null | false | null | negatives_verified.csv | 142,458 | Product came chipped and broken was a Christmas gift. | 0.000563 | Digital/media | true | llm_negative_human_verified | [] | false | false | false | false | praxis_e79eb843e059 | negatives_verified.csv||142458 |
otmtSORUwxmTa9MWai3g7A | Media & Publishing | false | NONE | null | [] | null | false | null | progress.csv | null | I love 13 news it is one of the best parts of indiana , T he whole cast on tv ,I can spot a 13 newscaster they are impeccable with their delivery they dress appropriate they always give the news about animals , I can watch them at 6 5 and 11 all day I think the people behind the scenes know they are doing such as... | 0.997758 | Digital/media | true | llm_positive_human_rejected | [] | false | false | false | false | praxis_08bf9dcfb729 | null |
JF5YK4OFjZAEP4YYlzEIfA | Pharmacy & Drugstores | false | NONE | null | [] | null | false | null | progress.csv | null | The nice thing about Walgreens is you pretty much know what you're getting. This location is like most others, clean, well lit, friendly service. The problems I have are with Walgreens corporate and not this location itself - dealing with name brand vs. off brand prescriptions. I want name brand, they must benefit from... | 0.999076 | Hybrid retail | true | llm_positive_human_rejected | [] | false | false | false | false | praxis_bc5c23a4f2c6 | null |
1357 | Baby_Products | true | the cord is subpar in length hopefully this is something that gets corrected over time | Optative | [] | Vague | true | null | negatives_verified.csv | 24,417 | this is the perfect little night light for any newborn nursery it has a built in sound machine and the theory behind something like this is to turn on white noise as baby falls asleep so the baby can find comfort in a soothing noise and allow that sound to drown out abrupt sounds and disruptions they may encounter whil... | 0.00766 | Product | true | negative_pass_recovered | [] | false | false | false | false | praxis_1f300fbb821d | negatives_verified.csv||24417 |
hfZ1t8z8YJk_EbrbL-OcXg | Education | false | NONE | null | [] | null | false | null | progress.csv | null | Small but comfy..Just enough room for a good workout out and some family activities..I would rate the staff as half friendly half blah..A fav for this location would have to be the racquetball courts followed by the weight room.. | 0.992178 | Service | true | llm_positive_human_rejected | [] | false | false | false | false | praxis_b088d49ea114 | null |
3lDncE2GCSXI3_cn0COnIQ | General Retail | false | NONE | null | [] | null | false | null | progress.csv | null | I visited the store just after New Years and was greeted by a spirited guy who made my trip worthwhile. I took advantage of an impromptu sale and bought bags and discs. My concerns were inventory was down and the aesthetics of the store was not what it used to be. Hopefully this can be remedied. I appreciated the ... | 0.998208 | Hybrid retail | true | llm_positive_human_rejected | [] | false | false | false | false | praxis_dd536d3185a5 | null |
2973 | Video_Games | true | the keys should really be brighter | Modal/deontic | [] | Specific | false | null | progress.csv | 20,529 | If you're familiar with Razer keyboards, you won't be disappointed with this one, it has that same lovely tactile feel when you're typing, and fast response. The "green" keys are a tad louder than than the others (orange and yellow), but not unpleasant, although those in a shared space may want to check if the typing m... | 0.998438 | Digital/media | true | llm_positive_human_verified | [] | false | false | false | false | praxis_33e6f4d413f9 | progress.csv||20529.0 |
3703 | Toys_and_Games | false | NONE | null | [] | null | false | null | negatives_verified.csv | 138,846 | My kids love this thing. It isn't extremely accurate all the time. It does sometimes have a difficult time "hearing" if you're in a louder area. But the kids found it to be quite fun and if you pick pretty basic Pokemon, it'll guess them correctly. | 0.001034 | Product | true | llm_negative_human_verified | [] | false | false | false | false | praxis_721370209af0 | negatives_verified.csv||138846 |
3793 | Amazon_Fashion | false | NONE | null | [] | null | false | null | negatives_verified.csv | 8,057 | i really like this neck warmer its thick but very comfortable the inside has a nice soft material to keep you warm the neck hole is kind of small even for my little head but since the material stretches it wasnt too bad i really like the look and feel of it and it will keep me warm through winter | 0.000777 | Product | true | llm_negative_human_verified | [] | false | false | false | false | praxis_8dd32253ebe0 | negatives_verified.csv||8057 |
hvsEtxVxQqCFupVS37nXjQ | Arts, Entertainment & Recreation | true | The observation deck was closed and much missed, so hopefully they get that up and going soon. | Optative | [] | Specific | false | null | progress.csv | null | This park has great boardwalks and the view is very "old florida". I have never been disappointed coming here, always get a glimpse of snakes, alligators and turtles, which despite living here 17 years it is still exciting to me..
The observation deck was closed and much missed, so hopefully they get that up and goi... | 0.930806 | Service | true | llm_positive_human_verified | [] | false | false | false | false | praxis_431a1e3065a2 | null |
2090 | Cell_Phones_and_Accessories | true | the one thing i wish this case included is a screen protector | Optative | [] | Specific | false | null | progress.csv | 13,306 | a good cell phone case is a wise investment for any smartphone user even a cheap rubber sleeve case that costs very little provides some protection for that expensive phone though better cases provide more and protect in different ways the iron shield case by verus is a very nice and attractive case that does a nice jo... | 0.998262 | Product | true | llm_positive_human_verified | [] | false | false | false | false | praxis_40294a5307c6 | progress.csv||13306.0 |
1919 | Home_and_Kitchen | false | NONE | null | [] | null | false | null | progress.csv | 15,807 | i purchased these because they said they were stainless steel and had the balls i feel they glide better but i will tell you that you will need two shower curtains to balance the pull otherwise it pulls down to the side with the curtain bought another curtain making it work also the ball stops for the curtain dont real... | 0.996493 | Product | true | llm_positive_human_rejected | [] | false | false | false | false | praxis_ee29f1c7d4f4 | progress.csv||15807.0 |
4LxCs8AqcgzzrgHKjI7zUw | Airlines & Airports | true | Better signage would be appreciated | Conditional | [] | Specific | false | null | progress.csv | null | It was difficult to find Terminal A once inside the airport. Better signage would be appreciated. Found it with help of security. Had to walk all the way thru Terminal B to get to A but signage at beginning of hallway B did not indicate that A was also down same long hall at the end of B. | 0.999308 | Service | true | llm_positive_human_verified | [] | false | false | false | false | praxis_b2aef637b5a0 | null |
2848 | Handmade_Products | false | NONE | null | [] | null | false | null | negatives_verified.csv | 67,911 | i purchased this easily two years ago and it came looking just like the picture but now it looks like this which is its true aged patina and i still love it these things always remind me of california and my childhood and now that i live in mexico it makes me happy to see it outside | 0.00049 | Product | true | llm_negative_human_verified | [] | false | false | false | false | praxis_6419b4974d45 | negatives_verified.csv||67911 |
520 | Arts_Crafts_and_Sewing | true | wish they made narrower lines | Optative | [] | Specific | false | null | progress.csv | null | i use to help with my paintingsworking great so farwish they made narrower lines | 0.999407 | Product | true | llm_positive_human_verified | [] | false | false | false | false | praxis_389f0334e82a | null |
PRAXIS — Pragmatic Suggestion Mining Benchmark
PRAXIS is the largest and most domain-diverse public benchmark for actionable suggestion mining in user-generated reviews to date: ~174,860 labeled instances spanning 68 industries across consumer services, Amazon product categories, and digital/media platforms, with a fully multi-annotator-verified 15,000-row Gold+ test set as the canonical evaluation set, a three-tier pragmatic typology (form, affective modifier, specificity), and aligned suggestion spans on every positive instance for label-plus-evidence evaluation.
This is the data + code + metadata release accompanying our NeurIPS 2026 Evaluations & Datasets Track submission.
Quick start
import pandas as pd
# canonical evaluation set (15,000 rows, balanced 7,500/7,500, all 68 industries)
test = pd.read_csv("gold_test.csv")
print(test["macro_domain"].value_counts())
# Product 6858, Service 4422, Digital/media 2086, Hybrid retail 1634
# train / dev splits
train = pd.read_csv("gold_train.csv") # 13,526 balanced rows
dev = pd.read_csv("gold_dev.csv") # 3,388 balanced rows
# full labeled corpus (174,860 rows; for those who want to train on more
# data than the gold splits)
full = pd.read_csv("praxis_unified_v2.csv")
# span-only positives (16,683 rows, aligned spans, for evidence localisation)
spans = pd.read_csv("span_only_v2.csv")
Files in this release
Core dataset
| File | Rows | Columns | Description |
|---|---|---|---|
gold_test.csv |
15,000 | 24 | Canonical Gold+ test set. Balanced 7,500 positive / 7,500 negative, covers all 68 industries (per-industry budget ≥ 100 except Insurance n=71 and Tax/Accounting/Investment n=66 which are coverage-saturated). |
gold_train.csv |
13,526 | 23 | Balanced training split (6,763 positive / 6,763 negative), drawn from the unified pool with no overlap with gold_test.csv or gold_dev.csv. |
gold_dev.csv |
3,388 | 23 | Balanced dev split (1,694 / 1,694) for hyperparameter selection. |
praxis_unified_v2.csv |
174,860 | 22 | The full PRAXIS labeled pool. Includes all binary suggestion labels and, for positives, the three-tier typology + span. Use this if you want a corpus larger than gold_train. |
span_only_v2.csv |
16,683 | 23 | Subset of positives that have a span localisable in the review text — supports the label-plus-evidence task. |
llm_eval_subset.csv |
2,040 | 24 | Stratified subset used for the open / frontier LLM benchmarks in the paper (§"Frontier and large open-weight LLMs via a hosted cloud API"). Balanced 50/50, 30 rows per industry. |
llm_eval_frontier_subset.csv |
544 | 24 | A smaller stratified subset (8 rows per industry) used for slow frontier LLMs to keep API budget within reason. |
Predictions (per-row)
The bundle ships per-row predictions of every model in the leaderboard so reviewers can recompute every reported cell:
predictions/
encoder/
bert-base-uncased/
test_predictions_seed{13,42,137}.csv
roberta-base/
test_predictions_seed{13,42,137}.csv
deberta-base/
test_predictions_seed{13,42,137}.csv
roberta-large/
test_predictions_seed{13,42,137}.csv
roberta-prauc/
aakash_roberta_test_predictions.csv (recall-weighted PR-AUC re-train of Trivedi et al. 2026)
llm/
ollama_gpt-oss_20b.csv
ollama_gpt-oss_120b.csv
ollama_ministral-3_8b.csv
ollama_ministral-3_14b.csv
ollama_nemotron-3-nano_30b.csv
ollama_gemma4_31b.csv
ollama_qwen3-next_80b.csv
ollama_kimi-k2-thinking.csv
ollama_deepseek-v4-flash.csv
ollama_deepseek-v4-pro.csv
ollama_glm-4.7.csv
leaderboard.json
leaderboard.csv
Metadata
croissant.json— Croissant 1.0 metadata with Responsible-AI fields.DATASHEET.md— Datasheet for Datasets (Gebru et al. 2021).LICENSE.txt— Annotation license: CC-BY-4.0 (review text subject to source-platform terms of use).
Column dictionary (gold_test.csv, gold_train.csv, gold_dev.csv)
| Column | Type | Description |
|---|---|---|
gold_id |
string | Stable canonical row id (gold_plus_NNNNN). |
gold_split |
enum | gold_plus_test / gold_plus_train / gold_plus_dev. |
label |
int | Binary suggestion label (1 = positive, 0 = negative). |
is_suggestion |
bool | Same as label cast to bool. |
review_id |
string | Source-platform review id (Yelp business_id-style id, or row id from the Amazon source). |
industry |
string | One of 68 industry labels. |
macro_domain |
enum | Service / Product / Digital/media / Hybrid retail. |
text |
string | The full review text (whitespace-normalised). |
suggestion_span |
string | For positives, the verbatim suggestion span from the review (NONE for negatives). |
tier1_form |
enum | For positives: communicative form — Direct imperative, Modal/deontic, Optative, Conditional, Interrogative, Comparative. |
tier2_modifiers |
list | For positives: subset of {Frustrated, Hedged, Backhanded, Sarcastic} (multi-label, may be empty). |
tier3_specificity |
enum | For positives: Vague / Specific / Very specific. |
borderline |
bool | Whether the row is flagged as a borderline positive (low inter-annotator agreement). |
borderline_reason |
string | Free-text rationale for borderline cases. |
source_file |
string | Provenance: progress.csv, negatives_verified.csv, etc. |
source_row |
int | Row index in the source file. |
resolved_review_id |
string | Cleaned review id used for joining with full-text source. |
review_text_source |
string | Which source corpus the full text came from (labelled_Reviews1_combined_5K_per_category.csv or yelp_reviews_specific.csv). |
text_match_method |
string | How the row's text was looked up (e.g.\ id_industry). |
text_match_candidates |
int | Number of candidate matches in the source corpus. |
span_in_text |
bool | Whether the suggestion span is exactly substring-aligned to the review text. |
span_alignment_method |
string | exact_normalized / not_applicable_negative / etc. |
sampling_bucket |
string | The stratification bucket the row was sampled from. |
eval_weight_natural_binary |
float | Inverse-propensity weight for converting balanced-test-set scores back to a deployment-prevalence-weighted estimate. |
praxis_unified_v2.csv shares most columns; it additionally carries
prediction_prob (the production classifier's predicted probability),
provenance (high-level lineage), has_text (text-availability flag), and
the four boolean modifier columns (mod_frustrated, mod_hedged,
mod_backhanded, mod_sarcastic).
How the data was constructed
Full details are in the paper's §3 (Dataset) and §3.2 (Annotation pipeline). The reproducible chain-of-counts is:
Source corpora
| Source file | Rows | Role |
|---|---|---|
labelled_Reviews1_combined_5K_per_category.csv |
155,000 | Upstream Amazon review corpus (~5K rows × 31 product/digital categories) |
| Yelp Open Dataset (service slice) | ~70K | Upstream service-review corpus |
Stage-1 pre-filter (recall-oriented LLM)
| Output | Rows | Description |
|---|---|---|
20K_positive.csv |
20,650 | LLM-flagged candidate positives (high-recall, low-precision pre-filter) |
negatives_verified.csv |
154,432 | LLM-flagged-negatives sent to annotators for false-negative auditing |
Stage-2 human verification
| Outcome | Verified positives | Verified negatives |
|---|---|---|
Among LLM-flagged positives (progress.csv, n=20,650) |
14,475 confirmed positive | 6,175 actually negative (pre-filter false-positive rate ≈ 30%) |
Among LLM-flagged negatives (negatives_verified.csv, n=154,432) |
2,303 surfaced as actually positive (pre-filter false-negative rate ≈ 1.5%) | 152,129 confirmed negative |
Stage-3 unified pool
After merging and deduplication:
| Metric | Count |
|---|---|
Total rows in praxis_unified_v2.csv |
174,860 |
| Verified positives | 16,683 |
| Verified negatives | 158,177 |
| Rows with full review text | 173,996 (99.5%) |
| Industries | 68 |
| Macro-domains | 4 (Product 114,991 · Digital/media 35,127 · Service 18,281 · Hybrid retail 6,461) |
Stage-4 Gold+ stratification
A balanced industry-stratified Gold+ pool is carved out of the unified pool for canonical evaluation. The Gold+ split totals are:
| Split | Total | Positives | Negatives |
|---|---|---|---|
gold_test.csv |
15,000 | 7,500 | 7,500 |
gold_train.csv |
13,526 | 6,763 | 6,763 |
gold_dev.csv |
3,388 | 1,694 | 1,694 |
| Gold+ total | 31,914 | 16,151 | 15,763 |
Stratification budget: ≥100 rows per industry where the pool size permitted;
the two smallest-pool industries (Insurance n=71, Tax / Accounting / Investment n=66) are coverage-saturated.
Stage-5 span alignment
Every positive's verbatim suggestion span is normalised and
substring-aligned to the review text; 99.9% of Gold+ positive spans align
exactly. The span_only_v2.csv file (16,683 rows) is the subset of all
verified positives in the unified pool with an aligned span — used for the
label-plus-evidence task.
Splits
gold_test.csvis the canonical evaluation set. Models in the leaderboard report macro-F1 on this set.gold_train.csvandgold_dev.csvare the recommended training data; we use them for all encoder fine-tunes in the paper.- Models that want more training data may use
praxis_unified_v2.csv, but must exclude rows whosegold_idis ingold_test.csvorgold_dev.csv, otherwise the leaderboard becomes uninterpretable.
Citing
@inproceedings{praxis2026,
title = {PRAXIS: A Large-Scale, Multi-Domain Benchmark for Pragmatic Suggestion Mining in User-Generated Reviews},
author = {Anonymous},
booktitle = {Proceedings of the NeurIPS 2026 Evaluations and Datasets Track},
year = {2026},
}
License
- Annotations (every column in this release except
textandsuggestion_span):CC-BY-4.0. - Review text and suggestion-span snippets (
text,suggestion_span): subject to the source-platform terms of use (Yelp Open Dataset License for Yelp-derived rows; Amazon ToS for Amazon-derived rows). Users are responsible for ensuring their downstream use respects those terms.
Contact
For dataset bugs, leaderboard submissions, or other inquiries, open an issue on the project's anonymised release repository (URL provided in the paper's camera-ready version).
- Downloads last month
- 36